| Role | Permission |
|---|---|
| Partner | |
| Partner View | |
| Custom Partner | |
| Fleet Manager | |
| Group Manager | |
| User | |
| Custom User |
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/devices/12345678/routes?start_ts=20250818000000&end_ts=20250818235959'{
"meta": {
"code": 200
},
"response": {
"routes": [
{
"driver_id": "bool",
"driver_name": "bool",
"duration": "int",
"end_address": "bool",
"end_gps": "dict",
"events": "list",
"events_count": "int",
"idling_duration": "bool",
"max_speed": "bool",
"route_id": "int",
"speeding_events": "list",
"speeding_events_count": "bool",
"start_address": "bool",
"start_gps": "dict",
"time_from_prev_trip": "int",
"total_distance": "int"
}
]
}
}