For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The ScheduledInterview object
          • GET/interviews
          • POST/interviews
          • GET/interviews/{id}
          • GET/interviews/meta/post
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsInterviews

The ScheduledInterview object

The ScheduledInterview Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "application": "string",
7 "job_interview_stage": "string",
8 "organizer": "string",
9 "interviewers": [
10 "string"
11 ],
12 "location": "string",
13 "start_at": "2023-01-01T00:00:00Z",
14 "end_at": "2023-01-01T00:00:00Z",
15 "remote_created_at": "2023-01-01T00:00:00Z",
16 "remote_updated_at": "2023-01-01T00:00:00Z",
17 "status": "SCHEDULED",
18 "remote_was_deleted": true,
19 "field_mappings": {},
20 "remote_data": [
21 {
22 "path": "string",
23 "data": {}
24 }
25 ]
26}
Was this page helpful?
Previous

/eeocs/{id}

Next

/interviews

Built with

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.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only