Salaries of State Agencies - Multi-Year Report
This is a multi-year state agency salary report. To learn more about state salaries visit the Oregon Transparency Program website. https://www.oregon.gov/transparency/Pages/index.aspx. To learn more about state jobs and salaries visit https://www.oregon.gov/das/hr/pages/index.aspx.
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 \"oregon-gov/salaries-of-state-agencies-multiyear-report-4cmg-5yp4\".\"salaries_of_state_agencies_multiyear_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.