How to pull answers to the custom questions Attendee?
My requirement is to pull Attendee information for all events by Org. However, we have custom questions for Attendees to answers.
The response have question but not answers from Attendee. How can we get the Attendee response to the custom question?
Example:
"answers": [
{
"question": "Would you like to use your Club points?",
"type": "multiple_choice",
"question_id": "12294254"
},
{
"question": "Please choose your preferred channel",
"type": "multiple_choice",
"question_id": "12294277"
}]