Key Facts
Data license: Public court records
6 rows where filing_id = 19
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 280 | 19 19 | Case caption: Pohl, Michael, Plaintiff(s) v. Favre, Scott, Defendant(s) |
| 281 | 19 19 | Cause No. 2018-58419 |
| 282 | 19 19 | 189th Judicial District Court of Harris County, Texas |
| 283 | 19 19 | Decided and Filed: August 3, 2021 |
| 284 | 19 19 | Reported at 2021 Tex. Dist. LEXIS 5999 |
| 285 | 19 19 | Judge: Hon. Scot Dollinger |
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
);