Ballot List
list: Return all ballots for upcoming elections.
retrieve: Return a specific ballot for an upcoming election.
GET /api/ballots/?precinct_id=1173
{
"count": 0,
"next": null,
"previous": null,
"results": []
}list: Return all ballots for upcoming elections.
retrieve: Return a specific ballot for an upcoming election.
GET /api/ballots/?precinct_id=1173
{
"count": 0,
"next": null,
"previous": null,
"results": []
}