Dragon Family icon

Dragon Family

Interact with the Dragon Family API

Overview

The node integrates with the Dragon Family API to list todos without a specific date for a given member (assignee). This operation is useful in scenarios where you want to retrieve all undated tasks assigned to a particular child or user within the Dragon Family system. For example, parents or guardians can use this node to fetch pending chores or activities that do not have deadlines, helping them track ongoing responsibilities.

Properties

Name Meaning
Base URL The base URL of the Dragon Family API. Defaults to https://api.dragonfamily.com.
User Token Your API access token used for authentication; sent as a Bearer token in the header.
Assignee The ID of the assignee (child) whose undated todos you want to list. This is required.

Output

The output JSON contains a list of todos without dates associated with the specified assignee. Each item in the output represents a todo task assigned to the member but lacking a due date. The exact structure of each todo item is determined by the Dragon Family API response and typically includes fields such as task description, status, and identifiers.

No binary data output is indicated.

Dependencies

  • Requires access to the Dragon Family API.
  • Needs a valid API access token for authorization.
  • The node expects the base URL and token to be provided as input properties or configured accordingly.

Troubleshooting

  • Missing or invalid token: If the API token is missing or incorrect, the request will fail with an authorization error. Ensure the token is valid and correctly set.
  • Invalid assignee ID: Providing an incorrect or non-existent assignee ID will result in no data or an error from the API. Verify the assignee ID before making the request.
  • Network issues: Connectivity problems to the base URL will cause request failures. Check network settings and API availability.
  • Empty results: If no todos without dates exist for the assignee, the output will be empty. Confirm that there are undated todos assigned.

Links and References

Discussion