List Jobs

The endpoint will allow you to list and search for jobs.

Resource Path

url jobs/{id}

Parameters

id the job id

Content Object

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

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.