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
"<string>"

Path Parameters

document_id
string<uuid>
required

The unique identifier of the supporting document

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

document_version
integer
required

The document version.

Example:

1

Response

The requested document.

The response is of type file.