documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "WHD-2019-0003" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- WHD 13
| 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-2019-0003-12829 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | Joint Employer Status under the Fair Labor Standards Act | Rule | 2020-01-16T05:00:00Z | 2020 | 1 | 2020-01-16T05:00:00Z | 2020-01-16T13:02:09Z | 2019-28343 | 0 | 0 | 09000064842aed0f | ||
| WHD-2019-0003-12828 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | AppendixA_AppendixB_190927 | Supporting & Related Material | 2019-09-27T00:00:00Z | 2019 | 9 | 2019-09-30T12:08:58Z | 0 | 1 | 0900006483fddce4 | ||||
| WHD-2019-0003-0049 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | Joint Employer Status Under the Fair Labor Standards Act | Proposed Rule | 2019-05-14T04:00:00Z | 2019 | 5 | 2019-06-17T03:39:17Z | 2019-09841 | 0 | 0 | 0900006483c79c3a | |||
| WHD-2019-0003-0021 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | ex parte notice JE 20190417 | Supporting & Related Material | 2019-04-23T04:00:00Z | 2019 | 4 | 2019-04-23T12:16:12Z | 0 | 0 | 0900006483bdf1a8 | ||||
| WHD-2019-0003-0022 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | ex parte notice je 20190422 | Supporting & Related Material | 2019-04-23T04:00:00Z | 2019 | 4 | 2019-04-23T16:36:00Z | 0 | 0 | 0900006483be50fa | ||||
| WHD-2019-0003-0003 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | WHD IB No. 13 November 1940 | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:17:45Z | 0 | 0 | 0900006483b75092 | ||||
| WHD-2019-0003-0002 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | Isakson September 28 2018 plus 25 senators letter to Department to revise joint employment 791 | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:17:34Z | 0 | 0 | 0900006483b75090 | ||||
| WHD-2019-0003-0004 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | FLSA 2005-17NA June 14 2005 | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:17:54Z | 0 | 0 | 0900006483b75094 | ||||
| WHD-2019-0003-0007 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | ol_1998-07-13_a | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:18:21Z | 0 | 0 | 0900006483b75948 | ||||
| WHD-2019-0003-0005 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | 26 FR 7732 August 18 1961 revision 791 Joint Employment | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:18:03Z | 0 | 0 | 0900006483b755e8 | ||||
| WHD-2019-0003-0006 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | 23 FR 5905 Aug 5 1958 Joint Employment | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:18:10Z | 0 | 0 | 0900006483b755e9 | ||||
| WHD-2019-0003-0001 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | Joint Employer Status Under the Fair Labor Standards Act | Proposed Rule | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T04:00:00Z | 2019-06-26T03:59:59Z | 2020-02-08T02:02:33Z | 2019-06500 | 0 | 0 | 0900006483b78019 | |
| WHD-2019-0003-0008 | WHD | Joint Employer Status under the Fair Labor Standards Act WHD-2019-0003 | Bonnette v. California Health and Welfare Agency | Supporting & Related Material | 2019-04-09T04:00:00Z | 2019 | 4 | 2019-04-09T12:18:50Z | 0 | 0 | 0900006483b7721f |
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;