Get headers for summary of version history for a document

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

Gets headers for a summary of version history for a document. Version summaries contain a link to fetch the full version representation.

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.

Query Parameters

NameTypeRequiredDescription
includeDisplayLabel
boolean
false

Indicates whether to include the display label for the document.

Default:
false
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:
{field name of the document's version field}:descending
start
integer
false

The start index. This is used for paging.

Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestVersion history was not available for the specified document.
404Not FoundThe specified document was not found.