Legal Theories
Data license: Public court records
1 row where filing_id = 41
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 297 | 41 41 | Privilege claims under Tex. R. Civ. P. 193.4 | Pohl | claim | Pohl asserts privilege objections to discovery requests and files supporting declaration as required by Rule 193.4 |
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
);