{ "operationId": "getSettingsGroups", "method": "GET", "path": "/telephony/config/devices/dynamicSettings/settingsGroups", "summary": "Get Settings Groups", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "settingsGroups": [ { "path": "Voice.Codec Preferences", "friendlyName": "voice.codecPref.G711Mu", "tab": "Poly", "familyOrModelDisplayName": "Poly", "tags": [ { "tagBlock": [ "%G711U_ORDER%" ] } ] }, { "path": "Feature.Bluetooth", "friendlyName": "feature.bluetooth.enabled", "tab": "Poly", "familyOrModelDisplayName": "Poly", "tags": [ { "tagBlock": [ "%ENABLE_BLUETOOTH%" ] } ] }, { "path": "User Interface.Menu", "friendlyName": "ui.menu.background", "tab": "Poly", "familyOrModelDisplayName": "Poly", "tags": [ { "tagBlock": [ "%DO_UI_MENU_BACKGROUND%" ] } ] } ], "settingsTabs": [ "Poly", "MPP" ] } } ] }