Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 65 and topics = "["hearing-procedures", "e-filing", "discovery-disputes", "exhibits"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["hearing-procedures", "e-filing", "discovery-disputes", "exhibits"] · 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-KAHN-P32-005 | Part 32 Rules - Mortgage Foreclosure Part 65 | NY-SC-1JD-KAHN | III | Motion Practice - No Courtesy Copies; Exhibit Requirements; No Post-Submission Letters | Working copies of motion papers are NOT required. Each e-filed document as an exhibit must have its own respective document number. If documents are submitted as a single .pdf file, a motion may be summarily denied. Each page in any exhibit must be numbered; reference to any exhibit must include pinpoint citations. All exhibits must have protruding exhibit tabs and be described in the heading (e.g., Exhibit A - Bill of Particulars). Memoranda of law must be separated from other papers. Citation to deposition testimony must include page and line number notation; entire transcript must be provided. After motions are fully submitted, no additional submissions are permitted. For discovery disputes, parties are encouraged to request a conference by e-filing a letter on NYSCEF. | ["hearing-procedures", "e-filing", "discovery-disputes", "exhibits"] | [] | 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'
);