v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Jobs Data

Job Type

Use this API to retrieve the Job Type ID, which can then be used in the Jobs Finder API to filter jobs by Job Type.

get/v1/jobs/job-types

Response

Successful response with job type list

idinteger
namestring

Example response

[
  {
    "id": 1,
    "name": "Full Time"
  },
  {
    "id": 2,
    "name": "Part Time"
  },
  {
    "id": 3,
    "name": "Temporary"
  },
  {
    "id": 4,
    "name": "Internship"
  },
  {
    "id": 5,
    "name": "Freelance"
  },
  {
    "id": 6,
    "name": "Contract"
  }
]