Legal Theories
Data license: Public court records
1 row where filing_id = 47 and party = "Pohl"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 339 | 47 47 | Insufficient pleading of responsible third party allegations under Tex. Civ. Prac. & Rem. Code § 33.004(g)(1) | Pohl | defense | Pohl argues Kassab failed to plead sufficient facts showing the alleged RTPs were responsible for the harms underlying Pohl's claims, and the Supplemental RTP Motion merely recycles previously rejected allegations with no new factual content |
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
);