get
https://{nurevaDeviceIP}/api/v1/room/profiles
Allows clients to retrieve the list of room profiles for the device.
NOTE: Only supported for HDL300, Dual HDL300, HDL410, and HDX devices.
Minimum role required: general
Example Response Body
{
"profiles": [
{
"profileId": "68413b34-cc80-4140-9ecc-803a6cee035e",
"name": "Room Profile 1",
"active": true
},
{
"profileId": "f5be8d1a-2a58-4cf4-8900-d400f5f57c75",
"name": "Room Profile 2",
"active": false
},
{
"profileId": "4e8a2848-f575-42a6-b337-831011eea9bf",
"name": "Room Profile 3",
"active": false
},
]
}