/meetings/{meetingId}/polls not returning Answers for recently created meetings

Sometime after June 16, 2021, answers for polls on any newly created meetings are not being returned by the API endpoint /meetings/{meetingId}/polls

For example:

Results from API:
{
“total_records”: 1,
“polls”: [
{
“id”: “*******”,
“title”: “test 1”,
“status”: “notstart”,
“questions”: [
{
“name”: “Untitled Question”,
“type”: “single”,
“answers”: []
},
{
“name”: “test 2”,
“type”: “single”,
“answers”: []
}
]
}
]
}

Hey @steve.jones,

Thank you for reaching out to the Zoom Developer Forum. Please send an email to developersupport@zoom.us with a link to this thread.

In that email, please include the URL and parameters/body that you’re using. I’ll use that to look into this further.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.