Expand 500 limit for rest api return

Currently the rest api has a max limit of 500 when return stuff. I’m trying to have my query return all values found which exceeds 500. How do I solve this limitation?

In my case there are a few thousand.

3 Likes

Hey @JokerMartini!

This post goes into how to “page” through your set of results when they exceed the 500 records:

Let us know if that answers things for you :).

2 Likes