legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where bill_id = "112-hconres-67" 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 |
|---|---|---|---|---|---|---|
| 1017273 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-09 | Message on Senate action sent to the House. | Floor | Senate | |
| 1017274 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-08 | Received in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S5464) | Floor | Senate | |
| 1017275 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-08 | Passed/agreed to in Senate: Received in the Senate, considered, and agreed to without amendment by Unanimous Consent.(consideration: CR S5464) | Floor | Library of Congress | |
| 1017276 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 1017277 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | On motion to suspend the rules and agree to the resolution Agreed to by the Yeas and Nays: (2/3 required): 379 - 0 (Roll no. 692). (text: CR H5943) | Floor | House floor actions | |
| 1017278 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by the Yeas and Nays: (2/3 required): 379 - 0 (Roll no. 692).(text: CR H5943) | Floor | Library of Congress | |
| 1017279 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | Considered as unfinished business. (consideration: CR H5947) | Floor | House floor actions | |
| 1017280 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | At the conclusion of debate, the Yeas and Nays were demanded and ordered. Pursuant to the provisions of clause 8, rule XX, the Chair announced that further proceedings on the motion would be postponed. | Floor | House floor actions | |
| 1017281 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | DEBATE - The House proceeded with forty minutes of debate on H. Con. Res. 67. | Floor | House floor actions | |
| 1017282 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | Considered under suspension of the rules. (consideration: CR H5942-5943) | Floor | House floor actions | |
| 1017283 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-09-07 | Mr. Denham moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 1017284 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-07-29 | Referred to the Subcommittee on Economic Development, Public Buildings and Emergency Management. | Committee | House committee actions | |
| 1017285 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-07-28 | Referred to the House Committee on Transportation and Infrastructure. | IntroReferral | House floor actions | |
| 1017286 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-07-28 | Introduced in House | IntroReferral | Library of Congress | |
| 1017287 | Authorizing the use of the Capitol Grounds for the District of Columbia Special Olympics Law Enforcement Torch Run. 112-hconres-67 | 2011-07-28 | 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);