Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sortModel
tuple
Example:
filterModel
tuple
Example:

"{\"is_sent\":{\"filterType\":\"number\",\"type\":\"greaterThan\",\"filter\":5}}\n\nnote that it needs to be col_id: {FilterModel}, PHP doesn't support this kind of description."

rowGroupCols
tuple
Example:
groupKeys
tuple
Example:

"[\"campaign_uuid\"]\nNot the column type, it's a filter of the query"

startRow
integer
Required range: x >= 0
endRow
integer
Required range: x >= 1
selectCols
tuple
groupByAll
boolean

Response

data
string
required
meta
object
required