Explore Plans
Mobile menu Close menu
Microsoft To Do

List tasks in task list

This query returns a list of tasks in a given task list.

Developer info

API endpoint slug
microsoft_todo.list_tasks
Runtime method
performQuery("microsoft_todo.list_tasks"}

Query fields

Task list Dropdown list

Label
Which task list?
Slug
task_list_id
Required
true
Can have default value
false

Ingredients

Title The title of the task

Slug
title
Filter code
MicrosoftTodo.listTasks.Title
Type
String
Example
Water my plants

Body The description of the task

Slug
body
Filter code
MicrosoftTodo.listTasks.Body
Type
String
Example
Call around and search online to find the best deal on something.

Importance Importance of the task (low, normal, high)

Slug
importance
Filter code
MicrosoftTodo.listTasks.Importance
Type
String
Example
low

Status Status of the task (not started, in progress, completed, waiting on others, deferred)

Slug
status
Filter code
MicrosoftTodo.listTasks.Status
Type
String
Example
deferred

Creation date Date and time the task was created

Slug
datetime_created
Filter code
MicrosoftTodo.listTasks.CreationDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00