This query returns a list all the tasks in a given task list.
- API endpoint slug
- google_tasks.list_all_tasks
- Runtime method
- performQuery("google_tasks.list_all_tasks")
Query fields
- Label
- Which task list?
- Slug
- tasklist_id
- Required
- true
- Can have default value
- false
- Label
- Include completed tasks?
- Slug
- show_completed
- Required
- false
- Can have default value
- true
Ingredients
- Slug
- task_id
- Filter code
- GoogleTasks.listAllTasks.TaskID
- Type
- String
- Example
- OVZnaTNxdmFjV0duemhEcg
- Slug
- title
- Filter code
- GoogleTasks.listAllTasks.Title
- Type
- String
- Example
- Do Laundry
- Slug
- status
- Filter code
- GoogleTasks.listAllTasks.Status
- Type
- String
- Example
- needsAction
- Slug
- notes
- Filter code
- GoogleTasks.listAllTasks.Notes
- Type
- String
- Example
- I need to do this before my trip.
- Slug
- completed_at
- Filter code
- GoogleTasks.listAllTasks.CompletedAt
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- due
- Filter code
- GoogleTasks.listAllTasks.Due
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- updated_at
- Filter code
- GoogleTasks.listAllTasks.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00