Candidatures récentes
curl --request GET \
--url http://localhost:3091/v1/api/dashboard/candidatures/recent{
"success": true,
"message": "<string>",
"data": [
{
"id": 123,
"dateCandidature": "2023-11-07T05:31:56Z",
"lastActionDate": "2023-11-07T05:31:56Z",
"candidatId": 123,
"candidatNom": "<string>",
"candidatPrenom": "<string>",
"candidatEmail": "<string>",
"candidatPhotoUrl": "<string>",
"candidatJobTitle": "<string>",
"candidatExperienceLevelId": 123,
"hasCv": true,
"candidatEmploymentStatus": "<string>",
"candidatAvailability": "<string>",
"candidatQualificationLevel": "<string>",
"candidatSalaryRange": "<string>",
"candidatCity": "<string>",
"candidatCountry": "<string>",
"candidatTelephone": "<string>",
"offreEmploiId": 123,
"offreTitre": "<string>",
"entrepriseNom": "<string>",
"entrepriseLogoUrl": "<string>"
}
],
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}Candidatures
Candidatures récentes
Récupère les dernières candidatures pour le dashboard
GET
/
v1
/
api
/
dashboard
/
candidatures
/
recent
Candidatures récentes
curl --request GET \
--url http://localhost:3091/v1/api/dashboard/candidatures/recent{
"success": true,
"message": "<string>",
"data": [
{
"id": 123,
"dateCandidature": "2023-11-07T05:31:56Z",
"lastActionDate": "2023-11-07T05:31:56Z",
"candidatId": 123,
"candidatNom": "<string>",
"candidatPrenom": "<string>",
"candidatEmail": "<string>",
"candidatPhotoUrl": "<string>",
"candidatJobTitle": "<string>",
"candidatExperienceLevelId": 123,
"hasCv": true,
"candidatEmploymentStatus": "<string>",
"candidatAvailability": "<string>",
"candidatQualificationLevel": "<string>",
"candidatSalaryRange": "<string>",
"candidatCity": "<string>",
"candidatCountry": "<string>",
"candidatTelephone": "<string>",
"offreEmploiId": 123,
"offreTitre": "<string>",
"entrepriseNom": "<string>",
"entrepriseLogoUrl": "<string>"
}
],
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}⌘I