legislator_terms
2 rows where legislator_id = "S001047"
This data as json, CSV (advanced)
Suggested facets: start (date), end (date)
| Link | rowid ▼ | legislator_id | type | state | start | end | class | party | district | how | party_affiliations | caucus | url | address | phone | fax | contact_form | office | state_rank | rss_url | end-type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 60 | 60 | S001047 | rep | CT | 1789-03-04 | 1791-03-03 | -1 | ||||||||||||||
| 61 | 61 | S001047 | rep | CT | 1791-10-24 | 1793-03-03 | -1 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "legislator_terms" (
"legislator_id" TEXT REFERENCES "legislators"("id"),
"type" TEXT,
"state" TEXT,
"start" TEXT,
"end" TEXT,
"class" INTEGER,
"party" TEXT
, "district" INTEGER, "how" TEXT, "party_affiliations" TEXT, "caucus" TEXT, "url" TEXT, "address" TEXT, "phone" TEXT, "fax" TEXT, "contact_form" TEXT, "office" TEXT, "state_rank" TEXT, "rss_url" TEXT, "end-type" TEXT);