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
Gets 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. |
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 given child document. | ||
404 | Not Found | The specified parent document, child document, or parent document version was not found. |