HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Retrieve all tasks in the system to generate a comprehensive task report.
  2. 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

Discussion