Webex · Example Payload

Webex Retrieve All Digit Patterns For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve All Digit Patterns For A Workspace 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": "Retrieve all Digit Patterns for a Workspace",
  "method": "GET",
  "path": "/telephony/config/workspaces/{workspaceId}/outgoingPermission/digitPatterns",
  "summary": "Retrieve all Digit Patterns for a Workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "useCustomDigitPatterns": false,
        "digitPatterns": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3",
            "name": "DigitPattern1",
            "pattern": "2XXXX",
            "action": "ALLOW",
            "transferEnabled": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V5",
            "name": "DigitPattern2",
            "pattern": "1XXXX",
            "action": "ALLOW",
            "transferEnabled": false
          }
        ]
      }
    }
  ]
}