{ "operationId": "List Device Configurations for device", "method": "GET", "path": "/deviceConfigurations", "summary": "List Device Configurations for device", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "deviceId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=", "items": { "Audio.Ultrasound.MaxVolume": { "value": 70, "source": "default", "sources": { "default": { "value": 70, "editability": { "editable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "editable": true } } }, "valueSpace": { "type": "integer", "maximum": 100, "minimum": 0 } }, "FacilityService.Service[1].Name": { "value": "Live Support", "source": "default", "sources": { "default": { "value": "Live Support", "editability": { "editable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "editable": true } } }, "valueSpace": { "type": "string", "maxLength": 1024, "minLength": 0 } }, "Conference.MaxReceiveCallRate": { "value": 786, "source": "configured", "sources": { "default": { "value": 6000, "editability": { "editable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": 786, "editability": { "editable": true } } }, "valueSpace": { "type": "integer", "maximum": 6000, "minimum": 64 } }, "Video.Output.Connector[2].Resolution": { "value": "Auto", "source": "default", "sources": { "default": { "value": "Auto", "editability": { "editable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "editable": false, "reason": "CONFIG_MANAGED_BY_DIFFERENT_AUTHORITY" } } }, "valueSpace": { "enum": [ "1920_1080_50", "1920_1080_60", "1920_1200_50", "1920_1200_60", "2560_1440_60", "3840_2160_30", "3840_2160_60", "Auto" ], "type": "string" } } } } } ] }