{ "operationId": "Read Forwarding Settings for a Person", "method": "GET", "path": "/people/{personId}/features/callForwarding", "summary": "Read Forwarding Settings for a Person", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "callForwarding": { "always": { "enabled": false, "ringReminderEnabled": false, "destinationVoicemailEnabled": false }, "busy": { "enabled": false, "destinationVoicemailEnabled": false }, "noAnswer": { "enabled": false, "numberOfRings": 2, "systemMaxNumberOfRings": 20, "destinationVoicemailEnabled": false } }, "businessContinuity": { "enabled": false, "destinationVoicemailEnabled": false } } } ] }