Key Assertions
Data license: Public court records
3 rows where filing_id = 39
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 690 | 39 39 | Pohl voluntarily withdrew his motion for partial summary judgment on defendants' affirmative defenses from the September 19, 2022 hearing |
| 691 | 39 39 | The motion had been filed on August 29, 2022 |
| 692 | 39 39 | The motion targeted affirmative defenses that sought to relitigate failed barratry claims and included a no-evidence challenge to remaining affirmative defenses |
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
);