Returns the aggregated votes and the per-voter breakdown of a poll
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
votes[]), option name and total.voteDetails[]), who voted, on which option, when.optionHash is the SHA256(optionName) in uppercase, used by WhatsApp to anonymize votes in the protocol. Useful to correlate raw votes with their options.messageId of the poll and the data object (PollResult) with the question in name, the aggregated count per option in votes, and the detailed vote list in voteDetails. Use votes[].optionVoteCount for per-option totals and voteDetails when you need to know who voted for what.
| Name | Required | Example | Description |
|---|---|---|---|
token | yes (or Authorization) | a1b2c3d4-... | TokenAccount or TokenInstance. |
| HTTP | error.message | When it happens |
|---|---|---|
| 400 | Instance name is required | — |
| 400 | messageId query parameter is required | — |
| 401 | Invalid token | — |
| 404 | Instance not found | — |
| 404 | Poll not found | messageId does not correspond to a poll. |