Webex · Example Payload

Webex Getmyselectiverejectsettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyselectiverejectsettings 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": "getMySelectiveRejectSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/selectiveReject",
  "summary": "Get Selective Call Reject Settings for User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "criteria": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY",
            "scheduleName": "CustomHoliday(Group)",
            "source": "ALL_NUMBERS",
            "rejectEnabled": false
          }
        ]
      }
    }
  ]
}