Get additional history information about a historical document version
get/documents/{objectTypeName}/{documentId}/versions/{version}/items
Gets additional history information about a historical document version. For example, this could be insight Create, Edit, and Delete operations.
1{2 "name": "string",3 "start": 0,4 "limit": 0,5 "count": 0,6 "accept": "string",7 "links": [8 {9 "method": "string",10 "rel": "string",11 "uri": "string",12 "href": "string",13 "title": "string",14 "type": "string",15 "itemType": "string",16 "responseType": "string",17 "responseItemType": "string"18 }19 ],20 "version": 0,21 "items": [22 {23 "historyInfoId": "string",24 "itemRefId": "string",25 "itemType": "IMAGE",26 "itemLabel": "string",27 "operation": "CREATE",28 "ownerType": "string",29 "ownerId": "string",30 "ownerVersion": "string"31 }32 ]33}
| 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. | Schema | |
| 400 | Bad Request | Additional history information was not available for the specified document. | Schema | |
| 404 | Not Found | The specified document or document version was not found. | Schema |