Evidence Referenced
Data license: Public court records
1 row where filing_id = 21
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 210 | 21 21 | Exhibit A — Pohl's Verification supporting the verified denials |
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
);