Skip to main content
GET
/
api
/
Interviews
/
{interviewId}
/
Attendees
Get Interview attendees.
curl --request GET \
  --url https://api.example.com/api/Interviews/{interviewId}/Attendees
[
  {
    "id": 123,
    "attendeeID": 123,
    "name": "<string>",
    "type": "<string>",
    "email": "<string>",
    "statusName": "<string>",
    "clientID": 123,
    "clientName": "<string>",
    "jobTitle": "<string>"
  }
]

Path Parameters

interviewId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
attendeeID
integer<int32>
name
string | null
type
string | null
email
string | null
statusName
string | null
clientID
integer<int32>
clientName
string | null
jobTitle
string | null