Filing Sections
Data license: Public court records
1 row where filing_id = 25
This data as json, CSV (advanced)
| section_id ▼ | filing_id | heading | summary |
|---|---|---|---|
| 191 | 25 25 | Order | The court grants Pohl's Motion for Summary Judgment on Defendants' Counterclaims against Kassab. The court reviewed the motion, responses, replies, pleadings, evidence, and arguments of counsel, finding the motion should be granted. All of Kassab's counterclaims are dismissed with prejudice. |
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
);