Filing Sections
Data license: Public court records
1 row where filing_id = 19
This data as json, CSV (advanced)
| section_id ▼ | filing_id | heading | summary |
|---|---|---|---|
| 147 | 19 19 | Order | The court addresses the pending Traditional Motion for Summary Judgment filed by Lance Christopher Kassab and Lance Christopher Kassab, P.C. The motion is denied. Signed by Judge Scot Dollinger of the 189th District Court on August 3, 2021. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE filing_sections (
section_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
heading TEXT,
summary TEXT
);