AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
ToodledoToodledo

History of task completed in folder

This query returns a list of when you complete a task in the folder you specify.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of when you complete a task in the folder you specify.
API endpoint slug
toodledo.history_of_task_completed_in_folder
Runtime method
performQuery("toodledo.history_of_task_completed_in_folder")

Query fields

Folder Dropdown list

Label
Folder name
Slug
folder
Required
true
Can have default value
false

Ingredients

TitleThe title of the task.

Slug
Title
Filter code
Toodledo.historyOfTaskCompletedInFolder.Title
Type
String
Example
Finish today's homework

NoteThe note associated with the task.

Slug
Note
Filter code
Toodledo.historyOfTaskCompletedInFolder.Note
Type
String
Example
Don't forget to read the last Computer Science chapter for bonus points!

FolderThe name of the folder the task is in.

Slug
Folder
Filter code
Toodledo.historyOfTaskCompletedInFolder.Folder
Type
String
Example
School To-dos

ContextThe name of the context the task is in.

Slug
Context
Filter code
Toodledo.historyOfTaskCompletedInFolder.Context
Type
String
Example
Work

PriorityThe priority of the task.

Slug
Priority
Filter code
Toodledo.historyOfTaskCompletedInFolder.Priority
Type
String
Example
High

TagsTags comma separated.

Slug
Tags
Filter code
Toodledo.historyOfTaskCompletedInFolder.Tags
Type
String
Example
homework, programming

Due dateThe date the task is due

Slug
DueDate
Filter code
Toodledo.historyOfTaskCompletedInFolder.DueDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Completed atThe date the task was completed

Slug
CompletedAt
Filter code
Toodledo.historyOfTaskCompletedInFolder.CompletedAt
Type
Date (ISO8601)
Example
2020-07-07