Discussions
Get function registrants for event?
over 6 years ago by Jake Burgy
How can I get a list of registrants for a specific function of an event?
I know that we have:
- The Group / Group Member API which we can check that the group ID is EVENT-{EVENTCODE} and get the "members" of the group which should be the registrants for that event
- The
/api/event
endpoint - The
/api/eventRegistraiton
endpoint - The generic
/api/EventRegistrantsReport
endpoint
But I can't seem to figure out how to get a list of registrants for a particular function of an event? For instance, if I have event ANNUAL18
and function WLCM_LNCH
, how could I get a list of people who are attending that particular function?
Thanks in advance,
Jake