Speakers
List all speakers
1min
List all speaker profiles in a specific 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
Query Parameters
page[size]
optional
Number
Paginate the response of this endpoint. By default Brella's endpoints do not enforce pagination
page[number]
optional
Number
Retrieve a specific page of results if pagination is enabled using the previous parameter
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}/speakers' \
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": "93568",
5 "type": "speaker",
6 "attributes": {
7 "honorific": "Capt",
8 "first-name": "John",
9 "middle-name": "Arnsworth",
10 "last-name": "Jameson",
11 "job-title": "CEO",
12 "company-name": "Unicorn Hacking",
13 "photo-url": "https://brella-tester.brella.io/uploads/speaker/pics/93568/48reg04aa894.jpg",
14 "bio": {
15 "blocks": [
16 {
17 "key": "f3ngo",
18 "text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. ",
19 "type": "unstyled",
20 "depth": 0,
21 "inline_style_ranges": [
22 {
23 "offset": 0,
24 "length": 11,
25 "style": "BOLD"
26 },
27 {
28 "offset": 12,
29 "length": 63,
30 "style": "color-rgb(0,0,0)"
31 },
32 {
33 "offset": 12,
34 "length": 63,
35 "style": "bgcolor-rgb(255,255,255)"
36 },
37 {
38 "offset": 12,
39 "length": 63,
40 "style": "fontsize-14"
41 },
42 {
43 "offset": 12,
44 "length": 63,
45 "style": "fontfamily-Open Sans\", Arial, sans-serif"
46 }
47 ],
48 "entity_ranges": [],
49 "data": {}
50 },
51 {
52 "key": "5e6dl",
53 "text": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ",
54 "type": "unstyled",
55 "depth": 0,
56 "inline_style_ranges": [
57 {
58 "offset": 0,
59 "length": 171,
60 "style": "color-rgb(0,0,0)"
61 },
62 {
63 "offset": 0,
64 "length": 171,
65 "style": "bgcolor-rgb(255,255,255)"
66 },
67 {
68 "offset": 0,
69 "length": 171,
70 "style": "fontsize-14"
71 },
72 {
73 "offset": 0,
74 "length": 171,
75 "style": "fontfamily-Open Sans\", Arial, sans-serif"
76 },
77 {
78 "offset": 24,
79 "length": 21,
80 "style": "ITALIC"
81 },
82 {
83 "offset": 24,
84 "length": 21,
85 "style": "UNDERLINE"
86 }
87 ],
88 "entity_ranges": [],
89 "data": {}
90 },
91 {
92 "key": "89uvi",
93 "text": "It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ",
94 "type": "unstyled",
95 "depth": 0,
96 "inline_style_ranges": [
97 {
98 "offset": 0,
99 "length": 121,
100 "style": "color-rgb(0,0,0)"
101 },
102 {
103 "offset": 0,
104 "length": 121,
105 "style": "bgcolor-rgb(255,255,255)"
106 },
107 {
108 "offset": 0,
109 "length": 121,
110 "style": "fontsize-14"
111 },
112 {
113 "offset": 0,
114 "length": 121,
115 "style": "fontfamily-Open Sans\", Arial, sans-serif"
116 }
117 ],
118 "entity_ranges": [],
119 "data": {}
120 },
121 {
122 "key": "58d73",
123 "text": "It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
124 "type": "unstyled",
125 "depth": 0,
126 "inline_style_ranges": [
127 {
128 "offset": 0,
129 "length": 207,
130 "style": "color-rgb(0,0,0)"
131 },
132 {
133 "offset": 0,
134 "length": 207,
135 "style": "bgcolor-rgb(255,255,255)"
136 },
137 {
138 "offset": 0,
139 "length": 207,
140 "style": "fontsize-14"
141 },
142 {
143 "offset": 0,
144 "length": 207,
145 "style": "fontfamily-Open Sans\", Arial, sans-serif"
146 }
147 ],
148 "entity_ranges": [],
149 "data": {}
150 }
151 ],
152 "entity_map": {}
153 },
154 "highlight-position": null,
155 "external-id": null,
156 "position": 1
157 },
158 "relationships": {
159 "speaker-assignments": {
160 "data": [
161 {
162 "id": "107330",
163 "type": "speaker-assignment"
164 },
165 {
166 "id": "107335",
167 "type": "speaker-assignment"
168 },
169 {
170 "id": "131662",
171 "type": "speaker-assignment"
172 }
173 ]
174 }
175 }
176 },
177 {
178 "id": "93569",
179 "type": "speaker",
180 "attributes": {
181 "honorific": "Ms",
182 "first-name": "Katrina",
183 "middle-name": "Jane",
184 "last-name": "Mayweather",
185 "job-title": "Advisor & Professor Emeritus",
186 "company-name": "Amazing Ventures Oy",
187 "photo-url": "https://brella-test.brella.io/uploads/speaker/pics/93569/6ffcad3faan7d.jpg",
188 "bio": {
189 "blocks": [
190 {
191 "key": "87ckj",
192 "text": "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
193 "type": "unstyled",
194 "depth": 0,
195 "inline_style_ranges": [
196 {
197 "offset": 0,
198 "length": 202,
199 "style": "color-rgb(0,0,0)"
200 },
201 {
202 "offset": 0,
203 "length": 202,
204 "style": "bgcolor-rgb(255,255,255)"
205 },
206 {
207 "offset": 0,
208 "length": 202,
209 "style": "fontsize-14"
210 },
211 {
212 "offset": 0,
213 "length": 202,
214 "style": "fontfamily-Open Sans\", Arial, sans-serif"
215 }
216 ],
217 "entity_ranges": [],
218 "data": {}
219 }
220 ],
221 "entity_map": {}
222 },
223 "highlight-position": 3,
224 "external-id": null,
225 "position": 2
226
227 },
228 "relationships": {
229 "speaker-assignments": {
230 "data": [
231 {
232 "id": "107331",
233 "type": "speaker-assignment"
234 },
235 {
236 "id": "107336",
237 "type": "speaker-assignment"
238 },
239 {
240 "id": "131661",
241 "type": "speaker-assignment"
242 },
243 {
244 "id": "131666",
245 "type": "speaker-assignment"
246 }
247 ]
248 }
249 }
250 },
251 {
252 "id": "93570",
253 "type": "speaker",
254 "attributes": {
255 "honorific": "Ms",
256 "first-name": "Emma",
257 "middle-name": "Jane",
258 "last-name": "Thompson",
259 "job-title": "Marketing executive ",
260 "company-name": "Sparkles & joy marketing",
261 "photo-url": "https://brella-test.brella.io/uploads/speaker/pics/93570/cgobbluth9ca0e.png",
262 "bio": {
263 "blocks": [
264 {
265 "key": "56a6e",
266 "text": "Here is Emma's bio — it's not super long, but just right. Although, it could be much, much longer! ",
267 "type": "unstyled",
268 "depth": 0,
269 "inline_style_ranges": [],
270 "entity_ranges": [],
271 "data": {}
272 },
273 {
274 "key": "f58lh",
275 "text": "The End. ",
276 "type": "unstyled",
277 "depth": 0,
278 "inline_style_ranges": [
279 {
280 "offset": 0,
281 "length": 9,
282 "style": "BOLD"
283 }
284 ],
285 "entity_ranges": [],
286 "data": {}
287 }
288 ],
289 "entity_map": {}
290 },
291 "highlight-position": 4,
292 "external-id": null,
293 "position": 3
294 },
295 "relationships": {
296 "speaker-assignments": {
297 "data": [
298 {
299 "id": "107332",
300 "type": "speaker-assignment"
301 },
302 {
303 "id": "131663",
304 "type": "speaker-assignment"
305 }
306 ]
307 }
308 }
309 },
310 {
311 "id": "93572",
312 "type": "speaker",
313 "attributes": {
314 "honorific": "Mr",
315 "first-name": "Earl",
316 "middle-name": "Kyrgios",
317 "last-name": "Jackson",
318 "job-title": "Customer care supervisor",
319 "company-name": "MayDay Oy",
320 "photo-url": "https://brella-test.brella.io/uploads/speaker/pics/93572/c9gobei29e.jpg",
321 "bio": {
322 "blocks": [
323 {
324 "key": "66ia4",
325 "text": "Earl is the senior Customer Care Supervisor at MayDay Co. In his spare time, he enjoys running, walks on the beach and camping. ",
326 "type": "unstyled",
327 "depth": 0,
328 "inline_style_ranges": [],
329 "entity_ranges": [],
330 "data": {}
331 },
332 {
333 "key": "deig3",
334 "text": "Come say hi to him during Sessions X and Z. ",
335 "type": "unstyled",
336 "depth": 0,
337 "inline_style_ranges": [],
338 "entity_ranges": [],
339 "data": {}
340 }
341 ],
342 "entity_map": {}
343 },
344 "highlight-position": 1,
345 "external-id": null,
346 "position": 3
347 },
348 "relationships": {
349 "speaker-assignments": {
350 "data": [
351 {
352 "id": "107334",
353 "type": "speaker-assignment"
354 }
355 ]
356 }
357 }
358 }
359 ],
360 "included": [
361 {
362 "id": "39814",
363 "type": "tag",
364 "attributes": {
365 "name": "Start up",
366 "color": "#bb16a3",
367 "updated-at": "2022-04-14T06:52:13.352Z",
368 "created-at": "2022-04-14T06:52:13.352Z"
369 },
370 "relationships": {
371 "event": {
372 "data": {
373 "id": "5981",
374 "type": "event"
375 }
376 }
377 }
378 },
379 {
380 "id": "39815",
381 "type": "tag",
382 "attributes": {
383 "name": "Inspiration",
384 "color": "#96D758",
385 "updated-at": "2022-04-14T06:52:45.028Z",
386 "created-at": "2022-04-14T06:52:45.028Z"
387 },
388 "relationships": {
389 "event": {
390 "data": {
391 "id": "5981",
392 "type": "event"
393 }
394 }
395 }
396 },
397 {
398 "id": "114153",
399 "type": "tag",
400 "attributes": {
401 "name": "Foyer Stage",
402 "color": "#bb16a3",
403 "updated-at": "2023-01-29T18:12:23.267Z",
404 "created-at": "2023-01-29T18:12:23.267Z"
405 },
406 "relationships": {
407 "event": {
408 "data": {
409 "id": "5981",
410 "type": "event"
411 }
412 }
413 }
414 },
415 {
416 "id": "426917",
417 "type": "timeslot",
418 "attributes": {
419 "external-id": null,
420 "title": "Start ups know-how",
421 "reservable": false,
422 "duration": 60,
423 "location": "Foyer Stage",
424 "content": {
425 "blocks": [
426 {
427 "key": "3drga",
428 "text": "\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, c\"",
429 "type": "unstyled",
430 "depth": 0,
431 "inline_style_ranges": [
432 {
433 "offset": 0,
434 "length": 439,
435 "style": "color-rgb(0,0,0)"
436 },
437 {
438 "offset": 0,
439 "length": 439,
440 "style": "bgcolor-rgb(255,255,255)"
441 },
442 {
443 "offset": 0,
444 "length": 439,
445 "style": "fontsize-14"
446 },
447 {
448 "offset": 0,
449 "length": 439,
450 "style": "fontfamily-Open Sans\", Arial, sans-serif"
451 }
452 ],
453 "entity_ranges": [],
454 "data": {}
455 }
456 ],
457 "entity_map": {}
458 },
459 "subtitle": "Speaker: John Jameson, CEO, Unicorn Haking Oy",
460 "highlight-position": 1,
461 "stream-link": "https://youtube.com/embed/2rfjsd",
462 "chat-channel-id": null,
463 "start-time": "2024-04-30T17:00:00.000Z",
464 "end-time": "2024-04-30T18:00:00.000Z",
465 "tag-order": [
466 "39814",
467 "39815"
468 ]
469 },
470 "relationships": {
471 "tags": {
472 "data": [
473 {
474 "id": "39814",
475 "type": "tag"
476 },
477 {
478 "id": "39815",
479 "type": "tag"
480 }
481 ]
482 },
483 "locations": {
484 "data": [
485 {
486 "id": "114153",
487 "type": "tag"
488 }
489 ]
490 },
491 "speaker-assignments": {
492 "data": [
493 {
494 "id": "131663",
495 "type": "speaker-assignment"
496 },
497 {
498 "id": "107330",
499 "type": "speaker-assignment"
500 }
501 ]
502 },
503 "speakers": {
504 "data": [
505 {
506 "id": "93570",
507 "type": "speaker"
508 },
509 {
510 "id": "93568",
511 "type": "speaker"
512 }
513 ]
514 },
515 "tabs": {
516 "data": []
517 },
518 "attendee-groups": {
519 "data": []
520 },
521 "event": {
522 "data": {
523 "id": "5981",
524 "type": "event"
525 }
526 }
527 }
528 },
529 {
530 "id": "107330",
531 "type": "speaker-assignment",
532 "attributes": {
533 "role": null,
534 "position": 2
535 },
536 "relationships": {
537 "speaker": {
538 "data": {
539 "id": "93568",
540 "type": "speaker"
541 }
542 },
543 "timeslot": {
544 "data": {
545 "id": "426917",
546 "type": "timeslot"
547 }
548 }
549 }
550 },
551 {
552 "id": "39813",
553 "type": "tag",
554 "attributes": {
555 "name": "Networking opportunity",
556 "color": "#7F58D7",
557 "updated-at": "2022-04-14T06:48:25.414Z",
558 "created-at": "2022-04-14T06:48:25.414Z"
559 },
560 "relationships": {
561 "event": {
562 "data": {
563 "id": "5981",
564 "type": "event"
565 }
566 }
567 }
568 },
569 {
570 "id": "426931",
571 "type": "timeslot",
572 "attributes": {
573 "external-id": null,
574 "title": "Workshop - how to build a start up",
575 "reservable": false,
576 "duration": 120,
577 "location": null,
578 "content": null,
579 "subtitle": "The workshop is held by John Jameson from Unicorn Hacking",
580 "highlight-position": null,
581 "stream-link": null,
582 "chat-channel-id": null,
583 "start-time": "2024-05-01T17:00:00.000Z",
584 "end-time": "2024-05-01T19:00:00.000Z",
585 "tag-order": [
586 "39813",
587 "39815",
588 "39814"
589 ]
590 },
591 "relationships": {
592 "tags": {
593 "data": [
594 {
595 "id": "39813",
596 "type": "tag"
597 },
598 {
599 "id": "39815",
600 "type": "tag"
601 },
602 {
603 "id": "39814",
604 "type": "tag"
605 }
606 ]
607 },
608 "locations": {
609 "data": []
610 },
611 "speaker-assignments": {
612 "data": [
613 {
614 "id": "107335",
615 "type": "speaker-assignment"
616 }
617 ]
618 },
619 "speakers": {
620 "data": [
621 {
622 "id": "93568",
623 "type": "speaker"
624 }
625 ]
626 },
627 "tabs": {
628 "data": []
629 },
630 "attendee-groups": {
631 "data": []
632 },
633 "event": {
634 "data": {
635 "id": "5981",
636 "type": "event"
637 }
638 }
639 }
640 },
641 {
642 "id": "107335",
643 "type": "speaker-assignment",
644 "attributes": {
645 "role": null,
646 "position": 1
647 },
648 "relationships": {
649 "speaker": {
650 "data": {
651 "id": "93568",
652 "type": "speaker"
653 }
654 },
655 "timeslot": {
656 "data": {
657 "id": "426931",
658 "type": "timeslot"
659 }
660 }
661 }
662 },
663 {
664 "id": "114154",
665 "type": "tag",
666 "attributes": {
667 "name": "Main Stage",
668 "color": "#D75858",
669 "updated-at": "2023-01-29T18:13:01.077Z",
670 "created-at": "2023-01-29T18:13:01.077Z"
671 },
672 "relationships": {
673 "event": {
674 "data": {
675 "id": "5981",
676 "type": "event"
677 }
678 }
679 }
680 },
681 {
682 "id": "426916",
683 "type": "timeslot",
684 "attributes": {
685 "external-id": null,
686 "title": "Breakfast & networking",
687 "reservable": false,
688 "duration": 60,
689 "location": "Main Stage",
690 "content": {
691 "blocks": [
692 {
693 "key": "1i3gd",
694 "text": "It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.paragraphswordsbyteslistsStart with 'Lorem\nipsum dolor sit amet...'It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.paragraphswordsbyteslistsStart with 'Lorem\nipsum dolor sit amet...'",
695 "type": "unstyled",
696 "depth": 0,
697 "inline_style_ranges": [
698 {
699 "offset": 0,
700 "length": 307,
701 "style": "color-rgb(0,0,0)"
702 },
703 {
704 "offset": 308,
705 "length": 331,
706 "style": "color-rgb(0,0,0)"
707 },
708 {
709 "offset": 640,
710 "length": 24,
711 "style": "color-rgb(0,0,0)"
712 },
713 {
714 "offset": 0,
715 "length": 307,
716 "style": "bgcolor-rgb(255,255,255)"
717 },
718 {
719 "offset": 308,
720 "length": 331,
721 "style": "bgcolor-rgb(255,255,255)"
722 },
723 {
724 "offset": 640,
725 "length": 24,
726 "style": "bgcolor-rgb(255,255,255)"
727 },
728 {
729 "offset": 0,
730 "length": 307,
731 "style": "fontsize-14"
732 },
733 {
734 "offset": 308,
735 "length": 331,
736 "style": "fontsize-14"
737 },
738 {
739 "offset": 640,
740 "length": 24,
741 "style": "fontsize-14"
742 },
743 {
744 "offset": 0,
745 "length": 307,
746 "style": "fontfamily-Open Sans\", Arial, sans-serif"
747 },
748 {
749 "offset": 308,
750 "length": 331,
751 "style": "fontfamily-Open Sans\", Arial, sans-serif"
752 },
753 {
754 "offset": 640,
755 "length": 24,
756 "style": "fontfamily-Open Sans\", Arial, sans-serif"
757 }
758 ],
759 "entity_ranges": [],
760 "data": {
761 "text_align": "justify"
762 }
763 }
764 ],
765 "entity_map": {}
766 },
767 "subtitle": "Come have a breakfast and start networking with other attendees",
768 "highlight-position": 1,
769 "stream-link": "https://vimeo.com/embed/2320948j",
770 "chat-channel-id": null,
771 "start-time": "2024-04-30T16:00:00.000Z",
772 "end-time": "2024-04-30T17:00:00.000Z",
773 "tag-order": [
774 "39813"
775 ]
776 },
777 "relationships": {
778 "tags": {
779 "data": [
780 {
781 "id": "39813",
782 "type": "tag"
783 }
784 ]
785 },
786 "locations": {
787 "data": [
788 {
789 "id": "114154",
790 "type": "tag"
791 }
792 ]
793 },
794 "speaker-assignments": {
795 "data": [
796 {
797 "id": "131661",
798 "type": "speaker-assignment"
799 },
800 {
801 "id": "131662",
802 "type": "speaker-assignment"
803 }
804 ]
805 },
806 "speakers": {
807 "data": [
808 {
809 "id": "93569",
810 "type": "speaker"
811 },
812 {
813 "id": "93568",
814 "type": "speaker"
815 }
816 ]
817 },
818 "tabs": {
819 "data": []
820 },
821 "attendee-groups": {
822 "data": []
823 },
824 "event": {
825 "data": {
826 "id": "5981",
827 "type": "event"
828 }
829 }
830 }
831 },
832 {
833 "id": "131662",
834 "type": "speaker-assignment",
835 "attributes": {
836 "role": "Keynote speaker",
837 "position": 2
838 },
839 "relationships": {
840 "speaker": {
841 "data": {
842 "id": "93568",
843 "type": "speaker"
844 }
845 },
846 "timeslot": {
847 "data": {
848 "id": "426916",
849 "type": "timeslot"
850 }
851 }
852 }
853 },
854 {
855 "id": "39816",
856 "type": "tag",
857 "attributes": {
858 "name": "Career story",
859 "color": "#58C5D7",
860 "updated-at": "2022-04-14T06:57:41.243Z",
861 "created-at": "2022-04-14T06:57:41.243Z"
862 },
863 "relationships": {
864 "event": {
865 "data": {
866 "id": "5981",
867 "type": "event"
868 }
869 }
870 }
871 },
872 {
873 "id": "426923",
874 "type": "timeslot",
875 "attributes": {
876 "external-id": null,
877 "title": "Getting here - how I created a successful start up",
878 "reservable": false,
879 "duration": 60,
880 "location": null,
881 "content": null,
882 "subtitle": "Speaker: Katrina May, CEO, Amazon",
883 "highlight-position": null,
884 "stream-link": null,
885 "chat-channel-id": null,
886 "start-time": "2024-04-30T20:30:00.000Z",
887 "end-time": "2024-04-30T21:30:00.000Z",
888 "tag-order": [
889 "39815",
890 "39814",
891 "39816"
892 ]
893 },
894 "relationships": {
895 "tags": {
896 "data": [
897 {
898 "id": "39815",
899 "type": "tag"
900 },
901 {
902 "id": "39814",
903 "type": "tag"
904 },
905 {
906 "id": "39816",
907 "type": "tag"
908 }
909 ]
910 },
911 "locations": {
912 "data": []
913 },
914 "speaker-assignments": {
915 "data": [
916 {
917 "id": "107331",
918 "type": "speaker-assignment"
919 }
920 ]
921 },
922 "speakers": {
923 "data": [
924 {
925 "id": "93569",
926 "type": "speaker"
927 }
928 ]
929 },
930 "tabs": {
931 "data": []
932 },
933 "attendee-groups": {
934 "data": []
935 },
936 "event": {
937 "data": {
938 "id": "5981",
939 "type": "event"
940 }
941 }
942 }
943 },
944 {
945 "id": "107331",
946 "type": "speaker-assignment",
947 "attributes": {
948 "role": null,
949 "position": 1
950 },
951 "relationships": {
952 "speaker": {
953 "data": {
954 "id": "93569",
955 "type": "speaker"
956 }
957 },
958 "timeslot": {
959 "data": {
960 "id": "426923",
961 "type": "timeslot"
962 }
963 }
964 }
965 },
966 {
967 "id": "426940",
968 "type": "timeslot",
969 "attributes": {
970 "external-id": null,
971 "title": "Workshop - creating web pages for a start up",
972 "reservable": false,
973 "duration": 120,
974 "location": null,
975 "content": null,
976 "subtitle": "In this workshop Katrina May walks the attendees through on how to build good web pages for a start up",
977 "highlight-position": null,
978 "stream-link": null,
979 "chat-channel-id": null,
980 "start-time": "2024-05-01T22:00:00.000Z",
981 "end-time": "2024-05-02T00:00:00.000Z",
982 "tag-order": [
983 "39815",
984 "39814"
985 ]
986 },
987 "relationships": {
988 "tags": {
989 "data": [
990 {
991 "id": "39815",
992 "type": "tag"
993 },
994 {
995 "id": "39814",
996 "type": "tag"
997 }
998 ]
999 },
1000 "locations": {
1001 "data": []
1002 },
1003 "speaker-assignments": {
1004 "data": [
1005 {
1006 "id": "107336",
1007 "type": "speaker-assignment"
1008 }
1009 ]
1010 },
1011 "speakers": {
1012 "data": [
1013 {
1014 "id": "93569",
1015 "type": "speaker"
1016 }
1017 ]
1018 },
1019 "tabs": {
1020 "data": []
1021 },
1022 "attendee-groups": {
1023 "data": []
1024 },
1025 "event": {
1026 "data": {
1027 "id": "5981",
1028 "type": "event"
1029 }
1030 }
1031 }
1032 },
1033 {
1034 "id": "107336",
1035 "type": "speaker-assignment",
1036 "attributes": {
1037 "role": null,
1038 "position": 1
1039 },
1040 "relationships": {
1041 "speaker": {
1042 "data": {
1043 "id": "93569",
1044 "type": "speaker"
1045 }
1046 },
1047 "timeslot": {
1048 "data": {
1049 "id": "426940",
1050 "type": "timeslot"
1051 }
1052 }
1053 }
1054 },
1055 {
1056 "id": "131661",
1057 "type": "speaker-assignment",
1058 "attributes": {
1059 "role": "Chairman",
1060 "position": 1
1061 },
1062 "relationships": {
1063 "speaker": {
1064 "data": {
1065 "id": "93569",
1066 "type": "speaker"
1067 }
1068 },
1069 "timeslot": {
1070 "data": {
1071 "id": "426916",
1072 "type": "timeslot"
1073 }
1074 }
1075 }
1076 },
1077 {
1078 "id": "426922",
1079 "type": "timeslot",
1080 "attributes": {
1081 "external-id": null,
1082 "title": "Lunch ",
1083 "reservable": false,
1084 "duration": 90,
1085 "location": "Main Stage",
1086 "content": {
1087 "blocks": [
1088 {
1089 "key": "3t6l2",
1090 "text": "\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain.\"",
1091 "type": "unstyled",
1092 "depth": 0,
1093 "inline_style_ranges": [
1094 {
1095 "offset": 0,
1096 "length": 566,
1097 "style": "color-rgb(0,0,0)"
1098 },
1099 {
1100 "offset": 0,
1101 "length": 566,
1102 "style": "bgcolor-rgb(255,255,255)"
1103 },
1104 {
1105 "offset": 0,
1106 "length": 566,
1107 "style": "fontsize-14"
1108 },
1109 {
1110 "offset": 0,
1111 "length": 566,
1112 "style": "fontfamily-Open Sans\", Arial, sans-serif"
1113 }
1114 ],
1115 "entity_ranges": [],
1116 "data": {}
1117 }
1118 ],
1119 "entity_map": {}
1120 },
1121 "subtitle": "Yum Yum delivers the goods!",
1122 "highlight-position": null,
1123 "stream-link": null,
1124 "chat-channel-id": null,
1125 "start-time": "2024-04-30T19:00:00.000Z",
1126 "end-time": "2024-04-30T20:30:00.000Z",
1127 "tag-order": [
1128 "39813",
1129 "39814",
1130 "39815"
1131 ]
1132 },
1133 "relationships": {
1134 "tags": {
1135 "data": [
1136 {
1137 "id": "39813",
1138 "type": "tag"
1139 },
1140 {
1141 "id": "39814",
1142 "type": "tag"
1143 },
1144 {
1145 "id": "39815",
1146 "type": "tag"
1147 }
1148 ]
1149 },
1150 "locations": {
1151 "data": [
1152 {
1153 "id": "114154",
1154 "type": "tag"
1155 }
1156 ]
1157 },
1158 "speaker-assignments": {
1159 "data": [
1160 {
1161 "id": "131666",
1162 "type": "speaker-assignment"
1163 }
1164 ]
1165 },
1166 "speakers": {
1167 "data": [
1168 {
1169 "id": "93569",
1170 "type": "speaker"
1171 }
1172 ]
1173 },
1174 "tabs": {
1175 "data": []
1176 },
1177 "attendee-groups": {
1178 "data": []
1179 },
1180 "event": {
1181 "data": {
1182 "id": "5981",
1183 "type": "event"
1184 }
1185 }
1186 }
1187 },
1188 {
1189 "id": "131666",
1190 "type": "speaker-assignment",
1191 "attributes": {
1192 "role": "Facilitator",
1193 "position": 1
1194 },
1195 "relationships": {
1196 "speaker": {
1197 "data": {
1198 "id": "93569",
1199 "type": "speaker"
1200 }
1201 },
1202 "timeslot": {
1203 "data": {
1204 "id": "426922",
1205 "type": "timeslot"
1206 }
1207 }
1208 }
1209 },
1210 {
1211 "id": "39817",
1212 "type": "tag",
1213 "attributes": {
1214 "name": "Financial tips",
1215 "color": "#D79658",
1216 "updated-at": "2022-04-14T07:03:54.084Z",
1217 "created-at": "2022-04-14T07:03:54.084Z"
1218 },
1219 "relationships": {
1220 "event": {
1221 "data": {
1222 "id": "5981",
1223 "type": "event"
1224 }
1225 }
1226 }
1227 },
1228 {
1229 "id": "426928",
1230 "type": "timeslot",
1231 "attributes": {
1232 "external-id": null,
1233 "title": "Panel discussion - how to convince investors on your product",
1234 "reservable": false,
1235 "duration": 60,
1236 "location": null,
1237 "content": null,
1238 "subtitle": "Come listen to panel discussion, where Emma Thompson, Jake Thompson and Everlyn Jackson discuss about convincing investors",
1239 "highlight-position": null,
1240 "stream-link": null,
1241 "chat-channel-id": null,
1242 "start-time": "2024-04-30T22:30:00.000Z",
1243 "end-time": "2024-04-30T23:30:00.000Z",
1244 "tag-order": [
1245 "39814",
1246 "39817"
1247 ]
1248 },
1249 "relationships": {
1250 "tags": {
1251 "data": [
1252 {
1253 "id": "39814",
1254 "type": "tag"
1255 },
1256 {
1257 "id": "39817",
1258 "type": "tag"
1259 }
1260 ]
1261 },
1262 "locations": {
1263 "data": []
1264 },
1265 "speaker-assignments": {
1266 "data": [
1267 {
1268 "id": "107332",
1269 "type": "speaker-assignment"
1270 },
1271 {
1272 "id": "107334",
1273 "type": "speaker-assignment"
1274 }
1275 ]
1276 },
1277 "speakers": {
1278 "data": [
1279 {
1280 "id": "93570",
1281 "type": "speaker"
1282 },
1283 {
1284 "id": "93572",
1285 "type": "speaker"
1286 }
1287 ]
1288 },
1289 "tabs": {
1290 "data": []
1291 },
1292 "attendee-groups": {
1293 "data": []
1294 },
1295 "event": {
1296 "data": {
1297 "id": "5981",
1298 "type": "event"
1299 }
1300 }
1301 }
1302 },
1303 {
1304 "id": "107332",
1305 "type": "speaker-assignment",
1306 "attributes": {
1307 "role": null,
1308 "position": 1
1309 },
1310 "relationships": {
1311 "speaker": {
1312 "data": {
1313 "id": "93570",
1314 "type": "speaker"
1315 }
1316 },
1317 "timeslot": {
1318 "data": {
1319 "id": "426928",
1320 "type": "timeslot"
1321 }
1322 }
1323 }
1324 },
1325 {
1326 "id": "131663",
1327 "type": "speaker-assignment",
1328 "attributes": {
1329 "role": null,
1330 "position": 1
1331 },
1332 "relationships": {
1333 "speaker": {
1334 "data": {
1335 "id": "93570",
1336 "type": "speaker"
1337 }
1338 },
1339 "timeslot": {
1340 "data": {
1341 "id": "426917",
1342 "type": "timeslot"
1343 }
1344 }
1345 }
1346 },
1347 {
1348 "id": "107334",
1349 "type": "speaker-assignment",
1350 "attributes": {
1351 "role": null,
1352 "position": 2
1353 },
1354 "relationships": {
1355 "speaker": {
1356 "data": {
1357 "id": "93572",
1358 "type": "speaker"
1359 }
1360 },
1361 "timeslot": {
1362 "data": {
1363 "id": "426928",
1364 "type": "timeslot"
1365 }
1366 }
1367 }
1368 }
1369 ]
1370}
Updated 18 Aug 2023
Did this page help you?