Webex · Example Payload

Webex Getcriteriaforuserselectivecallrejectionservice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getcriteriaforuserselectivecallrejectionservice 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": "getCriteriaForUserSelectiveCallRejectionService",
  "method": "GET",
  "path": "/telephony/config/people/{personId}/selectiveReject/criteria/{id}",
  "summary": "Get a Criteria for the User\u2019s Selective Call Rejection Service",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA5NzY3ODMzNzM",
        "scheduleName": "demo_schedule",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "FORWARDED",
        "anonymousCallersEnabled": false,
        "unavailableCallersEnabled": false,
        "rejectEnabled": true
      }
    }
  ]
}