Description When we call the endpoint to get the polls/quizzes of a meeting, in the response, we get meeting not found. Tried with both meetingId and meetingUUID. The same thing works when using the endpoint: “/past_meetings/{meetingUUID/meetingId}/polls”
Error? How to get the Poll details with the API under question?
How To Reproduce
Steps to reproduce the behavior:
Log into admin Zoom account.
Click on the “surveys” on the left menu and choose "Polls and Quizzes* tab and select create. Create one Poll and one Quiz.
Start a meeting as an admin as host with one more participants.
Launch Poll and Quiz both. Let the participant involve in them.
Call the endpoint GET /meetings/{meetingId}/polls with the meetingUUID ===.
Expected Behavior
All polls should be returned as a response of get /meetings/{meetingId}/polls.
Actual Behavior
Getting error message in response - Meeting not found
Hi @elisa.zoom , sorry for the late reply. But no, we have not been able to resolve this from our end.
We need to know how to get the poll details of a meeting using the below endpoints:
Hi @elisa.zoom , sorry for the late reply. I am using this * get /meetings/{meetingId}/polls/{pollId} endpoint for getting poll details but for some meetings I am getting meeting does not exist error.
Get /past_meetings/{meeting_id}/polls - this endpoint works fine with meetingId or UUID and return the list of answer to a poll by user.
Get /meetings/{meetingId}/polls - getting meeting not found error
Error - {
“code”: 3001,
“message”: “Meeting does not exist: 97223529359.”
}