Skip to main content
GET
/
api
/
Configuration
/
InterviewTypes
Get Interview Types.
curl --request GET \
  --url https://api.example.com/api/Configuration/InterviewTypes
[
  {
    "id": 123,
    "name": "<string>",
    "isEnabled": true,
    "isSlot": true,
    "isInternal": true,
    "workflowStatusID": 123
  }
]

Response

200 - application/json

OK

id
integer<int32>
name
string | null
isEnabled
boolean
isSlot
boolean
isInternal
boolean
workflowStatusID
integer<int32>