Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Retrieve details of a wiki page revision by providing its unique ID.
- 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
- HumHub API Documentation - Wiki Page Revisions - Official API documentation for managing wiki page revisions in HumHub.
