The above is our webinar registration form - I am looking for a way to get the phone number, as well as the yes/no answer to the two questions below.
When pulling webinar report (participants) I get the information: id user_id name user_email join_time leave_time duration attentiveness_score
And that is all of them. I was wondering whether I would be able to get them by individually checking each user ID, though that returns response 400 - bad request
{
“code”: 3079,
“message”: “This registrant does not exist: 100664320.”
}
I do have a followup question though - when it comes to recurring webinars, it seems calling the endpoint https://api.zoom.us/v2/report/webinars/415152715/participants
gets us the data on the last instance of the webinar. However calling https://api.zoom.us/v2/webinars/415152715/registrants - while it does return custom answers from the signup form - gives us a list of people who signed up for the next webinar instance, which has not happened yet. Is there a way to get registrants for a previous instance? I cannot call /registrants on the /report/webinars endpoint