Returns all file versions of the specified task file.

Returns all file versions of the specified task file. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.
fileIdstringRequiredformat: "uuid"
The id of the file.

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
idstringformat: "uuid"
The id of the file version.
fileInfoIdstringformat: "uuid"
The id of the file this version belongs to.
versiondouble
The version of the file.
sizelong
The size of the file, in bytes.
widthdouble or null
The width if this is an image file.
heightdouble or null
The height if this is an image file.
createdOndatetime
The date this file version was created.
createdBystringformat: "uuid"
The id of the user who created this file version.
updatedOndatetime
The date this file version was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this file version.