legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "111-hres-710" 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 |
|---|---|---|---|---|---|---|
| 992616 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 992617 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | On motion to suspend the rules and agree to the resolution Agreed to by voice vote. (text: CR H10474) | Floor | House floor actions | |
| 992618 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by voice vote.(text: CR H10474) | Floor | Library of Congress | |
| 992619 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | DEBATE - The House proceeded with forty minutes of debate on H. Res. 710. | Floor | House floor actions | |
| 992620 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | Considered under suspension of the rules. (consideration: CR H10474-10475) | Floor | House floor actions | |
| 992621 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-10-06 | Ms. Bordallo moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 992622 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-08-05 | Referred to the Subcommittee on Insular Affairs, Oceans and Wildlife. | Committee | House committee actions | |
| 992623 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-07-31 | Referred to the House Committee on Natural Resources. | IntroReferral | House floor actions | |
| 992624 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-07-31 | Introduced in House | IntroReferral | Library of Congress | |
| 992625 | Supporting the goals and ideals of "National Estuaries Day". 111-hres-710 | 2009-07-31 | Introduced in House | 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);