documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FMCSA-2015-0296" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FMCSA-2015-0296-0017 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Order Entering Default Judgment and Assessing Civil Penalty | Other | Order | 2018-09-18T04:00:00Z | 2018 | 9 | 2018-09-18T04:00:00Z | 2024-11-07T01:38:31Z | 1 | 0 | 09000064837150f1 | ||
| FMCSA-2015-0296-0016 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Order Directing Respondent To File An Answer to Claimant's Motion for Default | Other | Order | 2018-05-02T04:00:00Z | 2018 | 5 | 2018-05-02T04:00:00Z | 2024-11-07T01:29:29Z | 1 | 0 | 09000064832206e8 | ||
| FMCSA-2015-0296-0015 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Teleconference | Other | Adjudication Notice | 2018-04-30T04:00:00Z | 2018 | 4 | 2018-04-30T04:00:00Z | 2024-11-07T01:30:09Z | 1 | 0 | 090000648320cd57 | ||
| FMCSA-2015-0296-0014 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Field Administrator's Motion for Default | Other | Motion | 2018-04-26T04:00:00Z | 2018 | 4 | 2018-04-26T04:00:00Z | 2024-11-07T01:25:57Z | 1 | 0 | 09000064831c7b3b | ||
| FMCSA-2015-0296-0013 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Pre-Hearing Conference Report | Other | Report | 2018-04-16T04:00:00Z | 2018 | 4 | 2018-04-16T04:00:00Z | 2024-11-07T01:25:48Z | 1 | 0 | 090000648313c69b | ||
| FMCSA-2015-0296-0012 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - FA Notice of Inability to Meet and Confer and Proposed Litigation Schedule | Other | Adjudication Notice | 2018-04-06T04:00:00Z | 2018 | 4 | 2018-04-06T04:00:00Z | 2024-11-07T01:24:38Z | 1 | 0 | 090000648309a586 | ||
| FMCSA-2015-0296-0011 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Order Granting Claimants's Request for an Extension of Time | Other | Order | 2018-03-26T04:00:00Z | 2018 | 3 | 2018-03-26T04:00:00Z | 2024-11-07T01:25:00Z | 1 | 0 | 090000648304f94e | ||
| FMCSA-2015-0296-0010 | FMCSA | None FMCSA-2015-0296 | In the Matter of LS Investment Group, Inc. dba KLM Vanlines - Field Administrator's Request for Extension and Leave to Contact | Other | Request for Extension of Time in which to file a document | 2018-03-21T04:00:00Z | 2018 | 3 | 2018-03-21T04:00:00Z | 2024-11-07T01:24:01Z | 1 | 0 | 090000648302df29 | ||
| FMCSA-2015-0296-0009 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Withdrawal of Counsel for Respondent; Notice of Dissolved California Corporation | Other | Adjudication Notice | 2018-03-12T04:00:00Z | 2018 | 3 | 2018-03-12T04:00:00Z | 2024-11-07T01:24:13Z | 1 | 0 | 0900006483001330 | ||
| FMCSA-2015-0296-0008 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Notice of Appearance of Counsel | Other | Adjudication Notice | 2018-01-30T05:00:00Z | 2018 | 1 | 2018-01-30T05:00:00Z | 2024-11-07T01:19:51Z | 1 | 0 | 0900006482e78afe | ||
| FMCSA-2015-0296-0007 | FMCSA | None FMCSA-2015-0296 | In the Matter of L S Investment Group, Inc. dba KLM Vanlines - Order Directing The Parties to Meet and Confer Regarding Litigation and Scheduling Issues | Other | Order | 2018-01-11T05:00:00Z | 2018 | 1 | 2018-01-11T05:00:00Z | 2024-11-07T01:17:12Z | 1 | 0 | 0900006482dd6f32 |
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;