Getting data from a web api which limits the number of records per request

There is a not very elegant but working solution described in this topic: How to do recursive loops in EasyMorph. You would have to provide offset (e.g. 0, 200, 400, etc) for each new iteration and use the request in the loop.

In the next release we will be introducing the “Repeat” action for such cases as you described (it’s called paging).