Retrieve a job
This endpoint allows you to get information about a particular job.
This endpoint requires jobs_r
or jobs_rw
scope. Availability of candidates counters (total and per stage ones) requires candidates_r
or candidates_rw
scope and setting the query parameter candidates_count to true. To display office attributes, it requires offices_r
job info
GET
https://www.welcomekit.co/api/v1/external/jobs/:reference
Path Parameters
Name | Type | Description |
---|---|---|
reference* | String | Job reference |
Query Parameters
Name | Type | Description |
---|---|---|
stages | boolean | Returns job stages |
office | boolean | Returns associated office description |
candidates_count | boolean | Returns candidates counters (total and per stage ones) |
application_fields | boolean | Returns application fields |
organization | boolean | Returns organization fields |
websites | boolean | Returns websites where job is visible |
Request example
Last updated