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 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
- Fetch all revisions of a wiki page to display its edit history.
- 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
- HumHub API Wiki Page Revisions - Official API documentation for managing wiki page revisions in HumHub.
