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

11 rows where docket_id = "OSHA-S205B-2006-0698" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 1994 5
  • 1995 3
  • 1996 2
  • 1997 1

document_type 2

  • Supporting & Related Material 9
  • Notice 2

agency_id 1

  • OSHA 11
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
OSHA-S205B-2006-0698-0001 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 0; STG INC, STG INC Supporting & Related Material Certification 1997-05-22T04:00:00Z 1997 5     2017-04-27T13:30:48Z   0 0 0900006480203ea2
OSHA-S205B-2006-0698-0061 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 51: Notice on SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY Notice Federal Register Notices 1996-08-30T04:00:00Z 1996 8 1996-08-30T04:00:00Z 1996-08-31T03:59:59Z 2017-04-27T13:20:46Z   0 0 0900006480203ede
OSHA-S205B-2006-0698-0060 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 50; NONE, OSHA Supporting & Related Material References/Supporting Documents 1996-03-05T05:00:00Z 1996 3     2017-04-27T13:20:39Z   0 0 0900006480203edd
OSHA-S205B-2006-0698-0058 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 48; NONE, OSHA Supporting & Related Material References/Supporting Documents 1995-03-02T05:00:00Z 1995 3     2017-04-27T13:20:24Z   0 0 0900006480203edb
OSHA-S205B-2006-0698-0059 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 49; NONE, OSHA Supporting & Related Material References/Supporting Documents 1995-02-14T05:00:00Z 1995 2     2017-04-27T13:20:31Z   0 0 0900006480203edc
OSHA-S205B-2006-0698-0057 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 47; NONE, OSHA Supporting & Related Material References/Supporting Documents 1995-01-27T05:00:00Z 1995 1     2017-04-27T13:20:16Z   0 0 0900006480203eda
OSHA-S205B-2006-0698-0038 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 43-33; ROMSOS WAYNE, BROWN MINNEAPOLIS TANK Supporting & Related Material References/Supporting Documents 1994-03-18T05:00:00Z 1994 3     2017-04-27T13:33:39Z   0 0 0900006480203ec7
OSHA-S205B-2006-0698-0056 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 46; SEYMOUR THOMAS H, THOMAS H SEYMOUR Supporting & Related Material References/Supporting Documents 1994-03-17T05:00:00Z 1994 3     2017-04-27T13:20:07Z   0 0 0900006480203ed9
OSHA-S205B-2006-0698-0055 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 45; REIDY GERALD P, GERALD P REIDY Supporting & Related Material References/Supporting Documents 1994-03-09T05:00:00Z 1994 3     2017-04-27T13:19:55Z   0 0 0900006480203ed8
OSHA-S205B-2006-0698-0003 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 Supporting Exhibit 41; JONES STEPHEN, OSHA Supporting & Related Material References/Supporting Documents 1994-02-02T05:00:00Z 1994 2     2017-04-27T13:31:05Z   0 0 0900006480203ea4
OSHA-S205B-2006-0698-0004 OSHA SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY OSHA-S205B-2006-0698 42: Notice on SCAFFOLDS USED IN THE CONSTRUCTION INDUSTRY Notice Federal Register Notices (INCL ETS) 1994-02-01T05:00:00Z 1994 2 1994-02-01T05:00:00Z 1994-02-02T04:59:59Z 2017-04-27T13:31:12Z   0 0 0900006480203ea5

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