The endpoint will allow you to list and search for jobs.
Resource Path
| Property | Value |
|---|
| url | jobs/search |
Parameters
| Field | Description |
|---|
| page | number (default : 0) |
| size | number (default : 20, maximum : 1000) |
| province | string (exemple : QC, VC, …) |
| city | string (exemple : Montréal, Laval, …) |
| clientId | string (the client id : please contact us for details) |
| 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
| Field | Description |
|---|
| 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
| Field | Description |
|---|
| 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
| 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/search?napikey=demo&ntenant=demo' \
-H 'cache-control: no-cache'