Evidence Referenced
Data license: Public court records
5 rows where filing_id = 16
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 175 | 16 16 | Exhibit 1 — Pohl's June 19, 2018 Affidavit (testifying about discovery in Federal Court Case revealing alleged misconduct) |
| 176 | 16 16 | Exhibit 2 — Pohl's Amended Counterclaim from Federal Court Case |
| 177 | 16 16 | Exhibit 3 — May 15, 2018 Deposition of Michael Pohl (pp. 85-93, discussing alleged 2014 theft — Pohl testified Kassab and his 'crew' broke into his Gulfport office) |
| 178 | 16 16 | Exhibit 4 — April 21, 2017 Final Judgment in Federal Court Case (dismissed with prejudice) |
| 179 | 16 16 | Pohl's First Amended Petition (on file with the court) |
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
);