List voters of a poll option
This action retrieves a list of users who voted for a poll option.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Required
Property name | Type | Description |
---|---|---|
poll_id | integer | Specifies the unique ID of a poll that the target option belongs to. |
option_id | integer | Specifies the unique ID of a poll option. |
Request body
The following table lists the properties that this action supports.
Optional
Property name | Type | Description |
---|---|---|
token | string | Specifies the token to get the next page of voters. You can get this value from the |
limit | integer | Specifies the number of voters to return per page. Acceptable values are |
Response
If successful, it returns vote_count
and voters
of the specified option.
List of response properties
Property name | Type | Description |
---|---|---|
voters | array of objects | An array of user resource properties of voters. |
next | string | The value for the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.