HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Fetch all activities for a container to monitor user interactions and updates.
  2. 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

Discussion