Evidence Referenced
Data license: Public court records
18 rows where filing_id = 22
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 211 | 22 22 | Exhibit A — Sworn Declaration of Michael A. Pohl (Pohl Declaration) |
| 212 | 22 22 | Exhibit B — Declaration of Lance Christopher Kassab attached to Kassab's Motion to Dismiss (filed October 24, 2018) |
| 213 | 22 22 | Exhibit C — Plaintiffs' Fourth Amended Petition in Brumfield Case (filed March 15, 2019) |
| 214 | 22 22 | Exhibit D — Plaintiffs' Third Amended Petition in Gandy Case (filed June 8, 2018) |
| 215 | 22 22 | Exhibit E — Court Order dated July 31, 2018 (Brumfield Case — granting take nothing MSJ against all but six plaintiffs) |
| 216 | 22 22 | Exhibit F — Court Order dated June 26, 2018 (Gandy Case — granting take nothing MSJ) |
| 217 | 22 22 | Exhibit G — Kassab Deposition transcript (at 10:13-12:11, 15:6-9, 17:10-19, 20:2-19, 20:20-21:6) |
| 218 | 22 22 | Exhibit H — Kassab Deposition Exhibit 1 (showing Assignments effective after lawsuit filed, 'Effective September 24, 2018') |
| 219 | 22 22 | Exhibit I — Kassab's First Amended Objections and Responses to Pohl's Discovery (at 28) |
| 220 | 22 22 | Exhibit J — Example Assignments (Kassab_079806, Kassab_079885, Kassab_079942) |
| 221 | 22 22 | Exhibit K — Court Order dated June 3, 2019 (Brumfield Case — granting judgment on remaining six plaintiffs, disposing of entire case) |
| 222 | 22 22 | Exhibit L — Court Order dated June 24, 2019 (Gandy Case — final judgment entered, granting non-suit on remaining alternative negligence claims) |
| 223 | 22 22 | Exhibit M — Defendants' Motion for Summary Judgment on Remaining Six Plaintiffs' Claims (Brumfield Case, dated April 26, 2019) |
| 224 | 22 22 | Exhibit N — Certain Plaintiffs' Response to MSJ on Six Plaintiffs Claims (Brumfield Case, dated May 24, 2019) |
| 225 | 22 22 | Pohl's First Amended Petition (filed November 30, 2018) |
| 226 | 22 22 | Pohl's Original Petition (filed August 28, 2018) |
| 227 | 22 22 | November 10, 2016 Agreement (Exhibit 1 to Pohl Declaration — purchase of stolen information) |
| 228 | 22 22 | December 7, 2016 Email (Exhibit 2 to Pohl Declaration — taking possession of information) |
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
);