GET
/
{publicTenantSlug}
/
vacancy-portal
/
jobs
/
{jobBoardPostingId}
{
  "locationType": "remote",
  "employmentType": "fullTime",
  "id": "<string>",
  "externalJobTitle": "<string>",
  "jobDescription": "<string>",
  "location": {
    "type": "primary_home",
    "street1": "<string>",
    "street2": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "region": "<string>",
    "state": "<string>",
    "country": "<string>",
    "rawCityCountry": "<string>",
    "latitude": 123,
    "longitude": 123,
    "formattedAddress": "<string>"
  },
  "publishedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

publicTenantSlug
string
required
jobBoardPostingId
string
required

Response

200 - application/json
locationType
enum<string> | null
required
Available options:
remote,
hybrid,
onsite
employmentType
enum<string> | null
required
Available options:
fullTime,
partTime,
temporary,
internship
id
string
required
externalJobTitle
string
required
jobDescription
string
required
location
object
required
publishedAt
string<date-time> | null
required