Statutes Cited
Data license: Public court records
3 rows where cited_by = "Kassab" and filing_id = 54
This data as json, CSV (advanced)
cited_by 1
- Kassab · 3 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 300 | 54 54 | Tex. R. Civ. P. 193.2(a) | The party must state specifically the legal or factual basis for the objection and the extent to which the party is refusing to comply with the request | Kassab |
| 301 | 54 54 | Tex. R. Civ. P. 193.2(c) | A responding party must have a good faith factual and legal basis for each objection at the time the objection is made | Kassab |
| 302 | 54 54 | Tex. R. Civ. P. 193.2(e) | Failure to comply with proper discovery procedures waives objections | 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
);