LIMOVA - Récupération des Candidats LinkedIn Automation
Route
Récupérer les candidats
POST/linkedinAutomation/recruiter/candidates
Récupère les candidats pour un job LinkedIn.
Corps de requête :
/linkedinAutomation/recruiter/candidates
Récupère les candidats pour un job LinkedIn.
Corps de requête :
{
"type": "object",
"properties": {
"job_id": {
"type": "string"
},
"total_results": {
"type": "number",
"default": 10
},
"start": {
"type": "string"
},
"sortType": {
"type": "string",
"default": "RELEVANCE"
},
"sortOrder": {
"type": "string",
"default": "DESCENDING"
},
"ratings": {
"type": "string",
"default": "GOOD_FIT,MAYBE,UNRATED"
},
"location": {
"type": "string"
},
"yearsOfExperience": {
"type": "string"
},
"country": {
"type": "string",
"default": "FR"
}
},
"required": ["job_id"]
}
{
"$ref": "#/components/schemas/CandidateResponse"
}