Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where doc_id = 69, judicial_district = 1 and topics = "["hearing-procedures"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
| 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-PERRY-BOND-P35-007 | Part 35 Rules - IAS Part, New York County 69 | NY-SC-1JD-PERRY-BOND | 5A | Motions - On Submission; Oral Argument by Request | All motions will be decided on submission, unless otherwise directed. Parties may request oral argument on a motion by filing a letter on NYSCEF prior to the motion return date. If the Court decides oral argument is necessary, the parties will be advised of the oral argument date well in advance. | ["hearing-procedures"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-PERRY-BOND-P35-008 | Part 35 Rules - IAS Part, New York County 69 | NY-SC-1JD-PERRY-BOND | 5B | Orders to Show Cause - Emergencies Only | Motions made via order to show cause are reserved for emergencies only. This generally means motions seeking to be relieved as counsel, motions seeking a stay or to vacate a stay, motions seeking to vacate a default judgment, or motions requiring interim relief including a TRO. The Court will, in its discretion, decline to sign proposed orders to show cause seeking non-emergent relief which may be sought via ordinary notice of motion. | ["hearing-procedures"] | [] | 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'
);