Retrieve all job types, including custom options for a given company.
GET
/jobTypes
curl \
-X GET http://api.example.com/jobTypes?companyID=42
Response examples (200)
[
{
"jobTypeID": 42,
"name": "string",
"description": "string"
}
]