legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "110-hconres-211" 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 |
|---|---|---|---|---|---|---|
| 807583 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-14 | Received in the Senate and referred to the Committee on Health, Education, Labor, and Pensions. | IntroReferral | Senate | |
| 807584 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 807585 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | On motion to suspend the rules and agree to the resolution Agreed to by voice vote. (text: CR H13814-13815) | Floor | House floor actions | |
| 807586 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by voice vote.(text: CR H13814-13815) | Floor | Library of Congress | |
| 807587 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | DEBATE - The House proceeded with forty minutes of debate on H. Con. Res. 211. | Floor | House floor actions | |
| 807588 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | Mr. Davis (IL) moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 807589 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-13 | Considered under suspension of the rules. (consideration: CR H13814-13816) | Floor | House floor actions | |
| 807590 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-08 | Ordered to be Reported by Voice Vote. | Committee | House committee actions | |
| 807591 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-11-08 | Committee Consideration and Mark-up Session Held. | Committee | House committee actions | |
| 807592 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-09-17 | Referred to the House Committee on Oversight and Government Reform. | IntroReferral | House floor actions | |
| 807593 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-09-17 | Introduced in House | IntroReferral | Library of Congress | |
| 807594 | Supporting the goals and ideals of World Diabetes Day. 110-hconres-211 | 2007-09-17 | 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);