Filing Sections
Data license: Public court records
1 row where filing_id = 56
This data as json, CSV (advanced)
| section_id ▼ | filing_id | heading | summary |
|---|---|---|---|
| 424 | 56 56 | Order | The Court considered Kassab's Motion for Leave to Designate Scott Favre, Scott M. Favre, PA, LLC and Precision Marketing Group, LLC as Responsible Third Parties. After finding that Plaintiffs either did not object to the designation or that Plaintiffs' objection was without merit, the Court grants the Motion and designates all three entities as responsible third parties. |
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
);