Skip to main content
GET
/
v1
/
api
/
vivier
/
search
Rechercher candidats
curl --request GET \
  --url http://localhost:3091/v1/api/vivier/search
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": 123,
      "nom": "<string>",
      "email": "<string>",
      "telephone": "<string>",
      "experience": "<string>",
      "currentPosition": "<string>",
      "city": "<string>",
      "availability": "<string>",
      "addedDate": "2023-12-25",
      "lastContactDate": "2023-12-25",
      "applicationCount": 123,
      "competences": [
        "<string>"
      ],
      "tags": [
        "<string>"
      ],
      "candidatId": 123,
      "invitationCount": 123,
      "favorite": true,
      "registered": true
    }
  ],
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Query Parameters

searchTerm
string
required

Response

200 - */*

OK

success
boolean
message
string
data
object[]
error
object
timestamp
string<date-time>