legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "100-sconres-142" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 72205 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-20 | Message on Senate action sent to the House. | Floor | Senate | |
| 72206 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-16 | Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. | Floor | Senate | |
| 72207 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-16 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. | Floor | Library of Congress | |
| 72208 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-14 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 932. | Calendars | Senate | |
| 72209 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-14 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Senate | |
| 72210 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-14 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Library of Congress | |
| 72211 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-14 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 72212 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-13 | Referred to the Committee on Foreign Relations. | IntroReferral | Senate | |
| 72213 | A concurrent resolution congratulating Israel and Egypt on the tenth anniversary of the Camp David Accords. 100-sconres-142 | 1988-09-13 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);