Legal Theories
Data license: Public court records
2 rows where filing_id = 21 and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 177 | 21 21 | Lack of Legal Capacity — Tex. R. Civ. P. 93(1) and 93(2) | Pohl | defense | Kassab lacks legal capacity to sue on assigned barratry claims because such assignments (whether complete or partial) are void |
| 178 | 21 21 | Special Exceptions for Defective Pleading — Texas fair notice pleading standard | Pohl | defense | Kassab's counterclaim is obscure and fails to provide fair notice of the nature, basic issues, and potentially relevant evidence of the controversy; fails to identify cause of action, assignors, or supporting facts |
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
);