Skip to main content
GET
/
api
/
InterviewNoteTemplates
/
{templateId}
Retrieve a single Interview Note Template.
curl --request GET \
  --url https://api.example.com/api/InterviewNoteTemplates/{templateId}
{
  "id": 123,
  "ownerID": 123,
  "owner": "<string>",
  "name": "<string>",
  "statusID": 123,
  "status": "<string>",
  "text": "<string>"
}

Path Parameters

templateId
integer<int32>
required

Response

OK

id
integer<int32>
ownerID
integer<int32>
owner
string | null
name
string | null
statusID
integer<int32>
status
string | null
text
string | null