Actions10
Overview
This node interacts with the Dragon Family API to list tasks available for a specific child (executor) filtered by a skill code. It is useful in scenarios where you want to retrieve and manage tasks related to children's skills development within the Dragon Family ecosystem. For example, educators or parents can use this node to fetch tasks that help develop particular skills in children, enabling targeted learning and progress tracking.
Properties
Name | Meaning |
---|---|
Base URL | The base URL of the Dragon Family API. Default is https://api.dragonfamily.com . |
User Token | Your API access token used for authentication; sent as a Bearer token in the Authorization header. |
Skill Code | The code of the skill used to filter the tasks. Required. |
Child ID | The identifier of the child (executor) for whom the tasks are listed. Required. |
Output
The output JSON contains a list of tasks available for the specified child filtered by the given skill code. Each task object typically includes details relevant to the task such as its description, requirements, and identifiers. The exact structure depends on the API response but generally represents actionable tasks for the child.
No binary data output is indicated.
Dependencies
- Requires access to the Dragon Family API.
- An API access token must be provided for authorization.
- The node expects the base URL of the API, which defaults to
https://api.dragonfamily.com
but can be customized.
Troubleshooting
- Missing or invalid API token: If the token is missing or incorrect, the API will likely reject requests with an authorization error. Ensure a valid token is provided.
- Invalid Skill Code or Child ID: Providing incorrect or non-existent skill codes or child IDs may result in empty responses or errors. Verify these values before execution.
- Network issues or incorrect Base URL: If the base URL is changed from default, ensure it is correct and reachable.
- Empty results: If no tasks are returned, confirm that the skill code and child ID correspond to existing data in the Dragon Family system.
Links and References
- Dragon Family API Documentation (Assumed link based on base URL)