March 2026
-
Deprecated the Suggested Skill Profile endpoints. Use the corresponding Skill Profile endpoints instead.
The following endpoints are affected:
GET /job_architecture/jobs/{job_external_id}/suggested_skill_profileGET /job_architecture/job_families/{job_family_external_id}/suggested_skill_profilePOST /job_architecture/export/jobs/suggested_skill_profilesPOST /job_architecture/export/job_families/suggested_skill_profiles
January 2026
- Deprecated the
GET /taxonomy/changesendpoint. This endpoint will be replaced by the newly introducedPOST /taxonomy/changesendpoint.
December 2023
-
Introduced a
skill_idfield alongside Skill names in our API endpoints to avoid ambiguities and conflicts. Using Skill names in a request body to denote or update a Skill is deprecated, please useskill_idinstead. Existing functionality is backward-compatible. The following endpoints are affected:PATCH /employees/{external_id}/skill_profilePATCH /job_architecture/job_families/{job_family_external_id}/skill_profilePATCH /job_architecture/jobs/{job_external_id}/skill_profilePATCH /vacancies/{external_id}/skill_profilePATCH /courses/{external_id}/skill_profilePATCH /occupations/{external_id}/skill_profile