This query returns a list of every time a task is marked as? ?completed in Todoist.
- API endpoint slug
- todoist.history_of_completed_tasks
- Runtime method
- performQuery("todoist.history_of_completed_tasks")
Query fields
- Label
- Project to watch
- Helper text
- Configure this trigger to fire only when the completed task is in the specified project.
- Slug
- project_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- task_content
- Filter code
- Todoist.historyOfCompletedTasks.TaskContent
- Type
- String
- Example
- Pay telephone bill
- Slug
- link_to_task
- Filter code
- Todoist.historyOfCompletedTasks.LinkToTask
- Type
- Web URL
- Example
- https://todoist.com/showTask?id=999
- Slug
- project
- Filter code
- Todoist.historyOfCompletedTasks.Project
- Type
- String
- Example
- Household Tasks
- Slug
- labels
- Filter code
- Todoist.historyOfCompletedTasks.Labels
- Type
- String
- Example
- to_follow_up
- Slug
- priority
- Filter code
- Todoist.historyOfCompletedTasks.Priority
- Type
- String
- Example
- Priority 1
- Slug
- completed_at
- Filter code
- Todoist.historyOfCompletedTasks.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- due_date
- Filter code
- Todoist.historyOfCompletedTasks.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00