Evidence Referenced
Data license: Public court records
6 rows where filing_id = 62
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 674 | 62 62 | Jury Verdict Questions 2, 17, and 19 (Exhibit A to the Motion, pp. 7-8, 24, 26) |
| 675 | 62 62 | Jury Verdict certificate of unanimity (pp. 32-33) showing certificates for Q2 and Q19 |
| 676 | 62 62 | Jury Verdict Q3 on wrongful conduct (p. 9) — unspecified 'wrongful conduct' contributing to unspecified 'injury' |
| 677 | 62 62 | Jury Verdict Q4 assigning 0% fault to Pohl (p. 10) |
| 678 | 62 62 | Jury Verdict showing Favre found to have misappropriated Pohl's trade secrets (pp. 7-8) |
| 679 | 62 62 | Bryan v. Papalia trial court briefing (2015 WL 4184907) showing defendant's counsel requested jury polling |
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
);