Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required array length:
1
elementExample:
[
{
"sort": "asc",
"colId": "updated_datetime"
}
]
Required array length:
1
elementExample:
"{\"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."
Required array length:
1
elementExample:
[
{
"id": "campaign_id",
"displayName": "Campaign_Id",
"field": "campaign_id"
}
]
Required array length:
1
elementExample:
"[\"country_id\"]\nWill make a select query with only the columns in the array, if not provided default columns will be selected"
Required array length:
1
elementExample:
"[\"campaign_uuid\"]\nNot the column type, it's a filter of the query"
Required range:
x >= 0
Required range:
x >= 1