Montgomery County Job Classification List
This dataset contains a list of all Montgomery County job classifications, grades and specifications.
The Classification Plan table can be viewed at
https://www2.montgomerycountymd.gov/OHRClassification/jobclass.aspx
Update Frequency : Annually
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/montgomery-county-job-classification-list-wkpp-yfye\".\"montgomery_county_job_classification_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.