documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FMCSA-1997-2199" and posted_year = 2004 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
- Other 2
- Supporting & Related Material 2
- Notice 1
- Rule 1
posted_year 1
- 2004 · 6 ✖
agency_id 1
- FMCSA 6
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FMCSA-1997-2199-0225 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | In the Matter of United Motorcoach Association - Notice of Withdrawal of Petition for Reconsideration | Notice | Notice | 2004-10-13T04:00:00Z | 2004 | 10 | 2004-10-13T04:00:00Z | 1993-08-21T03:59:59Z | 2024-11-07T01:45:24Z | 1 | 0 | 09000064802a343d | |
| FMCSA-1997-2199-0222 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | Minimum Training Requirements For Entry-Level Commercial Motor Vehicle Operators | Other | Petition for Reconsideration | 2004-07-27T04:00:00Z | 2004 | 7 | 2004-07-27T04:00:00Z | 1993-08-21T03:59:59Z | 2024-11-07T01:45:24Z | 1 | 0 | 09000064802a343a | |
| FMCSA-1997-2199-0221 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | Executive Order 12866 Sec. 6(a)(3)E(ii) and (iii) Document Showing Changes Made Between Manuscript Sent to OMB and May 21, 2004, Federal Register Publication for RIN 2126-AA09 | Other | OMB Review | 2004-05-24T04:00:00Z | 2004 | 5 | 2004-05-24T04:00:00Z | 1993-08-21T03:59:59Z | 2024-11-07T01:45:23Z | 1 | 0 | 09000064802a3439 | |
| FMCSA-1997-2199-0220 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | Final Rule Regulatory Evaluation, Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators, FMCSA, December 2003 | Supporting & Related Material | Analysis | 2004-05-24T04:00:00Z | 2004 | 5 | 2024-11-07T01:45:23Z | 0 | 0 | 09000064802a3438 | |||
| FMCSA-1997-2199-0219 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | FMCSA Environmental Categorical Exclusion Determination for Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators, April 26, 2004 | Supporting & Related Material | Environmental Categorical Exclusion Determination | 2004-05-24T04:00:00Z | 2004 | 5 | 2024-11-07T01:45:23Z | 0 | 0 | 09000064802a3436 | |||
| FMCSA-1997-2199-0218 | FMCSA | Training for Entry Level Drivers of Commercial Motor Vehicles (CMVs) FMCSA-1997-2199 | U.S. DOT/FMCSA - Final Rule | Rule | Federal Register Publication | 2004-05-21T04:00:00Z | 2004 | 5 | 2004-05-21T04:00:00Z | 1993-08-21T03:59:59Z | 2024-11-07T01:45:22Z | 1 | 0 | 09000064802a3435 |
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;