Reports
The Reports API includes several methods allowing the reports management:
createReport
: creates a new instant or scheduled report and returns the ID of the newly-created report.getReportsList
: returns the list of scheduled reports.getDownloadLinks
: returns the download links for a report.deleteReport
: deletes the specified report and returns true on success or an error status code and error message on fail.
API url: https://YOUR-HOSTNAME/api/v1.0/jsonrpc/reports