Board of Ethics - Notices of Determination
By ordinance, the investigations and considerations by the Board of Ethics of potential violations of the Ethics Ordinance are confidential. County Code, § 2-592. As a matter of policy, the Board also maintains as confidential the identity of the requestors of advisory opinions. Board of Ethics Rules & Regulations, § 4.10. The Board, however, is undertaking to make its final determinations available to the public with such deletions as may be necessary to prevent disclosure of any information the Board determines to be confidential.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datacatalog-cookcountyil-gov/board-of-ethics-notices-of-determination-th3p-us5u\".\"board_of_ethics_notices_of_determination\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.