Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:d-sdk:7_reports:4_exec_report [2018/04/26 20:29] support@geliossoft.ru created |
en:d-sdk:7_reports:4_exec_report [2024/12/17 13:36] (current) support@geliossoft.ru |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| "from": timestamp, | "from": timestamp, | ||
| "to": timestamp, | "to": timestamp, | ||
| - | "report_type": string, | + | "report_type": integer, |
| "language": string, | "language": string, | ||
| "id_group": integer, | "id_group": integer, | ||
| - | "id_geozone": integer, | + | "id_geozone": integer |
| - | "id_report": integer | + | |
| }</code> | }</code> | ||
| Line 21: | Line 20: | ||
| | from | Start time of report | | | from | Start time of report | | ||
| | to | End time of report | | | to | End time of report | | ||
| - | | report_type | Report Type | | + | | report_type | ID report template | |
| | language | Language | | | language | Language | | ||
| | id_group | Unique Group ID | | | id_group | Unique Group ID | | ||
| | id_geozone | Unique Geozone ID | | | id_geozone | Unique Geozone ID | | ||
| - | | id_report | Unique Report ID | | ||
| - | === Additional Information === | + | Parameters id_route and id_geozone are optional. The query must include one of the mandatory parameters: id_unit or id_group. |
| - | Report_type('unit_source' ⇒'Initial Data', 'unit_movement' ⇒ 'Report on trips', 'unit_stay' ⇒ 'Report on parkings', 'unit_movement_stay' ⇒ 'Report on trips and parkings', 'unit_conn' ⇒ 'Lost Connection Report'). | + | |
| - | + | ||
| - | Parameters id_route and id_geozone are optional. | + | |
| === Server Response === | === Server Response === | ||
| == Result == | == Result == | ||
| <code php>{ | <code php>{ | ||
| - | "page":0, // Current Page | + | "page":0, // Current page |
| "total":1, | "total":1, | ||
| "records":1, // Number of records | "records":1, // Number of records | ||
| Line 49: | Line 44: | ||
| "Coord" | "Coord" | ||
| ], | ], | ||
| - | "rows":[ // Report rows | + | "rows":[ // Report Entries |
| { | { | ||
| "Начало":"Итого", | "Начало":"Итого", | ||