Scorecards
The Scorecard object is used to represent an interviewer's candidate recommendation based on a particular interview.
Properties

idString
Required

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

applicationString
Optional
The application being scored.
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,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
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

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

interviewString
Optional
The interview being scored.

interviewerString
Optional
The interviewer doing the scoring.

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

submitted_atString
Optional
When the scorecard was submitted.

overall_recommendationEnum
Optional
The inteviewer's recommendation. Possible values include: DEFINITELY_NO, NO, YES, STRONG_YES, NO_DECISION. In cases where there is no clear mapping, the original value passed through will be returned.

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

created_atString
Required

modified_atString
Required
This is the datetime that this object was last updated by Merge

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional

The Scorecard object
JSON
{
"id": "3eab2f17-eeb1-450d-97f0-029d8be1e06f",
"remote_id": "22234",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"interview": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewer": "bbb519a3-246e-4b95-b6b3-dba16107ba6b",
"remote_created_at": "2021-10-15T00:00:00Z",
"submitted_at": "2021-10-15T00:00:00Z",
"overall_recommendation": "STRONG_YES",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}

GET
/scorecards

https://api.merge.dev/api/ats/v1/scorecards

US
EU

Returns a list of Scorecard 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 scorecards 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.

interview_idString
Optional
If provided, will only return scorecards for this interview.

interviewer_idString
Optional
If provided, will only return scorecards for this interviewer.

modified_afterString
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeString
Optional
If provided, only objects synced by Merge before this date time will be returned.

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": "3eab2f17-eeb1-450d-97f0-029d8be1e06f",
"remote_id": "22234",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"interview": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewer": "bbb519a3-246e-4b95-b6b3-dba16107ba6b",
"remote_created_at": "2021-10-15T00:00:00Z",
"submitted_at": "2021-10-15T00:00:00Z",
"overall_recommendation": "STRONG_YES",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
]
}
Field support by platform
Breezy
Breezy

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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_dataRemoteData[]
pathstring
datastring
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

submitted_atString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

submitted_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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_dataRemoteData[]
pathstring
datastring

remote_idString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

submitted_atString
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET
/scorecards/{id}

https://api.merge.dev/api/ats/v1/scorecards/{id}

US
EU

Returns a Scorecard 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": "3eab2f17-eeb1-450d-97f0-029d8be1e06f",
"remote_id": "22234",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"interview": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"interviewer": "bbb519a3-246e-4b95-b6b3-dba16107ba6b",
"remote_created_at": "2021-10-15T00:00:00Z",
"submitted_at": "2021-10-15T00:00:00Z",
"overall_recommendation": "STRONG_YES",
"remote_was_deleted": true,
"created_at": "2021-09-15T00:00:00Z",
"modified_at": "2021-10-16T00:00:00Z",
Show advanced fields
}
Field support by platform
Breezy
Breezy

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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_dataRemoteData[]
pathstring
datastring
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

submitted_atString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

submitted_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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewString

interviewerString

overall_recommendationEnum

remote_dataRemoteData[]
pathstring
datastring

remote_idString
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
created_atstring
modified_atstring
field_mappingsobject
remote_dataarray

interviewerString

overall_recommendationEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
datastring

remote_idString

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