Evidence Referenced
Data license: Public court records
4 rows where filing_id = 51
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 600 | 51 51 | Exhibit 1 — Pohl's First Amended Petition |
| 601 | 51 51 | Exhibit 2 — Pohl's Nonsuit as to Favre and Precision (Nov. 21, 2022) |
| 602 | 51 51 | Exhibit 3 — August 10, 2016 Affidavit of Scott Favre ('Favre Affidavit') |
| 603 | 51 51 | Exhibit 4 — September 12, 2022 Declaration of Lance Kassab ('Kassab Declaration') |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);