Make a request »
EventService.GetEventParticipantStatus
Get status for all participants of an event. Returns the EventId, EventName, RecipientId, EmailAddress, ExternalId, EventParticipantStatus (which can be Registered, WaitingList, CheckedIn, Decline, Cancel, NotRegistered), RgistrationDate, StatusUpdatedDate, EventSessionId, EventSessionName and Guests. Guests refer to the number of anonymous guests an event participant has added. Works only with Event 2.0 which is now DEPRECATED (Queued method) See code examples
URL Parameters
Http verb: GET
URI: Full url: http://se.api.anpasia.com/event/v1/statuses/{eventId}/queued
URL parameters:
eventId | String | The Id of the event |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object which includes the result, status code and a message.
|
Help
Code examples