Documents
Get a document by version
Returns the document (attributes). Use /documents/{document_id}/versions/{version}/contents to get the contents.
get/documents/{document_id}/versions/{document_version}
Path parameters
document_idstring uuid required
Example:b01db9c7-78f2-4a99-8aca-1231d32f9b96
The unique identifier of the document.
document_versioninteger required
Example:1
The document version.
Response
The requested document.
Example response
{
"available_versions_info": [
{
"creation_time": "2010-05-06T12:23:34.321Z",
"last_updated_time": "2010-05-06T12:23:34.321Z"
}
],
"creation_time": "2010-05-06T12:23:34.321Z",
"id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"tenant": "abcdef_ghijkl"
}