Get additional history information for a child document at a specific parent document version
get/documents/{objectTypeName}/{documentId}/versions/{version}/children/{childDocType}/{childDocId}/items
Gets additional history information for a child document at a specific parent document version.
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 |
|---|---|---|---|
childDocId | string | true | The ID of the child document. |
childDocType | string | true | The object type of the child document. |
documentId | string | true | The ID of the child document's parent document. |
objectTypeName | string | true | The object type of the child document's parent document. |
version | string | true | The version of the child document's parent document. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | Additional history information was not available for the given child document. | Schema | |
| 404 | Not Found | The specified parent document, child document, or parent document version was not found. | Schema |