Attendees
Get attendee by id
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees/{attendeeid}", "name" "get attendee 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" "optional", "name" "{attendeeid}", "type" "number", "children" \[], "description" "the id of the attendee 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\\" \\"982386\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"jamie\\",\n \\"last name\\" \\"valhalla\\",\n \\"email\\" \\"jamievalley\@brella io\\",\n \\"company title\\" \\"chief product officer\\",\n \\"company name\\" \\"brellaco\\",\n \\"group id\\" 11411,\n \\"created at\\" \\"2022 04 14t09 02 01 643z\\",\n \\"updated at\\" \\"2022 04 14t09 02 16 491z\\"\n },\n \\"relationships\\" {\n \\"invite\\" {\n \\"data\\" {\n \\"id\\" \\"479008\\",\n \\"type\\" \\"invite\\"\n }\n },\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5971\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n \\"included\\" \[\n {\n \\"id\\" \\"479008\\",\n \\"type\\" \\"invite\\",\n \\"attributes\\" {\n \\"fill token\\" \\"nbxacv\\",\n \\"external email\\" \\"jamieval+010\@brella io\\",\n \\"external id\\" \\"kzkz0 20\\",\n \\"external first name\\" \\"james\\",\n \\"external last name\\" \\"vanhalla\\",\n \\"external company\\" \\"brella\\",\n \\"external title\\" \\"some title here\\",\n \\"qr string\\" \\"brella invite id=479048\&brella invite token=nbxacv\\",\n \\"created at\\" \\"2022 04 14t08 56 59 940z\\",\n \\"updated at\\" \\"2023 03 27t15 45 16 515z\\",\n \\"attendee group name\\" \\"attendees\\",\n \\"seat count\\" 1,\n \\"free seat count\\" 0\n },\n \\"relationships\\" {\n \\"attendee group\\" {\n \\"data\\" {\n \\"id\\" \\"11411\\",\n \\"type\\" \\"attendee group\\"\n }\n },\n \\"seats\\" {\n \\"data\\" \[\n {\n \\"id\\" \\"828513\\",\n \\"type\\" \\"seat\\"\n }\n ]\n },\n \\"free seats\\" {\n \\"data\\" \[]\n },\n \\"question responses\\" {\n \\"data\\" \[]\n }\n }\n }\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "58 p6ec5ew 4ak8jmjcmg", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees/{attendeeid}' \\\\\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" "58 p6ec5ew 4ak8jmjcmg" }, "description" "get a specific attendee by id", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } }