legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
23 rows where bill_id = "110-sconres-27" 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 |
|---|---|---|---|---|---|---|
| 915093 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-08-14 | Referred to the Subcommittee on Military Personnel. | Committee | House committee actions | |
| 915094 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-31 | Message on House action received in Senate and at desk: House amendment to Senate bill. | Floor | Senate | |
| 915095 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 915096 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | On motion to suspend the rules and agree to the resolution, as amended Agreed to by voice vote. (text: CR 7/31/2007 H8925-8926) | Floor | House floor actions | |
| 915097 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | Passed/agreed to in House: On motion to suspend the rules and agree to the resolution, as amended Agreed to by voice vote.(text: CR 7/31/2007 H8925-8926) | Floor | Library of Congress | |
| 915098 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | DEBATE - The House proceeded with forty minutes of debate on S. Con. Res. 27. | Floor | House floor actions | |
| 915099 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | Considered under suspension of the rules. (consideration: CR 7/31/2007 H8925-8927) | Floor | House floor actions | |
| 915100 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-30 | Ms. Bordallo moved to suspend the rules and agree to the resolution, as amended. | Floor | House floor actions | |
| 915101 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-17 | Referred to the House Committee on Armed Services. | IntroReferral | House floor actions | |
| 915102 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-17 | Message on Senate action sent to the House. | Floor | Senate | |
| 915103 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-17 | Received in the House. | Floor | House floor actions | |
| 915104 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Resolution agreed to in Senate with an amendment and with a preamble by Unanimous Consent. (text: CR S9291-9292) | Floor | Senate | |
| 915105 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Passed/agreed to in Senate: Resolution agreed to in Senate with an amendment and with a preamble by Unanimous Consent.(text: CR S9291-9292) | Floor | Library of Congress | |
| 915106 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Measure laid before Senate by unanimous consent. (consideration: CR S9291-9292) | Floor | Senate | |
| 915107 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Senate Committee on Armed Services discharged by Unanimous Consent. | Discharge | Senate | |
| 915108 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Senate Committee on Armed Services discharged by Unanimous Consent. | Committee | Library of Congress | |
| 915111 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Amendment SA 2269 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 915112 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Amendment SA 2269 proposed by Senator Reed for Senator Clinton. (consideration: CR S9291; text: CR S9291) Of a perfecting nature. | Floor | Senate | |
| 915113 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Senate amendment proposed (on the floor): Amendment SA 2269 proposed by Senator Reed for Senator Clinton.(consideration: CR S9291; text: CR S9291) | Floor | Library of Congress | |
| 915114 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Senate amendment agreed to: Amendment SA 2269 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 915115 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-07-16 | Senate amendment submitted | Floor | Library of Congress | |
| 915109 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-04-12 | Referred to the Committee on Armed Services. (text of measure as introduced: CR S4453) | IntroReferral | Senate | |
| 915110 | A concurrent resolution supporting the goals and ideals of "National Purple Heart Recognition Day". 110-sconres-27 | 2007-04-12 | 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);