Returns the task file version with the specified id.

Returns the task file version with the specified id.

Path parameters

taskIdUUIDRequired

The id of the task.

fileIdUUIDRequired

The id of the file.

versionIdUUIDRequired

The id of the file version.

Headers

AuthorizationstringRequired

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

Response

OK

idUUIDOptional

The id of the file version.

fileInfoIdUUIDOptional

The id of the file this version belongs to.

versiondoubleOptional

The version of the file.

sizelongOptional

The size of the file, in bytes.

widthdouble or nullOptional

The width if this is an image file.

heightdouble or nullOptional

The height if this is an image file.

createdOndatetimeOptional

The date this file version was created.

createdByUUIDOptional

The id of the user who created this file version.

updatedOndatetimeOptional

The date this file version was last modified.

updatedByUUIDOptional

The id of the user who last modified this file version.