Skip to main content

I am trying to reproduce the data in the Admin Portal detailed Call Log from the data obtained via the Call Log API. I can find all the data, but I would like to confirm exactly which columns are used to populate the report. I suspect there might also be some logic regarding Inbound vs Outbount, legs Master records, etc.

You can look at this GitHub repo project, where I read and parse the call log records to create similar data format as of the admin portal call log .CSV report.

Focus on this method.


Reply