Get event filters list for date range in company
Returns a list of applicable filter categories for events in the given duration.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/partners/companies//events/filters?start_ts=20250801000000&end_ts=20250819235959&device_ids='
Responses
application/json
{
"meta": {
"code": 100
},
"response": [
{
"fulltype": "string",
"geotab": 0,
"type": "string"
}
],
"result": "OK"
}
Modified at 2026-03-13 17:30:38