Offers

The Offer object is used to represent an offer for a candidate's application specific to a job.

The Offer object

Properties


idString
Required

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

applicationString
Optional
The application who is receiving the offer.

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

creatorString
Optional
The user who created the offer.

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

closed_atString
Optional
When the offer was closed.

sent_atString
Optional
When the offer was sent.

start_dateString
Optional
The employment start date on the offer.

statusEnum
Optional
The offer's status. Possible values include: DRAFT, APPROVAL-SENT, APPROVED, SENT, SENT-MANUALLY, OPENED, DENIED, SIGNED, DEPRECATED, 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 Offer object
JSON
{
"id": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"remote_was_deleted": true,
Show advanced fields
}

GET

/offers

Returns a list of Offer 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 offers 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.

creator_idString
Optional
If provided, will only return offers created by this user.

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.

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.

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": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"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

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_dateString

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

start_dateString

statusEnum

JobScore

JobScore

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

closed_atString

sent_atString

start_dateString

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

statusEnum

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

closed_atString

creatorString

remote_dataRemoteData[]
pathstring
dataobject

sent_atString

start_dateString

statusEnum

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

start_dateString

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

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

statusEnum

Workable

Workable

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

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET

/offers/{id}

Returns an Offer 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": "dd85625c-6a59-446f-a317-6de64d83bae7",
"remote_id": "9876",
"application": "2872ba14-4084-492b-be96-e5eee6fc33ef",
"creator": "52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633",
"remote_created_at": "2021-10-15T00:00:00Z",
"closed_at": "2021-10-16T00:00:00Z",
"sent_at": "2021-10-15T00:00:00Z",
"start_date": "2021-11-15T00:00:00Z",
"status": "SENT",
"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

closed_atString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

start_dateString

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

start_dateString

statusEnum

JobScore

JobScore

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

closed_atString

sent_atString

start_dateString

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

statusEnum

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

closed_atString

creatorString

remote_dataRemoteData[]
pathstring
dataobject

sent_atString

start_dateString

statusEnum

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

closed_atString

creatorString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

sent_atString

start_dateString

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

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

statusEnum

Workable

Workable

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

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject
Hint: Use the /linked-accounts endpoint to pull platform support information.