Key Assertions
Data license: Public court records
3 rows where filing_id = 19
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 329 | 19 19 | Kassab filed a Traditional Motion for Summary Judgment seeking dismissal of Pohl's claims |
| 330 | 19 19 | The court denied Kassab's motion in its entirety without stated reasoning |
| 331 | 19 19 | The order was signed by Judge Scot Dollinger on August 3, 2021 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_assertions (
assertion_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
assertion TEXT
);