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
This node allows you to retrieve detailed information about a specific procedure by its ID from the "Procedures" resource. It is useful in scenarios where you need to fetch and process data for a particular procedure, such as displaying procedure details in a workflow, integrating with other systems, or automating documentation tasks.
Practical examples:
- Fetching a procedure's details to display them in a dashboard.
- Using the procedure data as input for further automation steps (e.g., sending notifications, generating reports).
- Integrating procedure information into third-party applications via n8n workflows.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | The ID of the requested procedure. This uniquely identifies which procedure to retrieve from the system. |
Output
The node outputs a JSON object containing the details of the requested procedure. The exact structure depends on the API response, but typically includes fields such as the procedure's name, description, status, and other relevant metadata.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: Needs valid credentials configured in n8n under the name
avantguardHuduApi. - Environment Variable: The base URL for the API must be set in the credentials as
baseUrl.
Troubleshooting
- Invalid or Missing ID: If the provided "Id" does not correspond to an existing procedure, the node may return an error or an empty result. Ensure the ID is correct.
- Authentication Errors: If credentials are missing or incorrect, you may receive authentication errors. Double-check your API key and base URL configuration.
- Network Issues: Connectivity problems between n8n and the AvantGuard Hudu API can cause timeouts or failed requests.