v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
unifiedJobs
talent

Find unifiedJobs matches for a given talent based on aggregate vector match

get/api/servicepool/talents/{identifier}/jobMatches

Path parameters

identifierstring uuid required

talent unique identifier

Response

Successfully fetched best matching available unified jobs

Example response

{
  "data": [
    {
      "uuid": "123e4567-e89b-12d3-a456-426614174000",
      "jobCoverage": 0.75,
      "title": "Software Engineer",
      "description": "Software Engineer",
      "topSkills": [
        {
          "skill": "Customer service",
          "matched": true
        }
      ]
    }
  ]
}