Get headers for a child document version

head/documents/{objectTypeName}/{documentId}/versions/{version}/children/{childDocType}/{childDocId}
Internal-Use Only

Gets headers for the full representation of a child version from a child document's version history. A link to this representation is returned in the "links" property of a child version summary.

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
changedOnly
boolean
false

Specifies whether to return only the fields that have changed between the previous and requested child document version.

Default:
false
includeDisplayLabel
boolean
false

Specifies whether to include the display label for the child document.

Default:
false

Responses

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