Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", doc_id = 65 and topics = "["adjournments", "communication-preferences"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["adjournments", "communication-preferences"] · 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-001 | Part 32 Rules - Mortgage Foreclosure Part 65 | NY-SC-1JD-KAHN | I.A | Adjournments - All to Part Clerk; 30-Day Limit for Conference Consent Adjournments | All requests for adjournments are to be directed to the Part Clerk; do not communicate with chambers. A preliminary or compliance conference may be adjourned once on consent for no more than 30 days. A stipulation must be e-filed and a copy filed with the Part Clerk at least 24 hours in advance; any adjournment submitted less than 24 hours prior requires court approval. Further adjournments require court leave. Requests for adjournment of a calendared motion must be made upon consent of all parties by written stipulation 48 hours in advance; no letters will be accepted. Adjournments of motions made the day of oral argument must be made in person. Adjournments must be confirmed by contacting the Part Clerk by email. | ["adjournments", "communication-preferences"] | [] | 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'
);