Webex · Example Payload

Webex Read The Route Lists Of A Routing Group Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The Route Lists Of A Routing Group 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 Route Lists of a Routing Group",
  "method": "GET",
  "path": "/telephony/config/premisePstn/routeGroups/{routeGroupId}/usageRouteList",
  "summary": "Read the Route Lists of a Routing Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "routeGroupUsageRouteListGet": [
          {
            "routeLists": [
              {
                "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvOTljNjJkMGQtNmFhYi00NGQ0LWE0ZTctZjk0MjQ4OWVhMWJj",
                "name": "routeListName",
                "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg",
                "locationName": "locationName"
              }
            ]
          }
        ]
      }
    }
  ]
}