List Jobs

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

Resource Path

url jobs/search

Parameters

page number (default : 0)
size number (default : 20, maximum : 1000)
province string (exemple : QC, VC, …)
city string (exemple : Montréal, Laval, …)
city string (exemple : Montréal, Laval, …)
entityId string (the brand id : please contact us for details)
contractTypes List of string (exemple : “0” or “0,5” )
schedules List of string (exemple : “0” or “0,5” )
shifts List of string (exemple : “0” or “0,5” )
categories List of string (exemple : “0” or “0,5” )
socialAdvantages List of string (exemple : “0” or “0,5” )

Response

content Array : The list of job
totalPages Number : The total numer of page
totalElements Number : The total number of Element
numberOfElements Number : The number of element return in this query
size Number The actual size  of the page return (if you request more  than 1000)

Content Object

id String : unique ID of the job
title String : title 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.