List all entities
This method returns a list of entities from all entity collections.
This is an internal API primarily used by the search interface.
Headers
x-api-key
Query parameters
page
A number that identifies the page to retrieve.
Default: 1
.
page_limit
The number of items to return on each page.
Default: 10
.
Max: 50
.
name
Filter entities by name.
status
Filter entities by status.
Allowed values:
sort_by
Field to sort by.
Allowed values:
sort_option
The sorting direction. The following options are available:
asc
desc
Default: desc
.
Response
The entities have been successfully retrieved.
data
An array containing the entities.
page_info
An object that provides information about pagination.