Events
Get event by id
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}", "name" "get specific event 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" } ], "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\\" \\"5981\\",\n \\"type\\" \\"event\\",\n \\"attributes\\" {\n \\"id\\" \\"5981\\",\n \\"name\\" \\"unicorn hacking 2024\\",\n \\"location\\" \\"\\",\n \\"address\\" \\"\\",\n \\"start date\\" \\"2024 04 30\\",\n \\"end date\\" \\"2024 05 02\\",\n \\"past\\" \\"false\\",\n \\"table nickname\\" \\"table\\",\n \\"infoarea photo url\\" \\"\\",\n \\"cover photo url\\" \\"https //brella assets brella io/uploads/event/cover photo/5981/rtqaz57z9t7qsvoa7hnb7g jpeg\\",\n \\"logo large url\\" \\"https //brella assets brella io/uploads/event/logo large/5981/4c3395c4c6f88 png\\",\n \\"logo small url\\" {},\n \\"uses interests\\" \\"true\\",\n \\"uses timeslots\\" \\"true\\",\n \\"uses tables\\" \\"false\\",\n \\"uses sponsors\\" \\"true\\",\n \\"uses speakers\\" \\"true\\",\n \\"event type\\" \\"virtual\\",\n \\"uses stream link\\" \\"true\\",\n \\"uses meeting slots\\" \\"true\\",\n \\"uses event chat\\" \\"true\\",\n \\"uses timeslot chat\\" \\"false\\",\n \\"uses wizard\\" \\"false\\",\n \\"uses ticketing\\" \\"false\\",\n \\"uses sponsor booth links\\" \\"false\\",\n \\"industry\\" \\"computer software\\",\n \\"city\\" \\"helsinki\\",\n \\"country\\" \\"finland\\",\n \\"region\\" \\"europe\\",\n \\"created at\\" \\"2022 04 13t11 18 36 763z\\",\n \\"updated at\\" \\"2023 01 24t19 52 41 926z\\",\n \\"content\\" {},\n \\"sponsors name\\" \\"partners\\",\n \\"primary color\\" \\"#1f9fb9\\",\n \\"secondary color\\" \\"#e70d98\\",\n \\"intent pair ids\\" {},\n \\"uses reception page\\" \\"false\\",\n \\"launches at\\" {},\n \\"start time utc\\" \\"2024 04 30t07 00 00 000z\\",\n \\"end time utc\\" \\"2024 05 02t07 00 00 000z\\",\n \\"chat channel id\\" \\"sen8899c9ca7f7c59cd40aea42\\",\n \\"slug\\" \\"uniha2924\\",\n \\"time zone\\" \\"america/los angeles\\"\n },\n \\"relationships\\" {\n \\"tickets\\" {\n \\"data\\" \[]\n }\n }\n }\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "usld6oa0gqnhk0tqfvmgl", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}' \\\\\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" "usld6oa0gqnhk0tqfvmgl" }, "description" "retrieve the relevant data for a specific event within an organization by using the organization id and the event id", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } }