Search from Candidate-agent

POST {{endpoint}}/ws/v.1.00/search-candidate

It performs a candidate agent and returns the result.

input

  • candidateagent_id *: numeric
  • order_by *: compatibility/date/distance/age
  • paginator *: numeric
  • page *: numeric

outpout

  • count: numeric
  • details: array of items
    • candidate_id: numeric
    • 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
    • sector: mapping
    • status: mapping
    • hired: boolean
    • mother_tongue: mapping
    • date_update: DD/MM/YYYY hh:mm:ss
    • compatibility: numeric
    • distance: numeric
    • sem
      • id: id of the semantic tag
      • title: title of the semantic tag
{
    "count": 4,
    "details": [
        {
            "candidate_id": 4,
            "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",
            "sector": 590,
            "status": 110,
            "hired": false,
            "mother_tongue": 79,
            "date_update": "12/11/2021 12:00:00"
            "compatibility": 80,
            "distance": 14.09,
            "sem": [
                {
                    "id": 25025,
                    "title": "amministratore di rete"
                },
                {
                    "id": 25036,
                    "title": "seo specialist"
                },
                ...
            ]
        },
        ...
    ]
}

Request Body

{"candidateagent_id"=>3571, "order_by"=>"compatibility", "paginator"=>50, "page"=>1}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring