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 retrieve all content items within a specified content container. It supports fetching either all content items or a limited subset based on pagination parameters. This operation is useful for scenarios where users need to list or process multiple content entries from a specific container in HumHub, such as aggregating posts, files, or other content types for further automation or analysis.
Use Case Examples
- Retrieve all content items from a container to display in a dashboard.
- Fetch a limited number of content items per page for paginated processing.
- Use query parameters to control the number of items and the page of results returned.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for the API request (Basic Auth or JWT Token). |
| ID | The ID of the content container from which to retrieve content items. |
| Return All | Determines whether to return all content items or limit the results to a specified number. |
| Query Parameters | Additional parameters for controlling pagination when not returning all items, including limit and page number. |
Output
JSON
results- Array of content items retrieved from the specified content container.
Dependencies
- HumHub API
Troubleshooting
- Ensure the content container ID is valid and accessible with the provided authentication.
- If 'Return All' is false, verify that the 'Limit' and 'Page' parameters are within allowed ranges (Limit: 1-50, Page: >=1).
- Authentication errors may occur if the selected method (Basic Auth or JWT Token) is not properly configured or credentials are missing.
- API rate limits or network issues can cause request failures; check connectivity and API usage limits.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
