v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
interview-templates

Get interview templates for the current company.

Finds interview templates for the current company.

get/templates

Query parameters

pageinteger

Page number beginning from 0

pageSizeinteger

Page size default is 20

hiringStage'NEW' | 'IN_PROGRESS' | 'INTERVIEW' | 'OFFER'

Hiring stage (if used both Hiring stage and Hiring step must be used)

hiringStepstring

Hiring step (if used both Hiring stage and Hiring step must be used)

type'INDIVIDUAL' | 'GROUP'

Type of the template (if not passed in then will return all types)

searchstring

Response

Successfully found scheduling templates.

pageinteger required
pageSizeinteger required
totalPagesinteger required
totalElementsinteger required

Example response

{
  "contents": [
    {
      "templateId": "b25e81c9-be09-4f5b-a54e-67476418c7ec",
      "templateName": "First interview",
      "templateType": "GROUP",
      "hiringStage": "INTERVIEW",
      "hiringStep": "On-Site Interview",
      "customHiringStep": true,
      "isDefault": true,
      "durationInMinutes": 60,
      "format": "ONSITE_JOB"
    }
  ]
}