Webex · Example Payload

Webex Read A Route Group For A Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read A Route Group For A Organization 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 a Route Group for a Organization",
  "method": "GET",
  "path": "/telephony/config/premisePstn/routeGroups/{routeGroupId}",
  "summary": "Read a Route Group for a Organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "hydra2",
        "organization": {
          "name": "ATLAS_TEST_LIEM_RL",
          "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80MWQxNDNiYi1hMjEwLTQ5YTQtOGNkZC1hYzc2YzYxMmE0YzM"
        },
        "localGateways": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1RSVU5LLzc3MDY3YjcyLTk4NzEtNDJmNi1iMzdhLTQ3ZWZmMjUyNjdjNg",
            "name": "Route List Trunk 2",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL1dTV1laMjEyODA2TDIxMjgwNw",
            "priority": 2
          }
        ]
      }
    }
  ]
}