documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "ETA-2015-0009" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- ETA 8
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ETA-2015-0009-0252 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Apprenticeship Programs; Equal Employment Opportunity | Rule | 2016-12-19T05:00:00Z | 2016 | 12 | 2016-12-19T05:00:00Z | 2016-12-19T16:18:21Z | 2016-29910 | 0 | 0 | 090000648242348b | ||
| ETA-2015-0009-0079 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Ex parte record for 1-15-2016 - Phone call with United Assoc. of Journeymen and Apprentices of the Plumbing and Pipefitting Industry of the United States and Canada | Supporting & Related Material | 2016-01-20T05:00:00Z | 2016 | 1 | 2016-01-20T18:18:55Z | 0 | 0 | 0900006481e2239e | ||||
| ETA-2015-0009-0082 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Ex parte record for 1-19-2016 - Email with Associated Builders and Contractors (ABC) | Supporting & Related Material | 2016-01-20T05:00:00Z | 2016 | 1 | 2016-01-20T19:08:00Z | 0 | 0 | 0900006481e22a8d | ||||
| ETA-2015-0009-0083 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Ex parte record for 1-19-2016 - Email with Carpenters International Training Fund | Supporting & Related Material | 2016-01-20T05:00:00Z | 2016 | 1 | 2016-01-20T19:09:30Z | 0 | 0 | 0900006481e22a8e | ||||
| ETA-2015-0009-0081 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Ex parte record for 11-18-2015 - Phone call with Staff for Senators Murray and Hatch | Supporting & Related Material | 2016-01-20T05:00:00Z | 2016 | 1 | 2016-01-20T18:45:30Z | 0 | 0 | 0900006481e223a0 | ||||
| ETA-2015-0009-0080 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Ex parte record for 11-18-2015 - Phone call with Staff for U.S. House of Representatives Education & Workforce Majority Staff | Supporting & Related Material | 2016-01-20T05:00:00Z | 2016 | 1 | 2016-01-20T18:20:47Z | 0 | 0 | 0900006481e2239f | ||||
| ETA-2015-0009-0031 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Apprenticeship Programs: Equal Employment Opportunity; Extension of Comment Period, | Proposed Rule | 2015-12-24T05:00:00Z | 2015 | 12 | 2016-02-05T22:01:32Z | 2015-32310 | 0 | 0 | 0900006481dd0638 | |||
| ETA-2015-0009-0001 | ETA | Apprenticeship Programs; Equal Employment Opportunity ETA-2015-0009 | Apprenticeship Programs; Equal Employment Opportunity | Proposed Rule | 2015-11-06T05:00:00Z | 2015 | 11 | 2015-11-06T05:00:00Z | 2016-01-21T04:59:59Z | 2016-02-18T16:00:50Z | 2015-27316 | 0 | 0 | 0900006481d1abb9 |
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;