list-todo-tasks
Retrieve tasks from a Microsoft 365 To Do list to view, filter, or manage your task items within the specified task list.
Instructions
Get the todoTask resources from the tasks navigation property of a specified todoTaskList.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Show only the first n items | |
| skip | No | Skip the first n items | |
| search | No | Search items by search phrases | |
| filter | No | Filter items by property values | |
| count | No | Include count of items | |
| orderby | No | Order items by property values | |
| select | No | Select properties to be returned | |
| expand | No | Expand related entities | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| 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 |