Webex · Example Payload

Webex Get The List Of Dect Networks For An Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get The List Of Dect Networks For An Organization 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": "Get the List of DECT Networks for an organization",
  "method": "GET",
  "path": "/telephony/config/dectNetworks",
  "summary": "Get the List of DECT Networks for an organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "dectNetworks": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
            "name": "Demo-DectNetwork",
            "displayName": "Demo-DectNetwork",
            "chainId": 1224,
            "model": "DMS Cisco DBS210",
            "defaultAccessCodeEnabled": true,
            "defaultAccessCode": "1234",
            "numberOfBaseStations": 2,
            "numberOfHandsetsAssigned": 5,
            "numberOfLines": 2,
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
              "name": "Cisco-HQ"
            }
          }
        ]
      }
    }
  ]
}