Webex · Example Payload

Webex Get List Of Dect Networks Associated With A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get List Of Dect Networks Associated With A Workspace 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 List of DECT networks associated with a workspace",
  "method": "GET",
  "path": "/telephony/config/workspaces/{workspaceId}/dectNetworks",
  "summary": "GET List of DECT networks associated with a workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "dectNetworks": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
            "name": "Demo-DectNetwork",
            "numberOfHandsetsAssigned": 5
          }
        ]
      }
    }
  ]
}