Hi, I'm trying to traverse the API from the Company Call Log to the recordings of every fax and voicemail received across the company.
I can get the call log records, and I see the entries for faxes and voicemails, but I don't see the message element of the returned records, which the documentation leads me to believe should be there.
How do I get to the list of faxes and voicemails of the company without making API calls for every extension or user in the company, which is clearly infeasible?
Thanks in advance!