Get headers for additional history information about a historical document version
head/documents/{objectTypeName}/{documentId}/versions/{version}/items
Gets headers for additional history information about a historical document version. For example, this could be Create, Edit, and Delete operations on Insight objects associated with the document.
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 for which to fetch additional history information. |
Name | Type | Required | Description |
---|---|---|---|
limit | integer | false | The maximum number of items to return in a page of results. Default: 40 |
sortBy | string | false | The sort criteria for the request. Default: historyInfoId:ascending Example: "version:descending" |
start | integer | false | The start index. This is used for paging. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
400 | Bad Request | Additional history information was not available for the specified document. | ||
404 | Not Found | The specified document or document version was not found. |