{ "operationId": "getUserSelectiveCallRejectionCriteriaListing", "method": "GET", "path": "/telephony/config/people/{personId}/selectiveReject", "summary": "Get the User\u2019s Selective Call Rejection Criteria Listing", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "criteria": [ { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI", "scheduleName": "demo_schedule", "source": "ALL_NUMBERS", "rejectEnabled": true } ] } } ] }