Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Task → List Deleted
AI-generatedOverview
This node operation interacts with the TickTick API to list deleted tasks. It is useful for users who want to retrieve tasks that have been removed from their TickTick account, allowing them to review or manage deleted items. For example, a user might use this operation to audit deleted tasks or restore accidentally deleted tasks if supported by their workflow.
Use Case Examples
- Retrieve a list of deleted tasks to display in a dashboard for task recovery.
- Automate the process of backing up deleted tasks for record-keeping.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for connecting to the TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). |
| Limit | Specifies the maximum number of deleted tasks to return in the response. |
Output
JSON
id- Unique identifier of the deleted task.title- Title or name of the deleted task.deletedTime- Timestamp indicating when the task was deleted.projectId- Identifier of the project to which the deleted task belonged.status- Status of the deleted task, typically indicating it is deleted.
Dependencies
- Requires authentication credentials for TickTick API, which can be an access token, email/password session, or OAuth2 token.
Troubleshooting
- If the node throws an 'Unsupported operation' error, verify that the resource is set to 'Task' and the operation to 'List Deleted'.
- Authentication errors may occur if the provided credentials are invalid or expired; re-authenticate or update credentials as needed.
- If no deleted tasks are returned, ensure that there are deleted tasks in the TickTick account and that the limit parameter is set appropriately.