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 retrieve a specific survey answer by its ID. It supports authentication via Basic Auth or JWT Token. The node is useful for workflows that need to fetch detailed information about a particular survey answer, such as analyzing user responses or integrating survey data into other systems.
Use Case Examples
- Retrieve a survey answer by its ID to analyze user feedback.
- Fetch survey answer details to trigger follow-up actions based on responses.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the HumHub API, either Basic Auth or JWT Token. |
| ID | The unique identifier of the survey answer to retrieve. |
Output
JSON
id- The unique identifier of the survey answer.surveyId- The ID of the survey to which the answer belongs.userId- The ID of the user who submitted the answer.answers- The detailed answers provided in the survey response.createdAt- Timestamp when the survey answer was created.updatedAt- Timestamp when the survey answer was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided survey answer ID exists; otherwise, the API will return an error.
- Verify that the correct authentication method and credentials are used to avoid authorization errors.
- Check network connectivity to the HumHub API endpoint to prevent request failures.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
