mchien
mchien

Reputation: 33

Microsoft Graph and GET boards from Delve

As Office Graph (GQL) is being deprecated in a month's time, I'm making the shift to Microsoft Graph.

I want to query the graph to get a list of Delve board and this was easy to do with Office Graph (with jQuery ajax calls).

https://<tenant_address>//_api/search/query?querytext='Path:TAG://PUBLIC/?NAME=*'&Properties='IncludeExternalContent:true,GraphQuery:ACTOR(ME)'

Unfortunately, I don't see any endpoints in Microsoft Graph that supports retrieving said boards. I've used the Graph Explorer that Microsoft provides, but can't get any Delve action going. Does anyone have any idea for how to query Delve or a workaround?

For those wondering, the Delve boards are located on the bottom left of your Delve page:

Upvotes: 2

Views: 324

Answers (2)

mchien
mchien

Reputation: 33

Thanks for the confirmation of my suspicions.

For those that also encounter this problem, please support this suggest here on Delve Uservoice.

Upvotes: 0

Jakub - MSFT
Jakub - MSFT

Reputation: 26

there's currently no replacement for working with Delve Boards exposed in Microsoft Graph. Could raise this as a suggestion on the Delve UserVoice? https://delve.uservoice.com The product team will have a look. Thanks!

Upvotes: 1

Related Questions