{ "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 } ] } } ] }