Forum Discussion
yuvapraveen
5 years agoRegular Visitor
Paginate API POST Response
I am trying to accumulate API response from an URL. Initial response contains three JSON objects 1. events-containing the list that I wanted to accumulate and create a dataset 2. next_page- containin...
mahoneypat
5 years agoMicrosoft Employee
Hard to suggest a change from the code alone (no hands on trial/error). Does this API have a count method to just get the total count directly (e.g., /$count), so you can use that value in an approach like the video (just using offset and count, instead of pagination)?
Regards,
Pat