AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node operation retrieves articles from the AvantGuard Hudu API. It allows users to fetch articles with various filtering options such as article name, company ID, draft status, sharing status, pagination, page size, URL slug, search query, and update time range. This is useful for scenarios where you need to programmatically access and manage article data, for example, to display articles on a website, analyze content, or synchronize articles with another system.

Use Case Examples

  1. Fetch all public articles that are not drafts.
  2. Retrieve articles filtered by a specific company ID and name.
  3. Get articles updated within a specific date range.

Properties

Name Meaning
Additional Query Parameters Optional query parameters to filter and paginate the articles retrieved.

Output

JSON

  • articles - Array of article objects retrieved from the API, each containing article details such as name, company ID, draft status, sharing status, slug, and timestamps.

Dependencies

  • Requires an API key credential for AvantGuard Hudu API authentication.

Troubleshooting

  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • Check that query parameters are correctly formatted, especially the 'updated_at' date range in ISO 8601 format.
  • If no articles are returned, verify that the filters applied match existing articles in the system.

Links

Discussion