-
Notifications
You must be signed in to change notification settings - Fork 1
endpoints.Reports.Reports
Yaroslav Surzhikov edited this page Aug 7, 2020
·
1 revision
| 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(report_id, formatting, include_info=False, locale=None)Download the report by id
Returns report data file of the specified format
Arguments:
-
report_idfloat - Report id -
formattingstr - File format -
include_infobool - Should include info -
localestr - 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: