POST
/
ats
/
interview

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

Query Parameters

remote_data
boolean

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

Body

application/json
status
string

The status of the interview

application_id
string

The UUID of the application

job_interview_stage_id
string

The UUID of the job interview stage

organized_by
string

The UUID of the organizer

interviewers
string[]

The UUIDs of the interviewers

location
string

The location of the interview

start_at
string

The start date and time of the interview

end_at
string

The end date and time of the interview

remote_created_at
string

The remote creation date of the interview

remote_updated_at
string

The remote modification date of the interview

field_mappings
object
required

Response

201 - application/json
status
string

The status of the interview

application_id
string

The UUID of the application

job_interview_stage_id
string

The UUID of the job interview stage

organized_by
string

The UUID of the organizer

interviewers
string[]

The UUIDs of the interviewers

location
string

The location of the interview

start_at
string

The start date and time of the interview

end_at
string

The end date and time of the interview

remote_created_at
string

The remote creation date of the interview

remote_updated_at
string

The remote modification date of the interview

field_mappings
object
required
id
string

The UUID of the interview

remote_id
string

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

remote_data
object
required
created_at
object
required
modified_at
object
required

Was this page helpful?