Filing Sections
Data license: Public court records
1 row where filing_id = 39
This data as json, CSV (advanced)
| section_id ▼ | filing_id | heading | summary |
|---|---|---|---|
| 291 | 39 39 | Notice of Withdrawal | Pohl notifies the court that he is drawing down (withdrawing from hearing) his Motion for Partial Summary Judgment on Defendants' Affirmative Defenses that Seek to Relitigate Failed Barratry Claims Against Plaintiffs and No-Evidence Motion on the Remaining Affirmative Defenses, filed on August 29, 2022. The motion was set for hearing on September 19, 2022. Pohl requests it not be heard at that time. |
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
);