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.
Use the session_id argument if you want to export poll results for a concrete session. https://api.digitalsamba.com/api/v1/rooms/c39d7c40-7ff7-4faa-b06f-698a639a9523/polls/export?session_id=16e44502-dae5-41f9-b095-e41bf6ac2d1d
Request
Response (200 OK) with a file attachment
Use the format param if you want to export as a JSON file. Permitted values for the format param are txt and json. /api/v1/rooms/c39d7c40-7ff7-4faa-b06f-698a639a9523/polls/export?format=json
Last updated