{ "operationId": "getPersonExecutiveAlertSettings", "method": "GET", "path": "/telephony/config/people/{personId}/executive/alert", "summary": "Get Person Executive Alert Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "alertingMode": "SEQUENTIAL", "nextAssistantNumberOfRings": 3, "rolloverEnabled": true, "rolloverAction": "VOICE_MESSAGING", "rolloverForwardToPhoneNumber": "+14085267209", "rolloverWaitTimeInSecs": 60, "clidNameMode": "EXECUTIVE_ORIGINATOR", "customCLIDName": "John Anderson", "customCLIDNameInUnicode": "John Anderson", "clidPhoneNumberMode": "EXECUTIVE", "customCLIDPhoneNumber": "+14085267208" } } ] }