Question

Only 100 records per API call.I want to increase ...how?

  • 11 June 2020
  • 1 reply
  • 867 views

We have more than 5000 call logs ..want to retrive all call logs in one go..by default, it is fetching only 100 records..is there any way of fetching all the records in a single api cal or multiple calls with 100 records..how to achieve this?


1 reply

Userlevel 1

Set the perPage to max 1000 records per API call. Then use the navigation nextPage.uri to read next chunk. Read this blog to see how to read the call log as explained above and also dealing with the API rate limit.

Reply