{ "operationId": "getCustomerDeviceDynamicSettings", "method": "POST", "path": "/telephony/config/lists/devices/dynamicSettings/actions/getSettings/invoke", "summary": "Get Customer Device Dynamic Settings", "requestExamples": [ { "contentType": "application/json", "example": { "tags": [ "%DO_MENU_ITEM_BACKGROUND%", "%ENABLE_BLUETOOTH%", "%DO_MENU_TITLE_BACKGROUND%" ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "tags": [ { "familyOrModelDisplayName": "Poly", "tag": "%DO_MENU_ITEM_BACKGROUND%", "value": "#RRGGBB", "parentValue": "#FFFFFF", "parentLevel": "ORGANIZATION" }, { "familyOrModelDisplayName": "Poly", "tag": "%ENABLE_BLUETOOTH%", "value": "1", "parentValue": "0", "parentLevel": "SYSTEM_DEFAULT" }, { "familyOrModelDisplayName": "Poly", "tag": "%DO_MENU_TITLE_BACKGROUND%", "value": "#1A1A1A", "parentValue": "#FFFFFF", "parentLevel": "REGIONAL_DEFAULT" } ], "lastUpdateTime": 1651396800000, "updateInProgress": false } } ] }