Returns the projecttemplate file version with the specified id.

Returns the projecttemplate file version with the specified id.

Path parameters

projecttemplateIdUUIDRequired
The id of the projecttemplate.
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
idUUID or null
The id of the file version.
fileInfoIdUUID or null
The id of the file this version belongs to.
versiondouble or null
The version of the file.
sizelong or null
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 or null
The date this file version was created.
createdByUUID or null
The id of the user who created this file version.
updatedOndatetime or null
The date this file version was last modified.
updatedByUUID or null
The id of the user who last modified this file version.