This query returns a list of tasks in a given task list.
- API endpoint slug
- microsoft_todo.list_tasks
- Runtime method
- performQuery("microsoft_todo.list_tasks")
Query fields
- Label
- Which task list?
- Slug
- task_list_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- title
- Filter code
- MicrosoftTodo.listTasks.Title
- Type
- String
- Example
- Water my plants
- Slug
- body
- Filter code
- MicrosoftTodo.listTasks.Body
- Type
- String
- Example
- Call around and search online to find the best deal on something.
- Slug
- importance
- Filter code
- MicrosoftTodo.listTasks.Importance
- Type
- String
- Example
- low
- Slug
- status
- Filter code
- MicrosoftTodo.listTasks.Status
- Type
- String
- Example
- deferred
- Slug
- datetime_created
- Filter code
- MicrosoftTodo.listTasks.CreationDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00