v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBjob-level-interview-templates
Finds job level interview templates by job application IDs
Finds job level interview templates that suppose to be used for interview / group interview creation by jobId and application IDs.
post/job-templates/jobs/{jobId}/search
Path parameters
jobIdstring uuid required
Job id
Request body
Response
List of Job templates organised by hiring state
Example response
{
"hiringStateBlueprints": [
{
"blueprint": {
"invitations": [
{
"email": {
"subject": "Interview invitation",
"content": "You have been invited for an interview"
},
"sms": {
"content": "You have been invited for an interview",
"confirmationMessage": "Thanks for the confirmation"
},
"whatsApp": {
"enabled": true
},
"language": "en",
"repeat": {
"intervalInMinutes": 1440,
"count": 2
}
}
],
"reminders": [
{
"message": {
"subject": "Upcoming interview reminder",
"content": "Hello, we would like to remind you about upcoming interview."
},
"language": "en"
}
]
}
}
]
}