legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "103-s-2208" 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 |
|---|---|---|---|---|---|---|
| 324001 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-20 | Held at the desk. | Floor | House floor actions | |
| 324002 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-20 | Received in the House. | Floor | House floor actions | |
| 324003 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-20 | Message on Senate action sent to the House. | Floor | Senate | |
| 324004 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-01 | Passed Senate with an amendment by Unanimous Consent. (consideration: CR S8321) | Floor | Senate | |
| 324005 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-01 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent.(consideration: CR S8321) | Floor | Library of Congress | |
| 324006 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-01 | Senate struck all after the Enacting Clause and substituted the language of S. 2182 amended. (Sections 1-3 and Division A only). | Floor | Senate | |
| 324007 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-07-01 | Measure laid before Senate by unanimous consent. | Floor | Senate | |
| 324008 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-06-20 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 478. | Calendars | Senate | |
| 324009 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-06-20 | Committee on Armed Services. Original measure reported to Senate by Senator Nunn. Without written report. | Committee | Senate | |
| 324010 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-06-20 | Committee on Armed Services. Original measure reported to Senate by Senator Nunn. Without written report. | Committee | Library of Congress | |
| 324011 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-06-20 | Introduced in Senate | IntroReferral | Library of Congress | |
| 324012 | Department of Defense Authorization Act for Fiscal Year 1995 103-s-2208 | 1994-06-09 | Committee on Armed Services ordered to be reported an original measure. | Committee | Senate |
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);