Get Candidate single

GET {{endpoint}}/ws/v.1.00/candidate?id={{candidate_id}}&=

Returns the details of a candidate's profile.

input

  • candidate_id *: numeric

output

  • candidate_id: numeric
  • username: string, only present if the candidate arrived to talentum, the field will never change even on old candidates
  • password: string, only present if the candidate arrived to talentum, the field will never change even on old candidates
  • otp: boolean, only present if the candidate arrived to talentum, the field will never change even on old candidates
  • first_name: string
  • family_name: string
  • country: mapping
  • region: mapping
  • city: string
  • address: string
  • gender: mapping
  • nationality: mapping
  • dob: DD/MM/YYYY
  • main_profession: string
  • cv_name: string
  • cv_base64: base64
  • work_experience: html
  • sector: mapping
  • status: mapping
  • hired: boolean
  • mother_tongue: mapping
  • language_1: mapping
  • languagelevel1: mapping
  • language_2: mapping
  • languagelevel2: mapping
  • language_3: mapping
  • languagelevel3: mapping
  • language_4: mapping
  • languagelevel4: mapping
  • language_5: mapping
  • languagelevel5: mapping
  • educationlevel1: mapping
  • educationyear1: YYYY
  • educationlevel2: mapping
  • educationyear2: YYYY
  • educationlevel3: mapping
  • educationyear3: YYYY
  • sem: array of items
    • id: semantic tag id
    • title: semantic tag title
{
    "candidate_id": 4,
    "username": "indirizzo@mail.it",
    "password": "4c2ef6dffafc6a6b9bfcbae33256227d",
    "otp": true,
    "first_name": "Nome",
    "family_name": "Cognome",
    "country": 109,
    "region": 1436,
    "city": "Milano",
    "address": "Viale Zara, 50",
    "gender": 161,
    "nationality": null,
    "dob": "31/01/1990",
    "main_profession": "cuoco",
    "cv_name": "CV_candidate_4.pdf",
    "cv_base64": "---",
    "work_experience": "html text",
    "sector": 590,
    "status": 110,
    "hired": false,
    "mother_tongue": 79,
    "language_1": 764,
    "language_level_1": 188,
    "language_2": 605,
    "language_level_2": 190,
    "language_3": 277,
    "language_level_3": 190,
    "language_4": 82,
    "language_level_4": 189,
    "language_5": 13,
    "language_level_5": 190,
    "education_level_1": 55331,
    "education_year_1": 2010,
    "education_level_2": 55333,
    "education_year_2": 2015,
    "education_level_3": 55332,
    "education_year_3": 2020,
    "sem": [
        {
            "id": 25025,
            "title": "amministratore di rete"
        },
        {
            "id": 25036,
            "title": "seo specialist"
        },
        ...
    ]
}

Request Params

KeyDatatypeRequiredDescription
idstring
``null

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring