post https://sandbox1-api.unit21.com/v1/entities/list
Returns paginated list of of top-level information about entities.
Placeholder entities are not listed.
Because the response is paginated, the request body has a limit
and offset
field. At least one must be filled.
limit
indicates how many objects the request returns (the page maximum is 50)offset
indicates the offset for pagination. Anoffset
value of 1 starts with the environment's first record. The offset is relative to the number of pages (not the total count of objects).case_id
is a filter. Only entities with the associated case ID will be shown.alert_id
is a filter. Only entities with the associated alert ID will be shown.
The total_count
field is set to 0. Please call this paginated endpoint, increasing the offset, until you receive fewer than the maximum number of objects per call.