Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 123 and topics = "["hearing-procedures", "summary-judgment", "discovery-disputes"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["hearing-procedures", "summary-judgment", "discovery-disputes"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SALL-005 | Individual Part Rules – Hon. Brandon R. Sall, Westchester County Surrogate 123 | NY-SUR-9JD-SALL | II-F | Motion Practice | All motions/proceedings by notice of motion returnable before Surrogate Sall on any WEDNESDAY the court is in session; Acting Surrogate on third THURSDAY of month. Appearances not required unless directed or oral argument requested and granted. Summary judgment motions shall be filed and served no later than 120 days after filing Note of Issue. Deposition testimony citations must include exact page and line numbers with entire official transcript as exhibit. Disclosure disputes: policy of making court and staff available to resolve disputes; aggrieved party shall notify court and conference will be scheduled; disclosure motions not to be made unless directed by court. Motion papers must comply with redaction rules per 22 NYCRR §207.64. | ["hearing-procedures", "summary-judgment", "discovery-disputes"] | ["22 NYCRR 202.8", "22 NYCRR 207.64", "CPLR 4403", "CPLR 4404"] | 9 | Westchester | 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'
);