legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "115-sconres-49" 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 |
|---|---|---|---|---|---|---|
| 1350559 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-10-02 | Without objection, the Chair laid before the House S.Con.Res. 49. The concurrent resolution was agreed to and the motion to reconsider was laid on the table. (consideration: CR H9412; text: CR H9412) | Floor | House floor actions | |
| 1350560 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-10-02 | Passed/agreed to in House: Without objection, the Chair laid before the House S.Con.Res. 49. The concurrent resolution was agreed to and the motion to reconsider was laid on the table.(consideration: CR H9412; text: CR H9412) | Floor | Library of Congress | |
| 1350561 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-10-02 | Received in the House. | Floor | House floor actions | |
| 1350562 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-09-28 | Message on Senate action sent to the House. | Floor | Senate | |
| 1350563 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-09-28 | Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S6375; text: CR S6390) | Floor | Senate | |
| 1350564 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-09-28 | Passed/agreed to in Senate: Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent.(consideration: CR S6375; text: CR S6390) | Floor | Library of Congress | |
| 1350565 | A concurrent resolution providing for a correction in the enrollment of S. 2553. 115-sconres-49 | 2018-09-28 | 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);