{ "operationId": "getMyPriorityAlertCriteriaSettings", "method": "GET", "path": "/telephony/config/people/me/settings/priorityAlert/criteria/{id}", "summary": "Get Priority Alert Criteria Settings", "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" ], "notificationEnabled": false } } ] }