Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-KOTLER" and topics = "["adjournments", "note-of-issue"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["adjournments", "note-of-issue"] · 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-KOTLER-P8-004 | Part 8 Rules – General IAS Part (Hon. Lynn Kotler) – Updated December 18, 2025 96 | NY-SC-1JD-KOTLER | V – Adjournments | Adjournment Procedures | A court appearance may be adjourned on consent, provided all parties who have appeared in the action sign a stipulation to that effect and deliver it to court via fax, email or filing on NYSCEF by 2:00 p.m. the day before the appearance is scheduled. The stipulation is still subject to court approval, and it must include: 1) the reason for the adjournment, 2) the date the case was last on, and 3) the date by which the Note of Issue must be filed. If there is no consent to a request for an adjournment, requests shall be transmitted in writing to the court and to all parties via filing on NYSCEF, so as to be received no later than 48 hours before the hearing. Requests for adjournments not on consent made less than 48 hours before the scheduled date will not be considered, and counsel must appear on the scheduled date to make an oral application for the adjournment. | ["adjournments", "note-of-issue"] | ["22 NYCRR \u00a7 202.23"] | 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'
);