List Meeting Polls

Description
Trying to get a list of the polls for a meeting.
Error
{ code: 3001, message: ‘Meeting does not exist: 91380326525.’ }

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth,

Which Endpoint/s?
https://api.zoom.us/v2/meetings/${zoomMeetingId}/polls

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
A similar data call doesn’t appear to be in reports or past_meetings rotues. Also doesn’t seem to work with meetingUUIDs.

This seems to happen when https://api.zoom.us/v2/meetings/${zoomMeetingId} also returns a 3001.

Hey @sana

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

The bot response was not helpful.

Hey @sana,

Has the meeting already ended and contained more than one person? If you could provide the meetingUUID that would be great.

Thanks,
Tommy

Yes and yes. It is also happen mutiple events across multiple accounts.

KcP4UAsWRPu/pQxTv46TjQ==

u+0TsKy/RbudvFecWMwwQg==
wyubz22KQVuXjfsymXMkgQ==
DQtE5r6BQiGHiBWqHwTXXQ==

Hey @sana,

Are you passing in the meetingUUID when making the API call?

For meetingUUIDs with the slash in it, please try double url encoding them.

Also, are these meetings over when you are trying to get the polls?

Thanks,
Tommy

I believe the meetings are over. I can get report/meeting data.

With the encoded UUID, the following request.
method: ‘GET’,
path: ‘/v2/meetings/KcP4UAsWRPu%2FpQxTv46TjQ%3D%3D/polls?page_number=1&page_size=300’

The body on this response is an empty string. With a status code of 200.

Thanks for the info @sana.

Our engineering team is looking into the issue. (ZOOM-186254)

I will get back to you with an update.

-Tommy

1 Like

I also appear to have a similar problem with Webinars.

Hey @sana,

Thanks for letting us know. I will update you when we find the issue.

Thanks,
Tommy

Any update for meeting or webinars?

Hi @sana,

I’ve just followed up with our Engineering team—As soon as we have an update to share we’ll let you know here.

Thanks,
Will

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