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 spaces from the HumHub API. It supports fetching either all spaces or a limited number of spaces with pagination. This is useful for scenarios where you need to list or process multiple spaces within a HumHub environment, such as for reporting, synchronization, or bulk operations.
Use Case Examples
- Retrieve all spaces without limit to get a complete list of spaces.
- Retrieve a limited number of spaces with pagination to manage API load or display results in pages.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| Return All | Determines whether to return all spaces or limit the number of results. |
| Query Parameters | Parameters to control pagination when not returning all results, including limit and page number. |
Output
JSON
results- Array of space objects returned from the HumHub API.
Dependencies
- HumHub API
Troubleshooting
- If the API returns an authentication error, verify that the correct authentication method and credentials are provided.
- If the node returns fewer results than expected, check the 'Return All' setting and pagination parameters.
- Ensure the HumHub API endpoint is accessible and the API version is compatible.
Links
- HumHub Space API Documentation - Official documentation for the Space resource in the HumHub API.
