Limit
Definition
The limit parameter specifies the number of rows to return in a single query.
Adding Limit Parameters
From the left side pane choose the limit input box
Enter the desired number of queries you wish to be displayed
Now we copy the endpoint URL on the top right corner
Save the endpoint
Testing the endpoint
Goto postman, choose the GET method, and then paste the URL
Hit send to send the request
Now you should get a response with the desired number of rows
Last updated