legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
17 rows where bill_id = "111-sconres-72" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1013406 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-15 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 1013407 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-15 | On motion to suspend the rules and agree to the resolution Agreed to by recorded vote (2/3 required): 401 - 1 (Roll no. 633). (text: CR 12/14/2010 H8305) | Floor | House floor actions | |
| 1013408 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-15 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by recorded vote (2/3 required): 401 - 1 (Roll no. 633).(text: CR 12/14/2010 H8305) | Floor | Library of Congress | |
| 1013409 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-15 | Considered as unfinished business. (consideration: CR H8382) | Floor | House floor actions | |
| 1013410 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-14 | At the conclusion of debate, the chair put the question on the motion to suspend the rules. Ms. Chu objected to the vote on the grounds that a quorum was not present. Further proceedings on the motion were postponed. The point of no quorum was withdrawn. | Floor | House floor actions | |
| 1013411 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-14 | DEBATE - The House proceeded with forty minutes of debate on S. Con. Res. 72. | Floor | House floor actions | |
| 1013412 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-14 | Considered under suspension of the rules. (consideration: CR H8305-8306) | Floor | House floor actions | |
| 1013413 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-12-14 | Ms. Chu moved to suspend the rules and agree to the resolution. | Floor | House floor actions | |
| 1013414 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-11-15 | Referred to the House Committee on Oversight and Government Reform. | IntroReferral | House floor actions | |
| 1013415 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-11-15 | Received in the House. | Floor | House floor actions | |
| 1013416 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-30 | Message on Senate action sent to the House. | Floor | Senate | |
| 1013417 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-29 | Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (text: CR S7772) | Floor | Senate | |
| 1013418 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-29 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(text: CR S7772) | Floor | Library of Congress | |
| 1013419 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-29 | Senate Committee on the Judiciary discharged by Unanimous Consent. (consideration: CR S7772) | Discharge | Senate | |
| 1013420 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-29 | Senate Committee on the Judiciary discharged by Unanimous Consent.(consideration: CR S7772) | Committee | Library of Congress | |
| 1013421 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-22 | Referred to the Committee on the Judiciary. (text of measure as introduced: CR S7361) | IntroReferral | Senate | |
| 1013422 | A concurrent resolution recognizing the 45th anniversary of the White House Fellows Program. 111-sconres-72 | 2010-09-22 | 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);