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 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
- Retrieve all topics from a container to display them in a dashboard.
- 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
- HumHub API Documentation - Topics - Official documentation for the Topics API in HumHub, detailing endpoints and parameters.
