Skip to main content
POST
cURL

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Query Parameters

limit
integer<int64>
default:100

Limit the number of resources returned by the API

Required range: x >= 1
offset
integer<int64>
default:0

Offset the resources returned by the API

Required range: x >= 0

Body

application/vnd.api+json

The query to create.

data
object
required

Response

The query result rows, as a JSON:API collection of query-result-rows (dynamic attributes, with column descriptors and pagination in meta).

The response is of type object.