Hi Team,
I have custom list which have more than 1000 records. I am using Rest API to get all items from my custom list but it returns only 100 records.
Below is my code:
http://<domain>/<site url>/_api/web/lists/GetByTitle(‘ListName’)/items
Please advise me. Thanks in advance
Regards,
Rajesh R
Have you tried adding “&$top=5000″ to the end of your REST query?