Legal Theories
Data license: Public court records
1 row where role = "procedural"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 358 | 49 49 | Mandamus prerequisite under Tex. R. App. P. 7.2(b) | Kassab | procedural | The successor court must be given the opportunity to reconsider the predecessor judge's orders before they can be challenged via mandamus |
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
);