—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
$ curl -v 'https://disclosure-backend-static.tdooner.com/office_election/1'
{
"id": 1,
"contest_type": "Office",
"name": "School Board District 1",
"candidates": [
{
"id": 26,
"name": "Donald Macleay",
"photo_url": null,
"website_url": null,
"twitter_url": "@donmacleay",
"first_name": "Donald",
"last_name": "Macleay",
"ballot_item": 1,
"office_election": 1
}
// .... snip
],
"ballot_id": 1
}
In order to render the list of candidates with the total collected, each candidate object should include a total_contributions
field.