SurveyResponse
/api/v1/surveys/responsesAn individual response to a survey.
listgetcreatedeleteSchema
| Field | Type | Notes |
|---|---|---|
| id | uuid | |
| survey_id | uuid | FK → Survey |
| respondent_id | uuid | |
| answers | json | |
| submitted_at | date-time |
API
client.surveys.responses.*Loading manifest…