Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

Poll votes

Poll votes belonging to the loggin in user. For privacy reasons, user authentication is always required for this endpoint.
Retrieves a collection of poll votes
Retrieves a single poll vote
Creates a new poll vote.
Json
XML
POST https://api.bundeling.com/V1/poll_votes

Parameters

Body

NameDescriptionTypeNillableRequired
poll_idThe poll this vote is forintfalsetrue
poll_option_idThe poll option this vote is forintfalsetrue

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Body

{
    "poll_id": 14,
    "poll_option_id": 14
}

Example response

{
    "id": 14,
    "poll_id": 15,
    "poll_option_id": 16
}