Documents
Get a document
Returns the document attributes. Use /documents/{document_id}/contents to get the contents.
get/documents/{document_id}
Path parameters
document_idstring uuid required
Example:b01db9c7-78f2-4a99-8aca-1231d32f9b96
The unique identifier of the document.
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"
}