v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > ApplicationPhase

Reads a single Application phase

Reads a single Application phase

get/api/2026-07-01/resources/ats/application_phases/{id}

Path parameters

idstring required

Application phases identifiers

Response

OK

idstring required

Identifier of the application Phase

ats_job_posting_idstring required

Job posting of the application phase

namestring required

Name of the application phase

positioninteger required

Position of the application phase

editableboolean required

If the application phase is editable

phase_type'initial' | 'normal' | 'hired' | 'screening' | 'interview' | 'assessment' | 'offer' required

Application phase type

applications_countinteger

Active application count

active_applications_countinteger
ats_hiring_stage_idstring

Hiring stage identifier

Example response

{
  "id": "1",
  "ats_job_posting_id": "1",
  "name": "In review",
  "position": 1,
  "editable": true,
  "phase_type": "Screening",
  "applications_count": 1,
  "ats_hiring_stage_id": "1"
}