Get headers for a document version
head/documents/{objectTypeName}/{documentId}/versions/{version}
Gets headers for the full representation of a version from a document's version history. A link to this representation is returned in the links property of a version summary.
Name | Type | Required | Description |
---|---|---|---|
documentId | string | true | The ID of the document. |
objectTypeName | string | true | The object type of the document. |
version | string | true | The version of the document. |
Name | Type | Required | Description |
---|---|---|---|
changedOnly | boolean | false | Indicates whether to return only the fields that have changed between the previous and requested document version. Default: false |
includeDisplayLabel | boolean | false | Indicates whether to include the display label for the document in the version. Default: false |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
400 | Bad Request | Version history was not available for the specified document. | ||
404 | Not Found | The specified document or document version was not found. |