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 a specific task list from the HumHub API by its ID. It is useful for workflows that need to fetch detailed information about a particular task list within a container, such as project management or task tracking automation.
Use Case Examples
- Fetch a task list by its ID to display its details in a dashboard.
- Retrieve a task list to update or analyze its tasks programmatically.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The unique identifier of the task list to retrieve. |
Output
JSON
id- The unique identifier of the task list.name- The name of the task list.color- The color associated with the task list.hide_if_completed- Flag indicating if completed tasks in the list should be hidden.containerId- The container ID to which the task list belongs.created_at- Timestamp when the task list was created.updated_at- Timestamp when the task list was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided task list ID exists and is accessible with the given authentication.
- Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid.
- Check network connectivity to the HumHub API endpoint.
- Handle errors gracefully by enabling 'Continue On Fail' to avoid workflow interruption.
Links
- HumHub API Task Lists Documentation - Official documentation for task list operations in the HumHub API.
