Forum Discussion
Ponnarasu Jayaseelan
Feb 20, 2018Copper Contributor
Retrieve Task Details using Graph API
Is it possible to retrieve the task details using Graph API. I went through, in order to achieve this we need to follow iterate the Group ID followed by Plan ID then by Task Details.
If so, wh...
Brian-Smith
Feb 20, 2018Former Employee
Hi Ponnarasu, you can have multiple Plans per Group - for example those you might create inside Teams - so you will always need to know the Plan to get the Tasks. You could certainly write a script to do something like that - and the code I use to find my 'template' in the cloning of a plan does precisely that - but it does need to iterate through the plans. https://blogs.msdn.microsoft.com/brismith/2017/04/17/planner-cloning-a-plan-with-multiple-assignments/
Best regards,
Brian