Skip to main content
GET
/
api
/
Configuration
/
MeetingTypes
/
{typeId}
Get Interview Type By Id.
curl --request GET \
  --url https://api.example.com/api/Configuration/MeetingTypes/{typeId}
{
  "id": 123,
  "name": "<string>",
  "candidateOrClientMeeting": 123,
  "isEnabledForContacts": true,
  "isEnabledForCandidates": true,
  "isEnabledForPlacements": true,
  "isEnabledForJobs": true
}

Path Parameters

typeId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
name
string | null
candidateOrClientMeeting
integer<int32>
isEnabledForContacts
boolean
isEnabledForCandidates
boolean
isEnabledForPlacements
boolean
isEnabledForJobs
boolean