Treasury Contracts - Multi-Year Report
This is a multi-year contract report of the State Treasurer's office. For more information, please visit https://www.oregon.gov/treasury/pages/index.aspx, or the Oregon Transparency website for more information. https://www.oregon.gov/transparency/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/treasury-contracts-multiyear-report-4iz8-xm93\".\"treasury_contracts_multiyear_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.