get https://subdomain.workable.com/spi/v3/jobs/
Returns the details of the specified job. Required scope: r_jobs
. Accessible with all token types.
Results
Calling the jobs/:shortcode
will return the full job JSON object.
key | type | description |
---|---|---|
id | string | The job identifier |
title | string | The short title of the job |
full_title | string | The full title of the job (title + code) |
shortcode | string | System generated job code |
code | string | Job code as defined in editor |
state | string | The job state. Possible values are draft , published , closed , archived . Where closed is a job used internally or confidentially |
department | string | The job department as defined in job editor |
url | string | short URL to the job page |
application_url | string | URL to the job application form |
shortlink | string | short URL to the job page |
location/country | string | The country name as defined in job editor |
location/country_code | string | The two digit country code |
location/region | string | The region as defined in job editor |
location/region_code | string | The two digit region code |
location/city | string | The city as defined in job editor |
location/zip_code | string | The zip code as defined in job editor |
location/telecommuting | boolean | True if job is telecommuting |
location/workplace_type | string | The workplace type. Possible values are on_site ,hybrid ,remote . Superset to telecommuting property. |
created_at | string | The timestamp the job was created |
full_description | string | Description + requirements + benefits |
description | string | The description of the job |
requirements | string | The requirements section of the job |
benefits | string | The benefits section of the job |
employment_type | string | The employment type of the job |
industry | string | The job's industry |
function | string | The job's function |
experience | string | The experience required for the job |
education | string | The education level required for the job |
keywords | array | The keywords of the job |
salary/salary_from | integer | The lower bound of the salary |
salary/salary_to | integer | The upper bound of the salary |
salary/salary_currency | string | The ISO code of the salary currency |