Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Task → List Completed
AI-generatedOverview
This node operation interacts with the TickTick API to list completed tasks within a specified date range. It is useful for users who want to retrieve tasks they have completed between a start and end date, allowing them to track productivity or generate reports on completed work.
Use Case Examples
- A user wants to see all tasks they completed last week to review their progress.
- A project manager needs to extract completed tasks from a specific period to update project status.
- An individual wants to export completed tasks for personal record-keeping or analysis.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the TickTick API, including Access Token (V1 API), Email/Password (V2 API), or OAuth2 (V1 API). |
| Start Date | The start date for filtering completed tasks. Only tasks completed on or after this date will be listed. |
| End Date | The end date for filtering completed tasks. Only tasks completed on or before this date will be listed. |
| Limit | The maximum number of completed tasks to return in the response. |
Output
JSON
id- Unique identifier of the completed task.title- Title or name of the completed task.completedDate- The date and time when the task was completed.projectId- Identifier of the project to which the task belonged.tags- Tags associated with the completed task.status- Status of the task, indicating it is completed.
Dependencies
- TickTick API
Troubleshooting
- Ensure the authentication credentials are correctly set and valid for the chosen authentication method.
- Verify that the start date is earlier than or equal to the end date to avoid logical errors.
- Check API rate limits and permissions if the node fails to retrieve data.
- Common error messages include unsupported operation errors if the resource or operation is incorrectly specified, and API errors if authentication fails or the API is unreachable.