Returns the project file version with the specified id.

Returns the project file version with the specified id. <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

projectIdstringRequiredformat: "uuid"
The id of the project.
fileIdstringRequiredformat: "uuid"
The id of the file.
versionIdstringRequiredformat: "uuid"
The id of the file version.

Response

OK
idstringOptionalformat: "uuid"
The id of the file version.
fileInfoIdstringOptionalformat: "uuid"
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.
createdOnstringOptionalformat: "date-time"
The date this file version was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this file version.
updatedOnstringOptionalformat: "date-time"
The date this file version was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this file version.