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 '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
- Archiving an article by providing its unique ID to keep the content for record-keeping but hide it from public view.
- 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
- AvantGuard Hudu API Documentation - Official API documentation for understanding available endpoints and authentication.