HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to perform operations related to surveys. Specifically, the 'Get' operation under the 'Survey' resource retrieves detailed information about a specific survey by its ID. This is useful for scenarios where you need to fetch survey data for analysis, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve a survey's details by its ID to display survey questions and metadata in a dashboard.
  2. Fetch survey information to process responses or generate reports based on survey data.

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 survey to retrieve. This is a required numeric field.

Output

JSON

  • id - The unique identifier of the survey.
  • title - The title or name of the survey.
  • description - Description or details about the survey.
  • questions - The list of questions included in the survey.
  • created_at - Timestamp when the survey was created.
  • updated_at - Timestamp when the survey was last updated.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the survey ID provided is valid and exists in the HumHub system to avoid 'not found' errors.
  • Verify that the correct authentication method and credentials are configured to prevent authorization errors.
  • If the API request fails, check network connectivity and API endpoint availability.

Links

Discussion