Forum Discussion

Asynchronism's avatar
Asynchronism
Frequent Visitor
6 years ago
Solved

Looping - API Call

Hi All,   I have an api call that only returns 50 results at a time, and I need to run it multiple times to build my result table.   Example:  myapi/getlist?limit=50&page=1   where page 1 is resu...