Webex · Example Payload

Webex Get A Dial Plan Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Dial Plan 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 Dial Plan",
  "method": "GET",
  "path": "/telephony/config/premisePstn/dialPlans/{dialPlanId}",
  "summary": "Get a Dial Plan",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI",
        "name": "dialPlanName",
        "routeId": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzA1OWEyNzNlLWJiYjAtMTFlYy04NDIyLTAyNDJhYzEyMDAwMg",
        "routeName": "routeName",
        "routeType": "ROUTE_GROUP",
        "customer": {
          "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
          "name": "test_org"
        }
      }
    }
  ]
}