HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Fetch all task lists for a project container to display or process them in a workflow.
  2. 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

Discussion