searchEntity resource type
Namespace: microsoft.graph
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 the query specified in the request body. |
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"
}
See also
Explore the query action.