...
Endpoint | Method | Request Format | Allows multiple reports to be exported exporting reports for multiple devices in a single request | Allows filtering for reports | Description | |
---|---|---|---|---|---|---|
Export reports | /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 the more advanced filters/options provided in the request body. |
...