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 Offer object
          • GET/offers
          • GET/offers/{id}
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsOffers

The Offer object

The Offer 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 "creator": "string",
8 "remote_created_at": "2023-01-01T00:00:00Z",
9 "closed_at": "2023-01-01T00:00:00Z",
10 "sent_at": "2023-01-01T00:00:00Z",
11 "start_date": "2023-01-01T00:00:00Z",
12 "status": "DRAFT",
13 "remote_was_deleted": true,
14 "field_mappings": {},
15 "remote_data": [
16 {
17 "path": "string",
18 "data": {}
19 }
20 ]
21}
Was this page helpful?
Previous

/jobs/{job_id}/screening-questions

Next

/offers

Built with

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

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
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 who is receiving the offer.
creatorstring or nullOptionalformat: "uuid"
The user who created the offer.
remote_created_atdatetime or nullOptional
When the third party's offer was created.
closed_atdatetime or nullOptional
When the offer was closed.
sent_atdatetime or nullOptional
When the offer was sent.
start_datedatetime or nullOptional
The employment start date on the offer.
statusenum or nullOptional
remote_was_deletedbooleanOptionalRead-only
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only