RSVP & Session check-in
Get all RSVPs by timeslot 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
{timeslotId}
required
String
The id of the timeslot to registrations you are trying to retrieve belong to
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}/timeslots/{timeslotId}/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": "6",
5 "type": "attendance-registration",
6 "attributes": {
7 "checked-in-at": null
8 },
9 "relationships": {
10 "timeslot": {
11 "data": {
12 "id": "409880",
13 "type": "timeslot"
14 }
15 },
16 "user": {
17 "data": {
18 "id": "748187",
19 "type": "user"
20 }
21 }
22 }
23 },
24 {
25 "id": "17",
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": "204278",
40 "type": "user"
41 }
42 }
43 }
44 },
45 {
46 "id": "221",
47 "type": "attendance-registration",
48 "attributes": {
49 "checked-in-at": null
50 },
51 "relationships": {
52 "timeslot": {
53 "data": {
54 "id": "409880",
55 "type": "timeslot"
56 }
57 },
58 "user": {
59 "data": {
60 "id": "985853",
61 "type": "user"
62 }
63 }
64 }
65 },
66 {
67 "id": "2006",
68 "type": "attendance-registration",
69 "attributes": {
70 "checked-in-at": null
71 },
72 "relationships": {
73 "timeslot": {
74 "data": {
75 "id": "409880",
76 "type": "timeslot"
77 }
78 },
79 "user": {
80 "data": {
81 "id": "893899",
82 "type": "user"
83 }
84 }
85 }
86 },
87 {
88 "id": "1580",
89 "type": "attendance-registration",
90 "attributes": {
91 "checked-in-at": null
92 },
93 "relationships": {
94 "timeslot": {
95 "data": {
96 "id": "409880",
97 "type": "timeslot"
98 }
99 },
100 "user": {
101 "data": {
102 "id": "4388",
103 "type": "user"
104 }
105 }
106 }
107 },
108 {
109 "id": "654",
110 "type": "attendance-registration",
111 "attributes": {
112 "checked-in-at": null
113 },
114 "relationships": {
115 "timeslot": {
116 "data": {
117 "id": "409880",
118 "type": "timeslot"
119 }
120 },
121 "user": {
122 "data": {
123 "id": "696392",
124 "type": "user"
125 }
126 }
127 }
128 },
129 {
130 "id": "4865",
131 "type": "attendance-registration",
132 "attributes": {
133 "checked-in-at": null
134 },
135 "relationships": {
136 "timeslot": {
137 "data": {
138 "id": "409880",
139 "type": "timeslot"
140 }
141 },
142 "user": {
143 "data": {
144 "id": "389484",
145 "type": "user"
146 }
147 }
148 }
149 },
150 {
151 "id": "4984",
152 "type": "attendance-registration",
153 "attributes": {
154 "checked-in-at": null
155 },
156 "relationships": {
157 "timeslot": {
158 "data": {
159 "id": "409880",
160 "type": "timeslot"
161 }
162 },
163 "user": {
164 "data": {
165 "id": "904615",
166 "type": "user"
167 }
168 }
169 }
170 },
171 {
172 "id": "4902",
173 "type": "attendance-registration",
174 "attributes": {
175 "checked-in-at": null
176 },
177 "relationships": {
178 "timeslot": {
179 "data": {
180 "id": "409880",
181 "type": "timeslot"
182 }
183 },
184 "user": {
185 "data": {
186 "id": "698312",
187 "type": "user"
188 }
189 }
190 }
191 }
192 ],
193 "included": [
194 {
195 "id": "748187",
196 "type": "user",
197 "attributes": {
198 "first-name": "Nikita",
199 "last-name": "Salnikov",
200 "email": "[email protected]",
201 "company-title": "Product Manager",
202 "company-name": "Brella",
203 "image-url": "https://brella-assets.brella.io/uploads/user/image/748187/vD1iZizInfZvs59y3bYbyQ.jpeg",
204 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/748187/201b6c267e370.jpg",
205 "twitter": "brellanetwork",
206 "website": "https://www.brella.io/",
207 "linkedin": "https://www.linkedin.com/company/brellanetwork",
208 "company-industry": 39,
209 "company-size": 4,
210 "company-revenue": 4,
211 "company-department": null,
212 "company-regions": null,
213 "company-countries": [
214 "FI",
215 "Worldwide",
216 "TW"
217 ],
218 "company-organization-type": null,
219 "time-zone": "Europe/Helsinki"
220 }
221 },
222 {
223 "id": "95957",
224 "type": "media",
225 "attributes": {
226 "body-type": "iframe",
227 "title": "Slido",
228 "mime-type": null,
229 "position": 1,
230 "description": null,
231 "image-url": null,
232 "cta-text": null,
233 "mediable-secondary-type": "tabs",
234 "url": "https://app.sli.do/event/zgfpcjd8",
235 "link-url": "https://app.sli.do/event/zgfpcjd8"
236 }
237 },
238 {
239 "id": "116483",
240 "type": "media",
241 "attributes": {
242 "body-type": "iframe",
243 "title": "Session presentation",
244 "mime-type": null,
245 "position": 2,
246 "description": null,
247 "image-url": null,
248 "cta-text": null,
249 "mediable-secondary-type": "tabs",
250 "url": "https://drive.google.com/file/d/1zGlLJMK2_lK6RmHUVv_wK4QHuooqX4yg/preview",
251 "link-url": "https://drive.google.com/file/d/1zGlLJMK2_lK6RmHUVv_wK4QHuooqX4yg/preview"
252 }
253 },
254 {
255 "id": "13546",
256 "type": "track",
257 "attributes": {
258 "name": "π Main Stage",
259 "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.",
260 "position": 2,
261 "enabled": true,
262 "default": false,
263 "togglable": true,
264 "color": "purple",
265 "show-highlighted-speakers": true,
266 "track-type": "ContentTrack"
267 }
268 },
269 {
270 "id": "38427",
271 "type": "tag",
272 "attributes": {
273 "name": "π Main Stage",
274 "color": "#7F58D7",
275 "updated-at": "2023-06-27T16:21:01.038Z",
276 "created-at": "2022-01-13T13:27:24.730Z"
277 },
278 "relationships": {
279 "event": {
280 "data": {
281 "id": "5632",
282 "type": "event"
283 }
284 }
285 }
286 },
287 {
288 "id": "87629",
289 "type": "speaker",
290 "attributes": {
291 "honorific": "Dr",
292 "first-name": "Jeilin",
293 "middle-name": null,
294 "last-name": "Chang",
295 "job-title": "Blockchain Specialist",
296 "company-name": "AI.ai",
297 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87629/721eab1640136.png",
298 "bio": {
299 "blocks": [
300 {
301 "key": "ahra7",
302 "text": "Linkedin ",
303 "type": "unstyled",
304 "depth": 0,
305 "inline_style_ranges": [
306 {
307 "offset": 0,
308 "length": 9,
309 "style": "color-rgb(26,26,26)"
310 },
311 {
312 "offset": 0,
313 "length": 9,
314 "style": "bgcolor-rgb(255,255,255)"
315 },
316 {
317 "offset": 0,
318 "length": 9,
319 "style": "fontsize-14"
320 },
321 {
322 "offset": 0,
323 "length": 9,
324 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
325 },
326 {
327 "offset": 0,
328 "length": 9,
329 "style": "color-rgb(0,175,102)"
330 },
331 {
332 "offset": 0,
333 "length": 9,
334 "style": "bgcolor-initial"
335 },
336 {
337 "offset": 0,
338 "length": 9,
339 "style": "color-rgb(187,22,163)"
340 },
341 {
342 "offset": 0,
343 "length": 9,
344 "style": "fontfamily-inherit"
345 }
346 ],
347 "entity_ranges": [
348 {
349 "offset": 0,
350 "length": 8,
351 "key": 0
352 }
353 ],
354 "data": {
355 "text_align": "start"
356 }
357 },
358 {
359 "key": "5ff86",
360 "text": "Speaker Bio: ",
361 "type": "unstyled",
362 "depth": 0,
363 "inline_style_ranges": [
364 {
365 "offset": 0,
366 "length": 13,
367 "style": "color-rgb(26,26,26)"
368 },
369 {
370 "offset": 0,
371 "length": 13,
372 "style": "bgcolor-rgb(255,255,255)"
373 },
374 {
375 "offset": 0,
376 "length": 13,
377 "style": "fontsize-14"
378 },
379 {
380 "offset": 0,
381 "length": 13,
382 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
383 }
384 ],
385 "entity_ranges": [],
386 "data": {
387 "text_align": "start"
388 }
389 },
390 {
391 "key": "ctllh",
392 "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.",
393 "type": "unstyled",
394 "depth": 0,
395 "inline_style_ranges": [
396 {
397 "offset": 0,
398 "length": 260,
399 "style": "color-rgb(26,26,26)"
400 },
401 {
402 "offset": 0,
403 "length": 260,
404 "style": "bgcolor-rgb(255,255,255)"
405 },
406 {
407 "offset": 0,
408 "length": 260,
409 "style": "fontsize-14"
410 },
411 {
412 "offset": 0,
413 "length": 260,
414 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
415 }
416 ],
417 "entity_ranges": [],
418 "data": {
419 "text_align": "start"
420 }
421 }
422 ],
423 "entity_map": {
424 "0": {
425 "type": "LINK",
426 "mutability": "MUTABLE",
427 "data": {
428 "url": "https://www.linkedin.com/in/alexandernik/",
429 "target_option": "_blank"
430 }
431 }
432 }
433 },
434 "highlight-position": 1,
435 "external-id": null,
436 "position": 4
437 },
438 "relationships": {
439 "speaker-assignments": {
440 "data": [
441 {
442 "id": "111689",
443 "type": "speaker-assignment"
444 },
445 {
446 "id": "102224",
447 "type": "speaker-assignment"
448 },
449 {
450 "id": "102229",
451 "type": "speaker-assignment"
452 },
453 {
454 "id": "159219",
455 "type": "speaker-assignment"
456 },
457 {
458 "id": "110888",
459 "type": "speaker-assignment"
460 },
461 {
462 "id": "159255",
463 "type": "speaker-assignment"
464 },
465 {
466 "id": "159264",
467 "type": "speaker-assignment"
468 }
469 ]
470 }
471 }
472 },
473 {
474 "id": "111689",
475 "type": "speaker-assignment",
476 "attributes": {
477 "role": "Keynote speaker",
478 "position": 2
479 },
480 "relationships": {
481 "speaker": {
482 "data": {
483 "id": "87629",
484 "type": "speaker"
485 }
486 },
487 "timeslot": {
488 "data": {
489 "id": "409880",
490 "type": "timeslot"
491 }
492 }
493 }
494 },
495 {
496 "id": "87626",
497 "type": "speaker",
498 "attributes": {
499 "honorific": "Mr",
500 "first-name": "Ville",
501 "middle-name": null,
502 "last-name": "Vanhala",
503 "job-title": "Co-Founder & VP of Global Partnerships",
504 "company-name": "Brella",
505 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87626/549bdbe39b123.jpg",
506 "bio": {
507 "blocks": [
508 {
509 "key": "5431p",
510 "text": "SUGGEST MEETING ",
511 "type": "unstyled",
512 "depth": 0,
513 "inline_style_ranges": [
514 {
515 "offset": 0,
516 "length": 16,
517 "style": "BOLD"
518 }
519 ],
520 "entity_ranges": [
521 {
522 "offset": 0,
523 "length": 15,
524 "key": 0
525 }
526 ],
527 "data": {}
528 },
529 {
530 "key": "6kjae",
531 "text": "Represents Brella at this event πͺ",
532 "type": "unstyled",
533 "depth": 0,
534 "inline_style_ranges": [],
535 "entity_ranges": [],
536 "data": {}
537 },
538 {
539 "key": "7l7pq",
540 "text": "LinkekIn ",
541 "type": "unstyled",
542 "depth": 0,
543 "inline_style_ranges": [],
544 "entity_ranges": [
545 {
546 "offset": 0,
547 "length": 8,
548 "key": 1
549 }
550 ],
551 "data": {}
552 },
553 {
554 "key": "1gocb",
555 "text": "",
556 "type": "unstyled",
557 "depth": 0,
558 "inline_style_ranges": [],
559 "entity_ranges": [],
560 "data": {}
561 },
562 {
563 "key": "7i64n",
564 "text": "",
565 "type": "unstyled",
566 "depth": 0,
567 "inline_style_ranges": [],
568 "entity_ranges": [],
569 "data": {}
570 },
571 {
572 "key": "7m0rj",
573 "text": " ",
574 "type": "atomic",
575 "depth": 0,
576 "inline_style_ranges": [],
577 "entity_ranges": [
578 {
579 "offset": 0,
580 "length": 1,
581 "key": 2
582 }
583 ],
584 "data": {}
585 },
586 {
587 "key": "7ba1t",
588 "text": "",
589 "type": "unstyled",
590 "depth": 0,
591 "inline_style_ranges": [],
592 "entity_ranges": [],
593 "data": {}
594 }
595 ],
596 "entity_map": {
597 "0": {
598 "type": "LINK",
599 "mutability": "MUTABLE",
600 "data": {
601 "url": "https://next.brella.io/events/brellafintech2027/people?profile=945545",
602 "target_option": "_self"
603 }
604 },
605 "1": {
606 "type": "LINK",
607 "mutability": "MUTABLE",
608 "data": {
609 "url": "https://www.linkedin.com/feed/?trk=homepage-basic_google-one-tap-submit",
610 "target_option": "_blank"
611 }
612 },
613 "2": {
614 "type": "IMAGE",
615 "mutability": "MUTABLE",
616 "data": {
617 "src": "https://brella-assets.brella.io/uploads/content_image/image/33421/a0c43381c3bdc.png",
618 "height": "auto",
619 "width": "auto"
620 }
621 }
622 }
623 },
624 "highlight-position": 5,
625 "external-id": null,
626 "position": 1
627 },
628 "relationships": {
629 "speaker-assignments": {
630 "data": [
631 {
632 "id": "128452",
633 "type": "speaker-assignment"
634 },
635 {
636 "id": "110869",
637 "type": "speaker-assignment"
638 },
639 {
640 "id": "102234",
641 "type": "speaker-assignment"
642 },
643 {
644 "id": "102238",
645 "type": "speaker-assignment"
646 },
647 {
648 "id": "110887",
649 "type": "speaker-assignment"
650 },
651 {
652 "id": "159262",
653 "type": "speaker-assignment"
654 },
655 {
656 "id": "159266",
657 "type": "speaker-assignment"
658 }
659 ]
660 }
661 }
662 },
663 {
664 "id": "110869",
665 "type": "speaker-assignment",
666 "attributes": {
667 "role": "Chairman",
668 "position": 1
669 },
670 "relationships": {
671 "speaker": {
672 "data": {
673 "id": "87626",
674 "type": "speaker"
675 }
676 },
677 "timeslot": {
678 "data": {
679 "id": "409880",
680 "type": "timeslot"
681 }
682 }
683 }
684 },
685 {
686 "id": "87628",
687 "type": "speaker",
688 "attributes": {
689 "honorific": "Dr",
690 "first-name": "John",
691 "middle-name": null,
692 "last-name": "Legend",
693 "job-title": "Marketing Director",
694 "company-name": "Red Agency",
695 "photo-url": "https://brella-assets.brella.io/uploads/speaker/photo/87628/34ecf59392778.png",
696 "bio": {
697 "blocks": [
698 {
699 "key": "fk8og",
700 "text": "Linkedin ",
701 "type": "unstyled",
702 "depth": 0,
703 "inline_style_ranges": [
704 {
705 "offset": 0,
706 "length": 8,
707 "style": "color-rgb(26,26,26)"
708 },
709 {
710 "offset": 0,
711 "length": 8,
712 "style": "bgcolor-rgb(255,255,255)"
713 },
714 {
715 "offset": 0,
716 "length": 8,
717 "style": "fontsize-14"
718 },
719 {
720 "offset": 0,
721 "length": 8,
722 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
723 },
724 {
725 "offset": 0,
726 "length": 8,
727 "style": "color-rgb(0,175,102)"
728 },
729 {
730 "offset": 0,
731 "length": 8,
732 "style": "bgcolor-initial"
733 },
734 {
735 "offset": 0,
736 "length": 8,
737 "style": "color-rgb(187,22,163)"
738 },
739 {
740 "offset": 0,
741 "length": 8,
742 "style": "fontfamily-inherit"
743 }
744 ],
745 "entity_ranges": [
746 {
747 "offset": 0,
748 "length": 8,
749 "key": 0
750 }
751 ],
752 "data": {
753 "text_align": "start"
754 }
755 },
756 {
757 "key": "fcee5",
758 "text": "Speaker Bio: ",
759 "type": "unstyled",
760 "depth": 0,
761 "inline_style_ranges": [
762 {
763 "offset": 0,
764 "length": 13,
765 "style": "color-rgb(26,26,26)"
766 },
767 {
768 "offset": 0,
769 "length": 13,
770 "style": "bgcolor-rgb(255,255,255)"
771 },
772 {
773 "offset": 0,
774 "length": 13,
775 "style": "fontsize-14"
776 },
777 {
778 "offset": 0,
779 "length": 13,
780 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
781 },
782 {
783 "offset": 0,
784 "length": 13,
785 "style": "fontfamily-Helvetica Neue"
786 }
787 ],
788 "entity_ranges": [],
789 "data": {
790 "text_align": "start"
791 }
792 },
793 {
794 "key": "f26v5",
795 "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.",
796 "type": "unstyled",
797 "depth": 0,
798 "inline_style_ranges": [
799 {
800 "offset": 0,
801 "length": 260,
802 "style": "color-rgb(26,26,26)"
803 },
804 {
805 "offset": 0,
806 "length": 260,
807 "style": "bgcolor-rgb(255,255,255)"
808 },
809 {
810 "offset": 0,
811 "length": 260,
812 "style": "fontsize-14"
813 },
814 {
815 "offset": 0,
816 "length": 260,
817 "style": "fontfamily-Helvetica Neue\", Helvetica, Arial, sans-serif"
818 },
819 {
820 "offset": 0,
821 "length": 260,
822 "style": "fontfamily-Helvetica Neue"
823 }
824 ],
825 "entity_ranges": [],
826 "data": {
827 "text_align": "start"
828 }
829 }
830 ],
831 "entity_map": {
832 "0": {
833 "type": "LINK",
834 "mutability": "MUTABLE",
835 "data": {
836 "url": "https://www.brella.io/",
837 "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>",
838 "target_option": "_blank",
839 "map": {
840 "size": 3,
841 "root": {
842 "owner_i_d": {},
843 "entries": []
844 },
845 "altered": false
846 }
847 }
848 }
849 }
850 },
851 "highlight-position": 2,
852 "external-id": null,
853 "position": null
854 },
855 "relationships": {
856 "speaker-assignments": {
857 "data": [
858 {
859 "id": "102235",
860 "type": "speaker-assignment"
861 },
862 {
863 "id": "102239",
864 "type": "speaker-assignment"
865 },
866 {
867 "id": "111688",
868 "type": "speaker-assignment"
869 },
870 {
871 "id": "159261",
872 "type": "speaker-assignment"
873 },
874 {
875 "id": "159263",
876 "type": "speaker-assignment"
877 }
878 ]
879 }
880 }
881 },
882 {
883 "id": "111688",
884 "type": "speaker-assignment",
885 "attributes": {
886 "role": "Facilitator",
887 "position": 3
888 },
889 "relationships": {
890 "speaker": {
891 "data": {
892 "id": "87628",
893 "type": "speaker"
894 }
895 },
896 "timeslot": {
897 "data": {
898 "id": "409880",
899 "type": "timeslot"
900 }
901 }
902 }
903 },
904 {
905 "id": "409880",
906 "type": "timeslot",
907 "attributes": {
908 "external-id": null,
909 "title": "Welcoming Remarks π π",
910 "reservable": false,
911 "duration": 30,
912 "location": "π Main Stage",
913 "content": {
914 "blocks": [
915 {
916 "key": "382d1",
917 "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. ",
918 "type": "unstyled",
919 "depth": 0,
920 "inlineStyleRanges": [],
921 "entityRanges": [],
922 "data": {}
923 },
924 {
925 "key": "up72",
926 "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!",
927 "type": "unstyled",
928 "depth": 0,
929 "inlineStyleRanges": [
930 {
931 "offset": 38,
932 "length": 255,
933 "style": "color-rgb(0,0,0)"
934 },
935 {
936 "offset": 38,
937 "length": 255,
938 "style": "bgcolor-rgb(255,255,255)"
939 },
940 {
941 "offset": 38,
942 "length": 255,
943 "style": "fontsize-14"
944 },
945 {
946 "offset": 38,
947 "length": 255,
948 "style": "fontfamily-IBM Plex Sans\", sans-serif"
949 }
950 ],
951 "entityRanges": [],
952 "data": {}
953 },
954 {
955 "key": "lf19",
956 "text": "Please welcome to the stage: Ville Vanhala ! ",
957 "type": "unstyled",
958 "depth": 0,
959 "inlineStyleRanges": [
960 {
961 "offset": 0,
962 "length": 44,
963 "style": "color-rgb(0,0,0)"
964 },
965 {
966 "offset": 0,
967 "length": 44,
968 "style": "bgcolor-rgb(255,255,255)"
969 },
970 {
971 "offset": 0,
972 "length": 44,
973 "style": "fontsize-14"
974 },
975 {
976 "offset": 0,
977 "length": 44,
978 "style": "fontfamily-Helvetica Neue\", arial, sans-serif"
979 }
980 ],
981 "entityRanges": [
982 {
983 "offset": 29,
984 "length": 13,
985 "key": 0
986 }
987 ],
988 "data": {}
989 },
990 {
991 "key": "9ce43",
992 "text": "",
993 "type": "unstyled",
994 "depth": 0,
995 "inlineStyleRanges": [],
996 "entityRanges": [],
997 "data": {}
998 },
999 {
1000 "key": "8n2os",
1001 "text": "",
1002 "type": "unstyled",
1003 "depth": 0,
1004 "inlineStyleRanges": [],
1005 "entityRanges": [],
1006 "data": {}
1007 },
1008 {
1009 "key": "7k011",
1010 "text": "",
1011 "type": "unstyled",
1012 "depth": 0,
1013 "inlineStyleRanges": [],
1014 "entityRanges": [],
1015 "data": {}
1016 },
1017 {
1018 "key": "59koj",
1019 "text": "",
1020 "type": "unstyled",
1021 "depth": 0,
1022 "inlineStyleRanges": [],
1023 "entityRanges": [],
1024 "data": {}
1025 }
1026 ],
1027 "entityMap": {
1028 "0": {
1029 "type": "LINK",
1030 "mutability": "MUTABLE",
1031 "data": {
1032 "url": "https://www.linkedin.com/in/villevanhala/",
1033 "targetOption": "_self"
1034 }
1035 }
1036 }
1037 },
1038 "subtitle": "Sponsored by AZW",
1039 "highlight-position": null,
1040 "stream-link": "https://www.youtube.com/embed/0wsLmSvg",
1041 "uses-rsvp": true,
1042 "uses-attendee-list": true,
1043 "uses-ticket-qr-code": true,
1044 "attendance-registration-open": true,
1045 "attendance-cap": 20,
1046 "attendance-registrations-count": 9,
1047 "start-time": "2027-10-06T06:00:00.000Z",
1048 "end-time": "2027-10-06T06:30:00.000Z",
1049 "tag-order": []
1050 },
1051 "relationships": {
1052 "tags": {
1053 "data": []
1054 },
1055 "locations": {
1056 "data": [
1057 {
1058 "id": "38427",
1059 "type": "tag"
1060 }
1061 ]
1062 },
1063 "speaker-assignments": {
1064 "data": [
1065 {
1066 "id": "111689",
1067 "type": "speaker-assignment"
1068 },
1069 {
1070 "id": "110869",
1071 "type": "speaker-assignment"
1072 },
1073 {
1074 "id": "111688",
1075 "type": "speaker-assignment"
1076 }
1077 ]
1078 },
1079 "tabs": {
1080 "data": [
1081 {
1082 "id": "95957",
1083 "type": "media"
1084 },
1085 {
1086 "id": "116483",
1087 "type": "media"
1088 }
1089 ]
1090 },
1091 "attendee-groups": {
1092 "data": []
1093 },
1094 "event": {
1095 "data": {
1096 "id": "5632",
1097 "type": "event"
1098 }
1099 },
1100 "track": {
1101 "data": {
1102 "id": "13546",
1103 "type": "track"
1104 }
1105 }
1106 }
1107 },
1108 {
1109 "id": "204278",
1110 "type": "user",
1111 "attributes": {
1112 "first-name": "Stephanie",
1113 "last-name": "Campano Valenzuela ",
1114 "email": "[email protected]",
1115 "company-title": "Technical Support Team Lead",
1116 "company-name": "Brella",
1117 "image-url": "https://brella-assets.brella.io/uploads/user/image/204278/_1xUHUZl35R0n2ZqM1DaqQ.jpeg",
1118 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/204278/602afd74edab9.png",
1119 "twitter": "",
1120 "website": "https://www.brella.io",
1121 "linkedin": "https://www.linkedin.com/in/stephaniecampanovalenzuela/",
1122 "company-industry": 39,
1123 "company-size": 3,
1124 "company-revenue": -1,
1125 "company-department": null,
1126 "company-regions": null,
1127 "company-countries": [
1128 "Worldwide"
1129 ],
1130 "company-organization-type": null,
1131 "time-zone": "Europe/Helsinki"
1132 }
1133 },
1134 {
1135 "id": "985853",
1136 "type": "user",
1137 "attributes": {
1138 "first-name": "Nishi",
1139 "last-name": "Wijeratne",
1140 "email": "[email protected]",
1141 "company-title": "Technical Support & Customer Onboarding Specialist",
1142 "company-name": "Brella",
1143 "image-url": "https://brella-assets.brella.io/uploads/user/image/985853/9dpyDt7irOohQrfHDz-U4g.jpeg",
1144 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/985853/602afd74edab9.png",
1145 "twitter": "",
1146 "website": "",
1147 "linkedin": "",
1148 "company-industry": -1,
1149 "company-size": -1,
1150 "company-revenue": -1,
1151 "company-department": null,
1152 "company-regions": null,
1153 "company-countries": [
1154 "LK"
1155 ],
1156 "company-organization-type": null,
1157 "time-zone": "Canada/Pacific"
1158 }
1159 },
1160 {
1161 "id": "893899",
1162 "type": "user",
1163 "attributes": {
1164 "first-name": "Jordan",
1165 "last-name": "Yacinich",
1166 "email": "[email protected]",
1167 "company-title": "Customer Success Manager",
1168 "company-name": "Brella",
1169 "image-url": "https://brella-assets.brella.io/uploads/user/image/893899/LqRuN8eLnVU2psRI3Dxdog.jpeg",
1170 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/893899/4c947d37a005d.jpg",
1171 "twitter": "",
1172 "website": "",
1173 "linkedin": "",
1174 "company-industry": 39,
1175 "company-size": null,
1176 "company-revenue": null,
1177 "company-department": null,
1178 "company-regions": null,
1179 "company-countries": [
1180 "North America"
1181 ],
1182 "company-organization-type": null,
1183 "time-zone": "America/Chicago"
1184 }
1185 },
1186 {
1187 "id": "4388",
1188 "type": "user",
1189 "attributes": {
1190 "first-name": "Ville",
1191 "last-name": "Vanhala",
1192 "email": "[email protected]",
1193 "company-title": "VP of Customer Experience",
1194 "company-name": "Brella",
1195 "image-url": "https://brella-assets.brella.io/uploads/user/image/4388/_icA57PiXI1WqE--GsS3Wg.jpeg",
1196 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/4388/602afd74edab9.png",
1197 "twitter": "brellanetwork",
1198 "website": "https://www.brella.io",
1199 "linkedin": "https://www.linkedin.com/in/villevanhala",
1200 "company-industry": 39,
1201 "company-size": 3,
1202 "company-revenue": 0,
1203 "company-department": null,
1204 "company-regions": null,
1205 "company-countries": [
1206 "Europe"
1207 ],
1208 "company-organization-type": null,
1209 "time-zone": "Europe/Helsinki"
1210 }
1211 },
1212 {
1213 "id": "696392",
1214 "type": "user",
1215 "attributes": {
1216 "first-name": "Shane",
1217 "last-name": "Flannery",
1218 "email": "[email protected]",
1219 "company-title": "CSM",
1220 "company-name": "Brella",
1221 "image-url": "https://brella-assets.brella.io/uploads/user/image/696392/Nsbn0uf42Z4opMHLgnUlpg.jpeg",
1222 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/696392/602afd74edab9.png",
1223 "twitter": "",
1224 "website": "",
1225 "linkedin": null,
1226 "company-industry": 39,
1227 "company-size": 4,
1228 "company-revenue": 4,
1229 "company-department": null,
1230 "company-regions": null,
1231 "company-countries": [
1232 "Europe",
1233 "IE",
1234 "FI"
1235 ],
1236 "company-organization-type": null,
1237 "time-zone": "Europe/Helsinki"
1238 }
1239 },
1240 {
1241 "id": "389484",
1242 "type": "user",
1243 "attributes": {
1244 "first-name": "Wendy",
1245 "last-name": "RendΓ³n",
1246 "email": "[email protected]",
1247 "company-title": "Customer Success Manager ",
1248 "company-name": "Brella Oy",
1249 "image-url": "https://brella-assets.brella.io/uploads/user/image/389484/wI6DrBBKrFDzTIBwvUk0yw.jpeg",
1250 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/389484/6bfa10a10969e.jpg",
1251 "twitter": "",
1252 "website": "https://help.brella.io/en/kb-tickets/new",
1253 "linkedin": "https://www.linkedin.com/in/wendyvrr/",
1254 "company-industry": 25,
1255 "company-size": 4,
1256 "company-revenue": -1,
1257 "company-department": null,
1258 "company-regions": null,
1259 "company-countries": [
1260 "Worldwide"
1261 ],
1262 "company-organization-type": null,
1263 "time-zone": "Europe/Helsinki"
1264 }
1265 },
1266 {
1267 "id": "904615",
1268 "type": "user",
1269 "attributes": {
1270 "first-name": "Rabbit",
1271 "last-name": "Seemely",
1272 "email": "[email protected]",
1273 "company-title": "Managing Director ",
1274 "company-name": "C12",
1275 "image-url": "https://brella-assets.brella.io/uploads/user/image/904615/g1KGHEN_KeffoPSJairQ.jpeg",
1276 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/904615/054fa2ffffff.jpg",
1277 "twitter": "",
1278 "website": "https://www.comun.com/",
1279 "linkedin": "https://www.linkedin.com/in/restof",
1280 "company-industry": 78,
1281 "company-size": 3,
1282 "company-revenue": 4,
1283 "company-department": null,
1284 "company-regions": null,
1285 "company-countries": [
1286 "MX"
1287 ],
1288 "company-organization-type": null,
1289 "time-zone": "America/Mexico_City"
1290 }
1291 },
1292 {
1293 "id": "698312",
1294 "type": "user",
1295 "attributes": {
1296 "first-name": "Stella",
1297 "last-name": "Roark",
1298 "email": "[email protected]",
1299 "company-title": "Head of Sales, Americas",
1300 "company-name": "Brella",
1301 "image-url": "https://brella-assets.brella.io/uploads/user/image/698312/8kGuhzJQZKMkjaczrVwIzA.png",
1302 "cover-photo-url": "https://brella-assets.brella.io/uploads/user/cover_photo/698312/602afd74edab9.png",
1303 "twitter": "",
1304 "website": "https://www.brella.io/",
1305 "linkedin": "https://www.linkedin.com/in/stelladavis/",
1306 "company-industry": 39,
1307 "company-size": 4,
1308 "company-revenue": -1,
1309 "company-department": null,
1310 "company-regions": null,
1311 "company-countries": [
1312 "Worldwide",
1313 "US"
1314 ],
1315 "company-organization-type": null,
1316 "time-zone": "America/New_York"
1317 }
1318 }
1319 ],
1320 "meta": {
1321 "total_count": 9,
1322 "total_pages": 1,
1323 "current_page": 1
1324 }
1325}
ο»Ώ
Notes:
- If the timeslot has no RSVPs or has the RSVP feature disabled, this request will return an empty object.
ο»Ώ
Updated 16 Nov 2023
Did this page help you?