Webex · Example Payload

Webex Updatepersonexecutivecallfilteringsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatepersonexecutivecallfilteringsettings 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": "updatePersonExecutiveCallFilteringSettings",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/executive/callFiltering",
  "summary": "Modify Person Executive Call Filtering Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "filterType": "CUSTOM_CALL_FILTERS",
        "criteriaActivation": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL2RHVnpkRjltYVd4MFpYST0",
            "activationEnabled": true
          }
        ]
      }
    }
  ],
  "responseExamples": []
}