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
Internal-Use Only

Gets headers for additional history information for a child document at a specific parent document version.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
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.

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestAdditional history information was not available for the given child document.
404Not FoundThe specified parent document, child document, or parent document version was not found.