curl --request GET \
--url https://api.example.com/api/Configuration/InterviewTypes/{typeId}{
"id": 123,
"name": "<string>",
"isEnabled": true,
"isSlot": true,
"isInternal": true,
"workflowStatusID": 123
}curl --request GET \
--url https://api.example.com/api/Configuration/InterviewTypes/{typeId}{
"id": 123,
"name": "<string>",
"isEnabled": true,
"isSlot": true,
"isInternal": true,
"workflowStatusID": 123
}Was this page helpful?