Webex · Example Payload

Webex Readthedectdevicetypelistdeprecated Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Readthedectdevicetypelistdeprecated 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": "readTheDectDeviceTypeListDeprecated",
  "method": "GET",
  "path": "/telephony/config/devices/dects/supportedDevices",
  "summary": "Read the DECT device type list - Deprecated",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "devices": [
          {
            "model": "DMS Cisco DBS110",
            "displayName": "Cisco DECT 110 Base",
            "numberOfBaseStations": 2,
            "numberOfLinePorts": 20,
            "numberOfRegistrationsSupported": 10
          },
          {
            "model": "DMS Cisco DBS210",
            "displayName": "Cisco DECT 210 Base",
            "numberOfBaseStations": 250,
            "numberOfLinePorts": 1000,
            "numberOfRegistrationsSupported": 30
          }
        ]
      }
    }
  ]
}