Get headers for a document by ID

head/documents/{entityTypeName}/{documentId}
Internal-Use Only

Gets headers for a document by ID. Both internal and external documents can be read.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
documentId
string
true

The ID for the document.

entityTypeName
string
true

The name of the entity type to which the document belongs.

Query Parameters

NameTypeRequiredDescription
depth
string
false

The depth of child documents to return. Valid values are:

Default:
0
includeDisplayLabel
boolean
false

Indicates whether to generate and include the display label in the document.

Default:
false

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestThe request was invalid.
404Not FoundThe document was not found.