get_member_votes
Retrieve each vote a member cast in a session or on a bill, covering floor, committee, and subcommittee actions. Filter by bill, exclude block votes, and paginate with limit and offset.
Instructions
Every vote one member cast in a session, or their votes on one bill.
Floor, committee, and subcommittee votes all appear, in LIS order. A row
is one (vote, bill) pair: a block vote that disposed of 105 bills appears
105 times, each with is_block true and bills_in_vote set. A block
vote is a real vote, but not a considered position on any one bill;
exclude_block_votes drops them. total_matching counts rows and
distinct_votes counts votes cast. Attendance roll calls are omitted.
limit is capped at 200; page with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| member_id | Yes | ||
| bill_number | No | ||
| session_code | Yes | ||
| exclude_block_votes | No |