Forum Discussion
anonms2200
Jul 18, 2024Copper Contributor
SharePoint Search REST API Parsing Limits
What is the number of documents the API can parse when given a query?
6 Replies
- Rest API with return maxmimum of 5000 item, so you need to use pagination to get more than that
- anonms2200Copper ContributorTo return these 5000 items, do you know how many documents it can search through before it times out or locates these 5000 items
- Think you are misinterpreting or you need to explain in more detail what you want to do!
So you Send a Rest Request to SharePoint with your Query, You will get a result up to 5000 items in a JSON. This JSON contain information such as name, location etc etc but not content etc.
Check this link to get a better understanding!
https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-search-rest-api-overview