...
Endpoint | Method | Request Format | Allows exporting reports for multiple devices in a single request | Allows filtering for reports | Description | |
---|---|---|---|---|---|---|
Export reportsreport | /report/export/{uuid} | GET | N/A | ![]() | ![]() | Export a single report with its UUID. |
Export reports (GET) | /report/export?@imei={imei} | GET | N/A | ![]() | ![]() | Export past month's reports with optional IMEI filtering. |
Export reports (POST) | /report/export | POST | application/json | ![]() | ![]() | Export reports with more advanced filters/options provided in the request body. |
Export
...
Report
The most simple form of exporting an individual report, requires the report UUID to be provided as part of the endpoint.
...