How to add a return limit in Sharepoint's API URL

The default return limit for Sharepoint’s API is 100 records.

In order to set a higher return limit, you need to add “ ?$top=1000 ” in your API URL as highlighted in the below image. It will return the records in batches of 1000.

image

How to add a return limit variable in an API URL