The endpoint will allow you get a job detail information
Resource Path
| Property | Value |
|---|
| url | jobs/{id} |
Parameters
| Field | Description |
|---|
| id | the job id |
Content Object
| Field | Description |
|---|
| id | String : unique ID of the job |
| categories | List of Integer: categorie of the job |
| contractTypes | List of Integer : Contract Types |
| shifts | List of Integer : Shifts |
| schedules | List of Integer : Schedules |
| status | Integer : Status of the job |
| shortDescription | String : Description to show on the list of Postes |
| fullDescription | String : Text to show as description in the portal. |
| jobLocalized | Array : the job description in multiple language |
JobLocalized Object
| Field | Description |
|---|
| language | String : the language of the description (en, fr, es, …) |
| title | String : title of the job |
| shortDescription | String : Description to show on the list of Postes |
| fullDescription | String : Text to show as description in the portal. |
'https://public-api.nextal.com/jobs/{id}?napikey=demo&ntenant=demo'
-H 'cache-control: no-cache'