Returns the workspace file version with the specified id.

GET
Returns the workspace file version with the specified id.

Path parameters

workspaceIdstringRequired
The id of the workspace.
fileIdstringRequired
The id of the file.
versionIdstringRequired
The id of the file version.

Response

This endpoint returns an object
idstringOptional
The id of the file version.
fileInfoIdstringOptional
The id of the file this version belongs to.
versiondoubleOptional
The version of the file.
sizelongOptional
The size of the file, in bytes.
widthdoubleOptional
The width if this is an image file.
heightdoubleOptional
The height if this is an image file.
createdOndatetimeOptional
The date this file version was created.
createdBystringOptional
The id of the user who created this file version.
updatedOndatetimeOptional
The date this file version was last modified.
updatedBystringOptional
The id of the user who last modified this file version.