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:
selectCols
tuple
Example:

"[\"country_id\"]\nWill make a select query with only the columns in the array, if not provided default columns will be selected"

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
groupByAll
boolean

Response

data
DataGridConversionPixelResource · object[]
required
meta
object
required