documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FAA-2006-24718" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FAA-2006-24718-0029 | FAA | None FAA-2006-24718 | U.S. DOT/OST - Initial Decision of Administrative Law Judge Richard C. Goodwin - CP06SW0010 | Other | Decision | 2008-05-28T04:00:00Z | 2008 | 5 | 2008-05-28T04:00:00Z | 2008-05-28T13:03:30Z | 0 | 0 | 09000064805fb9dd | ||
| FAA-2006-24718-0028 | FAA | None FAA-2006-24718 | U.S. DOT/FAA - Transcript of Proceedings - CP06SW0010 | Other | Transcript(s) | 2008-04-30T04:00:00Z | 2008 | 4 | 2008-04-30T04:00:00Z | 2024-11-12T04:13:54Z | 1 | 0 | 090000648053a600 | ||
| FAA-2006-24718-0026 | FAA | None FAA-2006-24718 | Bruce Schwager - Request for an Emergency Motion to Stay Proceedings and Cancel Hearing for Health Reasons - CP06SW0010 | Other | Motion | 2008-03-31T04:00:00Z | 2008 | 3 | 2008-03-31T04:00:00Z | 2024-11-07T21:51:57Z | 1 | 0 | 090000648040d723 | ||
| FAA-2006-24718-0027 | FAA | None FAA-2006-24718 | U.S.DOT/FAA - Complainant's Response to Respondent's Emergency Motion to Stay Proceeding and Cancel Hearing for Health Reasons - CP06SW0010 | Other | Response(s) | 2008-03-31T04:00:00Z | 2008 | 3 | 2008-03-31T04:00:00Z | 2024-11-07T21:51:57Z | 1 | 0 | 090000648040d731 | ||
| FAA-2006-24718-0025 | FAA | None FAA-2006-24718 | U.S. DOT/FAA - Order Denying Motion - CP06SW0010 | Other | Order | 2008-03-26T04:00:00Z | 2008 | 3 | 2008-03-26T04:00:00Z | 2024-11-12T04:11:23Z | 1 | 0 | 0900006480407fb7 | ||
| FAA-2006-24718-0024 | FAA | None FAA-2006-24718 | U.S. DOT/FAA - Complainant's Response to Respondent's Motion to Dismiss - CP06SW0010 | Other | Response(s) | 2008-03-12T04:00:00Z | 2008 | 3 | 2008-03-12T04:00:00Z | 2013-07-27T20:37:27Z | 0 | 0 | 09000064803f2a37 | ||
| FAA-2006-24718-0023 | FAA | None FAA-2006-24718 | U.S. DOT/OST - Order Denying Motion - CP06SW0010 | Other | Order | 2008-03-04T05:00:00Z | 2008 | 3 | 2008-03-04T05:00:00Z | 2013-07-27T20:36:42Z | 0 | 0 | 09000064803e52c4 | ||
| FAA-2006-24718-0022 | FAA | None FAA-2006-24718 | Bruce B. Schwager's Request for a Rehearing of the Emergency Motion to Dismiss Case - CP06SW0010 | Other | Motion | 2008-02-27T05:00:00Z | 2008 | 2 | 2008-02-27T05:00:00Z | 2013-07-27T20:36:15Z | 0 | 0 | 09000064803c8365 | ||
| FAA-2006-24718-0021 | FAA | None FAA-2006-24718 | Bruce Schwager - Emergency Motion to Dismiss Case - CP06SW0010 | Other | Motion | 2008-02-15T05:00:00Z | 2008 | 2 | 2008-02-15T05:00:00Z | 2024-11-11T21:37:44Z | 1 | 0 | 09000064803af824 | ||
| FAA-2006-24718-0019 | FAA | None FAA-2006-24718 | U.S. DOT/OST - Notice of Hearing Dates - CP06SW0010 | Other | Adjudication Notice | 2008-01-25T05:00:00Z | 2008 | 1 | 2008-01-25T05:00:00Z | 2013-07-27T20:32:29Z | 0 | 0 | 09000064803a10b7 | ||
| FAA-2006-24718-0020 | FAA | None FAA-2006-24718 | U.S. DOT/OST - Order - CP06SW0010 | Other | Order | 2008-01-25T05:00:00Z | 2008 | 1 | 2008-01-25T05:00:00Z | 2013-07-27T20:32:30Z | 0 | 0 | 09000064803a1136 | ||
| FAA-2006-24718-0018 | FAA | None FAA-2006-24718 | U.S. DOT/FAA - Complainant's Response to Respondent's Motion to Dismiss - CP06SW0010 | Other | Response(s) | 2008-01-11T05:00:00Z | 2008 | 1 | 2008-01-11T05:00:00Z | 2013-07-27T20:31:46Z | 0 | 0 | 09000064803990d5 |
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;