Legal Theories
Data license: Public court records
1 row where filing_id = 15 and role = "claim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 149 | 15 15 | Prima Facie Case Under TCPA — Tex. Civ. Prac. & Rem. Code § 27.005(c) | Pohl | claim | Even if TCPA applies, Pohl establishes prima facie case by clear and specific evidence for all four causes of action (breach of contract, conversion, TUTSA, conspiracy) |
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
);