Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Retrieve a survey's details by its ID to display survey questions and metadata in a dashboard.
- 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
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
