HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Fetch a task list by its ID to display its details in a dashboard.
  2. 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

Discussion