Webex · Example Payload

Webex Createpersonexecutivecallfilteringcriteria Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createpersonexecutivecallfilteringcriteria 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": "createPersonExecutiveCallFilteringCriteria",
  "method": "POST",
  "path": "/telephony/config/people/{personId}/executive/callFiltering/criteria",
  "summary": "Add Person Executive Call Filtering Criteria",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "filterName": "VIP Callers",
        "scheduleName": "Business Hours",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": false,
        "unavailableCallersEnabled": false,
        "phoneNumbers": [
          "+14085551234",
          "+14085551235"
        ],
        "filterEnabled": true,
        "callsToNumbers": [
          {
            "type": "PRIMARY",
            "phoneNumber": "+14085556789"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL2RHVnpkRjltYVd4MFpYST0"
      }
    }
  ]
}