Webex · Example Payload

Webex Read The List Of Call Park Extensions Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Call Park 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 Call Park Extensions",
  "method": "GET",
  "path": "/telephony/config/callParkExtensions",
  "summary": "Read the List of Call Park Extensions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "callParkExtensions": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vMGYzZTkwNGItYzliNC00ODNmLWI4MWItZmI0ZjkyMWcxNDUzCg",
            "extension": "1415",
            "routingPrefix": "1234",
            "esn": "12341415",
            "name": "14159265",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx",
            "locationName": "WXCSIVDKCPAPIC4S1"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUEFSS19FWFRFTlNJT04vMGYzZTkwNGItYzliNC00ODNmLWI4MWItZmI0ZjkyMWcxNDUyCg",
            "extension": "7182",
            "routingPrefix": "1234",
            "esn": "12347182",
            "name": "71828182",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx",
            "locationName": "WXCSIVDKCPAPIC4S1"
          }
        ]
      }
    }
  ]
}