Skip to content

List Jobs (v1)

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

Resource Path

PropertyValue
urljobs/search

Parameters

FieldDescription
pagenumber (default : 0)
sizenumber (default : 20, maximum : 1000)
provincestring (exemple : QC, VC, …)
citystring (exemple : Montréal, Laval, …)
clientIdstring (the client id : please contact us for details)
entityIdstring (the brand id : please contact us for details)
contractTypesList of string (exemple : “0” or “0,5” )
schedulesList of string (exemple : “0” or “0,5” )
shiftsList of string (exemple : “0” or “0,5” )
categoriesList of string (exemple : “0” or “0,5” )
socialAdvantagesList of string (exemple : “0” or “0,5” )

Response

FieldDescription
contentArray : The list of job
totalPagesNumber : The total numer of page
totalElementsNumber : The total number of Element
numberOfElementsNumber : The number of element return in this query
sizeNumber The actual size of the page return (if you request more than 1000)

Content Object

FieldDescription
idString : unique ID of the job
titleString : title 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/search?napikey=demo&ntenant=demo' \
-H 'cache-control: no-cache'