Classic APIs
ClassicVirtualEventsApi
eventRsvpCounters

eventRsvpCounters

Gets rsvp counters for an event.

Parameters

NameTypeDescription
eventIdIdentifierThe ID of the event to get rsvp counters for.

Example

const { data: counters } = await ClassicVirtualEventsApi.eventRsvpCounters({ eventId: "5904751593700196492" }); 

Example Data

{ none: 0, going: 1, maybeGoing: 0, notGoing: 0 } 

Endpoint

GET /v1/virtual-events/{eventId}/rsvps/counters