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 fetches all tasks from the HumHub API. It supports retrieving either all tasks or a limited number of tasks with pagination. This is useful for workflows that need to process or analyze task data from HumHub, such as project management automation or reporting.
Use Case Examples
- Retrieve all tasks in the system to generate a comprehensive task report.
- Fetch a limited number of tasks per page to display in a dashboard or to process in batches.
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 tasks or limit the number of tasks returned. |
| Query Parameters | Parameters to control pagination when not returning all tasks, including limit and page number. |
Output
JSON
results- Array of task objects 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 the node fails to authenticate, verify that the correct authentication method and credentials are configured.
- If the node returns fewer tasks than expected, check the 'Return All' setting and pagination parameters.
Links
- HumHub API Documentation - Tasks - Official API documentation for managing tasks in HumHub.
