files

Gets properties of a particular version of a file.

Will return the properties of a particular version of a file.

get/files/{id}/versions/{version_id}

Path parameters

idstring required

A file id.

version_idstring required

Version number of the file.

Response

The call was successful.

file_namestring

The file name of the file.

versioninteger

Raw version number for the file.

content_typestring

Type of the content for this version of the file.

labelstring

Description for this version of the file.

createdstring

An iso8601 formatted timestamp

Changes