Solved

Data Extract Via API Step by Step

  • 11 September 2023
  • 1 reply
  • 413 views

Hi There,

Do you have any step by step guides for using your API to extract call data for use within a Data Warehouse. I would like to extract data on a regular basis, probably using Azure Datafactory and then load into an on premise SQL Server.

Thanks

icon

Best answer by Phong1426275020 11 September 2023, 18:53

View original

1 reply

Userlevel 1

You can get started by reading this article. It would give you a big picture about how to access the call log data via API, parse the call metadata. It's up to you what you want to do with the data and how you want to store it.

Also this app and the source code is available in my Github repo. The app also allows a super admin to access the message store to export data. It processes and converts the data and save to a .csv file. You can convert it to a SQL data format and store in your database.

Reply