Retrieve a specific Attendee by ID
GET
/Attendee/{id}
Attendees
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Attendee/'
Response Response Example
200 - Attendee
{
"id": "67g24g",
"modifiedDate": "2025-09-28",
"street1": "40607 Anastasia Rest",
"street2": "728 Prosacco Roads",
"city": "Port Bradentown",
"state": "New Mexico",
"zipCode": "21703-0501",
"attendeeID": "ATT3329",
"customerID": "CUST1050",
"salutation": "Mr",
"firstName": "Alivia",
"initial": "F",
"lastName": "Quigley",
"jobTitle": "Chief Marketing Designer",
"phone": "(641) 657-7879",
"fax": "1-738-491-8659 x514",
"userID": "USER5826",
"canOrder": true,
"scanID": "LN75VI",
"notificationEmail": "Amparo93@yahoo.com",
"vendorPreview": true,
"testAttendee": false,
"canReceiveSMS": false,
"cloudShowSubscriber": true,
"attendanceType": "Both"
}
Request
Path Params
id
stringÂ
required
Responses
Modified at 2025-05-07 18:05:44