Webex · Example Payload

Webex Getpersonexecutivecallfilteringsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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