Forum Discussion

jrobertosm's avatar
jrobertosm
Frequent Visitor
5 years ago
Solved

Extract data from an API paginated??

I need to extract data from an API paginated. The item limit per page is 50. There are 15,000 items to be extracted. I can connect with the API and retrieve the first 50 items. How can I recursiv...