Interviews

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.

The ScheduledInterview object

Properties


idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

applicationString
Optional
The application being interviewed.

The Application object

The Application Object is used to represent a candidate's journey through a particular Job's recruiting process. If a Candidate applies for multiple Jobs, there will be a separate Application for each Job if the third-party integration allows it.
JSON
{
"id": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"remote_id": "98796",
"candidate": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"job": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"applied_at": "2021-10-15T00:00:00Z",
"rejected_at": "2021-11-15T00:00:00Z",
"source": "Campus recruiting event",
"credited_to": "58166795-8d68-4b30-9bfb-bfd402479484",
"current_stage": "d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea",
"reject_reason": "59b25f2b-da02-40f5-9656-9fa0db555784",
"remote_was_deleted": true,
Show advanced fields
}

Properties


idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

candidateString
Optional
The candidate applying.

jobString
Optional
The job being applied for.

applied_atString
Optional
When the application was submitted.

rejected_atString
Optional
When the application was rejected.

sourceString
Optional
The application's source.

credited_toString
Optional
The user credited for this application.

current_stageString
Optional
The application's current stage.

reject_reasonString
Optional
The application's reason for rejection.

remote_was_deletedBoolean
Required

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

job_interview_stageString
Optional
The stage of the interview.

organizerString
Optional
The user organizing the interview.

interviewersArray
Required
Array of RemoteUser IDs.

locationString
Optional
The interview's location.

start_atString
Optional
When the interview was started.

end_atString
Optional
When the interview was ended.

remote_created_atString
Optional
When the third party's interview was created.

remote_updated_atString
Optional
When the third party's interview was updated.

statusEnum
Optional
The interview's status. Possible values include: SCHEDULED, AWAITING_FEEDBACK, COMPLETE, or - in cases where there is no clear mapping - the original value passed through.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted by third party webhooks.

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

The ScheduledInterview object
JSON
{
"id": "b8faf072-98b9-4445-8a9a-6b4950efca19",
"remote_id": "3",
"application": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"job_interview_stage": "2f7adb59-3fe6-4b5b-aef6-563f72bd13dc",
"organizer": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewers": [
"f9813dd5-e70b-484c-91d8-00acd6065b07",
"89a86fcf-d540-4e6b-ac3d-ce07c4ec9b3c"
],
"location": "Embarcadero Center 2",
"start_at": "2021-10-15T00:00:00Z",
"end_at": "2021-10-15T02:00:00Z",
"remote_created_at": "2021-10-15T00:00:00Z",
"remote_updated_at": "2021-10-15T00:00:00Z",
"status": "SCHEDULED",
"remote_was_deleted": true,
Show advanced fields
}

GET

/interviews

Returns a list of ScheduledInterview objects.


Header Parameters


AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.

Query & Path Parameters


application_idString
Optional
If provided, will only return interviews for this application.

created_afterString
Optional
If provided, will only return objects created after this datetime.

created_beforeString
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

job_interview_stage_idString
Optional
If provided, will only return interviews at this stage.

modified_afterString
Optional
If provided, will only return objects modified after this datetime.

modified_beforeString
Optional
If provided, will only return objects modified before this datetime.

organizer_idString
Optional
If provided, will only return interviews organized by this user.

page_sizeInteger
Optional
Number of results to return per page.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

remote_idString
Optional
The API provider's ID for the given object.

show_enum_originsString
Optional
Which fields should be returned in non-normalized form.

Response
JSON
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"id": "b8faf072-98b9-4445-8a9a-6b4950efca19",
"remote_id": "3",
"application": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"job_interview_stage": "2f7adb59-3fe6-4b5b-aef6-563f72bd13dc",
"organizer": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewers": [
"f9813dd5-e70b-484c-91d8-00acd6065b07",
"89a86fcf-d540-4e6b-ac3d-ce07c4ec9b3c"
],
"location": "Embarcadero Center 2",
"start_at": "2021-10-15T00:00:00Z",
"end_at": "2021-10-15T02:00:00Z",
"remote_created_at": "2021-10-15T00:00:00Z",
"remote_updated_at": "2021-10-15T00:00:00Z",
"status": "SCHEDULED",
"remote_was_deleted": true,
Show advanced fields
}
]
}
Field support by platform

Ashby

Ashby

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Fountain

Fountain

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Greenhouse

Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

statusEnum

Lever

Lever

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

Oracle Taleo

Oracle Taleo

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

Recruitee

Recruitee

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

SAP SuccessFactors

SAP SuccessFactors

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

SmartRecruiters

SmartRecruiters

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_idString

start_atString

Workday

Workday

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString
Hint: Use the /linked-accounts endpoint to pull platform support information.
POST

/interviews

Beta

Creates a ScheduledInterview object with the given values.


Header Parameters


AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.

Query & Path Parameters


is_debug_modeBoolean
Optional
Whether to include debug fields (such as log file links) in the response.

run_asyncBoolean
Optional
Whether or not third-party updates should be run asynchronously.

Body Parameters


modelObject
Required
Find available fields below under “Model Parameters”.

remote_user_idString
Required

Model Parameters

View app-specific writable fields under “Field support by platform” in this section.

applicationString
The application being interviewed. Must pass in a valid Merge ID, which can be obtained from the id field in the Application table.

job_interview_stageString
The stage of the interview. Must pass in a valid Merge ID, which can be obtained from the id field in the JobInterviewStage table.

organizerString
The user organizing the interview. Must pass in a valid Merge ID, which can be obtained from the id field in the RemoteUser table.

interviewersArray
Array of RemoteUser IDs.

locationString
The interview's location.

start_atString
When the interview was started.

end_atString
When the interview was ended.

statusEnum
The interview's status. Must pass in one of the following choices: SCHEDULED, AWAITING_FEEDBACK, COMPLETE.

integration_paramsObject

linked_account_paramsObject

POST v1/interviews
JSON
{
"model": {
"application": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"job_interview_stage": "2f7adb59-3fe6-4b5b-aef6-563f72bd13dc",
"organizer": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewers": [
"f9813dd5-e70b-484c-91d8-00acd6065b07",
"89a86fcf-d540-4e6b-ac3d-ce07c4ec9b3c"
],
"location": "Embarcadero Center 2",
"start_at": "2021-10-15T00:00:00Z",
"end_at": "2021-10-15T02:00:00Z",
"status": "SCHEDULED"
},
"remote_user_id": "string"
}
Response
JSON
{
"model": {
"id": "b8faf072-98b9-4445-8a9a-6b4950efca19",
"remote_id": "3",
"application": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"job_interview_stage": "2f7adb59-3fe6-4b5b-aef6-563f72bd13dc",
"organizer": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewers": [
"f9813dd5-e70b-484c-91d8-00acd6065b07",
"89a86fcf-d540-4e6b-ac3d-ce07c4ec9b3c"
],
"location": "Embarcadero Center 2",
"start_at": "2021-10-15T00:00:00Z",
"end_at": "2021-10-15T02:00:00Z",
"remote_created_at": "2021-10-15T00:00:00Z",
"remote_updated_at": "2021-10-15T00:00:00Z",
"status": "SCHEDULED",
"remote_was_deleted": true,
Show advanced fields
}
}
Field support by platform

Greenhouse

Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported POST Query & Path Parameters


remote_user_idString
Optional

Supported POST Model Parameters


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString
Required

interviewersArray
Required

job_interview_stageString
Required

locationString
Optional

organizerString
Optional

remote_created_atString
Optional

remote_idString
Optional

remote_updated_atString
Optional

start_atString
Required

statusEnum
Optional
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET

/interviews/{id}

Returns a ScheduledInterview object with the given id.


Header Parameters


AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.

Query & Path Parameters


expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

idString
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

show_enum_originsString
Optional
Which fields should be returned in non-normalized form.

Response
JSON
{
"id": "b8faf072-98b9-4445-8a9a-6b4950efca19",
"remote_id": "3",
"application": "92e8a369-fffe-430d-b93a-f7e8a16563f1",
"job_interview_stage": "2f7adb59-3fe6-4b5b-aef6-563f72bd13dc",
"organizer": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewers": [
"f9813dd5-e70b-484c-91d8-00acd6065b07",
"89a86fcf-d540-4e6b-ac3d-ce07c4ec9b3c"
],
"location": "Embarcadero Center 2",
"start_at": "2021-10-15T00:00:00Z",
"end_at": "2021-10-15T02:00:00Z",
"remote_created_at": "2021-10-15T00:00:00Z",
"remote_updated_at": "2021-10-15T00:00:00Z",
"status": "SCHEDULED",
"remote_was_deleted": true,
Show advanced fields
}
Field support by platform

Ashby

Ashby

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Fountain

Fountain

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Greenhouse

Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

statusEnum

Lever

Lever

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

Oracle Taleo

Oracle Taleo

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

Recruitee

Recruitee

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

SAP SuccessFactors

SAP SuccessFactors

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

SmartRecruiters

SmartRecruiters

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_idString

start_atString

Workday

Workday

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET

/interviews/meta/post

Returns metadata for ScheduledInterview POSTs.


Header Parameters


AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Response
JSON
{
"request_schema": {},
"remote_field_classes": {},
"status": {
"linked_account_status": "string",
"can_make_request": true
},
"has_conditional_params": true,
"has_required_linked_account_params": true
}
Field support by platform

Ashby

Ashby

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Fountain

Fountain

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

Greenhouse

Greenhouse

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

statusEnum

Lever

Lever

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

Oracle Taleo

Oracle Taleo

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

Recruitee

Recruitee

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

organizerString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

start_atString

SAP SuccessFactors

SAP SuccessFactors

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString

statusEnum

SmartRecruiters

SmartRecruiters

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

job_interview_stageString

locationString

organizerString

remote_created_atString

remote_idString

start_atString

Workday

Workday

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


applicationString
idstring
remote_idstring
candidatestring
jobstring
applied_atstring
rejected_atstring
sourcestring
credited_tostring
current_stagestring
reject_reasonstring
remote_was_deletedboolean
field_mappingsobject
remote_dataarray

end_atString

interviewersArray

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_atString
Hint: Use the /linked-accounts endpoint to pull platform support information.