Statutes Cited
Data license: Public court records
1 row where cited_by = "Pohl" and filing_id = 55
This data as json, CSV (advanced)
cited_by 1
- Pohl · 1 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 303 | 55 55 | 281st Judicial District Court Procedure I(I) | All motions to reconsider are heard by submission only | 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
);