Make a request »
EventService.GetEventSessionAttendee
Gets attendee for event session. If "Allow registration of additional guests" and "Request guest details in form" are both enabled then non-anonymous attendee guests are included in the response. Works with Event 3.0 or newer (Direct method) See code examples
URL Parameters
Http verb: POST
URI: Full url: http://se.api.anpdm.com/event/v2/{eventId}/session/{sessionId}/attendee/email/
URL parameters:
eventId | String | Event ID |
sessionId | String | Event session ID |
Body parameters
Response
Body parameters
returns | Response object that includes attendee of the event session, status code and status message
|
Help
Code examples