HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Retrieve content details by providing the content ID to fetch its metadata and associated information.
  2. 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

Discussion