Get headers for a collection of documents by entity type

head/documents/{entityTypeName}
Internal-Use Only

Gets headers for a collection of documents for the specified entity type. To filter the collection of documents, submit a GET via POST request.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
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. The value can be either:

Default:
0
includeDisplayLabel
boolean
false

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

Default:
false
limit
integer
false

The maximum number of documents to return in this page of results. The actual number of returned documents is fewer if the collection is exhausted.

Default:
40
start
integer
false

The starting index of the first document in a page.

Default:
0

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

The media type that the client accepts for items within the response collection.

Allowed values:
application/jsonapplication/vnd.sas.investigation.data.enriched.documentapplication/vnd.sas.investigation.data.enriched.document+jsonapplication/vnd.sas.investigation.data.masked.enriched.documentapplication/vnd.sas.investigation.data.masked.enriched.document+jsonapplication/vnd.sas.investigation.data.minimally.masked.enriched.documentapplication/vnd.sas.investigation.data.minimally.masked.enriched.document+json

Responses

StatusMeaningDescription
200OKThe request succeeded.
404Not FoundThe entity type was not found.
415Unsupported Media TypeThe endpoint cannot produce collection items of the type specified in the `Accept-Item` header.