Skip to content

Jobs Object ​



id
string
REQUIRED · The job's unique identifier
name
string
The job's name
description
string
The job's description
code
string
The job's code
requisition_id
string
The job's requisition_id
status
string
The job's status
All possible enum values:
  • open
  • closed
  • draft
  • pending
  • archived
locations
string[]
The job's locations
job_posting_urls
object[]
The job's job posting urls
url
string
The job posting URL
type
string
The job posting URL's type
confidential
boolean
Whether the job is confidential or not
departments
object[]
The job's department
id
string
Unique identifier of the department
name
string
The department's name
teams
object[]
{ "type": "string", "description": "The team's name" }
object
The team associated with the job posting
offices
object[]
The job's office
id
string
Unique identifier of the office
name
string
The office's name
hiring_managers
object[]
The job's hiring managers
id
string
Unique identifier of the user
name
string
The user's name
recruiters
object[]
The job's recruiters
id
string
Unique identifier of the user
name
string
The user's name
tags
string[]
The job's tags
is_remote
boolean
Whether the job is remote or not
job_type
string
The job's type.
All possible enum values:
  • full_time
  • part_time
  • contract
  • internship
  • temporary
  • volunteer
  • per_diem
job_position_level
string
The job's position level.
compensation
object
id
string
The job's compensation unique identifier
currency
string
The job's compensation currency
min
number
The job's minimum compensation
max
number
The job's maximum compensation
interval
string
The job's compensation interval. If no clear mapping exists, then raw value is returned.
All possible enum values:
  • yearly
  • monthly
  • weekly
  • daily
  • hourly
  • one_time
  • semi_monthly
  • bi_monthly
  • bi_weekly
is_negotiable
boolean
Whether the job's compensation is negotiable or not
notes
string
The job's compensation notes
created_at
string · date-time
The date and time of the job's creation
updated_at
string · date-time
The date and time of the job's last update
closed_at
string · date-time
The date and time of the job's closing
opened_at
string · date-time
The date and time of the job's opening
remote_data
object
Raw data returned from the remote API call.