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 task lists within a specified content container in HumHub. It supports fetching either all task lists or a limited number based on pagination parameters. This is useful for scenarios where users want to list or manage task lists associated with a particular container, such as a project or group space, enabling automation of task management workflows.
Use Case Examples
- Fetch all task lists for a project container to display or process them in a workflow.
- Retrieve a limited number of task lists with pagination to handle large sets of task lists efficiently.
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 task lists. |
| Return All | Whether to return all task lists or limit the results to a specified number. |
| Query Parameters | Additional parameters for pagination when not returning all results, including limit and page number. |
Output
JSON
id- Unique identifier of the task list.name- Name of the task list.color- Color associated with the task list.hide_if_completed- Flag indicating if the task list should be hidden when all tasks are completed.other_properties- Additional properties returned by the HumHub API for each task list.
Dependencies
- HumHub API
Troubleshooting
- Ensure the content container ID is valid and accessible with the provided authentication.
- If pagination is used, verify that the limit is between 1 and 50 and the page number is valid.
- Authentication errors may occur if the API credentials are incorrect or expired; verify and update credentials as needed.
Links
- HumHub API Documentation - Tasks - Official API documentation for managing tasks and task lists in HumHub.
