Open repository in Console
Readme
Updated 7 months ago
‧ Indexed 2 hours ago
Annual Examination Schedule of Each Fiscal Year
An annual list of civil service exams. The exam schedule is posted every July, lists all upcoming exams for the fiscal year, and is updated every month. Civil service exams may be available only for a limited time and it may be a few years before a certain exam is offered again.
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 \"cityofnewyork-us/annual-examination-schedule-of-each-fiscal-year-4ptz-hmtc\".\"annual_examination_schedule_of_each_fiscal_year\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata