HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve information about a specific Wiki Page Revision by its ID. It is useful for scenarios where you need to fetch details of a particular revision of a wiki page, such as for auditing changes, displaying revision history, or restoring previous content versions.

Use Case Examples

  1. Retrieve details of a wiki page revision by providing its unique ID.
  2. Use the node to get metadata and content of a specific revision for display or processing.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The unique identifier of the wiki page revision to retrieve.

Output

JSON

  • id - The unique identifier of the wiki page revision.
  • content - The content of the wiki page revision.
  • created_at - Timestamp when the revision was created.
  • author - Information about the author of the revision.
  • otherProperties - Additional properties returned by the HumHub API for the wiki page revision.

Dependencies

  • HumHub API with either Basic Auth or JWT Token authentication

Troubleshooting

  • Ensure the provided ID is valid and corresponds to an existing wiki page revision; otherwise, the API will return an error.
  • Check that the authentication credentials (Basic Auth or JWT Token) are correctly configured and have the necessary permissions to access wiki page revisions.
  • If the node returns an error about missing binary data, verify that the input data contains the expected properties.

Links

Discussion