Show / Hide Table of Contents

SearchConfiguration.Read.All

Allows the app to read search configuration, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A,D DELETE /search/acronyms/{acronymsId}
V1 A,D DELETE /search/bookmarks/{bookmarksId}
V1 A,D DELETE /search/qnas/{qnaId}
V1 A,D GET /search/acronyms
V1 A,D GET /search/acronyms/{acronymsId}
V1 A,D GET /search/bookmarks
V1 A,D GET /search/bookmarks/{bookmarksId}
V1 A,D GET /search/qnas
V1 A,D GET /search/qnas/{qnaId}
V1 A,D PATCH /search/acronyms/{acronymsId}
V1 A,D PATCH /search/bookmarks/{bookmarksId}
V1 A,D PATCH /search/qna/{qnaId}
V1 A,D POST /search/acronyms
V1 A,D POST /search/bookmarks
V1 A,D POST /search/qnas

Delegate Permission

Id 7d307522-aa38-4cd0-bd60-90c6f0ac50bd
Consent Type Admin
Display String Read your organization's search configuration
Description Allows the app to read search configuration, on behalf of the signed-in user.

Application Permission

Id ada977a5-b8b1-493b-9a91-66c206d76ecf
Display String Read your organization's search configuration
Description Allows the app to read search configurations, without a signed-in user.

Resources

acronym

Property Type Description
description String A brief description of the acronym that gives users more info about the acronym and what it stands for. Inherited from searchAnswer.
displayName String The actual short form or acronym. Inherited from searchAnswer.
id String The unique identifier (GUID) for the acronym. Inherited from entity.
lastModifiedBy microsoft.graph.identitySet Details of the user that created or last modified the acronym. Inherited from searchAnswer. Read-only.
lastModifiedDateTime DateTimeOffset Timestamp of when the acronym is created or edited. Inherited from searchAnswer. Read-only.
standsFor String collection What the acronym stands for.
state microsoft.graph.search.answerState State of the acronym. Possible values are: published, draft, excluded, or unknownFutureValue.
webUrl String The URL of the page or website where users can go for more information about the acronym. Inherited from searchAnswer.

bookmark

Property Type Description
id String The unique identifier (GUID) for the bookmark. Inherited from entity.
displayName String Bookmark name displayed in search results. Inherited from searchAnswer.
description String Bookmark description shown on search results page. Inherited from searchAnswer.
webUrl String Bookmark URL link. When users click this bookmark in search results, they will go to this URL. Inherited from searchAnswer.
lastModifiedBy microsoft.graph.identitySet Details of the user that created or last modified the bookmark. Inherited from searchAnswer. Read-only.
lastModifiedDateTime DateTimeOffset Timestamp of when the bookmark is created or edited. Inherited from searchAnswer. Read-only.
categories String collection Categories commonly used to describe this bookmark. For example, IT and HR.
availabilityStartDateTime DateTimeOffset Timestamp of when the bookmark will start to appear as a search result. Set as null for always available.
availabilityEndDateTime DateTimeOffset Timestamp of when the bookmark will stop to appear as a search result. Set as null for always available.
languageTags String collection A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{region}. As an example, en-us is English as used in the United States. See supported language tags for the list of possible values.
platforms microsoft.graph.devicePlatformType collection List of devices and operating systems able to view this bookmark. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP.
targetedVariations microsoft.graph.search.answerVariant collection Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.
powerAppIds String collection List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page.
keywords microsoft.graph.search.answerKeyword Keywords that trigger this bookmark to appear in search results.
state microsoft.graph.search.answerState State of the bookmark. Possible values are: published, draft, excluded, or unknownFutureValue.
isSuggested Boolean True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only.
groupIds String collection List of security groups able to view this bookmark.

qna

Property Type Description
availabilityEndDateTime DateTimeOffset Timestamp of when the qna will stop to appear as a search result. Set as null for always available.
availabilityStartDateTime DateTimeOffset Timestamp of when the qna will start to appear as a search result. Set as null for always available.
description String Answer displayed in search results. Inherited from searchAnswer.
displayName String Question displayed in search results. Inherited from searchAnswer.
groupIds String collection List of security groups able to view this qna.
id String The unique identifier (GUID) for the qna. Inherited from entity.
isSuggested Boolean True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only.
keywords microsoft.graph.search.answerKeyword Keywords that trigger this qna to appear in search results.
languageTags String collection A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{region}. As an example, en-us is English as used in the United States. For the list of possible values, see supported language tags.
lastModifiedBy microsoft.graph.identitySet Details of the user that created or last modified the qna. Inherited from searchAnswer. Read-only.
lastModifiedDateTime DateTimeOffset Timestamp of when the qna is created or edited. Inherited from searchAnswer. Read-only.
platforms microsoft.graph.devicePlatformType collection List of devices and operating systems able to view this qna. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP.
state microsoft.graph.search.answerState State of the qna. Possible values are: published, draft, excluded, or unknownFutureValue.
targetedVariations microsoft.graph.search.answerVariant collection Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations.
webUrl String Qna URL link. When users click this qna in search results, they will go to this URL. Inherited from searchAnswer.
In This Article
Back to top Created by merill | Submit feedback