Webex · Example Payload

Webex Getlocationdevicedynamicsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlocationdevicedynamicsettings 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": "getLocationDeviceDynamicSettings",
  "method": "POST",
  "path": "/telephony/config/lists/locations/{locationId}/devices/dynamicSettings/actions/getSettings/invoke",
  "summary": "Get Location Device Dynamic Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "tags": [
          "%G711U_ORDER%",
          "%ENABLE_BLUETOOTH%",
          "%DO_UI_MENU_BACKGROUND%"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "tags": [
          {
            "familyOrModelDisplayName": "Poly",
            "tag": "%G711U_ORDER%",
            "value": "4",
            "parentValue": "3",
            "parentLevel": "ORGANIZATION"
          },
          {
            "familyOrModelDisplayName": "Poly",
            "tag": "%ENABLE_BLUETOOTH%",
            "value": "1",
            "parentValue": "0",
            "parentLevel": "SYSTEM_DEFAULT"
          },
          {
            "familyOrModelDisplayName": "Poly",
            "tag": "%DO_UI_MENU_BACKGROUND%",
            "value": "#1A1A1A",
            "parentValue": "#FFFFFF",
            "parentLevel": "LOCATION"
          }
        ],
        "lastUpdateTime": 1651396800000,
        "updateInProgress": false
      }
    }
  ]
}