7/1/2023 - 6/30/2025 Secretary of State Payroll (Preliminary)
All Secretary of State payroll expenditures for the 2023-2025 budget (July 1, 2023 to June 30, 2025) that have been recorded as of September 25, 2024.
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/712023-6302025-secretary-of-state-payroll-dbyi-9ksy\".\"712023_6302025_secretary_of_state_payroll\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.