Get headers for additional history information about a historical document version
head/documents/{objectTypeName}/{documentId}/versions/{version}/items
Retrieves 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. |
| 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. |