Skip to main content
GET
/
v1
/
api
/
vivier
Candidats du vivier
curl --request GET \
  --url http://localhost:3091/v1/api/vivier
{
  "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

status
enum<string>
Available options:
ACTIVE,
PROSPECT,
FORMER,
HIRED_ELSEWHERE,
DO_NOT_CONTACT
source
enum<string>
Available options:
APPLICATION,
LINKEDIN,
REFERRAL,
WEBSITE,
MANUAL
onlyFavorites
boolean
default:false

Response

200 - */*

OK

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