Skip to main content
GET
/
v1
/
api
/
mes-candidatures
/
{candidatureId}
Détail de ma candidature
curl --request GET \
  --url http://localhost:3091/v1/api/mes-candidatures/{candidatureId}
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": 123,
    "rejectDetails": "<string>",
    "cvUrl": "<string>",
    "hasCv": true,
    "lettreMotivation": "<string>",
    "dateCandidature": "2023-11-07T05:31:56Z",
    "lastActionDate": "2023-11-07T05:31:56Z",
    "candidatId": 123,
    "candidatNom": "<string>",
    "candidatPrenom": "<string>",
    "candidatEmail": "<string>",
    "candidatPhotoUrl": "<string>",
    "candidatTelephone": "<string>",
    "candidatJobTitle": "<string>",
    "candidatCity": "<string>",
    "candidatExperienceLevelId": 123,
    "offreEmploiId": 123,
    "offreTitre": "<string>",
    "offreDepartement": "<string>",
    "offreLocalisation": "<string>",
    "entrepriseNom": "<string>",
    "entrepriseLogoUrl": "<string>",
    "timeline": [
      {
        "id": 123,
        "reason": "<string>",
        "changedAt": "2023-11-07T05:31:56Z",
        "changedById": 123,
        "changedByNom": "<string>",
        "changedByPrenom": "<string>"
      }
    ],
    "notes": [
      {
        "id": 123,
        "content": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "recruteurId": 123,
        "recruteurNom": "<string>",
        "recruteurPrenom": "<string>"
      }
    ]
  },
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Path Parameters

candidatureId
integer<int64>
required

Response

200 - */*

OK

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