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.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
The third-party API ID of the matching object.
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
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_deletedbooleanOptionalRead-only
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](https://docs.merge.dev/integrations/hris/supported-features/).
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only