searchEntity resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A top level object that represents the Microsoft Search API endpoint.
The searchEntity resource serves as an anchor to the query action and search answer relationships with the following resources: acronym, bookmark, and qna.
Important
Microsoft Graph connectors and are currently in public preview status. To gain access to connectors functionality, you must turn on the Targeted release option in your tenant. See more details on the connectors preview program.
Methods
Method | Return type | Description |
---|---|---|
Query data | searchResponse collection | Run a specified search query. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
acronyms | microsoft.graph.search.acronym collection | Administrative answer in Microsoft Search results to define common acronyms in an organization. |
bookmarks | microsoft.graph.search.bookmark collection | Administrative answer in Microsoft Search results for common search queries in an organization. |
qnas | microsoft.graph.search.qna collection | Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.searchEntity"
}