Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 70 and topics = "["note-of-issue", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["note-of-issue", "scheduling-orders"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-CATANZARO-P37-010 | Part 37 Rules - General IAS, E-File Part 70 | NY-SC-1JD-CATANZARO | V | Note of Issue - Governed by PC Order; Extension Procedure; Failure May Result in Disposal | The Note of Issue date given on the Preliminary Conference Order will govern, unless an extension for good cause is requested and granted. An extension of time to file Note of Issue may be requested by Plaintiff via letter to be So Ordered by the Court. The letter shall be emailed to the Part 37 email and explain why additional time is needed, indicate whether prior extensions were granted, and advise whether the request is on consent. Filing the Note of Issue before the date given by the Court is highly encouraged. Failure to file the Note of Issue by the given date or to timely request an extension may result in the action being disposed. | ["note-of-issue", "scheduling-orders"] | [] | 1 | New York | supreme | part_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);