This query returns a list of when new tasks were added to a folder you specify.
- API endpoint slug
- toodledo.history_of_tasks_in_folder
- Runtime method
- performQuery("toodledo.history_of_tasks_in_folder")
Query fields
- Label
- Folder name
- Slug
- folder
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- Title
- Filter code
- Toodledo.historyOfTasksInFolder.Title
- Type
- String
- Example
- Finish today's homework
- Slug
- Note
- Filter code
- Toodledo.historyOfTasksInFolder.Note
- Type
- String
- Example
- Don't forget to read the last Computer Science chapter for bonus points!
- Slug
- Folder
- Filter code
- Toodledo.historyOfTasksInFolder.Folder
- Type
- String
- Example
- School To-dos
- Slug
- Context
- Filter code
- Toodledo.historyOfTasksInFolder.Context
- Type
- String
- Example
- Work
- Slug
- Priority
- Filter code
- Toodledo.historyOfTasksInFolder.Priority
- Type
- String
- Example
- High
- Slug
- Tags
- Filter code
- Toodledo.historyOfTasksInFolder.Tags
- Type
- String
- Example
- homework, programming
- Slug
- DueDate
- Filter code
- Toodledo.historyOfTasksInFolder.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00