Store pre-selected devices
Tested
Endpoint to store list of pre-selected devices per user for the User Notifications.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
Body Params multipart/form-dataRequired
Request Code Samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/devices/pre-selected' \
--form 'user_id=""' \
--form 'device_ids=""' \
--form 'type=""' \
--form 'geotab_user=""'
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"geotab_user": null,
"id": 48,
"service_type": "rosco",
"user_id": 4032,
"vehicles_list": "98293836,25982127"
},
"result": "OK"
}
Modified at 2025-11-18 12:54:14