Version: 2.x

Compare job with talent

URL: https://api.kazi.be/tagging/v2/bulk/compare/{jobScanId}/{talentScanId}

Request parameters

NameDescription
jobScanIdThe job scan id.
talentScanIdThe talent scan id.

Response

Returns the score between a job scan and a talent scan

{
"jobScan": {
"id": "guid",
"title": "string",
"employer": "string",
"contact": {
"firstName": "string",
"lastName": "string",
"email": "string",
"ccEmail": "string",
"phone": "string"
}
},
"talentScan": {
"id": "guid",
"firstName": "string",
"lastName": "string",
"email": "string",
"nationality": "string",
"phone": "string"
},
"match": "number",
"subtotalTeamRoles": "number",
"subtotalWorkValues": "number",
"expectations": [
{
"expectationId": "guid",
"expectationName": "string",
"match": "number",
"delta": "number",
"expectationTypeId": "number",
"expectationTypeName": "string"
}
]
}