Skip to main content
GET
List users who vote the poll with specific answer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Content-Type
string
required

Path Parameters

pollId
string
required
answerId
string
required
Maximum string length: 900

Query Parameters

sortBy
enum<string>
Available options:
lastCreated,
firstCreated
options
object

Response

Poll Information and users respondent.

polls
object[]
users
object[]
UsersAnswered
object[]
paging
object