| 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/dtc?device_ids=&start_ts=20250801000000&end_ts=20250821235959&page_number&page_size'{
"meta": {
"code": 200
},
"response": {
"devices": [
{
"device_id": 3337528432,
"dtc_list": [
{
"dtc": "api_test_1",
"timestamp": "2025-08-04 00:00:00"
},
{
"dtc": "api_test_2",
"timestamp": "2025-08-04 01:00:00"
},
{
"dtc": "api_test_3",
"timestamp": "2025-08-04 02:00:00"
}
]
},
{
"device_id": 3917147185,
"dtc_list": [
{
"dtc": "api_test_4",
"timestamp": "2025-08-04 00:00:00"
},
{
"dtc": "api_test_5",
"timestamp": "2025-08-04 01:00:00"
}
]
}
],
"total_items": 2
},
"result": "OK"
}