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

6 rows where docket_id = "ETA-2017-0006" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 5
  • Notice 1

posted_year 1

  • 2017 6

agency_id 1

  • ETA 6
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-2017-0006-0006 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 1205-0521 Supporting Statement Supporting & Related Material   2017-12-18T05:00:00Z 2017 12     2017-12-18T17:31:09Z   0 0 0900006482d35881
ETA-2017-0006-0003 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 ETA-9173 - Program Performance Report Template and Specifications Supporting & Related Material   2017-12-12T05:00:00Z 2017 12     2017-12-12T12:31:08Z   0 0 0900006482cfccec
ETA-2017-0006-0005 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 ETA-9172- DOL PIRL Supporting & Related Material   2017-12-12T05:00:00Z 2017 12     2017-12-12T12:31:17Z   0 0 0900006482cfccee
ETA-2017-0006-0004 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 ETA 9174 - Pay-For-Performance Report Template Supporting & Related Material   2017-12-12T05:00:00Z 2017 12     2017-12-12T12:31:13Z   0 0 0900006482cfcced
ETA-2017-0006-0001 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System Notice   2017-12-12T05:00:00Z 2017 12 2017-12-12T05:00:00Z 2018-02-13T04:59:59Z 2018-02-12T14:02:22Z 2017-26677 0 0 0900006482cfbf46
ETA-2017-0006-0002 ETA Agency Information Collection Activities; Comment Request; Workforce Innovation and Opportunity Act (WIOA) DOL-only Performance Accountability, Information, and Reporting System ETA-2017-0006 DOL-Only Supporting Statement Supporting & Related Material   2017-12-12T00:00:00Z 2017 12     2017-12-18T17:32:37Z   0 1 0900006482cfcceb

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 1760.234ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API