documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "WHD-2017-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- WHD 9
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WHD-2017-0002-140613 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | 541 listening session transcript for Kansas City, MO | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:41:44Z | 0 | 0 | 0900006483861e2c | ||||
| WHD-2017-0002-140612 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Denver Listening Session Transcript - 09-14-2018 | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:41:30Z | 0 | 0 | 0900006483861e2a | ||||
| WHD-2017-0002-140615 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Overtime Listening Session Seattle Transcript 9-11-18 | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:42:12Z | 0 | 0 | 0900006483861e6d | ||||
| WHD-2017-0002-140611 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Atlanta Part 541 Listening session 20180907 | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:41:07Z | 0 | 0 | 09000064838614af | ||||
| WHD-2017-0002-140614 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | transcript - OT listening session, Providence, RI, 9-24-18 | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:41:59Z | 0 | 0 | 0900006483861e2e | ||||
| WHD-2017-0002-140616 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Part 541 listening session Washington DC 20181017 | Supporting & Related Material | 2018-10-30T04:00:00Z | 2018 | 10 | 2018-10-30T13:42:50Z | 0 | 0 | 0900006483869504 | ||||
| WHD-2017-0002-140610 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Meetings: White Collar Exemption Regulations; Public Listening Session | Proposed Rule | 2018-10-03T04:00:00Z | 2018 | 10 | 2018-10-03T04:00:00Z | 2018-10-03T12:03:58Z | 2018-21521 | 0 | 0 | 090000648379007e | ||
| WHD-2017-0002-140609 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | White Collar Exemption Regulations: Public Listening Sessions | Proposed Rule | 2018-08-28T04:00:00Z | 2018 | 8 | 2018-08-28T04:00:00Z | 2018-09-26T13:14:17Z | 2018-18649 | 0 | 0 | 0900006483662bac | ||
| WHD-2017-0002-0001 | WHD | Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales, and Computer Employees WHD-2017-0002 | Requests for Information: Defining and Delimiting the Exemptions for Executive, Administrative, Professional, Outside Sales and Computer Employees | Proposed Rule | 2017-07-26T04:00:00Z | 2017 | 7 | 2017-07-26T04:00:00Z | 2017-09-26T03:59:59Z | 2018-03-22T01:10:08Z | 2017-15666 | 0 | 0 | 0900006482969fbd |
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;