Key Assertions
Data license: Public court records
2 rows where filing_id = 56
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 947 | 56 56 | The Court found that Plaintiffs either did not object to the designation or that their objection was without merit |
| 948 | 56 56 | Scott Favre, Scott M. Favre, PA, LLC, and Precision Marketing Group, LLC are designated as responsible third parties |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_assertions (
assertion_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
assertion TEXT
);