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.
| Name | Type | Required | Description |
|---|---|---|---|
documentId | string | true | The ID for the document. |
entityTypeName | string | true | The name of the entity type to which the document belongs. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | ||
| 400 | Bad Request | The request was invalid. | ||
| 404 | Not Found | The document was not found. |