legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "103-s-2056" 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 |
|---|---|---|---|---|---|---|
| 322815 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-08-12 | See also H.R. 4299. | Floor | Senate | |
| 322816 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-08-12 | Indefinitely postponed by Senate by Unanimous Consent. | Floor | Senate | |
| 322817 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-06-30 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 502. | Calendars | Senate | |
| 322818 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-06-30 | Committee on Intelligence. Reported to Senate by Senator DeConcini with an amendment in the nature of a substitute. With written report No. 103-296. | Committee | Senate | |
| 322819 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-06-30 | Committee on Intelligence. Reported to Senate by Senator DeConcini with an amendment in the nature of a substitute. With written report No. 103-296. | Committee | Library of Congress | |
| 322820 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-05-24 | Committee on Intelligence. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 322821 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-05-02 | Read twice and referred to the Committee on Intelligence. | IntroReferral | Senate | |
| 322822 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-05-02 | Sponsor introductory remarks on measure. (CR S4989) | IntroReferral | Library of Congress | |
| 322823 | Counterintelligence and Security Enhancements Act of 1994 103-s-2056 | 1994-05-02 | 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);