/v1/entities

Mount Point: /api/v1/entities

GET

Retrieves a collection of entity objects based on the query specified.

Parameters

name description type default
query The query that the results should be filtered with. query
ids The ids of the entities to return. query
limit The maximum number of results allowed by the client. query 100
offset The offset from 0 at which the result should start. query 0

Response Body

element: (custom)

A Collection of Entity instances that match the specified query.