Webex · Example Payload

Webex Createmycallnotifycriteria Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createmycallnotifycriteria 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": "createMyCallNotifyCriteria",
  "method": "POST",
  "path": "/telephony/config/people/me/settings/callNotify/criteria",
  "summary": "Add a Call Notify Criteria",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "Holiday V2",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "ANY_PHONE_NUMBER",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": false,
        "notificationEnabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY"
      }
    }
  ]
}