Webex · Example Payload

Webex Getmyexecutivecallfilteringsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyexecutivecallfilteringsettings 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": "getMyExecutiveCallFilteringSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/executive/callFiltering",
  "summary": "Get User Executive Call Filtering Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "filterType": "CUSTOM_CALL_FILTERS",
        "criteria": [
          {
            "id": "ZmlsdGVyMQ==",
            "filterName": "VIP Callers",
            "source": "SELECT_PHONE_NUMBERS",
            "activationEnabled": true,
            "filterEnabled": true
          }
        ]
      }
    }
  ]
}