Graph API to retrieve Microsoft Windows service updates from Message Center

Graph API to retrieve Microsoft Windows service updates from Message Center
3

Upvotes

Upvote

 Oct 19 2021
1 Comments (1 New)
New

Graph API is now the go-to solution for retrieving service messages from Admin Center (with the old API retiring mid December).

 

"List messages" api request returns all service messages for tenant except for those with "Microsoft Windows" tag (they are present in Admin center and added to synchronized Planner).

https://docs.microsoft.com/en-us/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0&preserve-view=true&tabs=http

In my case it is about 25% of total items. The issue also exists in old Service Communications API.

 

After contacting premier support I found out that this is "by-design".

 

In my opinion it would be greatly beneficial for Graph API to actually return all tenant service updates as it is stated in documentation. 

Comments

Thank you for your feedback. Message Center posts for Microsoft Windows are now returned via the Service Communications Graph API.