Get headers for a document by ID

head/documents/{entityTypeName}/{documentId}

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

Request Samples

1

Response Samples

1Not Available

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
200OK

The request succeeded.

400Bad Request

The request was invalid.

404Not Found

The document was not found.