RSVP & Session check-in
Create RSVP for timeslot
2 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendance registrations", "name" "create rsvp from timeslot", "method" "post", "request" { "pathparameters" \[ { "kind" "required", "name" "{organizationid}", "type" "number", "children" \[], "description" "the id of the brella organization you are trying to retrieve data from" }, { "kind" "required", "name" "{eventid}", "type" "number", "children" \[], "description" "the id of the brella event you are trying to retrieve data from" } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "brella api access token", "type" "string", "children" \[], "description" "your unique brella api key" }, { "kind" "required", "name" "accept", "type" "string", "children" \[], "description" "application/vnd brella v4+json" }, { "kind" "required", "name" "content type", "type" "string", "children" \[], "description" "application/json" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "psobomoj9uo00ibrqhmgp", "code" "{\n \\"data\\" {\n \\"id\\" \\"5585\\",\n \\"type\\" \\"attendance registration\\",\n \\"attributes\\" {\n \\"checked in at\\" null\n },\n \\"relationships\\" {\n \\"timeslot\\" {\n \\"data\\" {\n \\"id\\" \\"17516\\",\n \\"type\\" \\"timeslot\\"\n }\n },\n \\"user\\" {\n \\"data\\" {\n \\"id\\" \\"1071272\\",\n \\"type\\" \\"user\\"\n }\n }\n }\n }\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" " ovebwgmczitmebch0mkn", "code" "curl location g request post 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/invites/' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'\\\\\n data '{\n{\n \\"timeslot id\\" {timeslotid},\n \\"attendee id\\" {attendeeid}\n}\n}'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" " ovebwgmczitmebch0mkn" }, "description" "create a new rsvp for timeslot", "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } } request body required attributes timeslot id (number) attendee id (number) notes the timeslot id and attendee id can alternatively be passed as path parameters in the url (instead of in the body) in order for the request to succeed, the timeslot in question needs to have rsvp enabled via the admin panel