Statistics & analytics
Get all meetings & chats by attendee id
3min
Get all meetings & chats for a specific attendee at the event
GET
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
{attendeeId}
required
Number
The id of the attendee you are trying to retrieve data from
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
Curl
1curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendees/{attendeeId}/meetings' \
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 {
4 "id": "1500971",
5 "type": "meeting",
6 "attributes": {
7 "requester-id": 672118,
8 "receiver-id": 62708,
9 "updated-at": "2022-06-29T05:54:53.618Z",
10 "created-at": "2022-03-24T10:24:09.631Z",
11 "chat-messages-count": 1
12 },
13 "relationships": {
14 "users": {
15 "data": [
16 {
17 "id": "672118",
18 "type": "user"
19 },
20 {
21 "id": "62708",
22 "type": "user"
23 }
24 ]
25 },
26 "chat-conversation": {
27 "data": {
28 "id": "1117135",
29 "type": "chat-conversation"
30 }
31 },
32 "event": {
33 "data": {
34 "id": "5632",
35 "type": "event"
36 }
37 },
38 "table": {
39 "data": null
40 },
41 "status-changes": {
42 "data": [
43 {
44 "id": "2819937",
45 "type": "status-change"
46 },
47 {
48 "id": "2820098",
49 "type": "status-change"
50 },
51 {
52 "id": "3088794",
53 "type": "status-change"
54 }
55 ]
56 }
57 }
58 },
59 {
60 "id": "1993401",
61 "type": "meeting",
62 "attributes": {
63 "requester-id": 672118,
64 "receiver-id": 696392,
65 "updated-at": "2023-03-07T21:15:13.099Z",
66 "created-at": "2023-03-07T21:15:08.412Z",
67 "chat-messages-count": 0
68 },
69 "relationships": {
70 "users": {
71 "data": [
72 {
73 "id": "672118",
74 "type": "user"
75 },
76 {
77 "id": "696392",
78 "type": "user"
79 }
80 ]
81 },
82 "chat-conversation": {
83 "data": {
84 "id": "1621937",
85 "type": "chat-conversation"
86 }
87 },
88 "event": {
89 "data": {
90 "id": "5632",
91 "type": "event"
92 }
93 },
94 "table": {
95 "data": null
96 },
97 "status-changes": {
98 "data": [
99 {
100 "id": "3684222",
101 "type": "status-change"
102 },
103 {
104 "id": "3684223",
105 "type": "status-change"
106 }
107 ]
108 }
109 }
110 },
111 {
112 "id": "1928023",
113 "type": "meeting",
114 "attributes": {
115 "requester-id": 672118,
116 "receiver-id": 266152,
117 "updated-at": "2023-03-08T07:13:06.095Z",
118 "created-at": "2023-01-26T18:39:35.539Z",
119 "chat-messages-count": 0
120 },
121 "relationships": {
122 "users": {
123 "data": [
124 {
125 "id": "672118",
126 "type": "user"
127 },
128 {
129 "id": "266152",
130 "type": "user"
131 }
132 ]
133 },
134 "chat-conversation": {
135 "data": {
136 "id": "1556017",
137 "type": "chat-conversation"
138 }
139 },
140 "event": {
141 "data": {
142 "id": "5632",
143 "type": "event"
144 }
145 },
146 "table": {
147 "data": {
148 "id": "2503775",
149 "type": "table"
150 }
151 },
152 "status-changes": {
153 "data": [
154 {
155 "id": "3566397",
156 "type": "status-change"
157 },
158 {
159 "id": "3570686",
160 "type": "status-change"
161 },
162 {
163 "id": "3684246",
164 "type": "status-change"
165 },
166 {
167 "id": "3685908",
168 "type": "status-change"
169 }
170 ]
171 }
172 }
173 },
174 {
175 "id": "1928979",
176 "type": "meeting",
177 "attributes": {
178 "requester-id": 996274,
179 "receiver-id": 672118,
180 "updated-at": "2023-01-27T15:45:06.746Z",
181 "created-at": "2023-01-27T15:45:06.735Z",
182 "chat-messages-count": 0
183 },
184 "relationships": {
185 "users": {
186 "data": [
187 {
188 "id": "996274",
189 "type": "user"
190 },
191 {
192 "id": "672118",
193 "type": "user"
194 }
195 ]
196 },
197 "chat-conversation": {
198 "data": {
199 "id": "1557002",
200 "type": "chat-conversation"
201 }
202 },
203 "event": {
204 "data": {
205 "id": "5632",
206 "type": "event"
207 }
208 },
209 "table": {
210 "data": null
211 },
212 "status-changes": {
213 "data": [
214 {
215 "id": "3567899",
216 "type": "status-change"
217 }
218 ]
219 }
220 }
221 },
222 {
223 "id": "1938814",
224 "type": "meeting",
225 "attributes": {
226 "requester-id": 4388,
227 "receiver-id": 672118,
228 "updated-at": "2023-09-26T18:05:34.785Z",
229 "created-at": "2023-02-08T08:29:54.992Z",
230 "chat-messages-count": 0
231 },
232 "relationships": {
233 "users": {
234 "data": [
235 {
236 "id": "4388",
237 "type": "user"
238 },
239 {
240 "id": "672118",
241 "type": "user"
242 }
243 ]
244 },
245 "chat-conversation": {
246 "data": {
247 "id": "1566930",
248 "type": "chat-conversation"
249 }
250 },
251 "event": {
252 "data": {
253 "id": "5632",
254 "type": "event"
255 }
256 },
257 "table": {
258 "data": null
259 },
260 "status-changes": {
261 "data": [
262 {
263 "id": "3585799",
264 "type": "status-change"
265 },
266 {
267 "id": "4657924",
268 "type": "status-change"
269 }
270 ]
271 }
272 }
273 },
274 {
275 "id": "2701321",
276 "type": "meeting",
277 "attributes": {
278 "requester-id": 748187,
279 "receiver-id": 672118,
280 "updated-at": "2023-11-07T15:06:48.515Z",
281 "created-at": "2023-11-07T15:06:48.502Z",
282 "chat-messages-count": 0
283 },
284 "relationships": {
285 "users": {
286 "data": [
287 {
288 "id": "748187",
289 "type": "user"
290 },
291 {
292 "id": "672118",
293 "type": "user"
294 }
295 ]
296 },
297 "chat-conversation": {
298 "data": {
299 "id": "2322937",
300 "type": "chat-conversation"
301 }
302 },
303 "event": {
304 "data": {
305 "id": "5632",
306 "type": "event"
307 }
308 },
309 "table": {
310 "data": null
311 },
312 "status-changes": {
313 "data": [
314 {
315 "id": "4892479",
316 "type": "status-change"
317 }
318 ]
319 }
320 }
321 }
322 ],
323 "included": [
324 {
325 "id": "5632",
326 "type": "event",
327 "attributes": {
328 "id": 5632,
329 "name": "Global Fintech Event 2027",
330 "location": "",
331 "address": "",
332 "start-date": "2027-10-06",
333 "end-date": "2027-10-08",
334 "past": false,
335 "table-nickname": "table",
336 "infoarea-photo-url": "https://brella-assets.brella.io/uploads/event/infoarea_photo/5632/jQyKWFYQjhkFM_ZMMdQQ.png",
337 "cover-photo-url": "https://brella-assets.brella.io/uploads/event/cover_photo/5632/rqPddrQQ_IESt-7qghVrIA.jpeg",
338 "logo-large-url": "https://brella-assets.brella.io/uploads/event/logo_large/5632/24fc661ba2e0d.png",
339 "logo-small-url": "https://brella-assets.brella.io/uploads/event/logo_small/5632/de763507ea048.png",
340 "uses-interests": true,
341 "uses-timeslots": true,
342 "uses-tables": true,
343 "uses-sponsors": true,
344 "uses-speakers": true,
345 "event-type": "hybrid",
346 "uses-stream-link": true,
347 "uses-meeting-slots": true,
348 "uses-event-chat": true,
349 "uses-timeslot-chat": false,
350 "uses-wizard": false,
351 "uses-sponsor-booth-links": true,
352 "uses-ticketing": true,
353 "uses-checkout": true,
354 "uses-invoicing": false,
355 "industry": "Financial Services & Fintech",
356 "city": null,
357 "country": "United States",
358 "region": "North America",
359 "created-at": "2021-12-16T12:42:50.445Z",
360 "updated-at": "2023-11-14T10:12:27.050Z",
361 "content": {
362 "blocks": [
363 {
364 "key": "8u6j3",
365 "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.",
366 "type": "unstyled",
367 "depth": 0,
368 "inline_style_ranges": [
369 {
370 "offset": 0,
371 "length": 206,
372 "style": "color-rgb(0,0,0)"
373 },
374 {
375 "offset": 0,
376 "length": 206,
377 "style": "bgcolor-rgb(255,255,255)"
378 },
379 {
380 "offset": 0,
381 "length": 206,
382 "style": "fontsize-17"
383 },
384 {
385 "offset": 0,
386 "length": 206,
387 "style": "fontfamily-IBM Plex Sans\", sans-serif"
388 }
389 ],
390 "entity_ranges": [],
391 "data": {}
392 }
393 ],
394 "entity_map": {}
395 },
396 "sponsors-name": "Company Fair",
397 "primary-color": "#FF5633",
398 "secondary-color": "#0D256E",
399 "intent-pair-ids": null,
400 "uses-reception-page": true,
401 "launches-at": "2022-09-01T13:53:00.000Z",
402 "start-time-utc": "2027-10-05T21:00:00.000Z",
403 "end-time-utc": "2027-10-07T21:00:00.000Z",
404 "chat-channel-id": "sendbird_open_channel_13491_e53601e72c93efrttetwd458ef469ddafac332d",
405 "slug": "brellafintech2027",
406 "time-zone": "Europe/Helsinki"
407 },
408 "relationships": {
409 "tickets": {
410 "data": [
411 {
412 "id": "619",
413 "type": "ticket"
414 },
415 {
416 "id": "620",
417 "type": "ticket"
418 },
419 {
420 "id": "1008",
421 "type": "ticket"
422 }
423 ]
424 },
425 "attendee-groups": {
426 "data": [
427 {
428 "id": "11289",
429 "type": "attendee-group"
430 },
431 {
432 "id": "11965",
433 "type": "attendee-group"
434 },
435 {
436 "id": "13851",
437 "type": "attendee-group"
438 },
439 {
440 "id": "14061",
441 "type": "attendee-group"
442 },
443 {
444 "id": "14238",
445 "type": "attendee-group"
446 },
447 {
448 "id": "15470",
449 "type": "attendee-group"
450 },
451 {
452 "id": "15513",
453 "type": "attendee-group"
454 },
455 {
456 "id": "15692",
457 "type": "attendee-group"
458 },
459 {
460 "id": "15902",
461 "type": "attendee-group"
462 },
463 {
464 "id": "15928",
465 "type": "attendee-group"
466 },
467 {
468 "id": "15973",
469 "type": "attendee-group"
470 },
471 {
472 "id": "16121",
473 "type": "attendee-group"
474 },
475 {
476 "id": "16379",
477 "type": "attendee-group"
478 },
479 {
480 "id": "16631",
481 "type": "attendee-group"
482 },
483 {
484 "id": "16731",
485 "type": "attendee-group"
486 },
487 {
488 "id": "17121",
489 "type": "attendee-group"
490 },
491 {
492 "id": "17509",
493 "type": "attendee-group"
494 },
495 {
496 "id": "17510",
497 "type": "attendee-group"
498 },
499 {
500 "id": "17766",
501 "type": "attendee-group"
502 },
503 {
504 "id": "17767",
505 "type": "attendee-group"
506 },
507 {
508 "id": "17768",
509 "type": "attendee-group"
510 },
511 {
512 "id": "17769",
513 "type": "attendee-group"
514 },
515 {
516 "id": "17770",
517 "type": "attendee-group"
518 },
519 {
520 "id": "17771",
521 "type": "attendee-group"
522 },
523 {
524 "id": "18364",
525 "type": "attendee-group"
526 },
527 {
528 "id": "18593",
529 "type": "attendee-group"
530 },
531 {
532 "id": "18780",
533 "type": "attendee-group"
534 },
535 {
536 "id": "19075",
537 "type": "attendee-group"
538 }
539 ]
540 }
541 }
542 },
543 {
544 "id": "672118",
545 "type": "user",
546 "attributes": {
547 "first-name": "Kasey",
548 "last-name": "Wilson",
549 "email": "[email protected]",
550 "company-title": "Senior Product Manager",
551 "company-name": "Brella",
552 "image-url": "https://brella-assets.brella.io/uploads/user/image/672118/dJCe46h1s-0vFeNb37rQ.png",
553 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/672118/b6ergrsb061.png",
554 "twitter": "",
555 "website": "",
556 "linkedin": "",
557 "company-industry": -1,
558 "company-size": -1,
559 "company-revenue": -1,
560 "company-department": null,
561 "company-regions": null,
562 "company-countries": [
563 "Worldwide"
564 ],
565 "company-organization-type": null,
566 "time-zone": "Europe/Athens"
567 }
568 },
569 {
570 "id": "62708",
571 "type": "user",
572 "attributes": {
573 "first-name": "Jaimi",
574 "last-name": "Paan",
575 "email": "[email protected]",
576 "company-title": "CXO",
577 "company-name": "Brella",
578 "image-url": "https://brella-assets.brella.io/uploads/user/image/62708/rl1qmfjkuy9drtinyuW-ymQ.png",
579 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/62708/602ai807y4edab9.png",
580 "twitter": "https://twitter.com/",
581 "website": "https://www.brella.io",
582 "linkedin": "https://www.linkedin.com/in/jpaan/",
583 "company-industry": 64,
584 "company-size": 4,
585 "company-revenue": 0,
586 "company-department": null,
587 "company-regions": null,
588 "company-countries": [
589 "Worldwide",
590 "Europe"
591 ],
592 "company-organization-type": null,
593 "time-zone": "Europe/Helsinki"
594 }
595 },
596 {
597 "id": "1117135",
598 "type": "chat-conversation",
599 "attributes": {
600 "chat-frozen": true,
601 "channel-type": "group"
602 }
603 },
604 {
605 "id": "696392",
606 "type": "user",
607 "attributes": {
608 "first-name": "Shaggy",
609 "last-name": "Flan",
610 "email": "[email protected]",
611 "company-title": "CSM",
612 "company-name": "Brella",
613 "image-url": "https://brella-assets.brella.io/uploads/user/image/696392/Nsyu678ki7HLgnUlpg.jpeg",
614 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/696392/602afrotiddab9.png",
615 "twitter": "",
616 "website": "",
617 "linkedin": null,
618 "company-industry": 39,
619 "company-size": 4,
620 "company-revenue": 4,
621 "company-department": null,
622 "company-regions": null,
623 "company-countries": [
624 "Europe",
625 "IE",
626 "FI"
627 ],
628 "company-organization-type": null,
629 "time-zone": "Europe/Helsinki"
630 }
631 },
632 {
633 "id": "1621937",
634 "type": "chat-conversation",
635 "attributes": {
636 "chat-frozen": true,
637 "channel-type": "group"
638 }
639 },
640 {
641 "id": "2503775",
642 "type": "table",
643 "attributes": {
644 "table-index": 5
645 }
646 },
647 {
648 "id": "266152",
649 "type": "user",
650 "attributes": {
651 "first-name": "Mary",
652 "last-name": "Vespa",
653 "email": "[email protected]",
654 "company-title": "Key Account Manager",
655 "company-name": "Brella",
656 "image-url": "https://brella-assets.brella.io/uploads/user/image/266152/vpZT83r356my9OtaxqQrdJw.jpeg",
657 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/266152/60kj87690kedab9.png",
658 "twitter": "",
659 "website": "https://brella.io",
660 "linkedin": "https://www.linkedin.com/in/maaryvespa/",
661 "company-industry": -1,
662 "company-size": -1,
663 "company-revenue": -1,
664 "company-department": null,
665 "company-regions": null,
666 "company-countries": [
667 "Worldwide"
668 ],
669 "company-organization-type": null,
670 "time-zone": "Europe/Helsinki"
671 }
672 },
673 {
674 "id": "1556017",
675 "type": "chat-conversation",
676 "attributes": {
677 "chat-frozen": false,
678 "channel-type": "group"
679 }
680 },
681 {
682 "id": "924248",
683 "type": "user",
684 "attributes": {
685 "first-name": "Max",
686 "last-name": "Lumberg",
687 "email": "[email protected]",
688 "company-title": "Product Person",
689 "company-name": "Clooney & Sons LLC",
690 "image-url": null,
691 "cover-photo-url": null,
692 "twitter": "",
693 "website": "",
694 "linkedin": "",
695 "company-industry": null,
696 "company-size": null,
697 "company-revenue": null,
698 "company-department": null,
699 "company-regions": null,
700 "company-countries": [
701 "CA"
702 ],
703 "company-organization-type": null,
704 "time-zone": "America/New_York"
705 }
706 },
707 {
708 "id": "1537762",
709 "type": "chat-conversation",
710 "attributes": {
711 "chat-frozen": true,
712 "channel-type": "group"
713 }
714 },
715 {
716 "id": "4388",
717 "type": "user",
718 "attributes": {
719 "first-name": "Ville",
720 "last-name": "Van Miller",
721 "email": "[email protected]",
722 "company-title": "VP of Customer Experience",
723 "company-name": "CircaNet",
724 "image-url": "https://brella-assets.brella.io/uploads/user/image/4388/_ichu971WqE--GsS3Wg.jpeg",
725 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/4388/6087yholoaedab9.png",
726 "twitter": "circanet",
727 "website": "https://www.brella.io",
728 "linkedin": "https://www.linkedin.com/in/villysmith",
729 "company-industry": 39,
730 "company-size": 3,
731 "company-revenue": 0,
732 "company-department": null,
733 "company-regions": null,
734 "company-countries": [
735 "Europe"
736 ],
737 "company-organization-type": null,
738 "time-zone": "Europe/Helsinki"
739 }
740 },
741 {
742 "id": "1566930",
743 "type": "chat-conversation",
744 "attributes": {
745 "chat-frozen": true,
746 "channel-type": "group"
747 }
748 },
749 {
750 "id": "748187",
751 "type": "user",
752 "attributes": {
753 "first-name": "Niklas",
754 "last-name": "Salvidore",
755 "email": "[email protected]",
756 "company-title": "Product Manager",
757 "company-name": "Brella",
758 "image-url": "https://brella-assets.brella.io/uploads/user/image/748187/vD1i7yhbpbobibYbyQ.jpeg",
759 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/748187/2abobbby370.jpg",
760 "twitter": "brellanetwork",
761 "website": "https://www.brella.io/",
762 "linkedin": "https://www.linkedin.com/company/brellanetwork",
763 "company-industry": 39,
764 "company-size": 4,
765 "company-revenue": 4,
766 "company-department": null,
767 "company-regions": null,
768 "company-countries": [
769 "FI",
770 "Worldwide",
771 "TW"
772 ],
773 "company-organization-type": null,
774 "time-zone": "Europe/Helsinki"
775 }
776 },
777 {
778 "id": "2322937",
779 "type": "chat-conversation",
780 "attributes": {
781 "chat-frozen": true,
782 "channel-type": "group"
783 }
784 }
785 ],
786 "meta": {
787 "total_count": 6,
788 "total_pages": 1,
789 "current_page": 1
790 }
7917
We have related endpoints to filter this data by whether the meeting was outbound or inbound:
- Show all requested meetings and chats an attendee has (i.e. which the attendee initiated)
- GET /api/integration/organizations/{{organization_id}}/events/{{event_id}}/attendees/{{attendee_id}}/meetings/requested
- Show all received meetings and chats an attendee has (i.e. which were initiated by the other party — not the attendee being queried in this endpoint)
- GET /api/integration/organizations/{{organization_id}}/events/{{event_id}}/attendees/{{attendee_id}}/meetings/received
This endpoint shows the metadata for all meetings & chats (confirmed or otherwise) that an attendee has.
This endpoint cannot distinguish between confirmed/ cancelled/ rescheduled or pending meetings and chats. You can use the "Get meeting or chat by id" endpoint for this purpose.
Updated 19 Aug 2024
Did this page help you?