legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where bill_id = "103-sconres-47" 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 |
|---|---|---|---|---|---|---|
| 331420 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 331421 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | On motion to suspend the rules and agree to the resolution Agreed to by voice vote. | Floor | House floor actions | |
| 331422 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by voice vote. | Floor | Library of Congress | |
| 331423 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | DEBATE - The House proceeded with forty minutes of debate. | Floor | House floor actions | |
| 331424 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | Considered under suspension of the rules. (consideration: CR H8064-8080) | Floor | House floor actions | |
| 331425 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-18 | Mr. Lantos moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 331426 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Held at the desk. | Floor | House floor actions | |
| 331427 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Message on Senate action sent to the House. | Floor | Senate | |
| 331428 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Received in the House. | Floor | House floor actions | |
| 331429 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. (consideration: CR S13524) | Floor | Senate | |
| 331430 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote.(consideration: CR S13524) | Floor | Library of Congress | |
| 331431 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Senate Committee on Foreign Relations discharged by Unanimous Consent. | Discharge | Senate | |
| 331432 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-15 | Senate Committee on Foreign Relations discharged by Unanimous Consent. | Committee | Library of Congress | |
| 331433 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-05 | Referred to the Committee on Foreign Relations. | IntroReferral | Senate | |
| 331434 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-05 | Sponsor introductory remarks on measure. (CR S13095) | IntroReferral | Library of Congress | |
| 331435 | A concurrent resolution to recognize the International Rescue Committee for its great humanitarian endeavors. 103-sconres-47 | 1993-10-05 | 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);