HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve all global surveys. It supports fetching either all available global surveys or a limited subset based on pagination parameters. This is useful for scenarios where users need to access survey data globally across the HumHub platform, such as for reporting, analysis, or integration with other systems.

Use Case Examples

  1. Fetch all global surveys without limit to get a complete list.
  2. Fetch a limited number of global surveys with pagination to manage data volume.

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 results or limit the number of results.
Query Parameters Parameters to control pagination when not returning all results, including limit and page number.

Output

JSON

  • results - Array of survey objects returned from the HumHub API representing global surveys.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure correct authentication method is selected and credentials are valid to avoid authentication errors.
  • If 'Return All' is false, ensure 'Limit' is between 1 and 50 to avoid API errors.
  • Check network connectivity and API endpoint availability if requests fail.

Links

Discussion