Executes a query defined in the specified container definition
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
An optional token used for fetching the next set of data - the token must be used with the same query criteria from which it was originally created
The maximum number of records to return in the response
ID of the container definition in which to execute the query
Query definition and parameters
The body is of type object
.
Query Executed
The response is of type any[]
.