Percent of client placed in unsubsidized employment: CalWORKs Employment Service & Service Connect
Percent of clients placed in unsubsidized employment: CalWORKs Employment Services and Service Connect
Human Services Agency performance measures 7320P ID 418 and ID 570
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 \"datahub-smcgov/percent-of-client-placed-in-unsubsidized-yk96-n3tv\".\"percent_of_client_placed_in_unsubsidized\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.