Partner gets alerts of a driver. 'start_ts' and 'end_ts' parameters have the following format: 'YYYYmmDDHHMMSS'. Type of 'event_types' 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'. 'alert_types' parameter can have 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}}/driver/{{DRIVER_ID}}/alerts?start_ts={{START_TS}}&end_ts={{OPTIONAL: end_ts}}&alert_types={{OPTIONAL: alert_types}}&event_types={{OPTIONAL: event_types}}&page_number={{OPTIONAL: page_number}}&page_size={{OPTIONAL: page_size}}&no_alarms={{OPTIONAL: no_alarms}}'