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 unarchives a specific article identified by its ID in the AvantGuard - Hudu system. It is useful for restoring articles that were previously archived, making them active and accessible again. For example, if an article was archived by mistake or needs to be referenced again, this operation can be used to unarchive it.
Use Case Examples
- Unarchive an article with ID 123 to make it active again.
- Restore archived documentation articles for review or editing.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the article to be unarchived. |
Output
JSON
id- The ID of the unarchived article.status- The status of the article after unarchiving, typically indicating it is active or unarchived.
Dependencies
- Requires an API key credential for AvantGuard - Hudu to authenticate requests.
Troubleshooting
- Ensure the article ID provided exists and is correct; otherwise, the operation will fail.
- Check API credentials and base URL configuration to avoid authentication errors.
- If the article is already unarchived, the operation might return a status indicating no change.
Links
- AvantGuard - Hudu API Documentation - Official API documentation for reference on article management endpoints.