Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" }
Récupère tous les détails d’une offre d’emploi
OK
Show child attributes