Webex · Example Payload

Webex Create Selective Forward Criteria For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create Selective Forward Criteria 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": "Create Selective Forward Criteria for a Workspace",
  "method": "POST",
  "path": "/telephony/config/workspaces/{workspaceId}/selectiveForward/criteria",
  "summary": "Create Selective Forward Criteria for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "forwardToPhoneNumber": "+1934898988",
        "destinationVoicemailEnabled": true,
        "scheduleName": "Business Vacation YearEnd",
        "scheduleType": "holidays",
        "scheduleLevel": "GROUP",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": true,
        "numbers": [
          "+19064441748",
          "+19186663950"
        ],
        "forwardEnabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBLzg2NTAxZDFlLTg1MWMtNDgwYi1hZmE2LTA5MTU4NzQ3NzdmZQ"
      }
    }
  ]
}