Forum Discussion
Bill Hand
Feb 14, 2018Brass Contributor
Planner API
Is it possible to list all plans in the planner hub using the API? It looks like it wants a group id.
https://graph.microsoft.com/v1.0/groups/{group-id-with-plan}/planner/plans
Thanks.
- Feb 15, 2018It is not possible to retrieve all the plans directly without using group-id. But you can reterive the user's favorite plans using the below API.
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/planneruser_list_favoriteplans
Feb 15, 2018
It is not possible to retrieve all the plans directly without using group-id. But you can reterive the user's favorite plans using the below API.
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/planneruser_list_favoriteplans
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/planneruser_list_favoriteplans
Bill Hand
Feb 15, 2018Brass Contributor
This article by Brian Smith looks like it has everything I need.
https://blogs.msdn.microsoft.com/brismith/2017/08/02/microsoft-planner-considerations-for-reporting-part-1/
Thanks again for your help.