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

Path Parameters

typeId
integer<int32>
required

Response

200 - application/json

OK

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