Statutes Cited
Data license: Public court records
2 rows where filing_id = 41
This data as json, CSV (advanced)
cited_by 1
- Pohl 2
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 218 | 41 41 | Tex. R. Civ. P. 193.4 | Governs privilege claims in discovery; requires party claiming privilege to provide supporting evidence such as declarations | Pohl |
| 219 | 41 41 | Tex. R. Civ. P. 193.4(a) | Specific subsection cited for filing the privilege declaration; Pohl requests leave to file under this provision less than seven days before the hearing due to the compressed timeline | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);