Get a collection of documents by entity type

get/documents/{entityTypeName}

Gets 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

1[
2 {
3 "$ref": "#/components/examples/enrichedDocumentExample"
4 }
5]

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

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

The entity type was not found.

Schema