RSVP & Session check-in

Get all RSVPs by attendee id

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

Notes:

  • If the attendee has no RSVPs to any timeslots, this request will return an empty object.

ο»Ώ