| Options |
Get JSON Data |
| Id - The poll id |
- response.micropolls[0].id
- - Id of the first poll.
- response.micropolls[1].id
- - Id of the second poll.
|
| Title - The poll title |
- response.micropolls[0].title
- - Title of the first poll.
- response.micropolls[1].title
- - Title of the second poll.
|
| Result Url - The result url of the poll |
- response.micropolls[0].resultUrl
- response.micropolls[1].resultUrl
|
| Answers - The answer options of the poll. |
- response.micropolls[0].answers[0].answerText
- - First answer option of first
poll.
- response.micropolls[0].answers[1].answerText
- - Second answer option of first
poll.
- response.micropolls[1].answers[0].answerText
- - First answer option of second
poll.
- response.micropolls[1].answers[1].answerText
- - Second answer option of second
poll.
|
| Votes Per Option - The individual option
votes |
- response.micropolls[0].votePerOption[0].Option1Votes
- - Votes for 1st option of 1st
Poll.
- response.micropolls[0].votePerOption[1].Option2Votes
- - Votes for 2nd option of 1st
Poll.
- response.micropolls[1].votePerOption[0].Option1Votes
- - Votes for 1st option of 2nd
Poll.
- response.micropolls[1].votePerOption[1].Option2Votes
- - Votes for 2nd option of 2nd
Poll.
|
| Vote Count - The total votes of poll |
- response.micropolls[0].voteCount
- - Total Votes for the 1st Poll.
- response.micropolls[1].voteCount
- - Total Votes for the 2nd Poll.
|
| Embed code - The embedded code of the poll. |
- response.micropolls[0].embedCode
- - Embedded code of first poll.
- response.micropolls[1].embedCode
- - Embedded code of second poll.
|