v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBjob-level-interview-templates
Finds job level interview templates by job application id
Finds job level interview templates that suppose to be used for interview / group interview scheduling. Finds by job application UUID.
get/job-templates/job-applications/{applicationId}
Path parameters
applicationIdstring uuid required
application id
Response
Job level interview templates found
Example response
{
"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"
}
]
}