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