Microsoft Planner
Microsoft Planner is a task management tool that helps teams organize work, assign tasks, share files, and collaborate on projects within Microsoft 365.
APIs
Microsoft Planner API
RESTful API for accessing and managing tasks, plans, and buckets in Microsoft Planner through Microsoft Graph.
Microsoft Graph Plans API
API for creating, reading, updating, and deleting plans in Microsoft Planner through Microsoft Graph. Plans are the containers for tasks and are owned by groups or other contain...
Microsoft Graph Tasks API
API for creating, reading, updating, and deleting tasks in Microsoft Planner through Microsoft Graph. Tasks are contained in plans and can be assigned to buckets and users.
Microsoft Graph Buckets API
API for creating, reading, updating, and deleting buckets in Microsoft Planner through Microsoft Graph. Buckets represent custom columns for organizing tasks within a plan.
Microsoft Graph Planner API (Beta)
Beta version of the Planner API in Microsoft Graph providing access to preview features including plannerRoster resources, business scenarios integration, and expanded container...
Microsoft Graph Business Scenarios Planner API (Beta)
Beta API for integrating external business processes with Microsoft Planner through business scenarios, allowing creation of scenario-controlled Planner tasks and plans.
Collections
Arazzo Workflows
Microsoft Planner Add a Bucket and Task to an Existing Plan
Confirm a plan exists, create a new bucket in it, then add a task to that bucket.
ARAZZOMicrosoft Planner Complete My First Assigned Task
List tasks assigned to the signed-in user and, if any exist, mark the first one complete.
ARAZZOMicrosoft Planner Mark a Task Complete
Read a task to capture its ETag, then patch it to 100 percent complete.
ARAZZOMicrosoft Planner Stand Up a Plan with a Bucket and First Task
Create a plan in a group, add a bucket to it, then create the first task in that bucket.
ARAZZOMicrosoft Planner Create a Task and Populate Its Details
Create a task in a plan, then read and update its task details with a description and checklist.
ARAZZOMicrosoft Planner Drill From Group to Plan to Tasks
List a group's plans, pick the first plan, and list that plan's tasks and buckets.
ARAZZOMicrosoft Planner Move a Task Into a Different Bucket
Confirm the target bucket exists, read the task ETag, then reassign the task to that bucket.
ARAZZOMicrosoft Planner Rename a Plan and Describe Its Categories
Read a plan and its details for ETags, rename the plan, then set category label descriptions.
ARAZZO