Webex · Example Payload

Webex Read The List Of Routing Choices Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The List Of Routing Choices 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 Routing Choices",
  "method": "GET",
  "path": "/telephony/config/routeChoices",
  "summary": "Read the List of Routing Choices",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "routeIdentities": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzA1OWEyNzNlLWJiYjAtMTFlYy04NDIyLTAyNDJhYzEyMDAwMg",
            "name": "route_identity_name",
            "type": "ROUTE_GROUP"
          }
        ]
      }
    }
  ]
}