HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all revisions of a specific wiki page from the HumHub API. It supports fetching either all revisions or a limited number of revisions with pagination options. This is useful for tracking changes, auditing, or displaying the history of a wiki page.

Use Case Examples

  1. Fetch all revisions of a wiki page to display its edit history.
  2. Retrieve a limited number of recent revisions for review or rollback purposes.

Properties

Name Meaning
Authentication Method of authentication to use for the API request (Basic Auth or JWT Token).
Page ID The ID of the wiki page for which revisions are to be retrieved.
Return All Whether to return all revisions or limit the number of results.
Query Parameters Additional query parameters for pagination when not returning all results, including limit and page number.

Output

JSON

  • results - Array of wiki page revision objects returned from the API.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the Page ID is provided and valid; missing or incorrect ID will cause API errors.
  • If 'Return All' is false, ensure 'Limit' is between 1 and 50 to avoid request errors.
  • Authentication must be correctly configured; invalid credentials will result in authorization errors.

Links

Discussion