Grid

Returns report data restricted by query parameters passed in POST arguments.

post
/grid
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
start_datestring · dateRequired

example: 2017-07-21

end_datestring · dateRequired

example: 2017-07-21

limitnumberOptional
offsetnumberOptional
include_mappingsnumber · enumOptional

0 - by default if one split_by field

1 - by default if more than one split_by field

Possible values:
timezonenumberOptional
filter_templatestringOptional

A string template defining priorities for filters specified in the filters POST argument. Can contain the following elements: opening/closing parentheses OR/AND operators x character as placeholder for filters Example: x OR (x AND x).

data_filter_templatestringOptional

A string template defining priorities for filters specified in the data_filters POST argument. Can contain the following elements: opening/closing parentheses OR/AND operators x character as a placeholder for filters Example: x OR (x AND x).

Responses
200

OK

application/json
post
/grid
200

OK

Last updated

Was this helpful?