Webex · Example Payload

Webex Readthelistofsupporteddevices Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Readthelistofsupporteddevices 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": "readTheListOfSupportedDevices",
  "method": "GET",
  "path": "/telephony/config/supportedDevices",
  "summary": "Read the List of Supported Devices",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "upgradeChannelList": [
          "STABLE",
          "STABLE_DELAY",
          "PREVIEW",
          "BETA",
          "TESTING"
        ],
        "devices": [
          {
            "model": "2N Customer Managed",
            "displayName": "2N Customer Managed",
            "type": "GENERIC_SIP",
            "manufacturer": "THIRD_PARTY",
            "managedBy": "CUSTOMER",
            "supportedFor": [
              "PEOPLE",
              "PLACE"
            ],
            "onboardingMethod": [
              "MAC_ADDRESS"
            ],
            "allowConfigureLayoutEnabled": false,
            "numberOfLinePorts": 20,
            "kemSupportEnabled": true,
            "kemModuleCount": 1,
            "kemModuleType": [
              "KEM_20_KEYS"
            ],
            "upgradeChannelEnabled": false,
            "additionalPrimaryLineAppearancesEnabled": false,
            "basicEmergencyNomadicEnabled": false,
            "customizedBehaviorsEnabled": false,
            "allowConfigurePortsEnabled": false,
            "customizableLineLabelEnabled": false,
            "supportsLinePortReorderingEnabled": false,
            "kemLinesSupportEnabled": false,
            "portNumberSupportEnabled": false,
            "numberOfLineKeyButtons": 0,
            "t38Enabled": false,
            "callDeclinedEnabled": false,
            "touchScreenPhone": false,
            "deviceSettingsConfiguration": "NONE",
            "allowHotelingHostEnabled": false,
            "supportsLogCollection": "NONE",
            "supportsApplyChangesEnabled": false,
            "allowConfigureLinesEnabled": true,
            "allowConfigurePhoneSettingsEnabled": false,
            "supportsHotlineEnabled": false
          },
          {
            "model": "DMS Polycom EE400",
            "displayName": "Polycom EE400",
            "familyDisplayName": "Poly",
            "type": "GENERIC_SIP",
            "manufacturer": "THIRD_PARTY",
            "managedBy": "CISCO",
            "supportedFor": [
              "PEOPLE",
              "PLACE"
            ],
            "onboardingMethod": [
              "MAC_ADDRESS"
            ],
            "allowConfigureLayoutEnabled": false,
            "numberOfLinePorts": 14,
            "kemSupportEnabled": false,
            "upgradeChannelEnabled": false,
            "additionalPrimaryLineAppearancesEnabled": true,
            "basicEmergencyNomadicEnabled": false,
            "customizedBehaviorsEnabled": true,
            "allowConfigurePortsEnabled": false,
            "customizableLineLabelEnabled": false,
            "supportsLinePortReorderingEnabled": true,
            "kemLinesSupportEnabled": false,
            "portNumberSupportEnabled": false,
            "numberOfLineKeyButtons": 0,
            "touchScreenPhone": false,
            "t38Enabled": false,
            "callDeclinedEnabled": true,
            "deviceSettingsConfiguration": "WEBEX_CALLING_DYNAMIC_DEVICE_CONFIGURATION",
            "allowHotelingHostEnabled": true,
            "supportsLogCollection": "NONE",
            "supportsApplyChangesEnabled": true,
            "allowConfigureLinesEnabled": true,
            "allowConfigurePhoneSettingsEnabled": true,
            "supportsHotlineEnabled": true
          }
        ]
      }
    }
  ]
}