{ "operationId": "Retrieve Call Forwarding Settings for a Workspace", "method": "GET", "path": "/workspaces/{workspaceId}/features/callForwarding", "summary": "Retrieve Call Forwarding Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "callForwarding": { "always": { "enabled": false, "destination": "", "ringReminderEnabled": false, "destinationVoicemailEnabled": false }, "busy": { "enabled": true, "destination": "+17084004987", "destinationVoicemailEnabled": true }, "noAnswer": { "enabled": true, "destination": "+12815550001", "numberOfRings": 2, "systemMaxNumberOfRings": 20, "destinationVoicemailEnabled": false } }, "businessContinuity": { "enabled": false, "destination": "", "destinationVoicemailEnabled": false } } } ] }