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 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
- Fetch all public articles that are not drafts.
- Retrieve articles filtered by a specific company ID and name.
- 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
- AvantGuard Hudu API Documentation - Articles - Official API documentation for managing articles in AvantGuard Hudu.