Case Citations
Data license: Public court records
1 row where cited_by = "Pohl (via Kassab's own Beatty v. Knighton briefing)" and filing_id = 38
This data as json, CSV (advanced)
cited_by 1
- Pohl (via Kassab's own Beatty v. Knighton briefing) · 1 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 410 | 38 38 | Boerjan v. Rodriguez | 2014 Tex. LEXIS 531, at *7 | Tex. | 2014 | Texas Supreme Court reiterated that comparative responsibility scheme under Chapter 33 abrogated the unlawful acts doctrine; illegal acts doctrine may not be used to support summary judgment | Pohl (via Kassab's own Beatty v. Knighton briefing) |
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
);