Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
The AvantGuard - Hudu node, specifically for the "Magic Dash" resource and the "Get Magic Dash" operation, allows users to retrieve a list of Magic Dash records from the Hudu API. This node is useful in scenarios where you need to fetch dashboards or reports filtered by specific criteria such as title, company ID, or pagination options. For example, you might use this node to automate reporting workflows, aggregate dashboard data for analytics, or synchronize dashboards with other systems.
Properties
| Name | Type | Meaning |
|---|---|---|
| Additional Query Parameters | collection | Optional group of filters and pagination controls. Contains the following fields: |
| └─ Title | string | Filter results by the dashboard's title. |
| └─ Company Id | number | Filter results by a specific company ID. |
| └─ Page | number | Specify which page of results to retrieve (for paginated responses). |
| └─ Page Size | number | Set how many results to return per page (controls the size of each result set). |
Output
- The node outputs a JSON object (or array of objects) representing the Magic Dash records retrieved from the Hudu API.
- Each record typically contains fields relevant to a Magic Dash, such as its ID, title, associated company, and other metadata as defined by the Hudu API.
- No binary output is produced by this operation.
Dependencies
- External Service: Requires access to the Hudu API.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL (baseUrl) for your Hudu instance. - n8n Configuration: Ensure that the credentials are set up in n8n under the name
avantguardHuduApi.
Troubleshooting
- Invalid Credentials: If the API key or base URL is incorrect, you may receive authentication errors (e.g., 401 Unauthorized). Double-check your credential setup in n8n.
- Missing Required Fields: If required query parameters are omitted or incorrectly formatted, the API may return errors or empty results.
- Pagination Issues: If "Page" or "Page Size" values are out of range, you may get no results or partial data. Adjust these values as needed.
- Network Errors: Connectivity issues between n8n and the Hudu API endpoint can cause request failures.