Employment types
Fetch the list of employment types in apijobs
GET
/
employment_types
The endpoint returns a list of employment types supported in API Jobs. The employment type code from the list can be used as a parameter for other endpoints, such as GET /jobs
, to filter job listings by specific employment types. It is recommended to cache the list of employment types on the client side for better performance and reduced API calls.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
Last updated