RSVP & Session check-in
Get all RSVPs by attendee id
1min
Get all sessions a particular attendee has RSVP'd for
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
String
The id of the attendee whose registrations you are trying to retrieve
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}/attendance_registrations' \
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": "4878",
5 "type": "attendance-registration",
6 "attributes": {
7 "checked-in-at": null
8 },
9 "relationships": {
10 "timeslot": {
11 "data": {
12 "id": "513933",
13 "type": "timeslot"
14 }
15 },
16 "user": {
17 "data": {
18 "id": "698312",
19 "type": "user"
20 }
21 }
22 }
23 },
24 {
25 "id": "4902",
26 "type": "attendance-registration",
27 "attributes": {
28 "checked-in-at": null
29 },
30 "relationships": {
31 "timeslot": {
32 "data": {
33 "id": "409880",
34 "type": "timeslot"
35 }
36 },
37 "user": {
38 "data": {
39 "id": "698312",
40 "type": "user"
41 }
42 }
43 }
44 }
45 ],
46 "included": [
47 {
48 "id": "698312",
49 "type": "user",
50 "attributes": {
51 "first-name": "Stella",
52 "last-name": "Smith",
53 "email": "[email protected]",
54 "company-title": "Head of Sales, Americas",
55 "company-name": "Brella",
56 "image-url": "https://brella-assets.brella.io/uploads/user/image/698312/8kGu45gresKMkjaczrVwIzA.png",
57 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/698312/602gwdfb9.png",
58 "twitter": "",
59 "website": "https://www.brella.io/",
60 "linkedin": "https://www.linkedin.com/in/stavis/",
61 "company-industry": 39,
62 "company-size": 4,
63 "company-revenue": -1,
64 "company-department": null,
65 "company-regions": null,
66 "company-countries": [
67 "Worldwide",
68 "US"
69 ],
70 "company-organization-type": null,
71 "time-zone": "America/New_York"
72 }
73 },
74 {
75 "id": "19523",
76 "type": "track",
77 "attributes": {
78 "name": "π‘ Innovation Stage",
79 "description": "Explore the cutting-edge technologies revolutionizing the fintech industry. From blockchain and distributed ledger technology to artificial intelligence, machine learning, and quantum computing, this session will dive into the potential of these technologies and how they are transforming traditional financial services. Gain insights into the latest innovations, use cases, and future trends that will shape the future of fintech.",
80 "position": 4,
81 "enabled": true,
82 "default": false,
83 "togglable": true,
84 "color": "lime",
85 "show-highlighted-speakers": true,
86 "track-type": "ContentTrack"
87 }
88 },
89 {
90 "id": "127419",
91 "type": "tag",
92 "attributes": {
93 "name": "π‘ Innovation Sessions",
94 "color": null,
95 "updated-at": "2023-06-27T16:24:27.667Z",
96 "created-at": "2023-06-27T16:24:27.667Z"
97 },
98 "relationships": {
99 "event": {
100 "data": {
101 "id": "5632",
102 "type": "event"
103 }
104 }
105 }
106 },
107 {
108 "id": "38429",
109 "type": "tag",
110 "attributes": {
111 "name": "π Sponsored Track B: Growth",
112 "color": "#7F58D7",
113 "updated-at": "2022-01-27T10:15:08.399Z",
114 "created-at": "2022-01-13T13:27:24.800Z"
115 },
116 "relationships": {
117 "event": {
118 "data": {
119 "id": "5632",
120 "type": "event"
121 }
122 }
123 }
124 },
125 {
126 "id": "38425",
127 "type": "tag",
128 "attributes": {
129 "name": "π₯ Panel Discussions",
130 "color": "#96D758",
131 "updated-at": "2022-01-27T10:28:25.022Z",
132 "created-at": "2022-01-13T13:27:24.721Z"
133 },
134 "relationships": {
135 "event": {
136 "data": {
137 "id": "5632",
138 "type": "event"
139 }
140 }
141 }
142 },
143 {
144 "id": "87627",
145 "type": "speaker",
146 "attributes": {
147 "honorific": "Dr",
148 "first-name": "John",
149 "middle-name": null,
150 "last-name": "Smith",
151 "job-title": "Conference Director",
152 "company-name": "Brella",
153 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87627/12ce8ad5fc4cc.png",
154 "bio": {
155 "blocks": [
156 {
157 "key": "a5im3",
158 "text": "Linkedin ",
159 "type": "unstyled",
160 "depth": 0,
161 "inline_style_ranges": [
162 {
163 "offset": 0,
164 "length": 8,
165 "style": "BOLD"
166 }
167 ],
168 "entity_ranges": [
169 {
170 "offset": 0,
171 "length": 8,
172 "key": 0
173 }
174 ],
175 "data": {}
176 },
177 {
178 "key": "5h75a",
179 "text": "Everything we love about civilization is a product of intelligence, so amplifying our human intelligence with artificial intelligence has the potential of helping civilization flourish like never before β as long as we manage to keep the technology beneficial.",
180 "type": "unstyled",
181 "depth": 0,
182 "inline_style_ranges": [],
183 "entity_ranges": [],
184 "data": {}
185 }
186 ],
187 "entity_map": {
188 "0": {
189 "type": "LINK",
190 "mutability": "MUTABLE",
191 "data": {
192 "url": "https://www.linkedin.com/feed/",
193 "target_option": "_blank"
194 }
195 }
196 }
197 },
198 "highlight-position": 3,
199 "external-id": null,
200 "position": 2
201 },
202 "relationships": {
203 "speaker-assignments": {
204 "data": [
205 {
206 "id": "102225",
207 "type": "speaker-assignment"
208 },
209 {
210 "id": "102237",
211 "type": "speaker-assignment"
212 },
213 {
214 "id": "159945",
215 "type": "speaker-assignment"
216 },
217 {
218 "id": "159258",
219 "type": "speaker-assignment"
220 },
221 {
222 "id": "159260",
223 "type": "speaker-assignment"
224 }
225 ]
226 }
227 }
228 },
229 {
230 "id": "159258",
231 "type": "speaker-assignment",
232 "attributes": {
233 "role": "Judge",
234 "position": 1
235 },
236 "relationships": {
237 "speaker": {
238 "data": {
239 "id": "87627",
240 "type": "speaker"
241 }
242 },
243 "timeslot": {
244 "data": {
245 "id": "513933",
246 "type": "timeslot"
247 }
248 }
249 }
250 },
251 {
252 "id": "87631",
253 "type": "speaker",
254 "attributes": {
255 "honorific": "Dr",
256 "first-name": "Simon",
257 "middle-name": null,
258 "last-name": "Sinek",
259 "job-title": "British-American Author, motivational Speaker and Organizational Consultant ",
260 "company-name": "Worldwide Company",
261 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87631/c66aae3864fea.jpg",
262 "bio": {
263 "blocks": [
264 {
265 "key": "86p3f",
266 "text": "Linkedin ",
267 "type": "unstyled",
268 "depth": 0,
269 "inline_style_ranges": [
270 {
271 "offset": 0,
272 "length": 8,
273 "style": "color-rgb(26,26,26)"
274 },
275 {
276 "offset": 0,
277 "length": 8,
278 "style": "bgcolor-rgb(255,255,255)"
279 },
280 {
281 "offset": 0,
282 "length": 8,
283 "style": "fontsize-14"
284 },
285 {
286 "offset": 0,
287 "length": 8,
288 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
289 },
290 {
291 "offset": 0,
292 "length": 8,
293 "style": "color-rgb(0,175,102)"
294 },
295 {
296 "offset": 0,
297 "length": 8,
298 "style": "bgcolor-initial"
299 },
300 {
301 "offset": 0,
302 "length": 8,
303 "style": "color-rgb(187,22,163)"
304 },
305 {
306 "offset": 0,
307 "length": 8,
308 "style": "fontfamily-inherit"
309 }
310 ],
311 "entity_ranges": [
312 {
313 "offset": 0,
314 "length": 8,
315 "key": 0
316 }
317 ],
318 "data": {
319 "text_align": "start"
320 }
321 },
322 {
323 "key": "ftr9e",
324 "text": "Speaker Bio: ",
325 "type": "unstyled",
326 "depth": 0,
327 "inline_style_ranges": [
328 {
329 "offset": 0,
330 "length": 13,
331 "style": "color-rgb(26,26,26)"
332 },
333 {
334 "offset": 0,
335 "length": 13,
336 "style": "bgcolor-rgb(255,255,255)"
337 },
338 {
339 "offset": 0,
340 "length": 13,
341 "style": "fontsize-14"
342 },
343 {
344 "offset": 0,
345 "length": 13,
346 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
347 },
348 {
349 "offset": 0,
350 "length": 13,
351 "style": "fontfamily-Helvetica Neue"
352 }
353 ],
354 "entity_ranges": [],
355 "data": {
356 "text_align": "start"
357 }
358 },
359 {
360 "key": "3s86e",
361 "text": "Everything we love about civilization is a product of intelligence, so amplifying our human intelligence with artificial intelligence has the potential of helping civilization flourish like never before β as long as we manage to keep the technology beneficial.",
362 "type": "unstyled",
363 "depth": 0,
364 "inline_style_ranges": [
365 {
366 "offset": 0,
367 "length": 260,
368 "style": "color-rgb(26,26,26)"
369 },
370 {
371 "offset": 0,
372 "length": 260,
373 "style": "bgcolor-rgb(255,255,255)"
374 },
375 {
376 "offset": 0,
377 "length": 260,
378 "style": "fontsize-14"
379 },
380 {
381 "offset": 0,
382 "length": 260,
383 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
384 },
385 {
386 "offset": 0,
387 "length": 260,
388 "style": "fontfamily-Helvetica Neue"
389 }
390 ],
391 "entity_ranges": [],
392 "data": {
393 "text_align": "start"
394 }
395 }
396 ],
397 "entity_map": {
398 "0": {
399 "type": "LINK",
400 "mutability": "MUTABLE",
401 "data": {
402 "url": "https://www.brella.io/",
403 "title": "<span style=\"box-sizing: border-box; font-style: inherit !important; font-variant: inherit !important; font-weight: inherit !important; font-stretch: inherit !important; font-size: 14px; line-height: inherit !important; font-family: inherit; color: rgb(187, 22, 163); background-color: initial;\">Linkedin</span>",
404 "target_option": "_blank",
405 "map": {
406 "size": 3,
407 "root": {
408 "owner_i_d": {},
409 "entries": []
410 },
411 "altered": false
412 }
413 }
414 }
415 }
416 },
417 "highlight-position": 4,
418 "external-id": null,
419 "position": 3
420 },
421 "relationships": {
422 "speaker-assignments": {
423 "data": [
424 {
425 "id": "159220",
426 "type": "speaker-assignment"
427 },
428 {
429 "id": "122449",
430 "type": "speaker-assignment"
431 },
432 {
433 "id": "159946",
434 "type": "speaker-assignment"
435 },
436 {
437 "id": "159254",
438 "type": "speaker-assignment"
439 }
440 ]
441 }
442 }
443 },
444 {
445 "id": "159946",
446 "type": "speaker-assignment",
447 "attributes": {
448 "role": "Chair",
449 "position": 2
450 },
451 "relationships": {
452 "speaker": {
453 "data": {
454 "id": "87631",
455 "type": "speaker"
456 }
457 },
458 "timeslot": {
459 "data": {
460 "id": "513933",
461 "type": "timeslot"
462 }
463 }
464 }
465 },
466 {
467 "id": "513933",
468 "type": "timeslot",
469 "attributes": {
470 "external-id": null,
471 "title": "Disruptive Technologies Shaping Fintech",
472 "reservable": false,
473 "duration": 30,
474 "location": null,
475 "content": {
476 "blocks": [
477 {
478 "key": "2bi42",
479 "text": "Explore the cutting-edge technologies revolutionizing the fintech industry. From blockchain and distributed ledger technology to artificial intelligence, machine learning, and quantum computing, this session will dive into the potential of these technologies and how they are transforming traditional financial services. Gain insights into the latest innovations, use cases, and future trends that will shape the future of fintech.",
480 "type": "unstyled",
481 "depth": 0,
482 "inlineStyleRanges": [],
483 "entityRanges": [],
484 "data": {}
485 }
486 ],
487 "entityMap": {}
488 },
489 "subtitle": "",
490 "highlight-position": null,
491 "stream-link": "",
492 "uses-rsvp": true,
493 "uses-attendee-list": false,
494 "uses-ticket-qr-code": true,
495 "attendance-registration-open": true,
496 "attendance-cap": 50,
497 "attendance-registrations-count": 4,
498 "start-time": "2027-10-06T06:30:00.000Z",
499 "end-time": "2027-10-06T07:00:00.000Z",
500 "tag-order": [
501 "127419",
502 "38429",
503 "38425"
504 ]
505 },
506 "relationships": {
507 "tags": {
508 "data": [
509 {
510 "id": "127419",
511 "type": "tag"
512 },
513 {
514 "id": "38429",
515 "type": "tag"
516 },
517 {
518 "id": "38425",
519 "type": "tag"
520 }
521 ]
522 },
523 "locations": {
524 "data": []
525 },
526 "speaker-assignments": {
527 "data": [
528 {
529 "id": "159258",
530 "type": "speaker-assignment"
531 },
532 {
533 "id": "159946",
534 "type": "speaker-assignment"
535 }
536 ]
537 },
538 "tabs": {
539 "data": []
540 },
541 "attendee-groups": {
542 "data": []
543 },
544 "event": {
545 "data": {
546 "id": "5632",
547 "type": "event"
548 }
549 },
550 "track": {
551 "data": {
552 "id": "19523",
553 "type": "track"
554 }
555 }
556 }
557 },
558 {
559 "id": "95957",
560 "type": "media",
561 "attributes": {
562 "body-type": "iframe",
563 "title": "Slido",
564 "mime-type": null,
565 "position": 1,
566 "description": null,
567 "image-url": null,
568 "cta-text": null,
569 "mediable-secondary-type": "tabs",
570 "url": "https://app.sli.do/event/zgfpcjd8",
571 "link-url": "https://app.sli.do/event/zgfpcjd8"
572 }
573 },
574 {
575 "id": "116483",
576 "type": "media",
577 "attributes": {
578 "body-type": "iframe",
579 "title": "Session presentation",
580 "mime-type": null,
581 "position": 2,
582 "description": null,
583 "image-url": null,
584 "cta-text": null,
585 "mediable-secondary-type": "tabs",
586 "url": "https://drive.google.com/file/d/1zGlLJMK2_lK6RmHUVv_wK4QHuooqX4yg/preview",
587 "link-url": "https://drive.google.com/file/d/1zGlLJMK2_lK6RmHUVv_wK4QHuooqX4yg/preview"
588 }
589 },
590 {
591 "id": "13546",
592 "type": "track",
593 "attributes": {
594 "name": "π Main Stage",
595 "description": "Get ready to explore the intersection of finance and technology and discover the transformative power of fintech. This track is designed to take you on a deep dive into the evolving landscape of financial technology, showcasing the latest innovations, trends, and disruptions reshaping the way we think about and engage with financial services.\n\nFintech has revolutionized the traditional financial industry, bringing forth new possibilities, improved customer experiences, and enhanced accessibility. Whether you're a financial professional, a technology enthusiast, or an entrepreneur looking to leverage fintech solutions, this track offers a wealth of knowledge and insights to navigate this dynamic field.\n\nOur esteemed lineup of speakers, including industry leaders, visionaries, and experts, will guide you through a series of engaging sessions covering a wide range of topics. From digital banking and payments to blockchain applications, artificial intelligence, robo-advisors, and regulatory advancements, you'll gain a comprehensive understanding of the diverse facets of fintech and its impact on various sectors.",
596 "position": 2,
597 "enabled": true,
598 "default": false,
599 "togglable": true,
600 "color": "purple",
601 "show-highlighted-speakers": true,
602 "track-type": "ContentTrack"
603 }
604 },
605 {
606 "id": "38426",
607 "type": "tag",
608 "attributes": {
609 "name": "π Keynote Sessions",
610 "color": "#7F58D7",
611 "updated-at": "2022-01-27T10:28:18.598Z",
612 "created-at": "2022-01-13T13:27:24.726Z"
613 },
614 "relationships": {
615 "event": {
616 "data": {
617 "id": "5632",
618 "type": "event"
619 }
620 }
621 }
622 },
623 {
624 "id": "127417",
625 "type": "tag",
626 "attributes": {
627 "name": "π General Sessions",
628 "color": null,
629 "updated-at": "2023-06-27T16:23:26.988Z",
630 "created-at": "2023-06-27T16:23:26.988Z"
631 },
632 "relationships": {
633 "event": {
634 "data": {
635 "id": "5632",
636 "type": "event"
637 }
638 }
639 }
640 },
641 {
642 "id": "38432",
643 "type": "tag",
644 "attributes": {
645 "name": "π₯ On Demand Content",
646 "color": "#7F58D7",
647 "updated-at": "2022-01-27T10:27:56.106Z",
648 "created-at": "2022-01-13T13:27:25.016Z"
649 },
650 "relationships": {
651 "event": {
652 "data": {
653 "id": "5632",
654 "type": "event"
655 }
656 }
657 }
658 },
659 {
660 "id": "38427",
661 "type": "tag",
662 "attributes": {
663 "name": "π Main Stage",
664 "color": "#7F58D7",
665 "updated-at": "2023-06-27T16:21:01.038Z",
666 "created-at": "2022-01-13T13:27:24.730Z"
667 },
668 "relationships": {
669 "event": {
670 "data": {
671 "id": "5632",
672 "type": "event"
673 }
674 }
675 }
676 },
677 {
678 "id": "87626",
679 "type": "speaker",
680 "attributes": {
681 "honorific": "Mr",
682 "first-name": "Ville",
683 "middle-name": null,
684 "last-name": "Vanhala",
685 "job-title": "Co-Founder & VP of Global Partnerships",
686 "company-name": "Brella",
687 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87626/549bdbe39b123.jpg",
688 "bio": {
689 "blocks": [
690 {
691 "key": "5431p",
692 "text": "SUGGEST MEETING ",
693 "type": "unstyled",
694 "depth": 0,
695 "inline_style_ranges": [
696 {
697 "offset": 0,
698 "length": 16,
699 "style": "BOLD"
700 }
701 ],
702 "entity_ranges": [
703 {
704 "offset": 0,
705 "length": 15,
706 "key": 0
707 }
708 ],
709 "data": {}
710 },
711 {
712 "key": "6kjae",
713 "text": "Represents Brella at this event πͺ",
714 "type": "unstyled",
715 "depth": 0,
716 "inline_style_ranges": [],
717 "entity_ranges": [],
718 "data": {}
719 },
720 {
721 "key": "7l7pq",
722 "text": "LinkekIn ",
723 "type": "unstyled",
724 "depth": 0,
725 "inline_style_ranges": [],
726 "entity_ranges": [
727 {
728 "offset": 0,
729 "length": 8,
730 "key": 1
731 }
732 ],
733 "data": {}
734 },
735 {
736 "key": "1gocb",
737 "text": "",
738 "type": "unstyled",
739 "depth": 0,
740 "inline_style_ranges": [],
741 "entity_ranges": [],
742 "data": {}
743 },
744 {
745 "key": "7i64n",
746 "text": "",
747 "type": "unstyled",
748 "depth": 0,
749 "inline_style_ranges": [],
750 "entity_ranges": [],
751 "data": {}
752 },
753 {
754 "key": "7m0rj",
755 "text": " ",
756 "type": "atomic",
757 "depth": 0,
758 "inline_style_ranges": [],
759 "entity_ranges": [
760 {
761 "offset": 0,
762 "length": 1,
763 "key": 2
764 }
765 ],
766 "data": {}
767 },
768 {
769 "key": "7ba1t",
770 "text": "",
771 "type": "unstyled",
772 "depth": 0,
773 "inline_style_ranges": [],
774 "entity_ranges": [],
775 "data": {}
776 }
777 ],
778 "entity_map": {
779 "0": {
780 "type": "LINK",
781 "mutability": "MUTABLE",
782 "data": {
783 "url": "https://next.brella.io/events/brellafintech2027/people?profile=945545",
784 "target_option": "_self"
785 }
786 },
787 "1": {
788 "type": "LINK",
789 "mutability": "MUTABLE",
790 "data": {
791 "url": "https://www.linkedin.com/feed/?trk=homepage-basic_google-one-tap-submit",
792 "target_option": "_blank"
793 }
794 },
795 "2": {
796 "type": "IMAGE",
797 "mutability": "MUTABLE",
798 "data": {
799 "src": "https://brella-assets.brella.io/uploads/content_image/image/33421/a0c43381c3bdc.png",
800 "height": "auto",
801 "width": "auto"
802 }
803 }
804 }
805 },
806 "highlight-position": 5,
807 "external-id": null,
808 "position": 1
809 },
810 "relationships": {
811 "speaker-assignments": {
812 "data": [
813 {
814 "id": "128452",
815 "type": "speaker-assignment"
816 },
817 {
818 "id": "110869",
819 "type": "speaker-assignment"
820 },
821 {
822 "id": "102234",
823 "type": "speaker-assignment"
824 },
825 {
826 "id": "102238",
827 "type": "speaker-assignment"
828 },
829 {
830 "id": "110887",
831 "type": "speaker-assignment"
832 },
833 {
834 "id": "159262",
835 "type": "speaker-assignment"
836 },
837 {
838 "id": "159266",
839 "type": "speaker-assignment"
840 }
841 ]
842 }
843 }
844 },
845 {
846 "id": "110869",
847 "type": "speaker-assignment",
848 "attributes": {
849 "role": "Chairman",
850 "position": 1
851 },
852 "relationships": {
853 "speaker": {
854 "data": {
855 "id": "87626",
856 "type": "speaker"
857 }
858 },
859 "timeslot": {
860 "data": {
861 "id": "409880",
862 "type": "timeslot"
863 }
864 }
865 }
866 },
867 {
868 "id": "87629",
869 "type": "speaker",
870 "attributes": {
871 "honorific": "Dr",
872 "first-name": "Jeilin",
873 "middle-name": null,
874 "last-name": "Chang",
875 "job-title": "Blockchain Specialist",
876 "company-name": "AI.ai",
877 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87629/721eab1640136.png",
878 "bio": {
879 "blocks": [
880 {
881 "key": "ahra7",
882 "text": "Linkedin ",
883 "type": "unstyled",
884 "depth": 0,
885 "inline_style_ranges": [
886 {
887 "offset": 0,
888 "length": 9,
889 "style": "color-rgb(26,26,26)"
890 },
891 {
892 "offset": 0,
893 "length": 9,
894 "style": "bgcolor-rgb(255,255,255)"
895 },
896 {
897 "offset": 0,
898 "length": 9,
899 "style": "fontsize-14"
900 },
901 {
902 "offset": 0,
903 "length": 9,
904 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
905 },
906 {
907 "offset": 0,
908 "length": 9,
909 "style": "color-rgb(0,175,102)"
910 },
911 {
912 "offset": 0,
913 "length": 9,
914 "style": "bgcolor-initial"
915 },
916 {
917 "offset": 0,
918 "length": 9,
919 "style": "color-rgb(187,22,163)"
920 },
921 {
922 "offset": 0,
923 "length": 9,
924 "style": "fontfamily-inherit"
925 }
926 ],
927 "entity_ranges": [
928 {
929 "offset": 0,
930 "length": 8,
931 "key": 0
932 }
933 ],
934 "data": {
935 "text_align": "start"
936 }
937 },
938 {
939 "key": "5ff86",
940 "text": "Speaker Bio: ",
941 "type": "unstyled",
942 "depth": 0,
943 "inline_style_ranges": [
944 {
945 "offset": 0,
946 "length": 13,
947 "style": "color-rgb(26,26,26)"
948 },
949 {
950 "offset": 0,
951 "length": 13,
952 "style": "bgcolor-rgb(255,255,255)"
953 },
954 {
955 "offset": 0,
956 "length": 13,
957 "style": "fontsize-14"
958 },
959 {
960 "offset": 0,
961 "length": 13,
962 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
963 }
964 ],
965 "entity_ranges": [],
966 "data": {
967 "text_align": "start"
968 }
969 },
970 {
971 "key": "ctllh",
972 "text": "Everything we love about civilization is a product of intelligence, so amplifying our human intelligence with artificial intelligence has the potential of helping civilization flourish like never before β as long as we manage to keep the technology beneficial.",
973 "type": "unstyled",
974 "depth": 0,
975 "inline_style_ranges": [
976 {
977 "offset": 0,
978 "length": 260,
979 "style": "color-rgb(26,26,26)"
980 },
981 {
982 "offset": 0,
983 "length": 260,
984 "style": "bgcolor-rgb(255,255,255)"
985 },
986 {
987 "offset": 0,
988 "length": 260,
989 "style": "fontsize-14"
990 },
991 {
992 "offset": 0,
993 "length": 260,
994 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
995 }
996 ],
997 "entity_ranges": [],
998 "data": {
999 "text_align": "start"
1000 }
1001 }
1002 ],
1003 "entity_map": {
1004 "0": {
1005 "type": "LINK",
1006 "mutability": "MUTABLE",
1007 "data": {
1008 "url": "https://www.linkedin.com/in/alexandernik/",
1009 "target_option": "_blank"
1010 }
1011 }
1012 }
1013 },
1014 "highlight-position": 1,
1015 "external-id": null,
1016 "position": 4
1017 },
1018 "relationships": {
1019 "speaker-assignments": {
1020 "data": [
1021 {
1022 "id": "111689",
1023 "type": "speaker-assignment"
1024 },
1025 {
1026 "id": "102224",
1027 "type": "speaker-assignment"
1028 },
1029 {
1030 "id": "102229",
1031 "type": "speaker-assignment"
1032 },
1033 {
1034 "id": "159219",
1035 "type": "speaker-assignment"
1036 },
1037 {
1038 "id": "110888",
1039 "type": "speaker-assignment"
1040 },
1041 {
1042 "id": "159255",
1043 "type": "speaker-assignment"
1044 },
1045 {
1046 "id": "159264",
1047 "type": "speaker-assignment"
1048 }
1049 ]
1050 }
1051 }
1052 },
1053 {
1054 "id": "111689",
1055 "type": "speaker-assignment",
1056 "attributes": {
1057 "role": "Keynote speaker",
1058 "position": 2
1059 },
1060 "relationships": {
1061 "speaker": {
1062 "data": {
1063 "id": "87629",
1064 "type": "speaker"
1065 }
1066 },
1067 "timeslot": {
1068 "data": {
1069 "id": "409880",
1070 "type": "timeslot"
1071 }
1072 }
1073 }
1074 },
1075 {
1076 "id": "87628",
1077 "type": "speaker",
1078 "attributes": {
1079 "honorific": "Dr",
1080 "first-name": "John",
1081 "middle-name": null,
1082 "last-name": "Legend",
1083 "job-title": "Marketing Director",
1084 "company-name": "Red Agency",
1085 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87628/34ecf59392778.png",
1086 "bio": {
1087 "blocks": [
1088 {
1089 "key": "fk8og",
1090 "text": "Linkedin ",
1091 "type": "unstyled",
1092 "depth": 0,
1093 "inline_style_ranges": [
1094 {
1095 "offset": 0,
1096 "length": 8,
1097 "style": "color-rgb(26,26,26)"
1098 },
1099 {
1100 "offset": 0,
1101 "length": 8,
1102 "style": "bgcolor-rgb(255,255,255)"
1103 },
1104 {
1105 "offset": 0,
1106 "length": 8,
1107 "style": "fontsize-14"
1108 },
1109 {
1110 "offset": 0,
1111 "length": 8,
1112 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
1113 },
1114 {
1115 "offset": 0,
1116 "length": 8,
1117 "style": "color-rgb(0,175,102)"
1118 },
1119 {
1120 "offset": 0,
1121 "length": 8,
1122 "style": "bgcolor-initial"
1123 },
1124 {
1125 "offset": 0,
1126 "length": 8,
1127 "style": "color-rgb(187,22,163)"
1128 },
1129 {
1130 "offset": 0,
1131 "length": 8,
1132 "style": "fontfamily-inherit"
1133 }
1134 ],
1135 "entity_ranges": [
1136 {
1137 "offset": 0,
1138 "length": 8,
1139 "key": 0
1140 }
1141 ],
1142 "data": {
1143 "text_align": "start"
1144 }
1145 },
1146 {
1147 "key": "fcee5",
1148 "text": "Speaker Bio: ",
1149 "type": "unstyled",
1150 "depth": 0,
1151 "inline_style_ranges": [
1152 {
1153 "offset": 0,
1154 "length": 13,
1155 "style": "color-rgb(26,26,26)"
1156 },
1157 {
1158 "offset": 0,
1159 "length": 13,
1160 "style": "bgcolor-rgb(255,255,255)"
1161 },
1162 {
1163 "offset": 0,
1164 "length": 13,
1165 "style": "fontsize-14"
1166 },
1167 {
1168 "offset": 0,
1169 "length": 13,
1170 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
1171 },
1172 {
1173 "offset": 0,
1174 "length": 13,
1175 "style": "fontfamily-Helvetica Neue"
1176 }
1177 ],
1178 "entity_ranges": [],
1179 "data": {
1180 "text_align": "start"
1181 }
1182 },
1183 {
1184 "key": "f26v5",
1185 "text": "Everything we love about civilization is a product of intelligence, so amplifying our human intelligence with artificial intelligence has the potential of helping civilization flourish like never before β as long as we manage to keep the technology beneficial.",
1186 "type": "unstyled",
1187 "depth": 0,
1188 "inline_style_ranges": [
1189 {
1190 "offset": 0,
1191 "length": 260,
1192 "style": "color-rgb(26,26,26)"
1193 },
1194 {
1195 "offset": 0,
1196 "length": 260,
1197 "style": "bgcolor-rgb(255,255,255)"
1198 },
1199 {
1200 "offset": 0,
1201 "length": 260,
1202 "style": "fontsize-14"
1203 },
1204 {
1205 "offset": 0,
1206 "length": 260,
1207 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
1208 },
1209 {
1210 "offset": 0,
1211 "length": 260,
1212 "style": "fontfamily-Helvetica Neue"
1213 }
1214 ],
1215 "entity_ranges": [],
1216 "data": {
1217 "text_align": "start"
1218 }
1219 }
1220 ],
1221 "entity_map": {
1222 "0": {
1223 "type": "LINK",
1224 "mutability": "MUTABLE",
1225 "data": {
1226 "url": "https://www.brella.io/",
1227 "title": "<span style=\"box-sizing: border-box; font-style: inherit !important; font-variant: inherit !important; font-weight: inherit !important; font-stretch: inherit !important; font-size: 14px; line-height: inherit !important; font-family: inherit; color: rgb(187, 22, 163); background-color: initial;\">Linkedin</span>",
1228 "target_option": "_blank",
1229 "map": {
1230 "size": 3,
1231 "root": {
1232 "owner_i_d": {},
1233 "entries": []
1234 },
1235 "altered": false
1236 }
1237 }
1238 }
1239 }
1240 },
1241 "highlight-position": 2,
1242 "external-id": null,
1243 "position": null
1244 },
1245 "relationships": {
1246 "speaker-assignments": {
1247 "data": [
1248 {
1249 "id": "102235",
1250 "type": "speaker-assignment"
1251 },
1252 {
1253 "id": "102239",
1254 "type": "speaker-assignment"
1255 },
1256 {
1257 "id": "111688",
1258 "type": "speaker-assignment"
1259 },
1260 {
1261 "id": "159261",
1262 "type": "speaker-assignment"
1263 },
1264 {
1265 "id": "159263",
1266 "type": "speaker-assignment"
1267 }
1268 ]
1269 }
1270 }
1271 },
1272 {
1273 "id": "111688",
1274 "type": "speaker-assignment",
1275 "attributes": {
1276 "role": "Facilitator",
1277 "position": 3
1278 },
1279 "relationships": {
1280 "speaker": {
1281 "data": {
1282 "id": "87628",
1283 "type": "speaker"
1284 }
1285 },
1286 "timeslot": {
1287 "data": {
1288 "id": "409880",
1289 "type": "timeslot"
1290 }
1291 }
1292 }
1293 },
1294 {
1295 "id": "409880",
1296 "type": "timeslot",
1297 "attributes": {
1298 "external-id": null,
1299 "title": "Welcoming Remarks π π",
1300 "reservable": false,
1301 "duration": 30,
1302 "location": "π Main Stage",
1303 "content": {
1304 "blocks": [
1305 {
1306 "key": "382d1",
1307 "text": "A warm welcome to Global Fintech Event 2027! This event is all about networking, finding like-minded people to advance your business cases, share knowlwdge and find inspiration. ",
1308 "type": "unstyled",
1309 "depth": 0,
1310 "inlineStyleRanges": [],
1311 "entityRanges": [],
1312 "data": {}
1313 },
1314 {
1315 "key": "up72",
1316 "text": "Alongside networking , we will enjoy famous speakers who are well-known for their incredible talent, but also possess charm are charisma are hard to come by. Itβs that rare quality that gives an individual influence over large numbers of people or a presence that instantly illuminates a room!",
1317 "type": "unstyled",
1318 "depth": 0,
1319 "inlineStyleRanges": [
1320 {
1321 "offset": 38,
1322 "length": 255,
1323 "style": "color-rgb(0,0,0)"
1324 },
1325 {
1326 "offset": 38,
1327 "length": 255,
1328 "style": "bgcolor-rgb(255,255,255)"
1329 },
1330 {
1331 "offset": 38,
1332 "length": 255,
1333 "style": "fontsize-14"
1334 },
1335 {
1336 "offset": 38,
1337 "length": 255,
1338 "style": "fontfamily-IBM Plex Sans\", sans-serif"
1339 }
1340 ],
1341 "entityRanges": [],
1342 "data": {}
1343 },
1344 {
1345 "key": "lf19",
1346 "text": "Please welcome to the stage: Ville Vanhala ! ",
1347 "type": "unstyled",
1348 "depth": 0,
1349 "inlineStyleRanges": [
1350 {
1351 "offset": 0,
1352 "length": 44,
1353 "style": "color-rgb(0,0,0)"
1354 },
1355 {
1356 "offset": 0,
1357 "length": 44,
1358 "style": "bgcolor-rgb(255,255,255)"
1359 },
1360 {
1361 "offset": 0,
1362 "length": 44,
1363 "style": "fontsize-14"
1364 },
1365 {
1366 "offset": 0,
1367 "length": 44,
1368 "style": "fontfamily-Helvetica Neue\", arial, sans-serif"
1369 }
1370 ],
1371 "entityRanges": [
1372 {
1373 "offset": 29,
1374 "length": 13,
1375 "key": 0
1376 }
1377 ],
1378 "data": {}
1379 },
1380 {
1381 "key": "9ce43",
1382 "text": "",
1383 "type": "unstyled",
1384 "depth": 0,
1385 "inlineStyleRanges": [],
1386 "entityRanges": [],
1387 "data": {}
1388 },
1389 {
1390 "key": "8n2os",
1391 "text": "",
1392 "type": "unstyled",
1393 "depth": 0,
1394 "inlineStyleRanges": [],
1395 "entityRanges": [],
1396 "data": {}
1397 },
1398 {
1399 "key": "7k011",
1400 "text": "",
1401 "type": "unstyled",
1402 "depth": 0,
1403 "inlineStyleRanges": [],
1404 "entityRanges": [],
1405 "data": {}
1406 },
1407 {
1408 "key": "59koj",
1409 "text": "",
1410 "type": "unstyled",
1411 "depth": 0,
1412 "inlineStyleRanges": [],
1413 "entityRanges": [],
1414 "data": {}
1415 }
1416 ],
1417 "entityMap": {
1418 "0": {
1419 "type": "LINK",
1420 "mutability": "MUTABLE",
1421 "data": {
1422 "url": "https://www.linkedin.com/in/villevanhala/",
1423 "targetOption": "_self"
1424 }
1425 }
1426 }
1427 },
1428 "subtitle": "Sponsored by Google",
1429 "highlight-position": null,
1430 "stream-link": "https://www.youtube.com/embed/0UMQUyLmSvg",
1431 "uses-rsvp": true,
1432 "uses-attendee-list": true,
1433 "uses-ticket-qr-code": true,
1434 "attendance-registration-open": true,
1435 "attendance-cap": 20,
1436 "attendance-registrations-count": 9,
1437 "start-time": "2027-10-06T06:00:00.000Z",
1438 "end-time": "2027-10-06T06:30:00.000Z",
1439 "tag-order": [
1440 "38426",
1441 "127417",
1442 "38432"
1443 ]
1444 },
1445 "relationships": {
1446 "tags": {
1447 "data": [
1448 {
1449 "id": "38426",
1450 "type": "tag"
1451 },
1452 {
1453 "id": "127417",
1454 "type": "tag"
1455 },
1456 {
1457 "id": "38432",
1458 "type": "tag"
1459 }
1460 ]
1461 },
1462 "locations": {
1463 "data": [
1464 {
1465 "id": "38427",
1466 "type": "tag"
1467 }
1468 ]
1469 },
1470 "speaker-assignments": {
1471 "data": [
1472 {
1473 "id": "110869",
1474 "type": "speaker-assignment"
1475 },
1476 {
1477 "id": "111689",
1478 "type": "speaker-assignment"
1479 },
1480 {
1481 "id": "111688",
1482 "type": "speaker-assignment"
1483 }
1484 ]
1485 },
1486 "tabs": {
1487 "data": [
1488 {
1489 "id": "95957",
1490 "type": "media"
1491 },
1492 {
1493 "id": "116483",
1494 "type": "media"
1495 }
1496 ]
1497 },
1498 "attendee-groups": {
1499 "data": []
1500 },
1501 "event": {
1502 "data": {
1503 "id": "5632",
1504 "type": "event"
1505 }
1506 },
1507 "track": {
1508 "data": {
1509 "id": "13546",
1510 "type": "track"
1511 }
1512 }
1513 }
1514 }
1515 ],
1516 "meta": {
1517 "total_count": 2,
1518 "total_pages": 1,
1519 "current_page": 1
1520 }
1521}
ο»Ώ
Notes:
- If the attendee has no RSVPs to any timeslots, this request will return an empty object.
ο»Ώ
Updated 16 Nov 2023
Did this page help you?