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
GET https://api.bundeling.com/V1/poll_votes

Example request

Headers

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

Example response

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