Habitica icon

Habitica

Habitica API

Overview

This node operation retrieves multiple groups from the Habitica API based on specified group types. It is useful for scenarios where you want to fetch various categories of groups such as parties, guilds, taverns, private guilds, or public guilds in one request. For example, a user might want to list all their guilds and parties to display or process them further in an automation workflow.

Use Case Examples

  1. Fetch all party and guild groups to display in a dashboard.
  2. Retrieve tavern and private guild groups for user management or notifications.

Properties

Name Meaning
Group Types Specifies the types of groups to retrieve, such as party, guilds, tavern, private guilds, or public guilds. Multiple types can be selected.
Request Options Additional request settings including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • id - Unique identifier of the group.
  • name - Name of the group.
  • type - Type of the group (e.g., party, guild, tavern).
  • members - List of members in the group, if available.
  • privacy - Privacy setting of the group (e.g., private, public).

Dependencies

  • Habitica API, requiring an API key credential for authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access group data.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to avoid premature request abortion.

Links

Discussion