HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all topics associated with a specific container in the HumHub platform. It supports fetching either all topics or a limited number based on pagination parameters. This is useful for scenarios where you need to list or process topics within a particular container, such as a group or space, in HumHub.

Use Case Examples

  1. Retrieve all topics from a container to display them in a dashboard.
  2. Fetch a limited number of topics from a container for paginated display in an application.

Properties

Name Meaning
Authentication Method of authentication to use for the API request (Basic Auth or JWT Token).
Container ID The ID of the container from which to retrieve topics.
Return All Whether to return all topics or limit the number of results.
Query Parameters Additional query parameters for pagination when not returning all results, including limit and page number.

Output

JSON

  • id - Unique identifier of the topic.
  • name - Name of the topic.
  • containerId - ID of the container the topic belongs to.
  • createdAt - Timestamp when the topic was created.
  • updatedAt - Timestamp when the topic was last updated.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the Container ID is valid and accessible with the provided authentication.
  • If pagination parameters are used, verify that the limit is between 1 and 50 and the page number is positive.
  • Authentication errors may occur if the API credentials are incorrect or expired; verify and update credentials as needed.
  • Network or API endpoint issues may cause request failures; check connectivity and API status.

Links

Discussion