Attendees
List all attendees
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees", "name" "list all attendees", "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" } ], "queryparameters" \[ { "name" "page\[size]", "kind" "required", "type" "number", "description" "paginate the response of this endpoint this is required ", "children" \[] }, { "name" "page\[number]", "kind" "required", "type" "number", "description" "retrieve a specific page of results", "children" \[] }, { "name" "created from", "kind" "optional", "type" "string", "description" "retrieve entries created from this datetime provide the date in the format 2023 05 02t00 00 00 000z", "children" \[] }, { "name" "created to", "kind" "optional", "type" "string", "description" "retrieve entries created until this datetime provide the date in the format 2023 05 02t00 00 00 000z", "children" \[] }, { "name" "updated from", "kind" "optional", "type" "string", "description" "retrieve entries updated from this datetime provide the date in the format 2023 05 02t00 00 00 000z", "children" \[] }, { "name" "updated to", "kind" "optional", "type" "string", "description" "retrieve entries updated until this datetime provide the date in the format 2023 05 02t00 00 00 000z", "children" \[] } ], "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 {\n \\"id\\" \\"982404\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"jane\\",\n \\"last name\\" \\"lando\\",\n \\"email\\" \\"jland\@brella io\\",\n \\"company title\\" \\"customer success manager \\",\n \\"company name\\" \\"brella oy\\",\n \\"group id\\" \\"11428\\",\n \\"created at\\" \\"2022 04 14t09 53 54 026z\\",\n \\"updated at\\" \\"2022 04 14t09 54 55 978z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5981\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n {\n \\"id\\" \\"982386\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"wille\\",\n \\"last name\\" \\"valentine\\",\n \\"email\\" \\"vwille\@brella io\\",\n \\"company title\\" \\"president product experience\\",\n \\"company name\\" \\"brella\\",\n \\"group id\\" \\"11428\\",\n \\"created at\\" \\"2022 04 14t09 02 01 643z\\",\n \\"updated at\\" \\"2022 04 14t09 02 16 491z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5981\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n {\n \\"id\\" \\"1127479\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"kavi\\",\n \\"last name\\" \\"weerawardane\\",\n \\"email\\" \\"ksmith\@brella io\\",\n \\"company title\\" \\"senior pm\\",\n \\"company name\\" \\"brella\\",\n \\"group id\\" \\"11428\\",\n \\"created at\\" \\"2022 12 10t07 27 48 890z\\",\n \\"updated at\\" \\"2022 12 10t07 28 11 764z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5981\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n {\n \\"id\\" \\"982409\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"steffi\\",\n \\"last name\\" \\"valentine \\",\n \\"email\\" \\"stefval\@brella io\\",\n \\"company title\\" \\"technical success manager\\",\n \\"company name\\" \\"brella\\",\n \\"group id\\" \\"11429\\",\n \\"created at\\" \\"2022 04 14t10 42 19 215z\\",\n \\"updated at\\" \\"2022 11 24t10 15 34 921z\\"\n },\n \\"relationships\\" {\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5981\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n }\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "swuxsk4s3uq6jr3vionlt", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees' \\\\\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" "swuxsk4s3uq6jr3vionlt" }, "description" "list all attendees in a specific event", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } } notes this endpoint accepts the following url parameters for filtering created from updated from created to updated to please supply the date in the following format 2023 11 20t00 00 00 000z