searchAnswer resource type
Namespace: microsoft.graph.search
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.
The search answer is a base type for other search answers, such as acronym, bookmark, and QnA resources. Includes properties that apply to other search answer entities.
Inherits from entity.
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier (GUID) for the search answer. Inherited from entity. |
displayName | String | Search answer name displayed in search results. |
description | String | Search answer description shown on search results page. |
webUrl | String | Search answer URL link. When users click this search answer in search results, they will go to this URL. |
lastModifiedBy | microsoft.graph.identitySet | Details of the user that created or last modified the search answer. Read-only. |
lastModifiedDateTime | DateTimeOffset | Timestamp of when the search answer is created or edited. Read-only. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.search.searchAnswer",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"webUrl": "String",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)"
}
Feedback
Submit and view feedback for