Get headers for an entity type object by ID

head/admin/storedObjects/{entityTypeId}

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

Request Samples

1

Response Samples

1Not Available

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

The request succeeded.

404Not Found

The request did not find an entity type with a matching name.