DGS Facilities Maintenance Work Order Completion Status
This Facilities Maintenance Work Order Completion Status dataset shows number (#) and percent (%) of work orders in open (incomplete) and closed (complete) status on a monthly basis. The monthly data are reported on the first of a month for the previous month.
Update Frequency : Monthly
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 \"montgomerycountymd-gov/dgs-facilities-maintenance-work-order-completion-8bc9-dvwf\".\"dgs_facilities_maintenance_work_order_completion\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.