GET
/
ats
/
job
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the job you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Ats software.

Response

200 - application/json
name
string

The name of the job

description
string

The description of the job

code
string

The code of the job

status
string

The status of the job

type
string

The type of the job

confidential
boolean

Whether the job is confidential

departments
string[]

The departments UUIDs associated with the job

offices
string[]

The offices UUIDs associated with the job

managers
string[]

The managers UUIDs associated with the job

recruiters
string[]

The recruiters UUIDs associated with the job

remote_created_at
string

The remote creation date of the job

remote_updated_at
string

The remote modification date of the job

field_mappings
object
required
id
string

The UUID of the job

remote_id
string

The remote ID of the job in the context of the 3rd Party

remote_data
object
required
created_at
object
required
modified_at
object
required

Was this page helpful?