v1

latestOpenAPI 3.0.02026-07-17132430.9 KB
Download

Get the information for a single document version

This endpoint returns the document data for a single document. Its URL is retrieved from the links object in the initial document selection response, with the document_version property.

get/server-provided-path-document-version

Response

version_numberstring required

A human readable version number. This is not expected to be in any specific format across CDEs and may hold any value

version_indexinteger required

A machine readable sequence number of the version of the document. The sequence must be ordered, so that newer versions have higher values than previous ones. Each version index must be unique for that document, but there may be gaps in the sequence

creation_datestring date-time required

The creation date of the document revision

titlestring required

A human readable code or identifier

document_idstring required

A machine readable identifier that can be used to uniquely identify this version it future calls - see Query section