Webex · Example Payload

Webex Getsettingsgroups Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getsettingsgroups Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
        ]
      }
    }
  ]
}