Defenses Raised
Data license: Public court records
3 rows where filing_id = 13
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 118 | 13 13 | TCPA dismissal — lawsuit is based on, related to, or in response to exercise of rights of free speech, petition, and association |
| 119 | 13 13 | Statute of limitations — claims filed beyond applicable limitations period (incorporating Favre motion arguments) |
| 120 | 13 13 | TCPA valid defense under § 27.005(d) — even if prima facie case is shown, valid defense of limitations requires dismissal |
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
);