Question

call log historical limit?

  • 11 September 2020
  • 1 reply
  • 291 views

I've been trying to write a custom report for our front desk and I seem to be running into some sort of historical limit for the call log. Ideally I would be able to get 90 days worth of data so my range has been between 6/12/2020 and today. I've tried two different approaches; the call log route and the call log sync route and both of them stopped fetching results after 1441 records.

When I view the same date range from the analytics portal, that same extension has 2800 records. Looking into the data, the last results I am receiving are from 7/31/2020. Is there some sort of previous date limit for call history that isn't documented (or at least readily visible)?

For the call log route I was reading the navigation tab and if a next page URI was present I would cue up the next request and end it when there wasn't. For the call log sync, It didn't seem to like the format of my date (which worked well for others) I just read until the responses were empty.


Thank you!


1 reply

Userlevel 1

I don't know how you read the call log but it could be that you hit the API rate limit. Please read this article and make sure you don't exceed the rate limit while reading your call log.

Reply