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.
| 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 |