Events
Find event by name
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/?name={url slug}", "name" "find event by name", "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" \[ { "kind" "required", "name" "name", "type" "string", "children" \[], "description" "the name of the event you are searching for this can also be found in the details tab of your event's admin panel " } ], "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\\" \\"6523\\",\n \\"type\\" \\"event\\",\n \\"attributes\\" {\n \\"id\\" \\"6523\\",\n \\"name\\" \\"worchester test\\",\n \\"location\\" \\"\\",\n \\"address\\" \\"\\",\n \\"start date\\" \\"2027 11 01\\",\n \\"end date\\" \\"2027 11 03\\",\n \\"past\\" \\"false\\",\n \\"table nickname\\" \\"table\\",\n \\"infoarea photo url\\" \\"\\",\n \\"cover photo url\\" {},\n \\"logo large url\\" {},\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\\" \\"hybrid\\",\n \\"uses stream link\\" \\"false\\",\n \\"uses meeting slots\\" \\"true\\",\n \\"uses event chat\\" \\"true\\",\n \\"uses timeslot chat\\" \\"false\\",\n \\"uses wizard\\" \\"false\\",\n \\"uses ticketing\\" \\"true\\",\n \\"uses sponsor booth links\\" \\"false\\",\n \\"industry\\" \\"artificial intelligence\\",\n \\"city\\" {},\n \\"country\\" \\"finland\\",\n \\"region\\" {},\n \\"created at\\" \\"2022 11 10t11 42 10 884z\\",\n \\"updated at\\" \\"2022 12 13t16 39 34 890z\\",\n \\"content\\" {},\n \\"sponsors name\\" \\"partners\\",\n \\"primary color\\" {},\n \\"secondary color\\" {},\n \\"intent pair ids\\" {},\n \\"uses reception page\\" \\"true\\",\n \\"launches at\\" \\"2022 11 22t06 38 46 000z\\",\n \\"start time utc\\" \\"2027 10 31t22 00 00 000z\\",\n \\"end time utc\\" \\"2027 11 02t22 00 00 000z\\",\n \\"chat channel id\\" \\"event 6523\\",\n \\"slug\\" \\"woesttest\\",\n \\"time zone\\" \\"europe/helsinki\\"\n },\n \\"relationships\\" {\n \\"tickets\\" {\n \\"data\\" \[]\n }\n }\n }\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "lcxnro2h0mosw1xnk4h6w", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/?name={url slug}' \\\\\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" "lcxnro2h0mosw1xnk4h6w" }, "description" "find and retrieve the relevant data for a specific event within an organization by using the event's name as a query parameter", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } }