CIP Modifications Completed
This dataset represents the average number of business days it takes to process electronic requests from external departments to modify capital project budgets in the FIN system by the capital projects group within the Office of Management and budget. If requests are processed within 3 business days, procedures are deemed to be efficient.
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/cip-modifications-completed-4rwe-9348\".\"cip_modifications_completed\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.