treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where treaty_id = "92-24" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3146 | ABM TREATY AND INTERIM AGREEMENT AND ASSOCIATED PROTOCOL 92-24 | 1972-08-03 | Treaty considered in executive session; amendment to resolution submitted and withdrawn; resolution of advice and consent to ratification approved 88-2 (roll call vote 343 Ex.). | Floor |
| 3145 | ABM TREATY AND INTERIM AGREEMENT AND ASSOCIATED PROTOCOL 92-24 | 1972-08-02 | Debate limited to eight hours by unanimous consent and order entered for executive session and consideration on 8/3/72. | Floor |
| 3144 | ABM TREATY AND INTERIM AGREEMENT AND ASSOCIATED PROTOCOL 92-24 | 1972-07-21 | Reported favorably and without reservation by the Committee on Foreign Relations (Ex. Rept. 92-28). | Floor |
| 3143 | ABM TREATY AND INTERIM AGREEMENT AND ASSOCIATED PROTOCOL 92-24 | 1972-05-05 | Received in the Senate and referred to the Committee on Foreign Relations. | Floor |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE treaty_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
treaty_id TEXT NOT NULL REFERENCES treaties(id),
action_date TEXT,
action_text TEXT,
action_type TEXT
);
CREATE INDEX idx_tact_treaty ON treaty_actions(treaty_id);