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 --request GET 'https://fleet.roscolive.com/api/v1.0/assets//history?page_number&page_size'
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"pair_history": [
{
"asset_id": 4180,
"device_id": 14277893,
"id": 1,
"status": "done",
"timestamp": "2025-09-04 00:46:59",
"user_id": 534
},
{
"asset_id": 4180,
"device_id": 2845871,
"id": 2,
"status": "done",
"timestamp": "2025-09-04 00:46:59",
"user_id": 534
},
{
"asset_id": 4180,
"device_id": 74421348,
"id": 8,
"status": "pending",
"timestamp": "2025-09-04 01:04:40",
"user_id": 534
}
],
"total_number": 3
},
"result": "OK"
}
Modified at 2025-11-17 13:41:04