Voting
Managing API endpoints for the voting process.
📄️ Get all elections and ballot papers for a voter token
Returns all elections and ballot papers for the provided voter token. Contains all public information about the elections and ballot papers that are necessary for the voting process. Returns only elections / ballot papers where no vote was submitted by this voter token.
📄️ Send a filled in ballot paper to the backend to cast a vote
Accepts the ballot paper the voter wants to submit to the backend as json object with encrypted contents. With this, the vote of voter is cast.