Skip to main content
GET
/
v1
/
api
/
offres
/
{offreId}
/
candidatures
Candidatures d'une offre
curl --request GET \
  --url http://localhost:3091/v1/api/offres/{offreId}/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"
}

Path Parameters

offreId
integer<int64>
required

Query Parameters

status
enum<string>
Available options:
NEW,
TO_MEET,
IN_PROGRESS,
INTERVIEWED,
HIRED,
REJECTED

Response

200 - */*

OK

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