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 activity records associated with a specific container in the HumHub platform. It supports fetching either all activities or a limited subset based on pagination parameters. This is useful for scenarios where you want to monitor or analyze activities within a particular container, such as a group, space, or project container in HumHub.
Use Case Examples
- Fetch all activities for a container to monitor user interactions and updates.
- Retrieve a limited number of activities from a container for display in a dashboard or report.
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 for which to retrieve activities. |
| Return All | Whether to return all activity records or limit the results. |
| Query Parameters | Additional query parameters for pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of activity records retrieved from the specified container.
Dependencies
- HumHub API
Troubleshooting
- Ensure the Container ID is valid and exists in HumHub to avoid empty or error responses.
- If using pagination, verify that the limit and page parameters are within allowed ranges to prevent errors.
- Authentication errors may occur if the provided credentials (Basic Auth or JWT Token) are incorrect or expired.
Links
- HumHub API Documentation - Activities - Official API documentation for managing activities in HumHub.
