1820P Tickets Created On Self Service Portal
"Percent of Tickets Created on the Self-Service Portal"
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/1820p-tickets-created-on-self-service-portal-vdbn-mb6v\".\"1820p_tickets_created_on_self_service_portal\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.