Download Report

Returns base64 encoded file content depending on the export format (xlsx, csv).

post
/download-report
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

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 placeholder for filters

Example: x OR (x AND x).

export_formatstring · enumRequiredPossible values:
include_totalnumber · enumOptional

defines whether total values are included.

Possible values:

0 - total values are not included

1 - total values are included

Default value is 0

Possible values:
Responses
chevron-right
200

OK

text/plain
stringOptional

Base64 encoded file content.

post
/download-report
200

OK

Last updated

Was this helpful?