Webex · Example Payload

Webex Get Route Groups Using The Local Gateway Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Route Groups Using The Local Gateway 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 Route Groups Using the Local Gateway",
  "method": "GET",
  "path": "/telephony/config/premisePstn/trunks/{trunkId}/usageRouteGroup",
  "summary": "Get Route Groups Using the Local Gateway",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "routeGroup": [
          {
            "id": "NTJiZmUxNDAtYjIwMS00NTUzLWI1OGQtMmVkNDU1NTFmYTUy",
            "name": "RouteGroup01",
            "inUse": true
          }
        ]
      }
    }
  ]
}