Get zone movements by vehicle
Tested
User Role Permissions#
The following table shows which user roles are allowed to send requests using this API endpoint.| Role | Permission |
|---|
| Partner | |
| Partner View | |
| Custom Partner | |
| Fleet Manager | |
| Group Manager | |
| User | |
| Custom User | |
Request Code Samples
curl --location 'https://fleet.roscolive.com/api/v1.0/companies//zones//movements?start_ts=undefined&end_ts=undefined&device_id=undefined'
Responses
application/json
{
"meta": {
"code": 200
},
"response": [
{
"duration": 1800,
"entry_time": "2025-10-30 09:15:00",
"entry_zone": "Brooklyn",
"exit_time": "2025-10-30 09:45:00",
"exit_zone": "Brooklyn"
}
],
"result": "OK"
}
Modified at 2026-04-28 16:24:48