Skip to main content
Question

Call history download

  • March 24, 2021
  • 2 replies
  • 378 views

I am new to the RC API and was looking for a way to download the previous days call log to a CSV or XL file. Can anyone help with a few pointers on where to start? would this be considered a 'Web Server' app?

Thank you

2 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2473 replies
  • March 24, 2021

You can get started from here. You will have to parse the response and save the data in .csv format yourself. Look at the e.g. implementation from here.

API reference

More information how to use the call log


  • Author
  • New Participant
  • 3 replies
  • March 24, 2021

thank you, i'll take a look