The ScheduledInterview object

The ScheduledInterview object is used to represent a scheduled interview for a given candidate’s application to a job. An Application can have multiple ScheduledInterviews depending on the particular hiring process.

idstringOptionalformat: "uuid"
remote_idstring or nullOptional
The third-party API ID of the matching object.
created_atdatetimeOptional
The datetime that this object was created by Merge.
modified_atdatetimeOptional
The datetime that this object was modified by Merge.
applicationstring or nullOptionalformat: "uuid"
The application being interviewed.
job_interview_stagestring or nullOptionalformat: "uuid"
The stage of the interview.
organizerstring or nullOptionalformat: "uuid"
The user organizing the interview.
interviewerslist of stringsOptional

Array of RemoteUser IDs.

locationstring or nullOptional
The interview's location.
start_atdatetime or nullOptional
When the interview was started.
end_atdatetime or nullOptional
When the interview was ended.
remote_created_atdatetime or nullOptional
When the third party's interview was created.
remote_updated_atdatetime or nullOptional
When the third party's interview was updated.
statusenum or nullOptional

The interview’s status.

  • SCHEDULED - SCHEDULED
  • AWAITING_FEEDBACK - AWAITING_FEEDBACK
  • COMPLETE - COMPLETE
Allowed values:
remote_was_deletedbooleanOptional

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptional
remote_datalist of objects or nullOptional