Returns all files of the project with the specified id.

GET

Returns all files of the project including the ones of tasks linked to that project, with the specified id.

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired

The id of the entity.

Query parameters

pageintegerOptionalDefaults to 1

Page number for pagination

pageSizeintegerOptionalDefaults to 10

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

namestringOptional

The user-specified name of the file.

descriptionstringOptional

The description of the file.

idstringOptional

The id of the file info.

entityIdstringOptional

The id of the linked entity.

fileNamestringOptional

The name of the file.

entityTypestringOptional

The name of the linked entity type.

mimeTypestringOptional

The MIME type of the file.

createdOndatetimeOptional

The date this file was created.

createdBystringOptional

The id of the user who created this file.

updatedOndatetimeOptional

The date this file was last modified.

updatedBystringOptional

The id of the user who last modified this file.

fileVersionslist of objectsOptional

List of all versions.

isCommentFilebooleanOptional

Whether the file is related to a comment.

externalProviderstringOptional

The external provider for the file. Like ‘google’ or ‘onedrive’.

externalFileUrlstringOptional

The file url of the external provider.

isHiddenForConnectUsersbooleanOptional

Whether the file is hidden for connect users.

taskobjectOptional