1850P Median Number of Minutes to Respond to High Priority Incidents
Performance measures dataset
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 \"performance-smcgov/1850p-median-number-of-minutes-to-respond-to-high-ec2f-cf9y\".\"1850p_median_number_of_minutes_to_respond_to_high\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.