Get headers for additional history information for a child document at a specific parent document version
head/documents/{objectTypeName}/{documentId}/versions/{version}/children/{childDocType}/{childDocId}/items
Retrieves headers for additional history information for a child document at a specific parent document version.
| 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. | ||
| 400 | Bad Request | Additional history information was not available for the given child document. | ||
| 404 | Not Found | The specified parent document, child document, or parent document version was not found. |