Export
To export all polls results for a room you need to execute a GET request against the /rooms/:roomId/polls/export endpoint.
A human readable response is returned where the amount of votes for each option and also the name of the people which voted for each option are listed. Note that the names are never listed if the poll is anonymous.
Request
Response (200 OK) with a file attachment
Last updated