HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Retrieve all activities without limit to get a complete activity feed.
  2. 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

Discussion