{ "operationId": "getPersonExecutiveAssistantSettings", "method": "GET", "path": "/telephony/config/people/{personId}/executive/assistant", "summary": "Get Person Executive Assistant Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "forwardFilteredCallsEnabled": true, "forwardToPhoneNumber": "+14155551234", "executives": [ { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zZWQzNDg0MS0yZTkwLTQ4OGEtYmVmZi1iNTk0OTA1ODFkNWM", "firstName": "John", "lastName": "Doe", "directNumber": "+916557765419", "extension": "10079", "optInEnabled": true } ] } } ] }