legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "101-sconres-73" 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 |
|---|---|---|---|---|---|---|
| 163957 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-17 | Message on Senate action sent to the House. | Floor | Senate | |
| 163958 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-17 | Received in the House. | Floor | House floor actions | |
| 163959 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-17 | Held at the desk. | Floor | House floor actions | |
| 163960 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-16 | Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. | Floor | Senate | |
| 163961 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-16 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. | Floor | Library of Congress | |
| 163962 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-09 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 364. | Calendars | Senate | |
| 163963 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-09 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Senate | |
| 163964 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-09 | Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. | Committee | Library of Congress | |
| 163965 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-11-09 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 163966 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-09-25 | Referred to the Committee on Foreign Relations. | IntroReferral | Senate | |
| 163967 | A concurrent resolution to express the support of the Congress for the Courageous people of Colombia. 101-sconres-73 | 1989-09-25 | 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);