Case Citations
Data license: Public court records
1 row where cited_by = "Pohl (and cited by Kassab)" and filing_id = 36
This data as json, CSV (advanced)
cited_by 1
- Pohl (and cited by Kassab) · 1 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 384 | 36 36 | Andrew Shebay & Co., P.L.L.C. v. Bishop | 429 S.W.3d 644, 648-49 | Tex. App.—Houston [1st Dist.] | 2013 | Unlawful acts doctrine requires plaintiff engaged in illegal act at time of injury that contributed to the injury | Pohl (and cited by Kassab) |
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
);