Content
Microsoft Graph Search API fails with 504-Unknown error
Hi, We are using Microsoft Search API in our application. Yesterday we performed load testing on our application with around 500 concurrent requests and I can see almost all calls failed with 504-UnknownError. What can be the cause and how can we avoid…


Does the Microsoft Search API query or paginate first?
The Microsoft Search API, as described here in this link (https://learn.microsoft.com/en-us/graph/api/resources/search-api-overview?view=graph-rest-1.0#page-search-results) seems to paginate first, then apply my query when I'm searching for drive items.…


Search files with given file name substring in OneDrive
I want to search for files in a specific folder based on the given file name (it can be a substring of the file name). /me/drive/search(q='Contoso Project') Endpoint searches this q parameter across several fields. I want that it to search for file…


Graph Search people emailAddresses contains hidden unicode characters
Hello! I know search for people is still in beta, but we are preparing to migrate to Graph Search API. We got an issue, when we are searching and the search query is in the email field, then there is a unicode character before and after the word, as if…
Graph API /Site?Search={query} not returning One Drive For Business sites
Hi There, We are eDiscovery company and wanting to provide functionality where Admin user can get all the share point sites of the specified custodian. We have a large number of sites available in an organization Calling the /sites API would not help as…


Why does preview item API return 404?
Hi, I'm using Graph Search API (https://learn.microsoft.com/en-us/graph/api/search-query?view=graph-rest-1.0) to search items in my sites. Then I'm using the id and siteId found in response of above API to preview the item using POST…


search via msgraph using custom search schema from a specific sitecollection
How can I specify the site collection that should be used when doing an msgraph search using the custom search schema from a sitecollection When using the Sharepoint API, you just use /sites/search/_api/search, but I can't find a setting how to force the…


Get drive item gives 404 not found even when search drive item gives the result
Hi, I am using two apis, the search api to search for an item and get api to retrieve that item Search API : curl --location --request POST 'https://graph.microsoft.com/v1.0/search/query' \ --header 'Authorization: Bearer ' \ --header…


how to get total number of counts in Sharepoint using search api
Hi, How can I get "Likes & Comments" count in Sharepoint/Sharepoint site using Search Api. Thanks in advance!!


Search mails with MS Graph API
Hello, our team is trying to implement emails search using MS Graph and we want users to be able to access and search emails of other users inside of an azure directory. So far we tried accessing emails via MS Graph Search API with application…


Searching all emails with MS Graph API
Hello, our team is trying to implement emails search using MS Graph and we want users to be able to access and search emails of other users inside of an azure directory. So far we tried accessing emails via MS Graph Search API with application…


Microsoft Graph Java SDK Duplicate Search Hits
Hi I'm having an issue with the Java SDK for the Microsoft Graph API returning duplicate search hits for a given request. I'm using the endpoint https://graph.microsoft.com/v1.0/search/query with a body that contains { "requests": [ { …
Can someone help me with refining Search REST API?
Hi, I'm using Sharepoint Search REST API I need to refine my query for below usecases: Search only for documents - include doc, images, ppt, etc and skip folders. Search in list - search for Querytext in specified list Can this be achieved? I'm not…


question about graph api - delta query
Hello, I have a question about delta query- I saw the documantion - https://learn.microsoft.com/en-us/graph/delta-query-overview?tabs=http , and I saw that you haven't mentioned the device resource on the list. when I tried in postman…


Microsoft Graph Search API response incorrect 'total' value
Hi all, I am using Microsoft search API to search across the resources on SharePoint. The search API returns the 'total' in response as 0 but there are only 7 results present. Any possible explanation for this incorrect data or any alternative…


Possible Bug in Graph Rest API
Dear, I'm facing to a bug, for example I tried to use the 15 november 2023 as a datetimeoffset. I keep the bug stack trace in attached file277037-error.txt with this following code: TimeConstraint timeConstraint = new TimeConstraint …


MS Search - Bookmark graph API not working in postaman/ps script
MS Search(Answers)-Bookmark graph API not working since 5th Jan 23. Getting "Failed to acquire token" error message in response. Bookmark graph API (create,update,delete,list) was working fine till 5th Jan in postman and powershell script. …


Azure files share auditing
I want see the audit Logs of Azure files so is there any way to do this? If yes so please guide me on this.


Graph API onedrive search query
Hi, I have observed that in the graph search API For the following request Endpoint - https://graph.microsoft.com/v1.0/search/query Method - POST Request Body - { "requests": [ { …


Obtain user's division
Hello, We are trying to obtain the user's attribute "division" in Microsoft's Graph, which I believe is within employeeOrgData. We tested a few configuration but we always get a null response or not at all, such as: …

