documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "DOT-OST-2012-0058" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)
| id | agency_id | docket_id | title | document_type | subtype | posted_date ▲ | posted_year | posted_month | comment_start_date | comment_end_date | last_modified | fr_doc_num | open_for_comment | withdrawn | object_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DOT-OST-2012-0058-0061 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-07-28T04:00:00Z | 2016 | 7 | 2016-07-28T04:00:00Z | 2024-11-12T06:11:51Z | 1 | 0 | 09000064821341ad | ||
| DOT-OST-2012-0058-0060 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-07-26T04:00:00Z | 2016 | 7 | 2016-07-26T04:00:00Z | 2024-11-12T06:11:47Z | 1 | 0 | 0900006482112842 | ||
| DOT-OST-2012-0058-0059 | DOT | None DOT-OST-2012-0058 | 2016-6-8 Order | Other | Order | 2016-06-21T04:00:00Z | 2016 | 6 | 2016-06-21T04:00:00Z | 2024-11-07T23:47:36Z | 1 | 0 | 0900006482055762 | ||
| DOT-OST-2012-0058-0058 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-06-06T04:00:00Z | 2016 | 6 | 2016-06-06T04:00:00Z | 2024-11-07T23:44:05Z | 1 | 0 | 0900006482013e8b | ||
| DOT-OST-2012-0058-0057 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-06-01T04:00:00Z | 2016 | 6 | 2016-06-01T04:00:00Z | 2024-11-07T23:41:26Z | 1 | 0 | 0900006482000801 | ||
| DOT-OST-2012-0058-0056 | DOT | None DOT-OST-2012-0058 | Minutes - 35th Joint A4A/IATA Passenger Services Conference (JPSC), 37th IATA Passenger Services Conference (PSC) - Hamburg 21-22 October 2015 | Other | Transcript(s) | 2016-04-19T04:00:00Z | 2016 | 4 | 2016-04-19T04:00:00Z | 2024-11-12T06:10:27Z | 1 | 0 | 0900006481f72af0 | ||
| DOT-OST-2012-0058-0055 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-04-19T04:00:00Z | 2016 | 4 | 2016-04-19T04:00:00Z | 2024-11-07T23:44:42Z | 1 | 0 | 0900006481f729de | ||
| DOT-OST-2012-0058-0054 | DOT | None DOT-OST-2012-0058 | Request for Missing Attachment in Filing DOT-OST-2012-0058-0052 | Other | Request | 2016-04-04T04:00:00Z | 2016 | 4 | 2016-04-04T04:00:00Z | 2024-11-07T23:40:45Z | 1 | 0 | 0900006481f22f74 | ||
| DOT-OST-2012-0058-0053 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-03-22T04:00:00Z | 2016 | 3 | 2016-03-22T04:00:00Z | 2024-11-12T06:00:14Z | 1 | 0 | 0900006481ed2aa1 | ||
| DOT-OST-2012-0058-0052 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-03-22T04:00:00Z | 2016 | 3 | 2016-03-22T04:00:00Z | 2024-11-12T05:56:07Z | 1 | 0 | 0900006481ed2a2a | ||
| DOT-OST-2012-0058-0051 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-03-16T04:00:00Z | 2016 | 3 | 2016-03-16T04:00:00Z | 2024-11-12T05:56:09Z | 1 | 0 | 0900006481ec623f | ||
| DOT-OST-2012-0058-0050 | DOT | None DOT-OST-2012-0058 | Notice of Tier 1 Agreements Filing by the International Air Transport Association | Other | Agreement | 2016-02-01T05:00:00Z | 2016 | 2 | 2016-02-01T05:00:00Z | 2024-11-12T06:00:54Z | 1 | 0 | 0900006481e41106 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
title TEXT,
document_type TEXT,
subtype TEXT,
posted_date TEXT,
posted_year INTEGER,
posted_month INTEGER,
comment_start_date TEXT,
comment_end_date TEXT,
last_modified TEXT,
fr_doc_num TEXT,
open_for_comment INTEGER,
withdrawn INTEGER,
object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;