Case Citations
Data license: Public court records
1 row where cited_by = "Kassab/Nicholson (rebutted by Pohl)" and filing_id = 36
This data as json, CSV (advanced)
cited_by 1
- Kassab/Nicholson (rebutted by Pohl) · 1 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 402 | 36 36 | Martin-Simon v. Womack | 68 S.W.3d 793, 797-98 | Tex. App.—Houston [14th Dist.] | 2001 | Only case defendants cite on prior case attorneys' fees — directly questioned by Texas Supreme Court in Akin Gump v. National Development | Kassab/Nicholson (rebutted by Pohl) |
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
);