{ "operationId": "getMyPriorityAlertSettings", "method": "GET", "path": "/telephony/config/people/me/settings/priorityAlert", "summary": "Get Priority Alert Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": false, "criteria": [ { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "scheduleName": "CustomHoliday(Group)", "source": "ALL_NUMBERS", "notificationEnabled": false } ] } } ] }