Lists all polls the user is invited to.
GET
/api/users/current/polls
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Responses
Success
application/json
JSON
[
{
"id": -1,
"name": "",
"description": "",
"startDate": "string",
"endDate": "string",
"regionId": -1,
"scope": -1,
"type": -1,
"authorId": -1,
"creationDate": "string",
"numValues": 0,
"votes": 0,
"eligibleVotesCount": 0,
"shuffleOptions": true
}
]