Webex · Example Payload

Webex Get List Of Dect Networks Handsets For A Virtual Line Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get List Of Dect Networks Handsets For A Virtual Line 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 Handsets for a Virtual Line",
  "method": "GET",
  "path": "/telephony/config/virtualLines/{virtualLineId}/dectNetworks",
  "summary": "Get List of DECT Networks Handsets for a Virtual Line",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "dectNetworks": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=",
            "name": "Dect Network1",
            "primaryEnabled": false,
            "numberOfHandsetsAssigned": 1,
            "location": {
              "name": "Main Location Test",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx"
            }
          }
        ]
      }
    }
  ]
}