{ "operationId": "getMySecondaryLinesVoicemailSettings", "method": "GET", "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/voicemail", "summary": "Get My Secondary Line Owner's Voicemail Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "sendAllCalls": { "enabled": true }, "sendBusyCalls": { "enabled": false, "greeting": "DEFAULT", "greetingUploaded": false }, "sendUnansweredCalls": { "enabled": false, "greeting": "DEFAULT", "greetingUploaded": true, "numberOfRings": 3, "systemMaxNumberOfRings": 20 }, "notifications": { "enabled": true, "destination": "julie@example.com" }, "transferToNumber": { "enabled": false }, "emailCopyOfMessage": { "enabled": false, "emailId": "julie@example.com" }, "messageStorage": { "mwiEnabled": true, "storageType": "INTERNAL", "externalEmail": "julia@example.com" }, "faxMessage": { "enabled": false }, "voiceMessageForwardingEnabled": false } } ] }