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 wiki pages within a specified content container in HumHub. It supports fetching either all pages or a limited number based on pagination parameters. This is useful for scenarios where you need to list or process wiki pages grouped under a particular container, such as a project or space in HumHub.
Use Case Examples
- Fetch all wiki pages in a container to display them in a dashboard.
- Retrieve a limited number of wiki pages for pagination in a custom app.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The ID of the content container from which to retrieve wiki pages. |
| Return All | Whether to return all wiki pages or limit the results. |
| Query Parameters | Additional query parameters for pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of wiki pages retrieved from the specified container.
Dependencies
- HumHub API
Troubleshooting
- Ensure the content container ID is valid and accessible with the provided authentication.
- If pagination parameters are used, ensure the limit is between 1 and 50 to avoid errors.
- Common errors include authentication failures, invalid container ID, or exceeding API rate limits.
Links
- HumHub Wiki API Documentation - Official API documentation for managing wiki pages in HumHub.
