Forum Discussion

monkeysocks's avatar
monkeysocks
Frequent Visitor
5 years ago
Solved

API limited to 50 responses - pagination looping required

Hi,   I hope that you are well. I am really struggling to find a solution to pull more than 50 records from an API endpoint. Essentially I need to keep looping the call until all rows have been pul...
  • mahoneypat's avatar
    mahoneypat
    5 years ago

    Hard to know without being able to drill into that table to see if there is an overall count in there, or if there is a separate type of call you can make to get the count (e.g., /$count").  If you know how many records to expect another way, you can just make your List.Numbers go past that and then have a Remove Errors step to get rid of the ones that went too far, before you expand the data.

     

    Pat