Inspector General - Employment Quarterly Action Reports
Pursuant to the Employment Plan, the OIIG prepares quarterly reports listing the total number of hires, promotions, transfers and terminations involving employees during the preceding three month period, including: (i) the number and type of each such employment action; (ii) the dates of each employment action; (iii) the title of the position; and (iv) whether such employment action was pursuant to a posted or emergency hire.
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/inspector-general-employment-quarterly-action-u6q5-2knd\".\"inspector_general_employment_quarterly_action\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.