Evidence Referenced
Data license: Public court records
5 rows where filing_id = 54
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 619 | 54 54 | Exhibit A — Email from Kassab to Pohl's counsel stating all objections were meritless |
| 620 | 54 54 | Exhibit B — August 10, 2016 Affidavit of Scott Favre (¶¶ 3, 11-14, 15, 16, 20) |
| 621 | 54 54 | Exhibit C — Favre's prior deposition testimony (pp. 91-94, 92, 92-93, 93) |
| 622 | 54 54 | Exhibits D & E — Pohl's DWQ questions to Favre (quest. 3, 4, 15) |
| 623 | 54 54 | Exhibit F — Pohl's Response (referenced by page number) |
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
);