HomeEvent PluginAPI Callsapi/PluginEventAttendees - Retrieve List of Attendees

1.6. api/PluginEventAttendees - Retrieve List of Attendees

This API call is used to retrieve all attendees of an event/training course with their associated Booking Status based on the eid provided.

 


 

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
eid The eid of the event to retrieve the list of attendees. String – Max 50 chars
API Key    

 


 

Return Response

The API call ResponseMessage will return the following fields of data.

Field Field Help
bid BookingGUID of the booking.
Attendeeuid The uid of the contact marked as the attendee of the event/training course.
AttendeeFirstName The attendee's first name or TBC if unknown.
AttendeeLastName The attendee's last name or TBC if unknown.
AttendeeEmailAddress The attendee's email address or TBC if unknown.
AttendeeJobTitle The attendee's job title.
Bookeruid The uid of the booker who made the booking of the event/training course.
BookerFirstName The booker's first name.
BookerLastName The booker's last name.
BookerEmailAddress The booker's email address.
cid The primary record's cid.
PrimaryRecord The primary record the booking is associated with.
BookingStatus The booking status of the booking.

This page was: Helpful | Not Helpful