Webex · Example Payload

Webex Retrieve A Digit Pattern Details For The Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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