The Job Board API allows job boards vendors to integrate with Talentsoft.
The Job Board API allows partners to retrieve all the details of the vacancies, necessary to publish them on their website.
Each time a customer sends a vacancy for a job board, a new publication record appears in the GET api/jobboard/v1/vacancies
endpoint to be processed.
The end point GET api/jobboard/v1/vacancies/{vacancyReference}
provides the details of the vacancy
With these APIs, you will only get published vacancies.
The Job Board API also allows our partners to integrate the Talentoft application process into their Job board while keeping full control over the candidate's experience. With the Job Board API, the candidate can apply without visiting the client's career site.
The API exposes a simplified application by allowing the creation of new applications and by exposing the status of applications previously submitted by the job board site.
The following end point allows you to push applications and attach documents : POST /api/jobboard/v1/vacancies/{vacancyReference}/applications