Reports
Generate, manage, and retrieve Excel reports from Mango data.
See also: Reports documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /excel-report-templates | Query Reports | API Reference → |
| POST | /excel-report-templates | Create new template | API Reference → |
| DELETE | /excel-report-templates/{xid} | Delete a template | API Reference → |
| GET | /excel-report-templates/{xid} | Get a template | API Reference → |
| PUT | /excel-report-templates/{xid} | Update a template | API Reference → |
| DELETE | /excel-report-templates/by-id/{id} | Delete a template by id | API Reference → |
| GET | /excel-report-templates/by-id/{id} | Get a template by id | API Reference → |
| PUT | /excel-report-templates/by-id/{id} | Update a template by id | API Reference → |
| GET | /excel-report-templates/download-by-xid/{xid} | Get report template file | API Reference → |
| GET | /excel-report-templates/email-templates | Query Email Templates | API Reference → |
| GET | /excel-report-templates/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| POST | /excel-report-templates/load-named-ranges | Get named ranges for a report template | API Reference → |
| POST | /excel-report-templates/upload | Upload new template file | API Reference → |
| POST | /excel-report-templates/validate-email-script | Validate a Script | API Reference → |
| POST | /excel-report-templates/validate-post-processing-script | Validate a Script | API Reference → |
| GET | /excel-reports | Query Reports | API Reference → |
| DELETE | /excel-reports/{xid} | Delete a report | API Reference → |
| GET | /excel-reports/{xid} | Get a Report | API Reference → |
| PUT | /excel-reports/{xid} | Update a report | API Reference → |
| DELETE | /excel-reports/by-id/{id} | Delete a report by id | API Reference → |
| GET | /excel-reports/by-id/{id} | Get a Report by id | API Reference → |
| PUT | /excel-reports/by-id/{id} | Update a report by id | API Reference → |
| GET | /excel-reports/download/{xid} | Get finished report file | API Reference → |
| DELETE | /excel-reports/purge/all | Purge all reports | API Reference → |
| DELETE | /excel-reports/purge/use-settings | Purge reports using system settings | API Reference → |
| POST | /excel-reports/run | Run a report immediately from an saved template, using the time ranges specified in the body | API Reference → |
| POST | /excel-reports/run/{xid} | Run a report immediately from a saved template | API Reference → |
| GET | /excel-reports/view/{xid} | View a finished report file as HTML | API Reference → |