Invites
Get invite by id
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/invites/{inviteid}", "name" "get specific invite by id", "method" "get", "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" }, { "kind" "required", "name" "{inviteid}", "type" "number", "children" \[], "description" "the id of the invite you are trying to retrieve" } ], "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\\" \\"712425\\",\n \\"type\\" \\"invite\\",\n \\"attributes\\" {\n \\"fill token\\" \\"lljeny\\",\n \\"external email\\" \\"testing+invites3457\@example com\\",\n \\"external id\\" \\"xk 13457\\",\n \\"external first name\\" \\"pugsy\\",\n \\"external last name\\" \\"addamsson\\",\n \\"external company\\" \\"colabo0\\",\n \\"external title\\" \\"cto\\",\n \\"qr string\\" \\"brella invite id=712425\&brella invite token=lljeny\\",\n \\"created at\\" \\"2023 01 24t20 02 40 532z\\",\n \\"updated at\\" \\"2023 01 29t18 21 23 782z\\",\n \\"attendee group name\\" \\"attendees\\",\n \\"seat count\\" \\"2\\",\n \\"free seat count\\" \\"2\\"\n },\n \\"relationships\\" {\n \\"attendee group\\" {\n \\"data\\" {\n \\"id\\" \\"11428\\",\n \\"type\\" \\"attendee group\\"\n }\n },\n \\"seats\\" {\n \\"data\\" \[\n {\n \\"id\\" \\"3583601\\",\n \\"type\\" \\"seat\\"\n },\n {\n \\"id\\" \\"3583600\\",\n \\"type\\" \\"seat\\"\n }\n ]\n },\n \\"free seats\\" {\n \\"data\\" \[\n {\n \\"id\\" \\"3583601\\",\n \\"type\\" \\"seat\\"\n },\n {\n \\"id\\" \\"3583600\\",\n \\"type\\" \\"seat\\"\n }\n ]\n },\n \\"question responses\\" {\n \\"data\\" \[]\n }\n }\n },\n \\"included\\" \[\n {\n \\"id\\" \\"3583601\\",\n \\"type\\" \\"seat\\",\n \\"attributes\\" {\n \\"token\\" \\"lljeny\\"\n },\n \\"relationships\\" {\n \\"attendee\\" {\n \\"data\\" {}\n }\n }\n },\n {\n \\"id\\" \\"3583600\\",\n \\"type\\" \\"seat\\",\n \\"attributes\\" {\n \\"token\\" \\"lljeny\\"\n },\n \\"relationships\\" {\n \\"attendee\\" {\n \\"data\\" {}\n }\n }\n },\n {\n \\"id\\" \\"11428\\",\n \\"type\\" \\"attendee group\\",\n \\"attributes\\" {\n \\"name\\" \\"attendees\\",\n \\"attendance type\\" \\"virtual\\",\n \\"default\\" \\"true\\",\n \\"users are deletable\\" \\"false\\",\n \\"created at\\" \\"2022 04 13t11 18 36 831z\\",\n \\"updated at\\" \\"2022 04 13t11 18 36 831z\\",\n \\"attendees count\\" {}\n },\n \\"relationships\\" {\n \\"attendees\\" {\n \\"data\\" \[]\n }\n }\n }\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "goubwkorh 0tc1iw 6u5q", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/invites/{inviteid}' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "goubwkorh 0tc1iw 6u5q" }, "description" "get the data for a specific invite within an event using its unique identifier", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } }