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 content management. Specifically, the 'Content' resource with the 'Get' operation retrieves detailed information about a specific content item by its ID. This is useful for scenarios where you need to fetch and process content data from a HumHub instance, such as displaying content details in an automation workflow or integrating content data with other systems.
Use Case Examples
- Retrieve content details by providing the content ID to fetch its metadata and associated information.
- Use the node to get content information for further processing or conditional logic in an automation workflow.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The unique identifier of the content item to retrieve. |
Output
JSON
id- The unique identifier of the content item.title- The title or name of the content.description- Description or detailed information about the content.created_at- Timestamp when the content was created.updated_at- Timestamp when the content was last updated.author- Information about the author or creator of the content.container_id- Identifier of the container to which the content belongs.type- Type or category of the content.
Dependencies
- HumHub API
Troubleshooting
- Ensure the content ID provided is valid and exists in the HumHub instance to avoid 'not found' errors.
- Verify that the correct authentication method is selected and credentials are properly configured to prevent authentication failures.
- Check network connectivity and API endpoint accessibility if requests fail or time out.
- If the node returns an error, review the error message for details such as invalid parameters or permission issues and adjust accordingly.
Links
- HumHub API Documentation - Official API documentation for HumHub, providing details on endpoints and usage.
