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 JobInterviewStage object
          • GET/job-interview-stages
          • GET/job-interview-stages/{id}
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsJob interview stages

The JobInterviewStage object

The JobInterviewStage 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 "name": "string",
7 "job": "string",
8 "stage_order": 0,
9 "remote_was_deleted": true,
10 "field_mappings": {},
11 "remote_data": [
12 {
13 "path": "string",
14 "data": {}
15 }
16 ]
17}
Was this page helpful?
Previous

/interviews/meta/post

Next

/job-interview-stages

Built with

The JobInterviewStage object is used to represent a particular recruiting stage for an Application. A given Application typically has the JobInterviewStage object represented in the current_stage field.

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.
namestring or nullOptional
Standard stage names are offered by ATS systems but can be modified by users.
jobstring or nullOptionalformat: "uuid"
This field is populated only if the stage is specific to a particular job. If the stage is generic, this field will not be populated.
stage_orderinteger or nullOptional-2147483648-2147483647

The stage’s order, with the lowest values ordered first. If the third-party does not return details on the order of stages, this field will not be populated.

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