RSVP & Session check-in

Get all RSVPs by timeslot id

1min
Get all sessions a particular attendee has RSVP'd for
GET
Request
Path Params
{organizationId}
Number
required
The id of the Brella organization you are trying to retrieve data from
{eventId}
Number
required
The id of the Brella event you are trying to retrieve data from
{timeslotId}
String
required
The id of the timeslot to registrations you are trying to retrieve belong to
Header Parameters
Brella-API-Access-Token
String
required
Your unique Brella API key
Accept
String
required
application/vnd.brella.v4+json
Content-Type
String
required
application/json
Curl
Responses
200
ο»Ώ

Notes:

  • If the timeslot has no RSVPs or has the RSVP feature disabled, this request will return an empty object.

ο»Ώ