curl --request GET \
--url https://api.example.com/api/Candidates/Attendees[
{
"id": 123,
"attendeeID": 123,
"name": "<string>",
"type": "<string>",
"email": "<string>",
"hasResume": true,
"jobTitle": "<string>",
"clientName": "<string>"
}
]curl --request GET \
--url https://api.example.com/api/Candidates/Attendees[
{
"id": 123,
"attendeeID": 123,
"name": "<string>",
"type": "<string>",
"email": "<string>",
"hasResume": true,
"jobTitle": "<string>",
"clientName": "<string>"
}
]Was this page helpful?