GET
/
ats
/
jobs
/
{id}

Authorizations

x-api-key
string
headerrequired

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 | null

The name of the job

description
string | null

The description of the job

code
string | null

The code of the job

status
enum<string> | null

The status of the job

Available options:
OPEN,
CLOSED,
DRAFT,
ARCHIVED,
PENDING
type
enum<string> | null

The type of the job

Available options:
POSTING,
REQUISITION,
PROFILE
confidential
boolean | null

Whether the job is confidential

departments
string[] | null

The departments UUIDs associated with the job

offices
string[] | null

The offices UUIDs associated with the job

managers
string[] | null

The managers UUIDs associated with the job

recruiters
string[] | null

The recruiters UUIDs associated with the job

remote_created_at
string | null

The remote creation date of the job

remote_updated_at
string | null

The remote modification date of the job

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the job

remote_id
string | null

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

remote_data
object | null

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

created_at
string | null

The created date of the object

modified_at
string | null

The modified date of the object