Financial Assistance Services Call Center calls
Number of Call Center calls received, handled, and abandoned each week. Calls received means the call entered the Call Center queue. The call queue holds up to 36 calls at a time. The 37th caller will be unable to enter the queue. Calls handled are calls answered by a call center employee. Calls abandoned are calls in which the caller hung up before the call was answered.
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 \"ramseycounty-us/financial-assistance-services-call-center-calls-begr-p4b5\".\"financial_assistance_services_call_center_calls\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.