Retrieve headers for an entity type object by ID

head/admin/storedObjects/{entityTypeId}
Internal-Use Only

Retrieves headers for an entity type by ID. An entity type is the metadata that is associated with documents.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
entityTypeId
string
true

The ID of the entity type object.

Query Parameters

NameTypeRequiredDescription
excludeUnauthorized
boolean
false

Specifies whether to exclude the results that the user is not authorized to view. Only admin users can set this to true.

Default:
false

Responses

StatusMeaningDescription
200OKThe request succeeded.
404Not FoundThe request did not find an entity type with a matching name.