Webex · Example Payload

Webex Read The Internal Dialing Configuration For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read The Internal Dialing Configuration For A Location 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 Internal Dialing configuration for a location",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/internalDialing",
  "summary": "Read the Internal Dialing configuration for a location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enableUnknownExtensionRoutePolicy": true,
        "unknownExtensionRouteIdentity": {
          "id": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0dST1VQLzA1OWEyNzNlLWJiYjAtMTFlYy04NDIyLTAyNDJhYzEyMDAwMg",
          "name": "route_identity_name",
          "type": "ROUTE_GROUP"
        }
      }
    }
  ]
}