home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

12 rows where bill_id = "112-hconres-28" sorted by action_date descending

✎ View and edit SQL

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
1016957 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1016958 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 On agreeing to the resolution Failed by the Yeas and Nays: 93 - 321, 1 Present (Roll no. 193). Floor   House floor actions
1016959 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 Failed of passage/not agreed to in House: On agreeing to the resolution Failed by the Yeas and Nays: 93 - 321, 1 Present (Roll no. 193). Floor   Library of Congress
1016960 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 Considered as unfinished business. (consideration: CR H1967-1968) Floor   House floor actions
1016961 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 POSTPONED PROCEEDINGS - At the conclusion of debate on H.Con.Res. 28, the Chair put the question on adoption of the concurrent resolution and by voice vote announced the ayes had prevailed. Ms. Ros-Lehtinen demanded the yeas and nays and the Chair postponed further proceedings on the question of adoption of the concurrent resolution until later in the legislative day. Floor   House floor actions
1016962 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 The previous question was ordered pursuant to the rule. (consideration: CR H1953) Floor   House floor actions
1016963 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 DEBATE - Pursuant to a previous special order, the House proceeded with 2 hours of debate on H. Con. Res. 28. Floor   House floor actions
1016964 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-17 Considered pursuant to a previous order. (consideration: CR H1920-1953; text of measure as introduced: CR H1920) Floor   House floor actions
1016965 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-09 Referred to the House Committee on Foreign Affairs. IntroReferral   House floor actions
1016966 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-09 Sponsor introductory remarks on measure. (CR H1643) IntroReferral   Library of Congress
1016967 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-09 Introduced in House IntroReferral   Library of Congress
1016968 Directing the President, pursuant to section 5(c) of the War Powers Resolution, to remove the United States Armed Forces from Afghanistan. 112-hconres-28 2011-03-09 Introduced in House IntroReferral   Library of Congress

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 6.089ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API