Skip to main content
GET
/
documents
/
{document_id}
/
versions
/
{document_version}
/
contents
Get document contents by version
curl --request GET \
  --url https://api.synctera.com/v2/documents/{document_id}/versions/{document_version}/contents
This response does not have an example.

Path Parameters

document_id
string<uuid>
required

The unique identifier of the document.

Example:

"b01db9c7-78f2-4a99-8aca-1231d32f9b96"

document_version
integer
required

The document version.

Example:

1

Response

The requested document.

The response is of type file.