Get the match score between an Employee and a Job
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique external ID linked to this Employee, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Example:
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Unique external ID linked to this Job, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Example:
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
If set to explained
, the response will include an explanation of the match.
Available options:
simple
, explained
Example:
"explained"
Response
200
application/json
OK
A match result between an Employee and a Job.
A match result between an Employee and a Job.
A match result between an Employee and a Job, including an explanation of what Skills are missing and what Skills are present in the Employee's Skill Profile.