Actions10
Overview
The "List Targets Available" operation of the Dragon Family node retrieves a list of available targets related to a member from the Dragon Family API. This node is useful for workflows that need to access or display target-related data associated with a user or member in the Dragon Family system.
Practical examples include:
- Automating retrieval of all targets assigned to a member for reporting or monitoring.
- Integrating target data into other systems or dashboards.
- Triggering further actions based on the list of targets available for a member.
Properties
| Name | Meaning |
|---|---|
| Base URL | The base URL for the Dragon Family API. Default is https://api.dragonfamily.com. |
| User Token | Your API access token, sent as a Bearer token in the Authorization header for authentication. |
Output
The output JSON contains the response from the Dragon Family API endpoint that lists available targets for a member. The exact structure depends on the API response but typically includes an array or object describing each target's details such as ID, name, status, and other relevant metadata.
No binary data output is indicated for this operation.
Dependencies
- Requires access to the Dragon Family API.
- Needs a valid API access token (User Token) for authorization.
- The node uses HTTP requests to communicate with the API, so network connectivity to the specified Base URL is necessary.
Troubleshooting
- Invalid or missing token: If the API token is incorrect or missing, the request will fail with an authorization error. Ensure the token is correctly set and has sufficient permissions.
- Incorrect Base URL: Using an incorrect or unreachable Base URL will cause connection errors. Verify the URL is correct and accessible.
- API changes: If the Dragon Family API changes its endpoints or response formats, the node might not work as expected until updated.
- Empty responses: If no targets are available, the output may be empty or contain an empty list; verify if this is expected or if there is an issue with the member's data.
Links and References
- Dragon Family API Documentation (assumed official docs URL)
- n8n HTTP Request Node documentation for understanding how HTTP calls are made within nodes: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/