Case Citations
Data license: Public court records
1 row where filing_id = 58
This data as json, CSV (advanced)
cited_by 1
- Pohl 1
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 681 | 58 58 | Phillips v. Bramlett | 407 S.W.3d 229 | Tex. | 2013 | Postjudgment interest is compensation for the use or detention of money, computed from date of signing of judgment until satisfaction | 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
);