GET
/
v1
/
scores
/
jobOffer
/
{jobOfferId}

Authorizations

CID
string
headerrequired

Value for the CID header parameter. <b>This must be included in every calls. Even after login</b>. This value is unique and secret.

Authorization
string
headerrequired

Value for the Authorization header parameter. Value expected for this header is <strong>Bearer {token}</strong>. This token is obtained after login.

Path Parameters

jobOfferId
string
required

The job offer identifier.

Query Parameters

departments
object

The business unit of users. 1 is the upper level, to {n}, {n} being the lowest level. The lowest level is the first filter strategy on data, then it will try the upper level until the top.

order
string

The way of sorting results. Default is Overall.

limit
integer

The top number of scores to return. Default is 100. Max is 200.

page
integer

The collection page number.

weights
object

Weights applied to skill & motivation scores for building overall score. Min is 0, Max is 100. Sum of every weights can't be over 100.

Response

200 - application/json
userId
string
required
skillScore
number
required
motivationScore
number
required
overallScore
number
required