The request is intended to export report on unit.
&svc=export_report¶ms={ "id_unit": integer, "from": timestamp, "to": timestamp, "report_type": string, "export_type": string, "language": string }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
from | Start time of report |
to | End time of report |
report_type | Report type |
export_type | Export Type |
language | Language |
The request exports report to a file with the specified type: export_type.
Report_type('unit_source' ⇒'Initial data', 'unit_movement' ⇒ 'Report on trips', 'unit_stay' ⇒ 'Parking report', 'unit_movement_stay' ⇒ 'Report on trips and parkings', 'unit_conn' ⇒ 'Lost Connection Report').
Export_type - pdf, xlsx, html.
The result is a report file.