Webex · Example Payload

Webex Get Outgoing Permission Digit Pattern For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Outgoing Permission Digit Pattern 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": "Get Outgoing Permission Digit Pattern for a Location",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/outgoingPermission/digitPatterns",
  "summary": "Get Outgoing Permission Digit Pattern for a Location",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "digitPatterns": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3",
            "name": "DigitPattern1",
            "pattern": "2XXXX",
            "action": "ALLOW",
            "transferEnabled": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V5",
            "name": "DigitPattern2",
            "pattern": "1XXXX",
            "action": "ALLOW",
            "transferEnabled": false
          }
        ]
      }
    }
  ]
}