How to consume an api rest Paginated

HEllo community,

I'm testing to consume an API rest and is working very well.

Do you have any idea how to make a look to call n times the query with parameter "Page=n"?

The API returns pages with 500 Json result. Bu I can't know how many pages I will get.

Thanks

CleanShot 2023-10-04 at 12.19.05

Hello @litus,

Check out this article: How to pull data from web APIs with pagination

1 Like