This query returns a list of every time you complete a task on TickTick.
- API endpoint slug
- TickTick.history_of_completed_task
- Runtime method
- performQuery("TickTick.history_of_completed_task")
Query fields
- Label
- List
- Helper text
- Configure this trigger to fire only when the completed task is in a specific list.
- Slug
- list
- Required
- true
- Can have default value
- false
- Label
- Tag
- Helper text
- Configure this trigger to fire only when the completed task has a specific tag.
- Slug
- tag
- Required
- true
- Can have default value
- false
- Label
- Priority
- Helper text
- Configure this trigger to fire only when the completed task is set with a priority.
- Slug
- priority
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- task_name
- Filter code
- TickTick.historyOfCompletedTask.TaskName
- Type
- String
- Example
- Task Name
- Slug
- task_content
- Filter code
- TickTick.historyOfCompletedTask.TaskContent
- Type
- String
- Example
- Task Content
- Slug
- complete_date
- Filter code
- TickTick.historyOfCompletedTask.CompleteDate
- Type
- String
- Example
- February 12, 2020 at 06:30PM
- Slug
- start_date
- Filter code
- TickTick.historyOfCompletedTask.StartDate
- Type
- String
- Example
- February 12, 2020 at 06:30PM
- Slug
- end_date
- Filter code
- TickTick.historyOfCompletedTask.EndDate
- Type
- String
- Example
- February 12, 2020 at 06:30PM
- Slug
- list
- Filter code
- TickTick.historyOfCompletedTask.List
- Type
- String
- Example
- Inbox
- Slug
- priority
- Filter code
- TickTick.historyOfCompletedTask.Priority
- Type
- String
- Example
- High
- Slug
- tag
- Filter code
- TickTick.historyOfCompletedTask.Tag
- Type
- String
- Example
- #updated #paused #later
- Slug
- link_to_task
- Filter code
- TickTick.historyOfCompletedTask.LinkToTask
- Type
- String
- Example
- https://ticktick.com/#p/inbox1014227979/tasks/5ceb9572e4b081c31fead5eb
- Slug
- created_at
- Filter code
- TickTick.historyOfCompletedTask.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00