Skip to main content
GET
/
api
/
Contacts
/
Attendees
Get Contact Attendee Data.
curl --request GET \
  --url https://api.example.com/api/Contacts/Attendees
[
  {
    "id": 123,
    "attendeeID": 123,
    "name": "<string>",
    "type": "<string>",
    "email": "<string>",
    "hasResume": true,
    "jobTitle": "<string>",
    "clientName": "<string>"
  }
]

Query Parameters

contactIds
integer<int32>[]

Response

200 - application/json

OK

id
integer<int32>
attendeeID
integer<int32>
name
string | null
type
string | null
email
string | null
hasResume
boolean
jobTitle
string | null
clientName
string | null