home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

10 rows where docket_id = "FMCSA-2015-0465" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2016 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • FMCSA 10
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-0465-0018 FMCSA None FMCSA-2015-0465 IIn the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Order Dismissing Proceeding Other Order 2016-06-22T04:00:00Z 2016 6 2016-06-22T04:00:00Z   2016-06-22T17:07:12Z   0 0 0900006482058a55
FMCSA-2015-0465-0017 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Order Dismissing Proceeding Other Order 2016-02-23T05:00:00Z 2016 2 2016-02-23T05:00:00Z   2016-02-23T16:30:53Z   0 0 0900006481e80e60
FMCSA-2015-0465-0016 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Withdrawal of Demand for Petition for Review and Formal Administrative Hearing Other Withdrawal 2016-02-22T05:00:00Z 2016 2 2016-02-22T05:00:00Z   2024-11-12T05:59:01Z   1 0 0900006481e7939b
FMCSA-2015-0465-0015 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Exhibits Other Exhibit(s) 2016-02-08T05:00:00Z 2016 2 2016-02-08T05:00:00Z   2024-11-12T06:01:50Z   1 0 0900006481e3c251
FMCSA-2015-0465-0014 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Other Appearance Request 2016-02-05T05:00:00Z 2016 2 2016-02-05T05:00:00Z   2024-11-12T06:04:43Z   1 0 0900006481e3bf0c
FMCSA-2015-0465-0013 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Witness List Other Witness List 2016-02-05T05:00:00Z 2016 2 2016-02-05T05:00:00Z   2024-11-12T06:05:24Z   1 0 0900006481e43271
FMCSA-2015-0465-0011 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Order Setting Expedited Litigation Dates and Other Dates/Procedures Other Order 2016-01-27T05:00:00Z 2016 1 2016-01-27T05:00:00Z   2016-01-27T21:00:41Z   0 0 0900006481e22936
FMCSA-2015-0465-0012 FMCSA None FMCSA-2015-0465 n the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Notice of Hearing Location Other Adjudication Notice 2016-01-27T05:00:00Z 2016 1 2016-01-27T05:00:00Z   2016-01-27T21:03:15Z   0 0 0900006481e228f6
FMCSA-2015-0465-0010 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Notice of Assignment of Proceeding Other Adjudication Notice 2016-01-19T05:00:00Z 2016 1 2016-01-19T05:00:00Z   2016-01-19T14:49:25Z   0 0 0900006481dfe216
FMCSA-2015-0465-0009 FMCSA None FMCSA-2015-0465 In the Matter of In the Matter of Shahzad Chaudhry; HME Executive Coach, Inc. a/k/a Exec Coach, Inc. dba Executive Coach - Pre-Hearing Telephone Conference 12/15/15 Other Hearing/Meeting Transcript 2016-01-07T05:00:00Z 2016 1 2016-01-07T05:00:00Z   2024-11-11T21:21:52Z   1 0 0900006481df3652

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 855.308ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API