Get profile update devices states
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 --request GET 'https://fleet.roscolive.com/api/v1.0/profiles//states'
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"applying_update": 0.0,
"done": 50.0,
"done_with_warnings": 0.0,
"pending_update": 50.0,
"receiving_update": 0.0,
"total_progress": 50.0
},
"result": "OK"
}
Modified at 2025-11-14 12:56:06