Statutes Cited
Data license: Public court records
2 rows where filing_id = 13
This data as json, CSV (advanced)
cited_by 1
- Kassab 2
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 85 | 13 13 | Tex. Civ. Prac. & Rem. Code § 27.005(d) | Provides that even if plaintiff establishes prima facie case, court must dismiss if movant establishes by preponderance of evidence each essential element of a valid defense | Kassab |
| 86 | 13 13 | Tex. Civ. Prac. & Rem. Code § 27.009(a) | Authorizes sanctions against party who files action subject to dismissal under TCPA in amount sufficient to deter future similar actions | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);