Evidence Referenced
Data license: Public court records
10 rows where filing_id = 15
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 165 | 15 15 | Exhibit A — Affidavit of Billy Shepherd with attached exhibits |
| 166 | 15 15 | Exhibit B — Declaration of Michael Pohl |
| 167 | 15 15 | Exhibit 2 to Shepherd Affidavit — Transcript of October 25, 2017 hearing in Walker v. Williamson (Southern District of Mississippi) |
| 168 | 15 15 | Exhibit 3 to Shepherd Affidavit — Favre-Kassab Agreement dated November 10, 2016 |
| 169 | 15 15 | Exhibit 4 to Shepherd Affidavit — Email dated December 7, 2016 regarding Dropbox deliveries |
| 170 | 15 15 | Exhibit 5 to Shepherd Affidavit — Deposition of Tina Nicholson dated November 27, 2017 |
| 171 | 15 15 | Exhibit 7 to Shepherd Affidavit — Affidavit of Scott Favre from federal litigation |
| 172 | 15 15 | Declaration of Lance Christopher Kassab (from Kassab's TCPA Motion, filed October 24, 2018) |
| 173 | 15 15 | Pohl's First Amended Petition and attached exhibits |
| 174 | 15 15 | Favre's Motion for Leave and Motion to Dismiss (with five unverified exhibits) |
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
);