Statutes Cited
Data license: Public court records
2 rows where filing_id = 47
This data as json, CSV (advanced)
cited_by 1
- Pohl 2
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 246 | 47 47 | Tex. Civ. Prac. & Rem. Code § 33.011(6) | Defines 'responsible third party' as any person alleged to have caused or contributed to causing the harm for which recovery of damages is sought | Pohl |
| 247 | 47 47 | Tex. Civ. Prac. & Rem. Code § 33.004(g)(1) | Court shall grant leave to designate unless objecting party establishes the defendant did not plead sufficient facts concerning the alleged responsibility to satisfy the pleading requirement of the Texas Rules of Civil Procedure | Pohl |
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
);