Skip to main content
Version: v2

OptionVoteCount

Number of votes for an answer option

optionintegerrequired

Index of the answer option (starting from 0)

Example: 0
votesCountinteger<int64>required

Number of votes for this option

Example: 15
OptionVoteCount
{
"option": 0,
"votesCount": 15
}