Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Habit → Get
AI-generatedOverview
This node operation retrieves a specific habit from the TickTick service. It is useful for users who want to fetch detailed information about a particular habit they have created or are tracking in TickTick. For example, a user might use this operation to get the status, progress, or details of a habit to display in a dashboard or to trigger further automation based on habit data.
Use Case Examples
- Retrieve a habit by selecting it from a list of existing habits.
- Fetch a habit by providing its unique ID to get detailed information.
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). |
| Habit | The specific habit to retrieve. Can be selected from a list of habits or specified by its unique ID. |
Output
JSON
habitId- The unique identifier of the retrieved habit.name- The name of the habit.status- The current status of the habit (e.g., active, completed).details- Additional details or metadata about the habit.
Dependencies
- Requires TickTick API credentials depending on the selected authentication method (Access Token, Email/Password session, or OAuth2).
Troubleshooting
- If the habit is not found, ensure the habit ID is correct or the habit exists in the TickTick account.
- Authentication errors may occur if the selected credential is invalid or expired; verify credentials and reauthenticate if necessary.
- Using Access Token or OAuth2 authentication will not work for habit operations that require the V2 API session; ensure to select the Email/Password (V2 API) authentication method for habit operations.