Ce point de terminaison vous permet d’obtenir l’information détaillée d’un poste.
Chemin de la ressource
| Propriété | Valeur |
|---|
| url | jobs/{id} |
Paramètres
| Champ | Description |
|---|
| id | l’identifiant du poste |
Objet Content
| Champ | Description |
|---|
| id | String : identifiant unique du poste |
| categories | List of Integer : catégorie du poste |
| contractTypes | List of Integer : types de contrat |
| shifts | List of Integer : quarts de travail |
| schedules | List of Integer : horaires |
| status | Integer : statut du poste |
| shortDescription | String : description à afficher dans la liste des postes |
| fullDescription | String : texte à afficher comme description dans le portail. |
| jobLocalized | Array : la description du poste dans plusieurs langues |
Objet JobLocalized
| Champ | Description |
|---|
| language | String : la langue de la description (en, fr, es, …) |
| title | String : titre du poste |
| shortDescription | String : description à afficher dans la liste des postes |
| fullDescription | String : texte à afficher comme description dans le portail. |
'https://public-api.nextal.com/jobs/{id}?napikey=demo&ntenant=demo'
-H 'cache-control: no-cache'