How to search Sharepoint & Teams files through graph API? But not Onedrive files

Copper Contributor

I'm trying to search Sharepoint & Teams files through POST https://graph.microsoft.com/v1.0/search/query. I passed the `entityType` as `driveItem` in the request body so that I could able to search Sharepoint, Teams & Onedrive files.

But in my case, I should ignore the files from Onedrive. Is there a way to search only Sharepoint & Teams files but not Onedrive files?

 

0 Replies