List entities (optionally filtered by type), ordered by type then name. Paginated: limit defaults to 100 and is capped at 500; follow page.nextCursor to walk the Context.
Path parameters
Spectron context id
Query parameters
Filter by entity type
Max entities to return (default 100, max 500)
Continuation token from the previous page's page.nextCursor
Also return page.totalSize (costs a full count of the filtered set)
Deprecated: rows to skip. Use cursor.
Response
Changes
Changed in 3 of the 5 revisions of this API.27
- ○
added the new optional
queryrequest parametercountnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
pageto the response with the200statusresponse-required-property-added
- ○
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameteroffsetrequest-parameter-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●