curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
--header 'Authorization: Bearer <token>'{
"employeeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"employmentCountry": "DE",
"jobType": "Full Time Indefinite Term",
"employmentStatus": "Employee",
"isSeasonalWorker": true,
"jobTitle": "<string>",
"jobDescription": "<string>",
"schoolEducation": "Ohne Schulabschluss",
"professionalEducation": "Ohne beruflichen Ausbildungsabschluss",
"occupationCode": "<string>",
"contractedWeeklyHours": 40,
"contractedWeekdays": [
"Monday"
],
"contractedToOtherCompany": false,
"worksiteId": "<string>",
"department": "<string>",
"otherJobs": [
{
"employmentCountry": "DE",
"employerName": "<string>",
"employmentStartDate": "2023-12-25",
"monthlyGrossIncome": "<string>"
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25"
}Get current job details for an employee.
curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/job-details \
--header 'Authorization: Bearer <token>'{
"employeeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"employmentCountry": "DE",
"jobType": "Full Time Indefinite Term",
"employmentStatus": "Employee",
"isSeasonalWorker": true,
"jobTitle": "<string>",
"jobDescription": "<string>",
"schoolEducation": "Ohne Schulabschluss",
"professionalEducation": "Ohne beruflichen Ausbildungsabschluss",
"occupationCode": "<string>",
"contractedWeeklyHours": 40,
"contractedWeekdays": [
"Monday"
],
"contractedToOtherCompany": false,
"worksiteId": "<string>",
"department": "<string>",
"otherJobs": [
{
"employmentCountry": "DE",
"employerName": "<string>",
"employmentStartDate": "2023-12-25",
"monthlyGrossIncome": "<string>"
}
],
"validFrom": "2023-12-25",
"validTo": "2023-12-25"
}Get token from Auth0 and paste it here
Successful Response
Response model for job details with metadata fields.
"DE"Employment types recognized in Germany.
Full Time Indefinite Term, Full Time Fixed Term, Part Time Indefinite Term, Part Time Fixed Term Employee types recognized in Germany.
Employee, Mini Jobber, Midi Jobber, Apprentice, Intern, Werkstudent, Temporary Worker Highest school education completed. 6th digit in Tagesschlüssel.
Ohne Schulabschluss, Haupt-/Volksschulabschluss, Mittlere Reife oder gleichwertiger Abschluss, Abitur / Fachabitur, Abschluss unbekannt Highest vocational education completed. 7th digit in Tagesschlüssel.
Ohne beruflichen Ausbildungsabschluss, Abschluss einer anerkannten Berufsausbildung, Meister-/Techniker- oder gleichwertiger Fachschulabschluss, Bachelor, Diplom/Magister/Master/Staatsexamen, Promotion, Abschluss unbekannt Days of the week.
Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday EN: Contracted to another company | DE: Vertrag mit anderem
Show child attributes
EN: Valid from date | DE: Gültig ab Datum
EN: Valid to date | DE: Gültig bis Datum
Was this page helpful?