Andrew Walker
Posts: 0
Joined: Thu Dec 05, 2013 9:11 am

Limit the number of records in external API request

I have seen the documentation but, again, its not helpful for external use. I know I can use the limit=20, as per the docs with Curl. But not sure how I add this in a URL.

I have a tried a few alternatives:

collections/questions?where={"limit=20"}
collections/questions{"limit=20"}
collections/questions?where={"limit":"20"}

The above gives me an error code 400.

Return to “Issues”