Module: api/controllers/votes

API controller for retrieving information about congressional votes

Source:

Requires

Methods

(static) getVoteByVoteId()

GET vote information and results, which vote indicated in req params automatically includes individual member votes

Source:

(static) getVotesByCongress()

GET all (passage) vote information and results from a congress, indicated in req params. Member votes can be included if requested in query params (include_votes=true)

Source: