Key Facts
Data license: Public court records
4 rows where filing_id = 42
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 529 | 42 42 | Judge Scot Dollinger, 189th District Court, signed the order on October 31, 2022 |
| 530 | 42 42 | Order filed with Harris County District Clerk on November 2, 2022 |
| 531 | 42 42 | Three of the four motions were filed August 29, 2022; the TUTSA preemption motion was filed earlier on August 2, 2022 |
| 532 | 42 42 | All four defense motions for summary judgment were denied without stated reasoning |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_facts (
fact_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
fact TEXT
);