List All Careers by POST

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.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!