v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > ApplicationPhase
Reads all Application phases
Reads all Application phases
get/api/2026-07-01/resources/ats/application_phases
Query parameters
ids[]string[]
Application phases identifiers
Application phases identifiers
[ "1", "2" ]
ats_job_posting_ids[]string[]
Job posting of application phases identifiers
Job posting of application phases identifiers
[ "1", "2" ]
Response
OK
Example response
{
"data": [
{
"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"
}
]
}