Skip to main content

Reports

Generate, manage, and retrieve Excel reports from Mango data.

See also: Reports documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/excel-report-templatesQuery ReportsAPI Reference →
POST/excel-report-templatesCreate new templateAPI Reference →
DELETE/excel-report-templates/{xid}Delete a templateAPI Reference →
GET/excel-report-templates/{xid}Get a templateAPI Reference →
PUT/excel-report-templates/{xid}Update a templateAPI Reference →
DELETE/excel-report-templates/by-id/{id}Delete a template by idAPI Reference →
GET/excel-report-templates/by-id/{id}Get a template by idAPI Reference →
PUT/excel-report-templates/by-id/{id}Update a template by idAPI Reference →
GET/excel-report-templates/download-by-xid/{xid}Get report template fileAPI Reference →
GET/excel-report-templates/email-templatesQuery Email TemplatesAPI Reference →
GET/excel-report-templates/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →
POST/excel-report-templates/load-named-rangesGet named ranges for a report templateAPI Reference →
POST/excel-report-templates/uploadUpload new template fileAPI Reference →
POST/excel-report-templates/validate-email-scriptValidate a ScriptAPI Reference →
POST/excel-report-templates/validate-post-processing-scriptValidate a ScriptAPI Reference →
GET/excel-reportsQuery ReportsAPI Reference →
DELETE/excel-reports/{xid}Delete a reportAPI Reference →
GET/excel-reports/{xid}Get a ReportAPI Reference →
PUT/excel-reports/{xid}Update a reportAPI Reference →
DELETE/excel-reports/by-id/{id}Delete a report by idAPI Reference →
GET/excel-reports/by-id/{id}Get a Report by idAPI Reference →
PUT/excel-reports/by-id/{id}Update a report by idAPI Reference →
GET/excel-reports/download/{xid}Get finished report fileAPI Reference →
DELETE/excel-reports/purge/allPurge all reportsAPI Reference →
DELETE/excel-reports/purge/use-settingsPurge reports using system settingsAPI Reference →
POST/excel-reports/runRun a report immediately from an saved template, using the time ranges specified in the bodyAPI Reference →
POST/excel-reports/run/{xid}Run a report immediately from a saved templateAPI Reference →
GET/excel-reports/view/{xid}View a finished report file as HTMLAPI Reference →