Files
Retrieve a file version
Retrieves the details of a file version
Returns
Returns a JSON object with a data key containing the representation of the requested file, if the request was successful.
If the request is unsuccessful, an errors key containing information about the failure will be returned. Refer to the list of error codes to understand why this request may have failed.
get/files/{file_id}/versions/{version_id}/
Path parameters
file_idstring required
The unique identifier of the file from which you want to retrieve versions.
version_idstring required
The file version number you want to retrieve.
Response
OK