{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin planner.plannerBucket API", "version": "1.0.0" }, "items": [ { "info": { "name": "planner.plannerBucket", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List buckets", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets", "params": [ { "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 plannerbucket objects." }, { "info": { "name": "Microsoft Graph Create plannerBucket", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/planner/buckets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new plannerBucket object." }, { "info": { "name": "Microsoft Graph Get plannerBucket", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id", "params": [ { "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": "Retrieve the properties and relationships of a plannerBucket object." }, { "info": { "name": "Microsoft Graph Update plannerbucket", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of plannerbucket object." }, { "info": { "name": "Microsoft Graph Delete plannerBucket", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "plannerBucket-id", "value": "", "type": "path", "description": "The unique identifier of plannerBucket" } ] }, "docs": "Delete plannerBucket." }, { "info": { "name": "Microsoft Graph List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks", "params": [ { "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": "Retrieve a list of plannerTask objects associated to a plannerBucket object." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for planner", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks", "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get tasks from planner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id", "params": [ { "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 planner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id", "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for planner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get assignedToTaskBoardFormat from planner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "params": [ { "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 planner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Delete navigation property assignedToTaskBoardFormat for planner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/assignedToTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get bucketTaskBoardFormat from planner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "params": [ { "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 planner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Delete navigation property bucketTaskBoardFormat for planner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/bucketTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get details from planner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "params": [ { "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 planner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Delete navigation property details for planner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/details", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get progressTaskBoardFormat from planner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "params": [ { "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 planner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Delete navigation property progressTaskBoardFormat for planner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/:plannerTask-id/progressTaskBoardFormat", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 planner" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/planner/buckets/:plannerBucket-id/tasks/$count", "params": [ { "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/planner/buckets/$count", "params": [ { "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 }