Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Project Group → List
AI-generatedOverview
This node interacts with the TickTick API to list project groups. It is useful for users who want to retrieve and manage their project groups within TickTick, such as organizing tasks into different groups for better project management.
Use Case Examples
- A user wants to fetch all their project groups to display them in a dashboard.
- An automation workflow needs to list project groups to sync them with another project management tool.
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). Note that Project Groups require the TickTick Session API (V2) credential. |
Output
JSON
projectGroups- An array of project group objects retrieved from TickTick, each representing a project group with its details.
Dependencies
- TickTick API
Troubleshooting
- If the node throws an error about unsupported operation, ensure the resource is set to 'Project Group' and operation to 'List'.
- If authentication fails, verify that the correct credential type is selected, especially that Project Groups require the TickTick Session API (V2) credential.
- Errors related to API calls may indicate network issues or invalid credentials; recheck the credentials and network connectivity.