get-planner-task
Retrieve Microsoft Planner task details including properties and relationships using the Microsoft Graph API. Specify task ID to access task information for project management and collaboration workflows.
Instructions
Retrieve the properties and relationships of plannerTask object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select | No | Select properties to be returned | |
| expand | No | Expand related entities | |
| plannerTaskId | Yes | Path parameter: plannerTaskId | |
| fetchAllPages | No | Automatically fetch all pages of results | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |