13,721 questions
Microsoft Graph Search API does not return every One Drive item that matches query
Katie Bullock
5
Reputation points
Hello! Currently, when testing on Graph Explorer, I am noticing that using the Search API does not return every result that matches the query. I have added 3 files to One Drive in the time frame between January 1st, 2023 and today, September 13th, 2023. When running the following query, I am only returned 2 of the 3 files, every time. Please advise!
{
"requests": [
{
"entityTypes": [
"driveItem"
],
"query": {
"queryString": "lastModifiedTime>=01/01/2023 AND lastModifiedTime<=09/13/2023"
}
}
]
}
Microsoft Security Microsoft Graph
Sign in to answer