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.
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.