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 content containers from the HumHub platform. It supports fetching either all containers or a limited subset based on pagination parameters. This is useful for scenarios where you need to list or manage content containers within HumHub, such as for content organization, reporting, or integration with other systems.
Use Case Examples
- Fetch all content containers without limit to get a complete list.
- Fetch a limited number of content containers with pagination to manage large datasets efficiently.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| Return All | Determines whether to return all content containers or limit the results. |
| Query Parameters | Parameters to control pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of content container objects returned from the HumHub API.
Dependencies
- HumHub API
Troubleshooting
- Ensure correct authentication method is selected and credentials are valid to avoid authentication errors.
- If pagination parameters are used, ensure 'Limit' is between 1 and 50 and 'Page' is at least 1 to avoid invalid parameter errors.
- If 'Return All' is false but no pagination parameters are set, the node defaults to a limit of 20 and page 1.
Links
- HumHub Content Container API Documentation - Official API documentation for managing content containers in HumHub.
