Changes To The Event API

To identify which host participants purchased different types of tickets, such as golf foursomes or parking passes, the GetEventParticipantList now returns and allows filtering for participants who have specific fees. To filter for them, use the event_fee_include_type and event_fee_ids parameters.



We added the following properties to the participant list entry entity to support these changes:

  • The new total_fees property represents the sum of a participant's fee amounts.
  • The new fees property represents summaries of event fees that are associated with participants. It is an array of the new participant entry fee entity which contains event_fee_id, name, amount, and quantity.