Case Citations
Data license: Public court records
2 rows where cited_by = "Pohl (footnote)" and filing_id = 60
This data as json, CSV (advanced)
cited_by 1
- Pohl (footnote) · 2 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 735 | 60 60 | Naschke v. Gulf Coast Conference | 187 S.W.3d 653 | Tex. App.—Houston [14th Dist.] | 2006 | Cited in footnote 10 regarding tort of another doctrine | Pohl (footnote) |
| 736 | 60 60 | Brannan Paving GP, LLC v. Pavement Markings, Inc. | 446 S.W.3d 14 | Tex. App.—Corpus Christi | 2013 | Cited in footnote 10 — Pohl argues Kassab's own cited cases demonstrate no wholly innocent party element to tort of another | Pohl (footnote) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);