I'm currently working with this as well. However I am using an REST service from API express (https://devcenter.appery.io/documenta...) states, "Keep in mind that the REST Service response can’t exceed the limit of 100kb and the number of entries in one response can’t exceed 100."
If i set the limit=101, it returns the error, '{"code":"MS008","message":"Requests quota reached","status":"FORBIDDEN"}'
A work around could be to return the 100 most recent results. But I can't find how to have it sort by date before it returns. I'll keep looking into this workaround, but it would be better if I could see 250 results.
thanks,
-Andrew