v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
Job Descriptions

Get job description for job

Retrieve the job description associated with a specific job, including the external job title and description content.

get/job-descriptions/vacancy/{id}

Path parameters

idstring required

Response

Job description retrieved successfully

jobDescriptionIdstring required

Unique identifier of the job description

vacancyIdstring required
externalJobTitlestring required

The externally visible job title for this job

contentstring nullable required

The HTML content of the job description, or null if no content has been set

Example response

{
  "jobDescriptionId": "550e8400-e29b-41d4-a716-446655440000",
  "externalJobTitle": "Senior Software Engineer",
  "content": "<p>We are looking for a senior software engineer...</p>"
}