Evidence Referenced
Data license: Public court records
1 row where filing_id = 41
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 444 | 41 41 | Declaration of Michael A. Pohl (attached) supporting privilege claims in response to Kassab Defendants' Fifth Set of Written Discovery Requests |
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
);