Key Facts
Data license: Public court records
4 rows where filing_id = 56
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 705 | 56 56 | Order signed August 14, 2023 by Judge Christine Weems |
| 706 | 56 56 | Scott Favre, Scott M. Favre PA, LLC, and Precision Marketing Group, LLC are designated as responsible third parties |
| 707 | 56 56 | The motion was filed March 2, 2023 — the order was signed more than 5 months later |
| 708 | 56 56 | Order header still references 189th Judicial District despite being signed by 281st District judge |
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
);