Skip to content
Log in Request a demo

v1.2.2

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 its role, level (with nested track and grade), and salary range.
  • 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.

  • GET /api/v1/organization-lists/type/{list_type} - get an organization list by its type, including all its items.