Returns the comment file version with the specified id.
Returns the comment file version with the specified id.
Path parameters
commentId
The id of the comment.
fileId
The id of the file.
versionId
The id of the file version.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The id of the file version.
fileInfoId
The id of the file this version belongs to.
version
The version of the file.
size
The size of the file, in bytes.
width
The width if this is an image file.
height
The height if this is an image file.
createdOn
The date this file version was created.
createdBy
The id of the user who created this file version.
updatedOn
The date this file version was last modified.
updatedBy
The id of the user who last modified this file version.