PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Add Voter District & State to vote record api #77

Closed johnboy14 closed 8 years ago

johnboy14 commented 8 years ago

As part of the census work being done by @atostudios and @HistoireDeBabar we need to modify the "/vote/bill/hr2-114" endpoint to include the following information about the user:

District State Gender Age

[
  {
    "bill_id": "hr2-114",
    "created_at": 1460146647507,
    "vote": true,
    "timestamp": 1460146647507
  },
  {
    "bill_id": "hr2-114",
    "created_at": 1460146896249,
    "vote": true,
    "timestamp": 1460146896249
  },
  {
    "bill_id": "hr2-114",
    "created_at": 1459451187770,
    "vote": true,
    "timestamp": 1459451187770
  }
]