openapi: 3.1.0 info: title: Microsoft Graph Planner description: Needs a description. paths: /groups/{group-id}/planner: description: >- Provides operations to manage the planner property of the microsoft.graph.group entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get planner from groups description: Entry-point to Planner resource that might exist for a Unified Group. operationId: groups.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property planner in groups operationId: groups.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property planner for groups operationId: groups.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group /groups/{group-id}/planner/plans: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity. get: tags: - groups.plannerGroup summary: Microsoft Graph List plans description: Retrieve a list of plannerPlan objects owned by a group object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0 operationId: groups.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Microsoft Graph Create new navigation property to plans for groups operationId: groups.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group /groups/{group-id}/planner/plans/{plannerPlan-id}: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get plans from groups description: Read-only. Nullable. Returns the plannerPlans owned by the group. operationId: groups.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property plans in groups operationId: groups.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property plans for groups operationId: groups.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get buckets from groups description: Read-only. Nullable. Collection of buckets in the plan. operationId: groups.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.plannerBucketCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Microsoft Graph Create new navigation property to buckets for groups operationId: groups.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get buckets from groups description: Read-only. Nullable. Collection of buckets in the plan. operationId: groups.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property buckets in groups operationId: groups.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property buckets for groups operationId: groups.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get tasks from groups description: Read-only. Nullable. The collection of tasks in the bucket. operationId: groups.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Microsoft Graph Create new navigation property to tasks for groups operationId: groups.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get tasks from groups description: Read-only. Nullable. The collection of tasks in the bucket. operationId: groups.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property tasks in groups operationId: groups.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property tasks for groups operationId: groups.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask ? /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat : description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get assignedToTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: groups.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get bucketTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: groups.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get details from groups description: Read-only. Nullable. More details about the task. operationId: groups.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property details in groups operationId: groups.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property details for groups operationId: groups.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details ? /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat : description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get progressTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: groups.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Microsoft Graph Get the number of the resource operationId: groups.planner.plans.buckets.tasks.GetCount-384e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Microsoft Graph Get the number of the resource operationId: groups.planner.plans.buckets.GetCount-66eb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/{plannerPlan-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get details from groups description: Read-only. Nullable. Extra details about the plan. operationId: groups.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property details in groups operationId: groups.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property details for groups operationId: groups.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get tasks from groups description: Read-only. Nullable. Collection of tasks in the plan. operationId: groups.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Microsoft Graph Create new navigation property to tasks for groups operationId: groups.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get tasks from groups description: Read-only. Nullable. Collection of tasks in the plan. operationId: groups.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property tasks in groups operationId: groups.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property tasks for groups operationId: groups.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get assignedToTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: groups.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get bucketTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: groups.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get details from groups description: Read-only. Nullable. More details about the task. operationId: groups.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property details in groups operationId: groups.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property details for groups operationId: groups.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Microsoft Graph Get progressTaskBoardFormat from groups description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: groups.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat /groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Microsoft Graph Get the number of the resource operationId: groups.planner.plans.tasks.GetCount-d84b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /groups/{group-id}/planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Microsoft Graph Get the number of the resource operationId: groups.planner.plans.GetCount-dff1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group /me/planner: description: >- Provides operations to manage the planner property of the microsoft.graph.user entity. get: tags: - me.plannerUser summary: Microsoft Graph Get planner from me description: >- Entry-point to the Planner resource that might exist for a user. Read-only. operationId: me.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property planner in me operationId: me.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property planner for me operationId: me.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/planner/plans: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Microsoft Graph List plans description: Retrieve a list of plannerplan objects shared with a user object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0 operationId: me.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Microsoft Graph Create new navigation property to plans for me operationId: me.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/planner/plans/{plannerPlan-id}: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Microsoft Graph Get plans from me description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: me.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property plans in me operationId: me.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property plans for me operationId: me.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/{plannerPlan-id}/buckets: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Microsoft Graph Get buckets from me description: Read-only. Nullable. Collection of buckets in the plan. operationId: me.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.plannerBucketCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Microsoft Graph Create new navigation property to buckets for me operationId: me.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Microsoft Graph Get buckets from me description: Read-only. Nullable. Collection of buckets in the plan. operationId: me.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property buckets in me operationId: me.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property buckets for me operationId: me.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - me.plannerUser summary: Microsoft Graph Get tasks from me description: Read-only. Nullable. The collection of tasks in the bucket. operationId: me.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Microsoft Graph Create new navigation property to tasks for me operationId: me.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - me.plannerUser summary: Microsoft Graph Get tasks from me description: Read-only. Nullable. The collection of tasks in the bucket. operationId: me.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property tasks in me operationId: me.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property tasks for me operationId: me.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property details in me operationId: me.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property details for me operationId: me.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details - /me/planner/tasks/{plannerTask-id}/details /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Microsoft Graph Get the number of the resource operationId: me.planner.plans.buckets.tasks.GetCount-2767 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /me/planner/plans/{plannerPlan-id}/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Microsoft Graph Get the number of the resource operationId: me.planner.plans.buckets.GetCount-3740 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/{plannerPlan-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Microsoft Graph Get details from me description: Read-only. Nullable. Extra details about the plan. operationId: me.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property details in me operationId: me.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property details for me operationId: me.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/{plannerPlan-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Microsoft Graph Get tasks from me description: Read-only. Nullable. Collection of tasks in the plan. operationId: me.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Microsoft Graph Create new navigation property to tasks for me operationId: me.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Microsoft Graph Get tasks from me description: Read-only. Nullable. Collection of tasks in the plan. operationId: me.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property tasks in me operationId: me.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property tasks for me operationId: me.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property details in me operationId: me.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property details for me operationId: me.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /me/planner/tasks/{plannerTask-id}/details /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat /me/planner/plans/{plannerPlan-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Microsoft Graph Get the number of the resource operationId: me.planner.plans.tasks.GetCount-d046 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Microsoft Graph Get the number of the resource operationId: me.planner.plans.GetCount-036a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/planner/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Microsoft Graph List tasks description: Retrieve a list of plannertask objects assigned to a User. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0 operationId: me.planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Microsoft Graph Create new navigation property to tasks for me operationId: me.planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/planner/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Microsoft Graph Get tasks from me description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: me.planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property tasks in me operationId: me.planner.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property tasks for me operationId: me.planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat /me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat /me/planner/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property details in me operationId: me.planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property details for me operationId: me.planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details /me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from me description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in me operationId: me.planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for me operationId: me.planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat /me/planner/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Microsoft Graph Get the number of the resource operationId: me.planner.tasks.GetCount-5b5d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner: description: Provides operations to manage the planner singleton. get: tags: - Planner.planner summary: Microsoft Graph Get planner operationId: planner.planner.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Planner.planner summary: Microsoft Graph Update planner operationId: planner.planner.UpdatePlanner requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /planner/buckets: description: >- Provides operations to manage the buckets property of the microsoft.graph.planner entity. get: tags: - planner.plannerBucket summary: Microsoft Graph List buckets description: Retrieve a list of plannerbucket objects. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0 operationId: planner.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.plannerBucketCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerBucket summary: Microsoft Graph Create plannerBucket description: Create a new plannerBucket object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0 operationId: planner.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /planner/buckets/{plannerBucket-id}: description: >- Provides operations to manage the buckets property of the microsoft.graph.planner entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get plannerBucket description: Retrieve the properties and relationships of a plannerBucket object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0 operationId: planner.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update plannerbucket description: Update the properties of plannerbucket object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0 operationId: planner.UpdateBuckets parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete plannerBucket description: Delete plannerBucket. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0 operationId: planner.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /planner/buckets/{plannerBucket-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerBucket summary: Microsoft Graph List tasks description: >- Retrieve a list of plannerTask objects associated to a plannerBucket object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 operationId: planner.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerBucket summary: Microsoft Graph Create new navigation property to tasks for planner operationId: planner.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket x-ms-docs-grouped-path: - /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update the navigation property tasks in planner operationId: planner.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete navigation property tasks for planner operationId: planner.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id} /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get assignedToTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - /planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get bucketTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update the navigation property details in planner operationId: planner.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete navigation property details for planner operationId: planner.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details - /planner/tasks/{plannerTask-id}/details /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Microsoft Graph Get progressTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /planner/tasks/{plannerTask-id}/progressTaskBoardFormat /planner/buckets/{plannerBucket-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerBucket summary: Microsoft Graph Get the number of the resource operationId: planner.buckets.tasks.GetCount-145a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /planner/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerBucket summary: Microsoft Graph Get the number of the resource operationId: planner.buckets.GetCount-9ddb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner/plans: description: >- Provides operations to manage the plans property of the microsoft.graph.planner entity. get: tags: - planner.plannerPlan summary: Microsoft Graph List plans description: Get a list of plannerPlan objects. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0 operationId: planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Microsoft Graph Create plannerPlan description: Create a new plannerPlan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0 operationId: planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /planner/plans/{plannerPlan-id}: description: >- Provides operations to manage the plans property of the microsoft.graph.planner entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get plannerPlan description: Retrieve the properties and relationships of a plannerplan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0 operationId: planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update plannerPlan description: Update the properties of a plannerPlan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0 operationId: planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete plannerPlan description: Delete a plannerPlan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0 operationId: planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/{plannerPlan-id}/buckets: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Microsoft Graph List buckets description: >- Retrieve a list of plannerBucket objects contained by a plannerPlan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 operationId: planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.plannerBucketCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Microsoft Graph Create new navigation property to buckets for planner operationId: planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get buckets from planner description: Read-only. Nullable. Collection of buckets in the plan. operationId: planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property buckets in planner operationId: planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property buckets for planner operationId: planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Microsoft Graph Create new navigation property to tasks for planner operationId: planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket x-ms-docs-grouped-path: - /planner/buckets/{plannerBucket-id}/tasks /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property tasks in planner operationId: planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property tasks for planner operationId: planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id} /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get assignedToTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - /planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get bucketTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property details in planner operationId: planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property details for planner operationId: planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details - /planner/tasks/{plannerTask-id}/details /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get progressTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /planner/tasks/{plannerTask-id}/progressTaskBoardFormat /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Microsoft Graph Get the number of the resource operationId: planner.plans.buckets.tasks.GetCount-8a6a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /planner/plans/{plannerPlan-id}/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Microsoft Graph Get the number of the resource operationId: planner.plans.buckets.GetCount-240a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/{plannerPlan-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get plannerPlanDetails description: >- Retrieve the properties and relationships of a plannerPlanDetails object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 operationId: planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update plannerplandetails description: Update the properties of plannerplandetails object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property details for planner operationId: planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/{plannerPlan-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Microsoft Graph List tasks description: >- Retrieve a list of plannerTask objects associated with a plannerPlan object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 operationId: planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Microsoft Graph Create new navigation property to tasks for planner operationId: planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get tasks from planner description: Read-only. Nullable. Collection of tasks in the plan. operationId: planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property tasks in planner operationId: planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property tasks for planner operationId: planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get assignedToTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - /planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get bucketTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property details in planner operationId: planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property details for planner operationId: planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /planner/tasks/{plannerTask-id}/details /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Microsoft Graph Get progressTaskBoardFormat from planner description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /planner/tasks/{plannerTask-id}/progressTaskBoardFormat /planner/plans/{plannerPlan-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Microsoft Graph Get the number of the resource operationId: planner.plans.tasks.GetCount-09d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Microsoft Graph Get the number of the resource operationId: planner.plans.GetCount-e322 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.planner entity. get: tags: - planner.plannerTask summary: Microsoft Graph List plannerTask objects description: Retrieve a list of plannertask objects. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0 operationId: planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerTask summary: Microsoft Graph Create plannerTask description: Create a new plannerTask. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0 operationId: planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /planner/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.planner entity. get: tags: - planner.plannerTask summary: Microsoft Graph Get plannerTask description: Retrieve the properties and relationships of plannerTask object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0 operationId: planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Microsoft Graph Update plannerTask description: Update the properties of plannerTask object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0 operationId: planner.UpdateTasks parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Microsoft Graph Delete plannerTask description: Delete a plannerTask object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0 operationId: planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Microsoft Graph Get plannerAssignedToTaskBoardTaskFormat description: >- Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Microsoft Graph Update plannerAssignedToTaskBoardTaskFormat description: Update the properties of plannerAssignedToTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat /planner/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Microsoft Graph Get plannerBucketTaskBoardTaskFormat description: >- Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Microsoft Graph Update plannerBucketTaskBoardTaskFormat description: Update the properties of a plannerBucketTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for planner operationId: planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat /planner/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Microsoft Graph Get plannerTaskDetails description: >- Retrieve the properties and relationships of a plannerTaskDetails object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 operationId: planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Microsoft Graph Update plannertaskdetails description: Update the properties of plannerTaskDetails object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Microsoft Graph Delete navigation property details for planner operationId: planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details /planner/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Microsoft Graph Get plannerProgressTaskBoardTaskFormat description: >- Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Microsoft Graph Update plannerProgressTaskBoardTaskFormat description: Update the properties of plannerProgressTaskBoardTaskFormat object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for planner operationId: planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat /planner/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerTask summary: Microsoft Graph Get the number of the resource operationId: planner.tasks.GetCount-bfd2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /users/{user-id}/planner: description: >- Provides operations to manage the planner property of the microsoft.graph.user entity. get: tags: - users.plannerUser summary: Microsoft Graph Get planner from users description: >- Entry-point to the Planner resource that might exist for a user. Read-only. operationId: users.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property planner in users operationId: users.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property planner for users operationId: users.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/planner/plans: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Microsoft Graph Get plans from users description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: users.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Microsoft Graph Create new navigation property to plans for users operationId: users.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/planner/plans/{plannerPlan-id}: description: >- Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Microsoft Graph Get plans from users description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: users.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property plans in users operationId: users.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property plans for users operationId: users.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/{plannerPlan-id}/buckets: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Microsoft Graph Get buckets from users description: Read-only. Nullable. Collection of buckets in the plan. operationId: users.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.plannerBucketCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Microsoft Graph Create new navigation property to buckets for users operationId: users.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}: description: >- Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Microsoft Graph Get buckets from users description: Read-only. Nullable. Collection of buckets in the plan. operationId: users.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property buckets in users operationId: users.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property buckets for users operationId: users.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. The collection of tasks in the bucket. operationId: users.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Microsoft Graph Create new navigation property to tasks for users operationId: users.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. The collection of tasks in the bucket. operationId: users.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property tasks in users operationId: users.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property tasks for users operationId: users.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask ? /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat : description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property details in users operationId: users.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property details for users operationId: users.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details - /users/{user-id}/planner/tasks/{plannerTask-id}/details /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Microsoft Graph Get the number of the resource operationId: users.planner.plans.buckets.tasks.GetCount-de1b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Microsoft Graph Get the number of the resource operationId: users.planner.plans.buckets.GetCount-f7f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/{plannerPlan-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Microsoft Graph Get details from users description: Read-only. Nullable. Extra details about the plan. operationId: users.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property details in users operationId: users.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property details for users operationId: users.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/{plannerPlan-id}/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. Collection of tasks in the plan. operationId: users.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Microsoft Graph Create new navigation property to tasks for users operationId: users.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. Collection of tasks in the plan. operationId: users.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property tasks in users operationId: users.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property tasks for users operationId: users.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - /users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property details in users operationId: users.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property details for users operationId: users.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - /users/{user-id}/planner/tasks/{plannerTask-id}/details /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - /users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Microsoft Graph Get the number of the resource operationId: users.planner.plans.tasks.GetCount-082b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /users/{user-id}/planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Microsoft Graph Get the number of the resource operationId: users.planner.plans.GetCount-b724 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/planner/tasks: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: users.planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Microsoft Graph Create new navigation property to tasks for users operationId: users.planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/planner/tasks/{plannerTask-id}: description: >- Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Microsoft Graph Get tasks from users description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: users.planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property tasks in users operationId: users.planner.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property tasks for users operationId: users.planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask /users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat: description: >- Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get assignedToTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat /users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat: description: >- Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get bucketTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat /users/{user-id}/planner/tasks/{plannerTask-id}/details: description: >- Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property details in users operationId: users.planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property details for users operationId: users.planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details /users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat: description: >- Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Microsoft Graph Get progressTaskBoardFormat from users description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Microsoft Graph Update the navigation property progressTaskBoardFormat in users operationId: users.planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Microsoft Graph Delete navigation property progressTaskBoardFormat for users operationId: users.planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - >- /users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat - >- /users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat /users/{user-id}/planner/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Microsoft Graph Get the number of the resource operationId: users.planner.tasks.GetCount-8740 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user components: schemas: microsoft.graph.plannerGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerGroup required: - '@odata.type' type: object properties: plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: >- Read-only. Nullable. Returns the plannerPlans owned by the group. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerGroup' microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerPlan required: - '@odata.type' type: object properties: container: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPlanContainer' - type: object nullable: true description: >- Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it's set, this property can’t be updated. Required. createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Read-only. The user who created the plan. createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true owner: type: string description: >- Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group. nullable: true title: type: string description: Required. Title of the plan. buckets: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' description: Read-only. Nullable. Collection of buckets in the plan. x-ms-navigationProperty: true details: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' - type: object nullable: true description: Read-only. Nullable. Extra details about the plan. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. Collection of tasks in the plan. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerPlan' microsoft.graph.plannerBucket: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerBucket required: - '@odata.type' type: object properties: name: type: string description: Name of the bucket. orderHint: type: string description: >- Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner. nullable: true planId: type: string description: Plan ID to which the bucket belongs. nullable: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. The collection of tasks in the bucket. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerBucket' microsoft.graph.plannerTask: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerTask required: - '@odata.type' type: object properties: activeChecklistItemCount: maximum: 2147483647 minimum: -2147483648 type: number description: >- Number of checklist items with value set to false, representing incomplete items. format: int32 nullable: true appliedCategories: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerAppliedCategories - type: object nullable: true description: >- The categories to which the task has been applied. See applied Categories for possible values. assigneePriority: type: string description: >- Hint used to order items of this type in a list view. The format is defined as outlined here. nullable: true assignments: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerAssignments' - type: object nullable: true description: The set of assignees the task is assigned to. bucketId: type: string description: >- Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: number description: Number of checklist items that are present on the task. format: int32 nullable: true completedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user that completed the task. completedDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true conversationThreadId: type: string description: >- Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user that created the task. createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true dueDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true hasDescription: type: boolean description: >- Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. nullable: true orderHint: type: string description: >- Hint used to order items of this type in a list view. The format is defined as outlined here. nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: number description: >- Percentage of task completion. When set to 100, the task is considered completed. format: int32 nullable: true planId: type: string description: Plan ID to which the task belongs. nullable: true previewType: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - type: object nullable: true description: >- This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. priority: maximum: 2147483647 minimum: -2147483648 type: number description: >- Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority). Currently, Planner interprets values 0 and 1 as 'urgent', 2, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'. Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'. format: int32 nullable: true referenceCount: maximum: 2147483647 minimum: -2147483648 type: number description: Number of external references that exist on the task. format: int32 nullable: true startDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true title: type: string description: Title of the task. assignedToTaskBoardFormat: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat - type: object nullable: true description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. x-ms-navigationProperty: true bucketTaskBoardFormat: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat - type: object nullable: true description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. x-ms-navigationProperty: true details: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' - type: object nullable: true description: Read-only. Nullable. More details about the task. x-ms-navigationProperty: true progressTaskBoardFormat: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat - type: object nullable: true description: >- Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerTask' microsoft.graph.plannerTaskDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerTaskDetails required: - '@odata.type' type: object properties: checklist: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' - type: object nullable: true description: The collection of checklist items on the task. description: type: string description: Description of the task. nullable: true previewType: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - type: object nullable: true description: >- This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. references: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerExternalReferences - type: object nullable: true description: The collection of references on the task. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerTaskDetails' microsoft.graph.plannerPlanDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerPlanDetails required: - '@odata.type' type: object properties: categoryDescriptions: anyOf: - $ref: >- #/components/schemas/microsoft.graph.plannerCategoryDescriptions - type: object nullable: true description: >- An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan. sharedWith: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerUserIds' - type: object nullable: true description: >- Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerPlanDetails' microsoft.graph.plannerUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerUser required: - '@odata.type' type: object properties: plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: >- Read-only. Nullable. Returns the plannerTasks assigned to the user. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: >- Read-only. Nullable. Returns the plannerPlans shared with the user. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerUser' microsoft.graph.planner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: planner required: - '@odata.type' type: object properties: buckets: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' description: >- Read-only. Nullable. Returns a collection of the specified buckets x-ms-navigationProperty: true plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: Read-only. Nullable. Returns a collection of the specified plans x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. Returns a collection of the specified tasks x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.planner' parameters: top: name: $top in: query description: Show only the first n items style: form explode: false schema: minimum: 0 type: integer example: 50 skip: name: $skip in: query description: Skip the first n items style: form explode: false schema: minimum: 0 type: integer search: name: $search in: query description: Search items by search phrases style: form explode: false schema: type: string filter: name: $filter in: query description: Filter items by property values style: form explode: false schema: type: string count: name: $count in: query description: Include count of items style: form explode: false schema: type: boolean examples: {} responses: error: description: error content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' microsoft.graph.plannerPlanCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanCollectionResponse' microsoft.graph.plannerTaskCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskCollectionResponse' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' tags: - name: groups.plannerGroup - name: me.plannerUser - name: Planner.planner - name: planner.plannerBucket - name: planner.plannerPlan - name: planner.plannerTask - name: users.plannerUser