Mes candidatures
curl --request GET \
--url http://localhost:3091/v1/api/mes-candidatures{
"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
Mes candidatures
Récupère toutes les candidatures du candidat connecté
GET
/
v1
/
api
/
mes-candidatures
Mes candidatures
curl --request GET \
--url http://localhost:3091/v1/api/mes-candidatures{
"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