Defenses Raised
Data license: Public court records
1 row where filing_id = 44
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 280 | 44 44 | Proportionate responsibility / fault apportionment to eight non-party individuals under Chapter 33 |
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
);