GET
/
{publicTenantSlug}
/
vacancy-portal
/
jobs
{
  "publicJobBoardPostings": [
    {
      "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

Response

200 - application/json

The response is of type object.