RSK Percent of Claim Files Closed within 60 Days of Receipt
Percent of Self Insured claim files closed within 60 days of assignment. Annual data for 2014-2016. Monthly data beginning in 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 \"internal-open-piercecountywa-gov/rsk-percent-of-claim-files-closed-within-60-days-dyuw-3vig\".\"rsk_percent_of_claim_files_closed_within_60_days\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.