documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-OW-2004-0041" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OW-2004-0041-0037 | EPA | None EPA-HQ-OW-2004-0041 | Fourth Federal Advisory Committee Act (FACA) Meeting, March 29-30, 2006 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-10-29T04:00:00Z | 2008 | 10 | 2008-10-29T12:48:11Z | 0 | 0 | 09000064806c6057 | |||
| EPA-HQ-OW-2004-0041-0036 | EPA | None EPA-HQ-OW-2004-0041 | Summary Notes from meeting of Federal Advisory Committee | Supporting & Related Material | Meeting/Teleconference Materials | 2008-10-09T04:00:00Z | 2008 | 10 | 2008-10-09T18:39:54Z | 0 | 0 | 09000064806c60fd | |||
| EPA-HQ-OW-2004-0041-0035 | EPA | None EPA-HQ-OW-2004-0041 | Third Federal Advisory Committee Act (FACA) Meeting, December 8-9, 2005 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-10-08T04:00:00Z | 2008 | 10 | 2008-10-08T20:30:41Z | 0 | 0 | 09000064806c6007 | |||
| EPA-HQ-OW-2004-0041-0034 | EPA | None EPA-HQ-OW-2004-0041 | Draft Agenda Federal Advisory Committee on Detection and Quantitation Approaches and Uses in Clean Water Act Program; Meeting #7; June 6-8, 2007 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-30T04:00:00Z | 2008 | 9 | 2008-09-30T14:57:55Z | 0 | 0 | 09000064806c61bc | |||
| EPA-HQ-OW-2004-0041-0032 | EPA | None EPA-HQ-OW-2004-0041 | Federal Advisory Committee Act (FACA) Meeting #11, December 5-6, 2007 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T19:23:22Z | 0 | 0 | 09000064806c62c3 | |||
| EPA-HQ-OW-2004-0041-0033 | EPA | None EPA-HQ-OW-2004-0041 | Federal Advisory Committee Act (FACA) Meeting #12, December 21, 2007, Teleconference | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T19:23:31Z | 0 | 0 | 09000064806c62f3 | |||
| EPA-HQ-OW-2004-0041-0029 | EPA | None EPA-HQ-OW-2004-0041 | Eighth Federal Advisory Committee Act (FACA) Meeting, Teleconference, July 25, 2007 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T15:36:12Z | 0 | 0 | 09000064806c620e | |||
| EPA-HQ-OW-2004-0041-0027 | EPA | None EPA-HQ-OW-2004-0041 | First Federal Advisory Committee Act (FACA) Meeting, June 21-22, 2005 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T15:35:35Z | 0 | 0 | 09000064806c5f34 | |||
| EPA-HQ-OW-2004-0041-0028 | EPA | None EPA-HQ-OW-2004-0041 | Fifth Federal Advisory Committee Act (FACA) Meeting, July 13-14, 2006 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T15:35:59Z | 0 | 0 | 09000064806c60c2 | |||
| EPA-HQ-OW-2004-0041-0030 | EPA | None EPA-HQ-OW-2004-0041 | Ninth Federal Advisory Committee Act (FACA) Teleconference, August 28, 2007 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T19:22:55Z | 0 | 0 | 09000064806c625d | |||
| EPA-HQ-OW-2004-0041-0031 | EPA | None EPA-HQ-OW-2004-0041 | Tenth Federal Advisory Committee Act (FACA) Meeting, September 19-21, 2007 | Supporting & Related Material | Meeting/Teleconference Materials | 2008-09-22T04:00:00Z | 2008 | 9 | 2008-09-22T19:23:02Z | 0 | 0 | 09000064806c6279 | |||
| EPA-HQ-OW-2004-0041-0026 | EPA | None EPA-HQ-OW-2004-0041 | Second Federal Advisory Committee ACT (FACA) Meeting, September 29-30, 2005 | Supporting & Related Material | Federal Register Document | 2008-09-17T04:00:00Z | 2008 | 9 | 2008-09-17T15:30:20Z | 0 | 0 | 09000064806c5faf |
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;