List entities in an entity collection
This method returns a list of the entities in the specified entity collection.
Path parameters
entity_collection_id
The unique identifier of the entity collection for which the API will retrieve the entities.
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
The field to sort on. The following options are available:
created_at
: Sorts by the time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity was created.updated_at:
Sorts by the time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity collection was updated.name
: Sorts by the name.
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.