Get headers for additional history information about a historical document version

head/documents/{objectTypeName}/{documentId}/versions/{version}/items
Internal-Use Only

Gets headers for additional history information about a historical document version. For example, this could be Create, Edit, and Delete operations on Insight objects associated with the document.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

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

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 specified document.
404Not FoundThe specified document or document version was not found.