Webex · Example Payload

Webex Getmyselectiverejectcriteriasettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyselectiverejectcriteriasettings 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": "getMySelectiveRejectCriteriaSettings",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/selectiveReject/criteria/{id}",
  "summary": "Get Selective Call Reject Criteria Settings for User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY",
        "scheduleName": "CustomHoliday(Group)",
        "scheduleType": "holidays",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": false,
        "unavailableCallersEnabled": false,
        "phoneNumbers": [
          "+16177817765"
        ],
        "rejectEnabled": false
      }
    }
  ]
}