Statistics & analytics
Get meeting or chat by id
2min
Get detailed information about a specific meeting/ chat at the event
GET
Request
Path Params
{organizationId}
Number
required
The id of the Brella organization you are trying to retrieve data from
{eventId}
Number
required
The id of the Brella event you are trying to retrieve data from
{attendeeId}
Number
required
The id of the attendee you are trying to retrieve data from
Parameter name
Number
required
The id of the meeting record you want to retrieve
Header Parameters
Brella-API-Access-Token
String
required
Your unique Brella API key
Accept
String
required
application/vnd.brella.v4+json
Content-Type
String
required
application/json
Curl
1curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendees/{attendeeId}/meetings/{meetingId}' \
2--header 'Brella-API-Access-Token: String' \
3--header 'Accept: application/vnd.brella.v4+json' \
4--header 'Content-Type: application/json'
Responses
200
1{
2 "data": {
3 "id": "1500971",
4 "type": "meeting",
5 "attributes": {
6 "requester-id": 672118,
7 "receiver-id": 62708,
8 "updated-at": "2022-06-29T05:54:53.618Z",
9 "created-at": "2022-03-24T10:24:09.631Z",
10 "chat-messages-count": 1
11 },
12 "relationships": {
13 "users": {
14 "data": [
15 {
16 "id": "672118",
17 "type": "user"
18 },
19 {
20 "id": "62708",
21 "type": "user"
22 }
23 ]
24 },
25 "chat-conversation": {
26 "data": {
27 "id": "1117135",
28 "type": "chat-conversation"
29 }
30 },
31 "event": {
32 "data": {
33 "id": "5632",
34 "type": "event"
35 }
36 },
37 "table": {
38 "data": null
39 },
40 "status-changes": {
41 "data": [
42 {
43 "id": "2819937",
44 "type": "status-change"
45 },
46 {
47 "id": "2820098",
48 "type": "status-change"
49 },
50 {
51 "id": "3088794",
52 "type": "status-change"
53 }
54 ]
55 }
56 }
57 },
58 "included": [
59 {
60 "id": "5632",
61 "type": "event",
62 "attributes": {
63 "id": 5632,
64 "name": "Global Fintech Event 2027",
65 "location": "",
66 "address": "",
67 "start-date": "2027-10-06",
68 "end-date": "2027-10-08",
69 "past": false,
70 "table-nickname": "table",
71 "infoarea-photo-url": "https://brella-assets.brella.io/uploads/event/infoarea_photo/5632/jQyKWFYQtHpAsFM_ZMMdQQ.png",
72 "cover-photo-url": "https://brella-assets.brella.io/uploads/event/cover_photo/5632/rqPddrQQ_IESt-7qghVrIA.jpeg",
73 "logo-large-url": "https://brella-assets.brella.io/uploads/event/logo_large/5632/24fc661ba2e0d.png",
74 "logo-small-url": "https://brella-assets.brella.io/uploads/event/logo_small/5632/de763507ea048.png",
75 "uses-interests": true,
76 "uses-timeslots": true,
77 "uses-tables": true,
78 "uses-sponsors": true,
79 "uses-speakers": true,
80 "event-type": "hybrid",
81 "uses-stream-link": true,
82 "uses-meeting-slots": true,
83 "uses-event-chat": true,
84 "uses-timeslot-chat": false,
85 "uses-wizard": false,
86 "uses-sponsor-booth-links": true,
87 "uses-ticketing": true,
88 "uses-checkout": true,
89 "uses-invoicing": false,
90 "industry": "Financial Services & Fintech",
91 "city": null,
92 "country": "United States",
93 "region": "North America",
94 "created-at": "2021-12-16T12:42:50.445Z",
95 "updated-at": "2023-11-14T10:12:27.050Z",
96 "content": {
97 "blocks": [
98 {
99 "key": "8u6j3",
100 "text": "Join over 10,000 event organizers and let Brella empower your attendees & sponsors with an unparalleled networking experience and a revolutionary app that redefines the way of experiencing in-person events.",
101 "type": "unstyled",
102 "depth": 0,
103 "inline_style_ranges": [
104 {
105 "offset": 0,
106 "length": 206,
107 "style": "color-rgb(0,0,0)"
108 },
109 {
110 "offset": 0,
111 "length": 206,
112 "style": "bgcolor-rgb(255,255,255)"
113 },
114 {
115 "offset": 0,
116 "length": 206,
117 "style": "fontsize-17"
118 },
119 {
120 "offset": 0,
121 "length": 206,
122 "style": "fontfamily-IBM Plex Sans\", sans-serif"
123 }
124 ],
125 "entity_ranges": [],
126 "data": {}
127 }
128 ],
129 "entity_map": {}
130 },
131 "sponsors-name": "Company Fair",
132 "primary-color": "#FF5633",
133 "secondary-color": "#0D256E",
134 "intent-pair-ids": null,
135 "uses-reception-page": true,
136 "launches-at": "2022-09-01T13:53:00.000Z",
137 "start-time-utc": "2027-10-05T21:00:00.000Z",
138 "end-time-utc": "2027-10-07T21:00:00.000Z",
139 "chat-channel-id": "sendbird_open_channel_13491_e5360wf34thad3094d45ef4ge369ddafac332d",
140 "slug": "brellafintech2027",
141 "time-zone": "Europe/Helsinki"
142 },
143 "relationships": {
144 "tickets": {
145 "data": [
146 {
147 "id": "619",
148 "type": "ticket"
149 },
150 {
151 "id": "620",
152 "type": "ticket"
153 },
154 {
155 "id": "1008",
156 "type": "ticket"
157 }
158 ]
159 },
160 "attendee-groups": {
161 "data": [
162 {
163 "id": "11289",
164 "type": "attendee-group"
165 },
166 {
167 "id": "11965",
168 "type": "attendee-group"
169 },
170 {
171 "id": "13851",
172 "type": "attendee-group"
173 },
174 {
175 "id": "14061",
176 "type": "attendee-group"
177 },
178 {
179 "id": "14238",
180 "type": "attendee-group"
181 },
182 {
183 "id": "15470",
184 "type": "attendee-group"
185 },
186 {
187 "id": "15513",
188 "type": "attendee-group"
189 },
190 {
191 "id": "15692",
192 "type": "attendee-group"
193 },
194 {
195 "id": "15902",
196 "type": "attendee-group"
197 },
198 {
199 "id": "15928",
200 "type": "attendee-group"
201 },
202 {
203 "id": "15973",
204 "type": "attendee-group"
205 },
206 {
207 "id": "16121",
208 "type": "attendee-group"
209 },
210 {
211 "id": "16379",
212 "type": "attendee-group"
213 },
214 {
215 "id": "16631",
216 "type": "attendee-group"
217 },
218 {
219 "id": "16731",
220 "type": "attendee-group"
221 },
222 {
223 "id": "17121",
224 "type": "attendee-group"
225 },
226 {
227 "id": "17509",
228 "type": "attendee-group"
229 },
230 {
231 "id": "17510",
232 "type": "attendee-group"
233 },
234 {
235 "id": "17766",
236 "type": "attendee-group"
237 },
238 {
239 "id": "17767",
240 "type": "attendee-group"
241 },
242 {
243 "id": "17768",
244 "type": "attendee-group"
245 },
246 {
247 "id": "17769",
248 "type": "attendee-group"
249 },
250 {
251 "id": "17770",
252 "type": "attendee-group"
253 },
254 {
255 "id": "17771",
256 "type": "attendee-group"
257 },
258 {
259 "id": "18364",
260 "type": "attendee-group"
261 },
262 {
263 "id": "18593",
264 "type": "attendee-group"
265 },
266 {
267 "id": "18780",
268 "type": "attendee-group"
269 },
270 {
271 "id": "19075",
272 "type": "attendee-group"
273 }
274 ]
275 }
276 }
277 },
278 {
279 "id": "672118",
280 "type": "user",
281 "attributes": {
282 "first-name": "Kavish",
283 "last-name": "Weerawardane",
284 "email": "[email protected]",
285 "company-title": "Senior Product Manager & Integrations Lead",
286 "company-name": "Brella",
287 "image-url": "https://brella-assets.brella.io/uploads/user/image/672118/dJCOxaWOQ1s-0vFeNb37rQ.png",
288 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/672118/b6ed84d68b061.png",
289 "twitter": "",
290 "website": "",
291 "linkedin": "",
292 "company-industry": -1,
293 "company-size": -1,
294 "company-revenue": -1,
295 "company-department": null,
296 "company-regions": null,
297 "company-countries": [
298 "Worldwide"
299 ],
300 "company-organization-type": null,
301 "time-zone": "Europe/Athens"
302 }
303 },
304 {
305 "id": "62708",
306 "type": "user",
307 "attributes": {
308 "first-name": "Jaimie",
309 "last-name": "Paan",
310 "email": "[email protected]",
311 "company-title": "CXO",
312 "company-name": "Brella",
313 "image-url": "https://brella-assets.brella.io/uploads/user/image/62708/rl135egSeIw3MuuW-ymQ.png",
314 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/62708/602a24gabacusab9.png",
315 "twitter": "https://twitter.com/",
316 "website": "https://www.brella.io",
317 "linkedin": "https://www.linkedin.com/in/jaimiepaan/",
318 "company-industry": 64,
319 "company-size": 4,
320 "company-revenue": 0,
321 "company-department": null,
322 "company-regions": null,
323 "company-countries": [
324 "Worldwide",
325 "Europe"
326 ],
327 "company-organization-type": null,
328 "time-zone": "Europe/Helsinki"
329 }
330 },
331 {
332 "id": "1117135",
333 "type": "chat-conversation",
334 "attributes": {
335 "chat-frozen": true,
336 "channel-type": "group"
337 }
338 }
339 ]
340}
This endpoint shows detailed metadata about a specific meeting or chat. If uses-meeting-slots:true, then the entry can be considered a meeting, and not a chat.
Updated 16 Nov 2023
Did this page help you?