v1.2.2
API v1.2.2 New features
Section titled “API v1.2.2 New features”Job Catalog - profiles with grades
Section titled “Job Catalog - profiles with grades”The career architecture now exposes structured job profiles that replace the legacy positions/levels.
POST /api/v1/job-catalog/profiles/search- list job catalog profiles. Each profile returns itsrole,level(with nestedtrackandgrade), andsalaryrange.- Every profile includes
legacy_pairs- the old(position_id, position_level_id)pairs that migrated into it, so stored legacy ids can be mapped to the new profiles during the transition. - Requires permission
settings_positions_levels=view.
Organization Lists
Section titled “Organization Lists”GET /api/v1/organization-lists/type/{list_type}- get an organization list by its type, including all its items.