Evidence Referenced
Data license: Public court records
4 rows where filing_id = 12
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 151 | 12 12 | Walker's sworn testimony that he had 'legal right and authority' through Precision to sell and transfer all assets to Favre |
| 152 | 12 12 | Walker, Seymour, and Ladner's certification of ownership and authority to transfer property of Precision |
| 153 | 12 12 | 242 express assignments of barratry claims from former Pohl clients |
| 154 | 12 12 | Same evidence from prior answers (barratry scheme testimony — Santana, Talley, Walker, Jaimes) |
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
);