Get Candidate-agent single
GET {{endpoint}}/ws/v.1.00/candidateagent?id={{candidateagent_id}}
Returns the search criteria saved in a candidate agent.
input
- candidateagent_id*: numeric
output
- candidateagent_id: numeric
- hr_id: numeric
- keyword: string
- country: mapping
- region: mapping
- address: string
- distance: numeric
- sector: mapping
- status: mapping
- hired: boolean
- education_level: mapping
- language_1: mapping
- languagelevel1: mapping
- language_2: mapping
- languagelevel2: mapping
- language_3: mapping
- languagelevel3: mapping
{
"candidateagent_id": 18,
"hr_id": 2,
"keyword": "couco",
"country": 109,
"region": 1436,
"address": "Milano, via Dante",
"distance": 500,
"sector": null,
"status": null,
"hired": false,
"education_level": null,
"language_1": null,
"language_level_1": null,
"language_2": null,
"language_level_2": null,
"language_3": null,
"language_level_3": null
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |