HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all spaces from the HumHub API. It supports fetching either all spaces or a limited number of spaces with pagination. This is useful for scenarios where you need to list or process multiple spaces within a HumHub environment, such as for reporting, synchronization, or bulk operations.

Use Case Examples

  1. Retrieve all spaces without limit to get a complete list of spaces.
  2. Retrieve a limited number of spaces with pagination to manage API load or display results in pages.

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 spaces 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 space objects returned from the HumHub API.

Dependencies

  • HumHub API

Troubleshooting

  • If the API returns an authentication error, verify that the correct authentication method and credentials are provided.
  • If the node returns fewer results than expected, check the 'Return All' setting and pagination parameters.
  • Ensure the HumHub API endpoint is accessible and the API version is compatible.

Links

Discussion