Webex · Example Payload

Webex Get Dect Network Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Dect Network Details 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 DECT Network Details",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}",
  "summary": "Get DECT Network Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "name": "Demo-DectNetwork",
        "displayName": "Demo-DectNetwork",
        "chainId": 122456789,
        "model": "DMS Cisco DBS210",
        "defaultAccessCodeEnabled": true,
        "defaultAccessCode": "1234",
        "numberOfBaseStations": 2,
        "numberOfHandsetsAssigned": 5,
        "numberOfLines": 2,
        "location": {
          "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
          "name": "Cisco-HQ"
        }
      }
    }
  ]
}