Webex · Example Payload

Webex Get A Route List Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Route List 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 Route List",
  "method": "GET",
  "path": "/telephony/config/premisePstn/routeLists/{routeListId}",
  "summary": "Get a Route List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "Route List 01",
        "location": {
          "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI",
          "name": "locationName"
        },
        "routeGroup": {
          "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQL2ZjN2EzZDU2LTg1OGMtNDVkZC1iZDA1LTE2OWM2NGU1OTRmMQ",
          "name": "Route Group 01",
          "inUse": true
        }
      }
    }
  ]
}