Solved

Call Logs API - How long are URIs for a particular page of a result set available after response

  • 19 April 2023
  • 1 reply
  • 112 views

Hi there,
I'm currently working on archiving call log metadata and hoping to cutdown on deduplication. I plan to loop through the pages of result sets using the nextPage object URI within the navigation object.


Let's say there's some error that occurs, and I'm able to preserve the nextPage URI in my error logs. How long will that nextPage URI be valid for, so that I can resume fetching the rest of the result set?

icon

Best answer by Phong1426275020 19 April 2023, 21:04

View original

1 reply

Userlevel 1

The nextPage and previousPage urls will not expire. But the number of records could be changed depending on the situation if anything changed to the call log during that period of pausing time.

Reply