Statutes Cited
Data license: Public court records
2 rows where filing_id = 21
This data as json, CSV (advanced)
cited_by 1
- Pohl 2
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 122 | 21 21 | Tex. R. Civ. P. 93(1) and 93(2) | Require verified denials of legal capacity to sue or recover | Pohl |
| 123 | 21 21 | Tex. R. Civ. P. 92 | General denial provision | 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
);