TickTick icon

TickTick

Interact with TickTick tasks and projects

Habit → Get

AI-generated

Overview

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

  1. Retrieve a habit by selecting it from a list of existing habits.
  2. 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.

Discussion