Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Project → Get
AI-generatedOverview
This node interacts with the TickTick API to retrieve project information. It supports multiple authentication methods and allows users to get a list of projects, details of a specific project, or a project along with its associated tasks and columns. This is useful for managing and integrating TickTick project data within automated workflows, such as syncing project details or extracting project data for reporting.
Use Case Examples
- Retrieve a list of all projects to display in a dashboard.
- Get detailed information about a specific project by its ID.
- Fetch a project along with its tasks and columns for comprehensive project management.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for accessing the TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). |
| Mode | Determines the type of project retrieval operation to perform. Options include getting many projects, a specific project, or a project with its tasks and columns. |
| Project | Specifies the project to retrieve. Can be selected from a list or specified by ID. The ID must contain only letters and numbers or be empty for the Inbox project. |
Output
JSON
projectId- The unique identifier of the project.projectName- The name of the project.tasks- List of tasks associated with the project (only when 'Get Project With Data' mode is selected).columns- List of columns associated with the project (only when 'Get Project With Data' mode is selected).
Dependencies
- TickTick API
Troubleshooting
- Unsupported operation error if the specified resource or operation is not implemented. Ensure the resource is 'Project' and operation is 'Get'.
- Validation error if the project ID contains invalid characters. Use only letters and numbers for the project ID.
- Authentication errors if the selected authentication method credentials are invalid or expired. Verify and update credentials accordingly.