Poll results in ongoing meetings via API

Accessing poll results in ongoing meetings via API

Description
I’m trying to use the in-meeting polling feature. We’ve contacted support, and they’ve enabled the feature that allows us to generate reports from the web interface while the meeting is still ongoing, but we want to be able to get it via the API, to integrate it with other data.

Error
When we attempt to access the API endpoint /past_meetings/{meetingId}/polls with the appropriate meeting ID, we get a 404 Not Found. I also tried /meetings/{meetingId}/polls in hopes that would work. Again, a 404 Not Found.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
This is a JWT Ruby app at the above endpoints.

Which Endpoint/s?
/past_meetings/{meetingId}/polls

Hi @scottb,

Thanks for reaching out about this. To clarify, retrieving Poll results in real time via API is not currently supported.

In order to retrieve poll results via API, you’ll need to wait until the meeting has ended, and then you can utilize the endpoint you’re working with currently.

That said, it’s a great suggestion to be able to query poll results via API in real time—you might consider posting a feature request for this here: #feature-requests

Thanks,
Will

1 Like

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