AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

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

  1. Fetching an article by its ID to display on a website.
  2. 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

Discussion