Skip to content

endpoints.Reports.Reports

Yaroslav Surzhikov edited this page Aug 7, 2020 · 1 revision

Reports methods

list

 | list()

Returns a list of all company defined reports, data is filtered based on the access level of the logged-in user.

Only viewable categories are returned.

References:


download_report

 | download_report(report_id, formatting, include_info=False, locale=None)

Download the report by id

Returns report data file of the specified format

Arguments:

  • report_id float - Report id
  • formatting str - File format
  • include_info bool - Should include info
  • locale str - Requested language for the report columns in the format of locale (e.g. fr-FR), if not provided, the user preferences locale is used.

References:

Clone this wiki locally