7/1/13 - 6/30/15 Secretary Of State Financial Accounting (Final)
This report includes all Secretary of State non-payroll expenditures for the 2013-2015 budget (July 1, 2013 to June 30, 2015) that have been recorded as of August 1, 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/7113-63015-secretary-of-state-financial-accounting-9rvh-nc8d\".\"7113_63015_secretary_of_state_financial_accounting\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.