Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node interacts with the HumHub API to perform operations related to 'Space' resources, specifically the 'Archive' operation in this context. It allows users to archive a space by providing the space ID. This is useful for managing spaces within HumHub, such as archiving inactive or obsolete spaces to keep the workspace organized.
Use Case Examples
- Archiving a space by its ID to mark it as archived in HumHub.
- Automating space management by archiving spaces based on certain criteria.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The ID of the space to be archived. |
Output
JSON
id- The ID of the archived space.name- The name of the archived space.description- Description of the archived space.visibility- Visibility status of the archived space.join_policy- Join policy of the archived space.archived- Indicates if the space is archived (true after archiving).
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided space ID is valid and exists in HumHub; otherwise, the API will return an error.
- Authentication errors may occur if the credentials (Basic Auth or JWT Token) are incorrect or expired.
- Network issues or API endpoint changes can cause request failures; verify the API URL and network connectivity.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
