Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where county = "Queens", judicial_district = 11 and topics = "["foreclosure", "scheduling-orders"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["foreclosure", "scheduling-orders"] · 2 ✖
judicial_district 1
- 11 · 2 ✖
doc_type 1
county 1
- Queens · 2 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FCAUCTION-001 | Queens Supreme Court Civil Term – Foreclosure Auction Rules 9 | NY-SC-11JD-FORECLOSURE-AUCTION | 1-2 | Location, Day and Time of Sale | Foreclosure auctions will be conducted and supervised by the Court-Appointed Referee at the Queens County Supreme Courthouse located at 88-11 Sutphin Boulevard, Jamaica, NY, on the second floor in Courtroom 25 at 10:00 a.m. on Fridays. Auction sales will be held weekly on Fridays, commencing promptly at 10:00 a.m. The properties will be auctioned in staggered sessions at 10:00 a.m. and 11:00 a.m. There will be no more than sixty (60) properties (30 each session) calendared each Friday. | ["foreclosure", "scheduling-orders"] | [] | 11 | Queens | supreme | part_rules | |
| FCAUCTION-002 | Queens Supreme Court Civil Term – Foreclosure Auction Rules 9 | NY-SC-11JD-FORECLOSURE-AUCTION | Mandatory Pre-Scheduling Confirmation | No auction shall be scheduled by the parties unless they have confirmed the availability of a time slot with the Foreclosure Department of this court. YOU MUST CONTACT THE FORECLOSURE DEPARTMENT AT qscforeclosureauctions@nycourts.gov PRIOR TO SCHEDULING YOUR AUCTION TO CONFIRM THE AVAILABILITY OF THE DATE AND TIME AND TO ENSURE THAT THE CASE IS PLACED ON THE CALENDAR. FAILURE TO ADHERE TO THIS REQUIREMENT WILL RESULT IN THE AUCTION BEING RESCHEDULED AT THE SCHEDULING PARTY'S EXPENSE, INCLUDING PUBLICATION COSTS. | ["foreclosure", "scheduling-orders"] | [] | 11 | Queens | 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'
);