Webex · Example Payload

Webex Get A List Of A Virtual Extension Range Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A List Of A Virtual Extension Range 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 a list of a Virtual Extension Range",
  "method": "GET",
  "path": "/telephony/config/virtualExtensionRanges",
  "summary": "Get a list of a Virtual Extension Range",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "virtualExtensionRanges": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OX1JBTkdFLzk0OThkMTE0LWMwMGMtNGZkNC1iMTk5LWU4ODQ2N2UwNzVkNw",
            "name": "SalesVirtualExtensionRange",
            "prefix": "+12345",
            "level": "LOCATION",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
            "locationName": "Sales"
          }
        ]
      }
    }
  ]
}