v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBinterview-templates
Find interview templates for the job
Finds job interview templates, grouped and ordered by hiring stage and hiring step.
get/interview/templates/jobs/{jobId}
Path parameters
jobIdstring uuid required
The job id
Response
Successfully retrieved job interview templates.
Example response
{
"stages": [
{
"hiringStage": "IN_PROGRESS",
"steps": [
{
"hiringStep": "On-Site Interview",
"interviewTemplate": {
"templateId": "b25e81c9-be09-4f5b-a54e-67476418c7ec",
"templateName": "First interview template",
"hiringTeamRoleToInterviewers": {
"ANY": [
"5f7b1b3b1d7f1d0001d7f1d0",
"5f7b1b3b1d7f1d0001d7f1d1"
]
},
"hiringTeamRoleToInterviewerCount": {
"ANY": 1
}
}
}
]
}
]
}