documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "ED-2015-ICCD-0081" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ED-2015-ICCD-0081-0019 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Forms and Instructions | Supporting & Related Material | Form | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-09T18:54:50Z | 0 | 0 | 0900006481c63579 | |||
| ED-2015-ICCD-0081-0018 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | ICR Supporting Statement | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-10-05T18:47:07Z | 0 | 0 | 0900006481c63573 | |||
| ED-2015-ICCD-0081-0015 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; ED School Climate Surveys (EDSCLS) Benchmark Study 2016 | Notice | 30 Day Proposed Information Collection | 2015-08-25T04:00:00Z | 2015 | 8 | 2015-08-25T04:00:00Z | 2015-09-25T03:59:59Z | 2015-09-25T01:30:32Z | 2015-20958 | 0 | 0 | 0900006481c3687e |
| ED-2015-ICCD-0081-0017 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Forms and Instructions | Supporting & Related Material | 2015-08-25T00:00:00Z | 2015 | 8 | 2015-09-09T18:49:29Z | 0 | 1 | 0900006481c36881 | ||||
| ED-2015-ICCD-0081-0016 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | 2015-08-25T00:00:00Z | 2015 | 8 | 2015-09-09T18:49:08Z | 0 | 1 | 0900006481c36880 | ||||
| ED-2015-ICCD-0081-0011 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | ICR Supporting Statement | 2015-08-14T04:00:00Z | 2015 | 8 | 2015-08-14T13:40:32Z | 0 | 0 | 0900006481c1d922 | |||
| ED-2015-ICCD-0081-0010 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Forms and Instructions | Supporting & Related Material | Form | 2015-07-23T04:00:00Z | 2015 | 7 | 2015-07-23T13:46:15Z | 0 | 0 | 0900006481b9b565 | |||
| ED-2015-ICCD-0081-0009 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | 2015-07-23T00:00:00Z | 2015 | 7 | 2015-08-14T13:39:35Z | 0 | 1 | 0900006481b9b562 | ||||
| ED-2015-ICCD-0081-0004 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Forms and Instructions | Supporting & Related Material | 2015-06-26T00:00:00Z | 2015 | 6 | 2015-07-23T13:20:09Z | 0 | 1 | 0900006481b56f53 | ||||
| ED-2015-ICCD-0081-0003 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | 2015-06-26T00:00:00Z | 2015 | 6 | 2015-07-23T13:19:59Z | 0 | 1 | 0900006481b56f4e | ||||
| ED-2015-ICCD-0081-0001 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Agency Information Collection Activities; Comment Request; ED School Climate Surveys (EDSCLS) Benchmark Study 2016 | Notice | 60 Day Proposed Information Collection | 2015-06-24T04:00:00Z | 2015 | 6 | 2015-06-24T04:00:00Z | 2015-08-25T03:59:59Z | 2015-08-25T01:30:16Z | 2015-15438 | 0 | 0 | 0900006481b516e9 |
| ED-2015-ICCD-0081-0002 | ED | School Climate Surveys (SCLS) Benchmark Study 2016 ED-2015-ICCD-0081 | Supporting Statements | Supporting & Related Material | 2015-06-24T00:00:00Z | 2015 | 6 | 2015-06-26T12:20:31Z | 0 | 1 | 0900006481b51aa4 |
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;