Get the match score between an Employee and their assigned position
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
Query Parameters
If set to explained
, the response will include an explanation of the match.
Available options:
simple
, explained
Response
200
application/json
OK
A match result between an Employee and a Job.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
The matching score between an Employee and a Job, expressed as a number between 0 and 1.
Required range:
0 < x < 1
Was this page helpful?