Business Services - Attended and Unattended Transactions
The location that was used to make the payment and did the payment method require the assistance of a City of Mesa employee. (locations can be mail, web, bill pay, business office, contact center, etc.) Unattended = Does not require COM employee assistance, Attended = Requires COM employee assistance.
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 \"citydata-mesaaz-gov/business-services-attended-and-unattended-q9i3-qbrc\".\"business_services_attended_and_unattended\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.