Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique external ID linked to this Job, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
If set to explained
, the response will include an explanation of the match.
simple
, explained
"explained"
Response
OK
A match result between a Job and its market Skill Profiles.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The market alignment scores for the Job, for every peer Skill Profile.
[
{
"peer_group": "B2B",
"job_to_peer_score": 0.85,
"peer_to_job_score": 0.9
},
{
"peer_group": "B2C",
"job_to_peer_score": 0.95,
"peer_to_job_score": 0.8
}
]