documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FMCSA-2000-6986" and document_type = "Other" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2000-6986-0010 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Final Order | Other | Final Order | 2003-09-30T04:00:00Z | 2003 | 9 | 2003-09-30T04:00:00Z | 2003-10-01T03:59:59Z | 2024-11-07T19:16:36Z | 1 | 0 | 0900006480336c8c | |
| FMCSA-2000-6986-0009 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Mfg. Corp. dba Spring Air Northwest - Agency's Response to the Chief Safety Officer's June 21, 2003, Order | Other | Response(s) | 2003-07-16T04:00:00Z | 2003 | 7 | 2003-07-16T04:00:00Z | 2003-07-17T03:59:59Z | 2024-11-07T19:17:07Z | 1 | 0 | 0900006480336c94 | |
| FMCSA-2000-6986-0008 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Order | Other | Order | 2003-06-23T04:00:00Z | 2003 | 6 | 2003-06-23T04:00:00Z | 2003-06-24T03:59:59Z | 2024-11-07T19:17:07Z | 1 | 0 | 0900006480336c93 | |
| FMCSA-2000-6986-0006 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. d/b/a/ Spring Air Northest - Reply to Motion to Dismiss Respondent's Pleading and to Reserve Right to Reply | Other | Reply | 2000-04-27T04:00:00Z | 2000 | 4 | 2000-04-27T04:00:00Z | 2000-04-28T03:59:59Z | 2024-11-07T19:17:06Z | 1 | 0 | 0900006480336c91 | |
| FMCSA-2000-6986-0005 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of - Carman Manufacturing Corp. dba Spring Air Northwest - Motion to Dismiss Respondent's Pleading and to Reserve Right to Reply | Other | Motion | 2000-04-17T04:00:00Z | 2000 | 4 | 2000-04-17T04:00:00Z | 2000-04-18T03:59:59Z | 2024-11-07T19:17:06Z | 1 | 0 | 0900006480336c90 | |
| FMCSA-2000-6986-0004 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. d/b/a Spring Air Northwest | Other | Motion | 2000-04-12T04:00:00Z | 2000 | 4 | 2000-04-12T04:00:00Z | 2000-04-13T03:59:59Z | 2024-11-07T19:17:06Z | 1 | 0 | 0900006480336c8f | |
| FMCSA-2000-6986-0003 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. d/b/a Spring Air Northwest - Requests an Extension of Time to File Reply | Other | Request | 2000-03-20T05:00:00Z | 2000 | 3 | 2000-03-20T05:00:00Z | 2000-03-21T04:59:59Z | 2024-11-07T19:17:06Z | 1 | 0 | 0900006480336c8e | |
| FMCSA-2000-6986-0002 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. d/b/a Spring Air Northwest - Employer's Submission of Additional Evidence in Support | Other | Additional Information | 2000-03-16T05:00:00Z | 2000 | 3 | 2000-03-16T05:00:00Z | 2000-03-17T04:59:59Z | 2024-11-07T19:17:06Z | 1 | 0 | 0900006480336c8d | |
| FMCSA-2000-6986-0001 | FMCSA | WSC - In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order FMCSA-2000-6986 | In the Matter of Carman Manufacturing Corp. dba Spring Air Northwest - Motion for Final Order | Other | Motion | 2000-03-06T05:00:00Z | 2000 | 3 | 2000-03-06T05:00:00Z | 2000-03-08T04:59:59Z | 2024-11-07T19:16:35Z | 1 | 0 | 0900006480336c8b |
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;