7/1/15 - 6/30/17 Secretary of State Financial Accounting (Final)
This report includes all Secretary of State non-payroll expenditures for the 2015-2017 budget (July 1, 2015 to June 30, 2017).
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/7115-63017-secretary-of-state-financial-accounting-95sn-65ge\".\"7115_63017_secretary_of_state_financial_accounting\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.