Récupérer le profil
curl --request GET \
--url http://localhost:3091/v1/api/candidates/profile{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"nom": "<string>",
"prenom": "<string>",
"email": "<string>",
"telephone": "<string>",
"photoUrl": "<string>",
"country": "<string>",
"city": "<string>",
"employmentStatus": "<string>",
"availability": "<string>",
"experienceLevelId": 123,
"qualificationLevel": "<string>",
"salaryRange": "<string>",
"desiredJobs": [
"<string>"
],
"desiredLocations": [
"<string>"
],
"desiredContractTypes": [
"<string>"
],
"sectorIds": [
123
],
"skills": [
"<string>"
],
"cvs": [
{
"id": 123,
"name": "<string>",
"fileUrl": "<string>",
"fileSize": "<string>",
"uploadedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"default": true,
"isDefault": true
}
],
"cvVisible": true,
"certifications": [
{
"id": 123,
"name": "<string>",
"issuer": "<string>",
"obtainedDate": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"profileCompletion": 123,
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}Candidats — Profil
Récupérer le profil
Récupère le profil complet du candidat connecté
GET
/
v1
/
api
/
candidates
/
profile
Récupérer le profil
curl --request GET \
--url http://localhost:3091/v1/api/candidates/profile{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"nom": "<string>",
"prenom": "<string>",
"email": "<string>",
"telephone": "<string>",
"photoUrl": "<string>",
"country": "<string>",
"city": "<string>",
"employmentStatus": "<string>",
"availability": "<string>",
"experienceLevelId": 123,
"qualificationLevel": "<string>",
"salaryRange": "<string>",
"desiredJobs": [
"<string>"
],
"desiredLocations": [
"<string>"
],
"desiredContractTypes": [
"<string>"
],
"sectorIds": [
123
],
"skills": [
"<string>"
],
"cvs": [
{
"id": 123,
"name": "<string>",
"fileUrl": "<string>",
"fileSize": "<string>",
"uploadedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"default": true,
"isDefault": true
}
],
"cvVisible": true,
"certifications": [
{
"id": 123,
"name": "<string>",
"issuer": "<string>",
"obtainedDate": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"profileCompletion": 123,
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}⌘I