Get headers for a collection of documents by entity type
head/documents/{entityTypeName}
Gets headers for a collection of documents for the specified entity type. To filter the collection of documents, submit a GET via POST request.
Name | Type | Required | Description |
---|---|---|---|
entityTypeName | string | true | The name of the entity type to which the document belongs. |
Name | Type | Required | Description |
---|---|---|---|
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 |
Name | Type | Required | Description |
---|---|---|---|
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 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
404 | Not Found | The entity type was not found. | ||
415 | Unsupported Media Type | The endpoint cannot produce collection items of the type specified in the `Accept-Item` header. |