One individual answer to a survey question. No subscriber identity is included.
value
String | Array
The answer. An array of picked options for multi_select questions, otherwise a string.
answered_at
String
When the answer was submitted (ISO 8601).
question
String | Object
The question's UUID by default; the full Survey Question Object with expand=question.
Example
{
"value": "Engineer",
"answered_at": "2026-06-02T14:20:00.000Z",
"question": "sqn_9f8e7d6c"
}Example (multi_select)
{
"value": ["Newsletters", "Podcasts"],
"answered_at": "2026-06-02T14:21:00.000Z",
"question": "sqn_1a2b3c4d"
}