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 all wiki pages. It supports fetching either all wiki pages or a limited subset based on pagination parameters. This is useful for scenarios where users want to list or process multiple wiki pages from a HumHub instance, such as generating reports, syncing content, or displaying wiki pages in another application.
Use Case Examples
- Retrieve all wiki pages from a HumHub instance to display in a dashboard.
- Fetch a limited number of wiki pages with pagination to process them in batches.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API requests, either Basic Auth or JWT Token. |
| Return All | Whether to return all wiki pages or limit the results to a specified number. |
| Query Parameters | Parameters to control pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of wiki pages returned from the HumHub API.
Dependencies
- HumHub API
Troubleshooting
- If the node returns an error about invalid JSON, ensure that any JSON input parameters are correctly formatted.
- If authentication fails, verify that the correct authentication method and credentials are provided.
- If pagination parameters are out of range (e.g., limit > 50), the API may reject the request.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
