Skip to content

Get Job By Id (v1)

The endpoint will allow you get a job detail information

Resource Path

PropertyValue
urljobs/{id}

Parameters

FieldDescription
idthe job id

Content Object

FieldDescription
idString : unique ID of the job
categoriesList of Integer: categorie of the job
contractTypesList of Integer : Contract Types
shiftsList of Integer : Shifts
schedulesList of Integer : Schedules
statusInteger : Status of the job
shortDescriptionString : Description to show on the list of Postes
fullDescriptionString : Text to show as description in the portal.
jobLocalizedArray : the job description in multiple language

JobLocalized Object

FieldDescription
languageString : the language of the description (en, fr, es, …)
titleString : title of the job
shortDescriptionString : Description to show on the list of Postes
fullDescriptionString : Text to show as description in the portal.
Fenêtre de terminal
curl -X GET
'https://public-api.nextal.com/jobs/{id}?napikey=demo&ntenant=demo'
-H 'cache-control: no-cache'