Share via

Microsoft Search Beta version- Method not available for Bookmarks

Preeti Teotia 106 Reputation points Microsoft Employee
2022-07-09T17:16:59.51+00:00

Hi,

I am referring document https://learn.microsoft.com/en-us/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta&tabs=csharp#request

for getting list of Bookmarks. Here method used is

await graphClient.Search.Bookmarks  
	.Request()  
	.GetAsync();  

But the beta version SDK which I downloaded does not contain Request() method for graphClient.Search.Bookmarks.

So could not test the API with SDK in my local environment.

Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Mehtab Siddique (MINDTREE LIMITED) 971 Reputation points
    2022-08-08T08:36:53.177+00:00

    Hi @Preeti Teotia , can you please check these document for making the request call: https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/overview.md#requests.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.