Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique ID linked to an Employee, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
The language of the input data, which has an impact on the Skill extraction. auto
will automatically detect the language used in the provided data.
auto
, nl
, fr
, en
, de
"en"
Body
Default structure of an Employee Interaction.
The unique Employee Interaction ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Type of the Employee Interaction.
"vacancy_liked"
The completion date (in IS08601 format) of the Employee Interaction. This is the point in time at which the Employee interacted with a Vacancy or title. If not given, it will be automatically set to the creation time of the Employee Interaction. IS08601-formatted date.
"2025-05-02"
The ID of the Vacancy with which the Employee has interacted. Either a vacancy_id or a title should be provided, and not both.
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The title with which the Employee has interacted. Either a vacancy_id or a title should be provided, but not both. A title can be any kind of free text, and does not need to be associated with an existing Vacancy.
"mechanical engineer"
Response
No Content