Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:d-sdk:7_reports:3_exec_report_group [2018/04/26 20:23] support@geliossoft.ru created |
en:d-sdk:7_reports:3_exec_report_group [2024/09/24 18:04] (current) support@geliossoft.ru |
||
---|---|---|---|
Line 7: | Line 7: | ||
<code php>&svc=exec_report_group¶ms={ | <code php>&svc=exec_report_group¶ms={ | ||
"id_group": integer, | "id_group": integer, | ||
- | "report_type": string, | + | "report_type": integer, |
"from": timestamp, | "from": timestamp, | ||
"to": timestamp, | "to": timestamp, | ||
Line 18: | Line 18: | ||
^ Parameter ^ Description ^ | ^ Parameter ^ Description ^ | ||
| id_group | Unique Group ID | | | id_group | Unique Group ID | | ||
- | | report_type | Report Type | | + | | report_type | ID report template | |
| from | Start time of report | | | from | Start time of report | | ||
| to | End time of report | | | to | End time of report | | ||
Line 26: | Line 26: | ||
=== Additional Information === | === Additional Information === | ||
- | 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'). | ||
Parameters id_route and id_geozone are optional. | Parameters id_route and id_geozone are optional. |