HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all wiki pages within a specified content container in HumHub. It supports fetching either all pages or a limited number based on pagination parameters. This is useful for scenarios where you need to list or process wiki pages grouped under a particular container, such as a project or space in HumHub.

Use Case Examples

  1. Fetch all wiki pages in a container to display them in a dashboard.
  2. Retrieve a limited number of wiki pages for pagination in a custom app.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The ID of the content container from which to retrieve wiki pages.
Return All Whether to return all wiki pages 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 wiki pages retrieved from the specified container.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the content container ID is valid and accessible with the provided authentication.
  • If pagination parameters are used, ensure the limit is between 1 and 50 to avoid errors.
  • Common errors include authentication failures, invalid container ID, or exceeding API rate limits.

Links

Discussion