Get Entity Data

Retrieve all data for a specific entity type. Any other query parameter whose name matches a property of the entity type (case-insensitive) is applied as an equality filter, e.g. ?branchName=Sydney; unknown or empty parameters are ignored. Without pageSize/continuationToken the full (filtered) list is returned as a bare array.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

The entity type to retrieve data for

Allowed:
Query Params
integer

Page size for paged mode (defaults to 100 when not a valid number). Supplying pageSize or continuationToken switches the response to the paged shape {"Data": [entities], "ContinuationToken": ""} instead of a bare array. Note: this operation uses camelCase pageSize, not the platform-wide page_size.

string

Continuation token from the previous paged response (Data/ContinuationToken shape). Also switches the response to paged mode.

Responses

400

Invalid Request

401

Invalid API Key provided or Invalid Access token

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json