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 fetches all activity records from the HumHub API. It supports retrieving either all activities or a limited subset based on pagination parameters. This is useful for scenarios where users want to monitor or analyze activity streams within a HumHub social network environment, such as fetching recent user activities or system events.
Use Case Examples
- Retrieve all activities without limit to get a complete activity feed.
- Fetch a limited number of activities per page to manage data volume and pagination.
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 activity results or limit the number of results. |
| Query Parameters | Parameters to control pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of activity records returned from the HumHub API.
Dependencies
- HumHub API
Troubleshooting
- If the node returns an error about invalid JSON, ensure that any JSON input parameters are correctly formatted.
- If authentication fails, verify that the correct authentication method and credentials are provided.
- If no activities are returned, check the query parameters for pagination limits and page numbers to ensure they are valid.
Links
- HumHub API Documentation - Official API documentation for HumHub, detailing endpoints and parameters.
