Webex · Example Payload

Webex Read The List Of Virtual Extensions Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Virtual Extensions 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": "Read the List of Virtual Extensions",
  "method": "GET",
  "path": "/telephony/config/virtualExtensions",
  "summary": "Read the List of Virtual Extensions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "virtualExtensions": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OLzZkNmYwNmVlLTdkNDEtNDQ4Yy05MjgwLWZkM2ZiMDhmOGUyMA",
            "extension": "5001",
            "routingPrefix": "4321",
            "esn": "43215001",
            "phoneNumber": "+16692515287",
            "firstName": "Bob",
            "level": "LOCATION",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2QzYjA4MGMwLWU1MjctNDQ1Zi04NTk5LTU5OWJmNzQ2MjViNg",
            "locationName": "TestLocation",
            "displayName": "Bob Smith"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfRVhURU5TSU9OL2JhNTE0MGExLWM0MjItNDRhMC05MmUyLTRkNDQ0ZTg1NDc5NQ",
            "extension": "5001",
            "esn": "5001",
            "phoneNumber": "+12135536387",
            "firstName": "John",
            "lastName": "Smith",
            "level": "ORGANIZATION",
            "displayName": "John Smith"
          }
        ]
      }
    }
  ]
}