AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node operation 'Put Articles Id Archive' is designed to archive a specific article by its ID. It is useful in scenarios where users need to manage content lifecycle by marking articles as archived, effectively removing them from active use or visibility without deleting them. For example, a content management workflow might use this operation to archive outdated articles automatically.

Use Case Examples

  1. Archiving an article by providing its unique ID to keep the content for record-keeping but hide it from public view.
  2. Automating content lifecycle management by archiving articles that are no longer relevant or needed in active listings.

Properties

Name Meaning
Id The unique identifier of the article to be archived. This is a required numeric input that specifies which article the operation will target.

Output

JSON

  • id - The ID of the article that was archived.
  • status - The status of the article after the operation, typically indicating it is archived.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard Hudu API service.

Troubleshooting

  • Ensure the provided article ID exists; otherwise, the operation may fail with a 'not found' error.
  • Verify that the API credentials are correctly configured and have sufficient permissions to archive articles.
  • Check network connectivity and API endpoint URL to avoid request failures.

Links

Discussion