Workforce Innovation and Opportunity Act Program
Workforce Innovation and Opportunities Act Measures
This dataset contains Workforce Innovation and Opportunities Act (WIOA) measures covering Title I Adult, Title I Dislocated Workers and Title I Youth programs. This program replaces the Workforce Investment Act, (WIA), program. The Workforce Investment Act (WIA) performance goals and outcomes reported through Program Year 2015 before transitioning to WIOA performance outcomes commencing Program Year 2016.
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 \"mydata-iowa-gov/workforce-innovation-and-opportunity-act-program-fjir-cgiw\".\"workforce_innovation_and_opportunity_act_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.