Limit the number of records in external API request
Posted: Fri Dec 06, 2013 5:58 pm
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.