legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "110-sconres-62" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 915357 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 915358 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | On motion to suspend the rules and agree to the resolution Agreed to by voice vote. (text: CR H16866) | Floor | House floor actions | |
| 915359 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by voice vote.(text: CR H16866) | Floor | Library of Congress | |
| 915360 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | DEBATE - The House proceeded with forty minutes of debate on S. Con. Res. 62. | Floor | House floor actions | |
| 915361 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Considered under suspension of the rules. (consideration: CR H16866-16867) | Floor | House floor actions | |
| 915362 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Mr. Conyers moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 915363 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Message on Senate action sent to the House. | Floor | Senate | |
| 915364 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Held at the desk. | Floor | House floor actions | |
| 915365 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Received in the House. | Floor | House floor actions | |
| 915366 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR 12/18/2007 S15939; text as passed Senate: CR 12/18/2007 CR S15939; text of measure as introduced: CR 12/18/2007 S15926) | Floor | Senate | |
| 915367 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | Passed/agreed to in Senate: Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent.(consideration: CR 12/18/2007 S15939; text as passed Senate: CR 12/18/2007 CR S15939; text of measure as introduced: CR 12/18/2007 S15926) | Floor | Library of Congress | |
| 915368 | A resolution to correct the enrollment of H.R. 660. 110-sconres-62 | 2007-12-19 | 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);