Delegated-Tasks - Planner
Number of APIs: 13
-
Get Planner tasks GET https://graph.microsoft.com/v1.0/me/planner/tasks
-
Get Planner tasks for a user GET https://graph.microsoft.com/v1.0/users/{{UserName}}/planner/tasks
-
Get Planner plans associated with group GET https://graph.microsoft.com/v1.0/groups/{{GroupId}}/planner/plans
-
Get plan GET https://graph.microsoft.com/v1.0/planner/plans/{{PlanId}}
-
Update plan PATCH https://graph.microsoft.com/v1.0/planner/plans/{{PlanId}}
-
Get plan buckets GET https://graph.microsoft.com/v1.0/planner/plans/{{PlanId}}/buckets
-
Create a bucket in a plan POST https://graph.microsoft.com/v1.0/planner/buckets
-
Update a bucket PATCH https://graph.microsoft.com/v1.0/planner/buckets/{{BucketId}}
-
Get Planner tasks for a plan GET https://graph.microsoft.com/v1.0/planner/plans/{{PlanId}}/tasks
-
Get Planner task by id GET https://graph.microsoft.com/v1.0/planner/tasks/{{TaskId}}