Skip to content

Get File Version

Get a specific version of a file. The response contains the file metadata and the download URL for the file. The download URL is valid for a limited time. The following query params are supported

  • status - To retrieve soft deleted file’s version, set status attribute as deleted. To retrieve active file’s version, set status attribute as active. Hard deleted file’s version cannot be retrieved.

  • complete - To get full file response set complete parameter as true. By default it is false and minimal response will be returned.

  • A file should be created. To know more about uploading a file refer here
GET {baseUrl}/spaces/{spaceId}/files/{fileId}/versions/{versionId}
  • HEADER:

    • Authorization: Bearer {tid token}

To know more about the Get file version refer here. For Get file version by path refer here.