Evidence Referenced
Data license: Public court records
4 rows where filing_id = 25
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 248 | 25 25 | Motion for Summary Judgment on Defendants' Counterclaims |
| 249 | 25 25 | Responses and replies filed by the parties |
| 250 | 25 25 | Pleadings on file |
| 251 | 25 25 | Evidence submitted in support of the motion |
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
);