{ "operationId": "Read Voicemail Settings for a Workspace", "method": "GET", "path": "/telephony/config/workspaces/{workspaceId}/voicemail", "summary": "Read Voicemail Settings for a Workspace", "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" } } } ] }