Skip to main content
GET
/
v1
/
api
/
admin
/
job-offers
/
{offerId}
Détail offre d'emploi
curl --request GET \
  --url http://localhost:3091/v1/api/admin/job-offers/{offerId}
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": 123,
    "titre": "<string>",
    "entrepriseNom": "<string>",
    "entrepriseId": 123,
    "localisation": "<string>",
    "contractType": "<string>",
    "status": "<string>",
    "candidaturesCount": 123,
    "publishedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "departement": "<string>",
    "experience": "<string>",
    "competences": [
      "<string>"
    ],
    "salaireMin": 123,
    "salaireMax": 123,
    "recruteurNom": "<string>",
    "recruteurEmail": "<string>"
  },
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Path Parameters

offerId
integer<int64>
required

Response

200 - */*

OK

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