{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groups.plannerGroup API", "version": "1.0.0" }, "items": [ { "info": { "name": "groups.plannerGroup", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get planner from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Entry-point to Planner resource that might exist for a Unified Group." }, { "info": { "name": "Microsoft Graph Update the navigation property planner in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property planner in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property planner for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property planner for groups" }, { "info": { "name": "Microsoft Graph List plans", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of plannerPlan objects owned by a group object." }, { "info": { "name": "Microsoft Graph Create new navigation property to plans for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to plans for groups" }, { "info": { "name": "Microsoft Graph Get plans from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Returns the plannerPlans owned by the group." }, { "info": { "name": "Microsoft Graph Update the navigation property plans in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property plans in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property plans for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ] }, "docs": "Microsoft Graph Delete navigation property plans for groups" }, { "info": { "name": "Microsoft Graph Get buckets from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Collection of buckets in the plan." }, { "info": { "name": "Microsoft Graph Create new navigation property to buckets for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to buckets for groups" }, { "info": { "name": "Microsoft Graph Get buckets from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Collection of buckets in the plan." }, { "info": { "name": "Microsoft Graph Update the navigation property buckets in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property buckets in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property buckets for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" } ] }, "docs": "Microsoft Graph Delete navigation property buckets for groups" }, { "info": { "name": "Microsoft Graph Get tasks from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. The collection of tasks in the bucket." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for groups" }, { "info": { "name": "Microsoft Graph Get tasks from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. The collection of tasks in the bucket." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for groups" }, { "info": { "name": "Microsoft Graph Get assignedToTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo." }, { "info": { "name": "Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get bucketTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket." }, { "info": { "name": "Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get details from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. More details about the task." }, { "info": { "name": "Microsoft Graph Update the navigation property details in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property details in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property details for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property details for groups" }, { "info": { "name": "Microsoft Graph Get progressTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress." }, { "info": { "name": "Microsoft Graph Update the navigation property progressTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property progressTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property progressTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property progressTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/:plannerBucket-id/tasks/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/buckets/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get details from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/details", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Extra details about the plan." }, { "info": { "name": "Microsoft Graph Update the navigation property details in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property details in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property details for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ] }, "docs": "Microsoft Graph Delete navigation property details for groups" }, { "info": { "name": "Microsoft Graph Get tasks from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Collection of tasks in the plan." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for groups" }, { "info": { "name": "Microsoft Graph Get tasks from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Collection of tasks in the plan." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for groups" }, { "info": { "name": "Microsoft Graph Get assignedToTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo." }, { "info": { "name": "Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get bucketTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket." }, { "info": { "name": "Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get details from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/details", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. More details about the task." }, { "info": { "name": "Microsoft Graph Update the navigation property details in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property details in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property details for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property details for groups" }, { "info": { "name": "Microsoft Graph Get progressTaskBoardFormat from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/progressTaskBoardFormat", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress." }, { "info": { "name": "Microsoft Graph Update the navigation property progressTaskBoardFormat in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property progressTaskBoardFormat in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property progressTaskBoardFormat for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "plannerTask-id", "value": "", "type": "path", "description": "The unique identifier of plannerTask" } ] }, "docs": "Microsoft Graph Delete navigation property progressTaskBoardFormat for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/:plannerPlan-id/tasks/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "plannerPlan-id", "value": "", "type": "path", "description": "The unique identifier of plannerPlan" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/planner/plans/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }