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