Information Systems Department Satisfaction Survey Results
The Information Systems Department logs a ticket (either an incident or service request) for each request for service made by a department or agency. An independent third party, the Help Desk Institute, periodically sends out satisfaction surveys for some of the tickets completed by the Information Systems Department. This dataset includes the results of those surveys. Blank survey responses indicate the responding department or agency chose not to respond to the survey questions.
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 \"sonomacounty-ca-gov/information-systems-department-satisfaction-survey-7fbs-jw2h\".\"information_systems_department_satisfaction_survey\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.