Partner gets total report of events. Type of events can be executed by one or several following parameters: "gsensor", "speed", "critical_gsensor", "driver", "sensor", "pending", "custom", "ADAS-PCW", "ADAS-FCW", "ADAS-LCW", "ADAS-HW". START_TS and END_TS parameters are necessary, format is YYYYmmdd, eg: 20180220. Several device IDs should be separated by ','. "Alerts" parameter can has one or several values separated by ',': "SD Card Failure", "Improper Shutdown", "Camera Failure".
Request
Query Params
Body Params multipart/form-data
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partners/companies/{{COMPANY_NAME}}/reports/events?events={{EVENT from [gsensor,speed,critical_gsensor,driver,sensor,pending,custom,ADAS-PCW,ADAS-FCW,ADAS-LCW,ADAS-HW]}}&start_ts={{START_TS}}&end_ts={{END_TS}}&type={{TYPE from [top,bottom]}}&device_ids={{DEVICE_IDs}}&alerts={{ALERTS from [SD Card Failure,Improper Shutdown,Camera Failure]}}'