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 is designed to retrieve a specific article by its ID from the AvantGuard - Hudu API. It is useful in scenarios where you need to fetch detailed information about a particular article, such as for displaying content, processing data, or integrating article information into other workflows. For example, you might use this node to get the details of a knowledge base article by its unique identifier to display it in a customer support system.
Use Case Examples
- Fetching an article by its ID to display on a website.
- Retrieving article details to update a database or CRM system.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the article to retrieve. This is a required numeric input that specifies which article to fetch from the API. |
Output
JSON
id- The unique identifier of the retrieved article.title- The title of the article.content- The main content or body of the article.createdAt- The creation date and time of the article.updatedAt- The last update date and time of the article.
Dependencies
- Requires an API key credential for AvantGuard - Hudu API authentication.
Troubleshooting
- Ensure the provided article ID exists; otherwise, the API may return an error or empty response.
- Verify that the API credentials are correctly configured and have the necessary permissions to access article data.
- Check network connectivity and base URL configuration to avoid request failures.
Links
- AvantGuard - Hudu API Documentation - Official API documentation for reference on endpoints and data structures.