Legal Theories
Data license: Public court records
1 row where filing_id = 13, party = "Kassab" and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 138 | 13 13 | Texas Citizens Participation Act (TCPA) — Tex. Civ. Prac. & Rem. Code Ch. 27 | Kassab | defense | Kassab argues Pohl's lawsuit is based on, related to, and in response to rights of free speech, petition, and association, and should be dismissed under the TCPA |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legal_theories (
theory_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
theory TEXT,
party TEXT,
role TEXT,
basis TEXT
);