Employee Reimbursements Through Payroll System
Employees may be reimbursed for expenses through two mechanisms. This dataset shows reimbursements through the payroll system. See https://data.cityofchicago.org/d/g5h3-jkgt for reimbursements through direct vouchers.
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 \"cityofchicago/employee-reimbursements-through-payroll-system-tnbd-5zz7\".\"employee_reimbursements_through_payroll_system\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.