HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve all wiki pages. It supports fetching either all wiki pages or a limited subset based on pagination parameters. This is useful for scenarios where users want to list or process multiple wiki pages from a HumHub instance, such as generating reports, syncing content, or displaying wiki pages in another application.

Use Case Examples

  1. Retrieve all wiki pages from a HumHub instance to display in a dashboard.
  2. Fetch a limited number of wiki pages with pagination to process them in batches.

Properties

Name Meaning
Authentication Method of authentication to use for the API requests, either Basic Auth or JWT Token.
Return All Whether to return all wiki pages or limit the results to a specified number.
Query Parameters Parameters to control pagination when not returning all results, including limit and page number.

Output

JSON

  • results - Array of wiki pages 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 pagination parameters are out of range (e.g., limit > 50), the API may reject the request.

Links

Discussion