Evidence Referenced
Data license: Public court records
5 rows where filing_id = 63
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 680 | 63 63 | October 18, 2023 letter informing Pohl of Mississippi bar complaint |
| 681 | 63 63 | Materials attached to Mississippi bar complaint bearing Kassab's Bates labels |
| 682 | 63 63 | Expert reports, deposition excerpts, and other case documents attached to the Mississippi bar complaint |
| 683 | 63 63 | Briefing and arguments submitted at September 19, 2023 hearing |
| 684 | 63 63 | Reply briefing submitted by Pohl |
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
);