post https://example.com/
This query is identical to the GET
query above except that you POST
the geoids in a json array rather than appending them to the querystring. This should only be used
if you have too many areas and/or ONET codes to fit into a query string.
Returns a list of all careers with data corresponding to the geographical area(s) specified.
There are five query keys that you can pass: category
, pathway
, moc
, fields
, onets
. The category
, pathway
, moc
and onets
keys cannot be used together.
The fields
key is always required as there is no default return object.