Defenses Raised
Data license: Public court records
3 rows where filing_id = 49
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 308 | 49 49 | Abatement pending Cheatham barratry litigation |
| 309 | 49 49 | Proportionate responsibility through responsible third party designation |
| 310 | 49 49 | Offensive use doctrine to compel privileged discovery |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);