Schedule
List all timeslots
1min
List all timeslots (both networking and content types) 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
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' \
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": "477260",
5 "type": "timeslot",
6 "attributes": {
7 "title": "",
8 "reservable": "true",
9 "duration": "15",
10 "location": "Networking zone",
11 "content": {},
12 "subtitle": "",
13 "highlight-position": {},
14 "stream-link": {},
15 "chat-channel-id": {},
16 "start-time": "2023-04-10T06:00:00.000Z",
17 "end-time": "2023-04-10T06:15:00.000Z",
18 "tag-order": [
19 "38054"
20 ]
21 },
22 "relationships": {
23 "tags": {
24 "data": [
25 {
26 "id": "38054",
27 "type": "tag"
28 }
29 ]
30 },
31 "locations": {
32 "data": [
33 {
34 "id": "110706",
35 "type": "tag"
36 }
37 ]
38 },
39 "speaker-assignments": {
40 "data": []
41 },
42 "speakers": {
43 "data": []
44 },
45 "tabs": {
46 "data": []
47 },
48 "attendee-groups": {
49 "data": []
50 },
51 "event": {
52 "data": {
53 "id": "5584",
54 "type": "event"
55 }
56 }
57 }
58 },
59 {
60 "id": "477225",
61 "type": "timeslot",
62 "attributes": {
63 "title": "A billion dollar industry in the making",
64 "reservable": "false",
65 "duration": "60",
66 "location": {},
67 "content": {},
68 "subtitle": "How to commercialise space travel",
69 "highlight-position": {},
70 "stream-link": {},
71 "chat-channel-id": "timeslot-477225",
72 "start-time": "2023-04-10T06:20:00.000Z",
73 "end-time": "2023-04-10T07:20:00.000Z",
74 "tag-order": [
75 "38052",
76 "38053"
77 ]
78 },
79 "relationships": {
80 "tags": {
81 "data": [
82 {
83 "id": "38052",
84 "type": "tag"
85 },
86 {
87 "id": "38053",
88 "type": "tag"
89 }
90 ]
91 },
92 "locations": {
93 "data": []
94 },
95 "speaker-assignments": {
96 "data": [
97 {
98 "id": "131427",
99 "type": "speaker-assignment"
100 }
101 ]
102 },
103 "speakers": {
104 "data": [
105 {
106 "id": "84986",
107 "type": "speaker"
108 }
109 ]
110 },
111 "tabs": {
112 "data": []
113 },
114 "attendee-groups": {
115 "data": []
116 },
117 "event": {
118 "data": {
119 "id": "5584",
120 "type": "event"
121 }
122 }
123 }
124 },
125 {
126 "id": "477264",
127 "type": "timeslot",
128 "attributes": {
129 "title": "",
130 "reservable": "true",
131 "duration": "15",
132 "location": "Networking zone",
133 "content": {},
134 "subtitle": "",
135 "highlight-position": {},
136 "stream-link": {},
137 "chat-channel-id": {},
138 "start-time": "2023-04-10T06:20:00.000Z",
139 "end-time": "2023-04-10T06:35:00.000Z",
140 "tag-order": [
141 "38054"
142 ]
143 },
144 "relationships": {
145 "tags": {
146 "data": [
147 {
148 "id": "38054",
149 "type": "tag"
150 }
151 ]
152 },
153 "locations": {
154 "data": [
155 {
156 "id": "110706",
157 "type": "tag"
158 }
159 ]
160 },
161 "speaker-assignments": {
162 "data": []
163 },
164 "speakers": {
165 "data": []
166 },
167 "tabs": {
168 "data": []
169 },
170 "attendee-groups": {
171 "data": []
172 },
173 "event": {
174 "data": {
175 "id": "5584",
176 "type": "event"
177 }
178 }
179 }
180 },
181 {
182 "id": "477261",
183 "type": "timeslot",
184 "attributes": {
185 "title": "",
186 "reservable": "true",
187 "duration": "15",
188 "location": "Networking zone",
189 "content": {},
190 "subtitle": "",
191 "highlight-position": {},
192 "stream-link": {},
193 "chat-channel-id": {},
194 "start-time": "2023-04-10T06:40:00.000Z",
195 "end-time": "2023-04-10T06:55:00.000Z",
196 "tag-order": [
197 "38054"
198 ]
199 },
200 "relationships": {
201 "tags": {
202 "data": [
203 {
204 "id": "38054",
205 "type": "tag"
206 }
207 ]
208 },
209 "locations": {
210 "data": [
211 {
212 "id": "110706",
213 "type": "tag"
214 }
215 ]
216 },
217 "speaker-assignments": {
218 "data": []
219 },
220 "speakers": {
221 "data": []
222 },
223 "tabs": {
224 "data": []
225 },
226 "attendee-groups": {
227 "data": []
228 },
229 "event": {
230 "data": {
231 "id": "5584",
232 "type": "event"
233 }
234 }
235 }
236 },
237 {
238 "id": "477262",
239 "type": "timeslot",
240 "attributes": {
241 "title": "",
242 "reservable": "true",
243 "duration": "15",
244 "location": "Networking zone",
245 "content": {},
246 "subtitle": "",
247 "highlight-position": {},
248 "stream-link": {},
249 "chat-channel-id": {},
250 "start-time": "2023-04-10T07:00:00.000Z",
251 "end-time": "2023-04-10T07:15:00.000Z",
252 "tag-order": [
253 "38054"
254 ]
255 },
256 "relationships": {
257 "tags": {
258 "data": [
259 {
260 "id": "38054",
261 "type": "tag"
262 }
263 ]
264 },
265 "locations": {
266 "data": [
267 {
268 "id": "110706",
269 "type": "tag"
270 }
271 ]
272 },
273 "speaker-assignments": {
274 "data": []
275 },
276 "speakers": {
277 "data": []
278 },
279 "tabs": {
280 "data": []
281 },
282 "attendee-groups": {
283 "data": []
284 },
285 "event": {
286 "data": {
287 "id": "5584",
288 "type": "event"
289 }
290 }
291 }
292 },
293 {
294 "id": "477263",
295 "type": "timeslot",
296 "attributes": {
297 "title": "",
298 "reservable": "true",
299 "duration": "15",
300 "location": "Networking zone",
301 "content": {},
302 "subtitle": "",
303 "highlight-position": {},
304 "stream-link": {},
305 "chat-channel-id": {},
306 "start-time": "2023-04-10T07:20:00.000Z",
307 "end-time": "2023-04-10T07:35:00.000Z",
308 "tag-order": [
309 "38054"
310 ]
311 },
312 "relationships": {
313 "tags": {
314 "data": [
315 {
316 "id": "38054",
317 "type": "tag"
318 }
319 ]
320 },
321 "locations": {
322 "data": [
323 {
324 "id": "110706",
325 "type": "tag"
326 }
327 ]
328 },
329 "speaker-assignments": {
330 "data": []
331 },
332 "speakers": {
333 "data": []
334 },
335 "tabs": {
336 "data": []
337 },
338 "attendee-groups": {
339 "data": []
340 },
341 "event": {
342 "data": {
343 "id": "5584",
344 "type": "event"
345 }
346 }
347 }
348 },
349 {
350 "id": "477265",
351 "type": "timeslot",
352 "attributes": {
353 "title": "",
354 "reservable": "true",
355 "duration": "15",
356 "location": "Networking zone",
357 "content": {},
358 "subtitle": "",
359 "highlight-position": {},
360 "stream-link": {},
361 "chat-channel-id": {},
362 "start-time": "2023-04-10T07:40:00.000Z",
363 "end-time": "2023-04-10T07:55:00.000Z",
364 "tag-order": [
365 "38054"
366 ]
367 },
368 "relationships": {
369 "tags": {
370 "data": [
371 {
372 "id": "38054",
373 "type": "tag"
374 }
375 ]
376 },
377 "locations": {
378 "data": [
379 {
380 "id": "110706",
381 "type": "tag"
382 }
383 ]
384 },
385 "speaker-assignments": {
386 "data": []
387 },
388 "speakers": {
389 "data": []
390 },
391 "tabs": {
392 "data": []
393 },
394 "attendee-groups": {
395 "data": []
396 },
397 "event": {
398 "data": {
399 "id": "5584",
400 "type": "event"
401 }
402 }
403 }
404 },
405 {
406 "id": "477259",
407 "type": "timeslot",
408 "attributes": {
409 "title": "",
410 "reservable": "true",
411 "duration": "15",
412 "location": "Networking zone",
413 "content": {},
414 "subtitle": "",
415 "highlight-position": {},
416 "stream-link": {},
417 "chat-channel-id": {},
418 "start-time": "2023-04-10T08:00:00.000Z",
419 "end-time": "2023-04-10T08:15:00.000Z",
420 "tag-order": [
421 "38054"
422 ]
423 },
424 "relationships": {
425 "tags": {
426 "data": [
427 {
428 "id": "38054",
429 "type": "tag"
430 }
431 ]
432 },
433 "locations": {
434 "data": [
435 {
436 "id": "110706",
437 "type": "tag"
438 }
439 ]
440 },
441 "speaker-assignments": {
442 "data": []
443 },
444 "speakers": {
445 "data": []
446 },
447 "tabs": {
448 "data": []
449 },
450 "attendee-groups": {
451 "data": []
452 },
453 "event": {
454 "data": {
455 "id": "5584",
456 "type": "event"
457 }
458 }
459 }
460 },
461 {
462 "id": "477235",
463 "type": "timeslot",
464 "attributes": {
465 "title": "Informal networking session",
466 "reservable": "false",
467 "duration": "120",
468 "location": {},
469 "content": {},
470 "subtitle": "Mix and mingle, whether you are attending in-person or virtually!",
471 "highlight-position": {},
472 "stream-link": {},
473 "chat-channel-id": "timeslot-477235",
474 "start-time": "2023-04-10T09:20:00.000Z",
475 "end-time": "2023-04-10T11:20:00.000Z",
476 "tag-order": [
477 "38054"
478 ]
479 },
480 "relationships": {
481 "tags": {
482 "data": [
483 {
484 "id": "38054",
485 "type": "tag"
486 }
487 ]
488 },
489 "locations": {
490 "data": []
491 },
492 "speaker-assignments": {
493 "data": [
494 {
495 "id": "131429",
496 "type": "speaker-assignment"
497 },
498 {
499 "id": "131430",
500 "type": "speaker-assignment"
501 }
502 ]
503 },
504 "speakers": {
505 "data": [
506 {
507 "id": "93855",
508 "type": "speaker"
509 },
510 {
511 "id": "93854",
512 "type": "speaker"
513 }
514 ]
515 },
516 "tabs": {
517 "data": []
518 },
519 "attendee-groups": {
520 "data": []
521 },
522 "event": {
523 "data": {
524 "id": "5584",
525 "type": "event"
526 }
527 }
528 }
529 },
530 {
531 "id": "477267",
532 "type": "timeslot",
533 "attributes": {
534 "title": "",
535 "reservable": "true",
536 "duration": "15",
537 "location": "Networking zone",
538 "content": {},
539 "subtitle": "",
540 "highlight-position": {},
541 "stream-link": {},
542 "chat-channel-id": {},
543 "start-time": "2023-04-11T07:00:00.000Z",
544 "end-time": "2023-04-11T07:15:00.000Z",
545 "tag-order": [
546 "38054"
547 ]
548 },
549 "relationships": {
550 "tags": {
551 "data": [
552 {
553 "id": "38054",
554 "type": "tag"
555 }
556 ]
557 },
558 "locations": {
559 "data": [
560 {
561 "id": "110706",
562 "type": "tag"
563 }
564 ]
565 },
566 "speaker-assignments": {
567 "data": []
568 },
569 "speakers": {
570 "data": []
571 },
572 "tabs": {
573 "data": []
574 },
575 "attendee-groups": {
576 "data": []
577 },
578 "event": {
579 "data": {
580 "id": "5584",
581 "type": "event"
582 }
583 }
584 }
585 },
586 {
587 "id": "477272",
588 "type": "timeslot",
589 "attributes": {
590 "title": "",
591 "reservable": "true",
592 "duration": "15",
593 "location": "Networking zone",
594 "content": {},
595 "subtitle": "",
596 "highlight-position": {},
597 "stream-link": {},
598 "chat-channel-id": {},
599 "start-time": "2023-04-11T07:20:00.000Z",
600 "end-time": "2023-04-11T07:35:00.000Z",
601 "tag-order": [
602 "38054"
603 ]
604 },
605 "relationships": {
606 "tags": {
607 "data": [
608 {
609 "id": "38054",
610 "type": "tag"
611 }
612 ]
613 },
614 "locations": {
615 "data": [
616 {
617 "id": "110706",
618 "type": "tag"
619 }
620 ]
621 },
622 "speaker-assignments": {
623 "data": []
624 },
625 "speakers": {
626 "data": []
627 },
628 "tabs": {
629 "data": []
630 },
631 "attendee-groups": {
632 "data": []
633 },
634 "event": {
635 "data": {
636 "id": "5584",
637 "type": "event"
638 }
639 }
640 }
641 },
642 {
643 "id": "477269",
644 "type": "timeslot",
645 "attributes": {
646 "title": "",
647 "reservable": "true",
648 "duration": "15",
649 "location": "Networking zone",
650 "content": {},
651 "subtitle": "",
652 "highlight-position": {},
653 "stream-link": {},
654 "chat-channel-id": {},
655 "start-time": "2023-04-11T07:40:00.000Z",
656 "end-time": "2023-04-11T07:55:00.000Z",
657 "tag-order": [
658 "38054"
659 ]
660 },
661 "relationships": {
662 "tags": {
663 "data": [
664 {
665 "id": "38054",
666 "type": "tag"
667 }
668 ]
669 },
670 "locations": {
671 "data": [
672 {
673 "id": "110706",
674 "type": "tag"
675 }
676 ]
677 },
678 "speaker-assignments": {
679 "data": []
680 },
681 "speakers": {
682 "data": []
683 },
684 "tabs": {
685 "data": []
686 },
687 "attendee-groups": {
688 "data": []
689 },
690 "event": {
691 "data": {
692 "id": "5584",
693 "type": "event"
694 }
695 }
696 }
697 },
698 {
699 "id": "477271",
700 "type": "timeslot",
701 "attributes": {
702 "title": "",
703 "reservable": "true",
704 "duration": "15",
705 "location": "Networking zone",
706 "content": {},
707 "subtitle": "",
708 "highlight-position": {},
709 "stream-link": {},
710 "chat-channel-id": {},
711 "start-time": "2023-04-11T08:00:00.000Z",
712 "end-time": "2023-04-11T08:15:00.000Z",
713 "tag-order": [
714 "38054"
715 ]
716 },
717 "relationships": {
718 "tags": {
719 "data": [
720 {
721 "id": "38054",
722 "type": "tag"
723 }
724 ]
725 },
726 "locations": {
727 "data": [
728 {
729 "id": "110706",
730 "type": "tag"
731 }
732 ]
733 },
734 "speaker-assignments": {
735 "data": []
736 },
737 "speakers": {
738 "data": []
739 },
740 "tabs": {
741 "data": []
742 },
743 "attendee-groups": {
744 "data": []
745 },
746 "event": {
747 "data": {
748 "id": "5584",
749 "type": "event"
750 }
751 }
752 }
753 },
754 {
755 "id": "477256",
756 "type": "timeslot",
757 "attributes": {
758 "title": "The ethics of commercial space-faring",
759 "reservable": "false",
760 "duration": "60",
761 "location": {},
762 "content": {},
763 "subtitle": {},
764 "highlight-position": {},
765 "stream-link": {},
766 "chat-channel-id": "timeslot-477256",
767 "start-time": "2023-04-11T08:20:00.000Z",
768 "end-time": "2023-04-11T09:20:00.000Z",
769 "tag-order": [
770 "38053"
771 ]
772 },
773 "relationships": {
774 "tags": {
775 "data": [
776 {
777 "id": "38053",
778 "type": "tag"
779 }
780 ]
781 },
782 "locations": {
783 "data": []
784 },
785 "speaker-assignments": {
786 "data": []
787 },
788 "speakers": {
789 "data": []
790 },
791 "tabs": {
792 "data": []
793 },
794 "attendee-groups": {
795 "data": []
796 },
797 "event": {
798 "data": {
799 "id": "5584",
800 "type": "event"
801 }
802 }
803 }
804 },
805 {
806 "id": "477268",
807 "type": "timeslot",
808 "attributes": {
809 "title": "",
810 "reservable": "true",
811 "duration": "15",
812 "location": "Networking zone",
813 "content": {},
814 "subtitle": "",
815 "highlight-position": {},
816 "stream-link": {},
817 "chat-channel-id": {},
818 "start-time": "2023-04-11T08:20:00.000Z",
819 "end-time": "2023-04-11T08:35:00.000Z",
820 "tag-order": [
821 "38054"
822 ]
823 },
824 "relationships": {
825 "tags": {
826 "data": [
827 {
828 "id": "38054",
829 "type": "tag"
830 }
831 ]
832 },
833 "locations": {
834 "data": [
835 {
836 "id": "110706",
837 "type": "tag"
838 }
839 ]
840 },
841 "speaker-assignments": {
842 "data": []
843 },
844 "speakers": {
845 "data": []
846 },
847 "tabs": {
848 "data": []
849 },
850 "attendee-groups": {
851 "data": []
852 },
853 "event": {
854 "data": {
855 "id": "5584",
856 "type": "event"
857 }
858 }
859 }
860 },
861 {
862 "id": "477270",
863 "type": "timeslot",
864 "attributes": {
865 "title": "",
866 "reservable": "true",
867 "duration": "15",
868 "location": "Networking zone",
869 "content": {},
870 "subtitle": "",
871 "highlight-position": {},
872 "stream-link": {},
873 "chat-channel-id": {},
874 "start-time": "2023-04-11T08:40:00.000Z",
875 "end-time": "2023-04-11T08:55:00.000Z",
876 "tag-order": [
877 "38054"
878 ]
879 },
880 "relationships": {
881 "tags": {
882 "data": [
883 {
884 "id": "38054",
885 "type": "tag"
886 }
887 ]
888 },
889 "locations": {
890 "data": [
891 {
892 "id": "110706",
893 "type": "tag"
894 }
895 ]
896 },
897 "speaker-assignments": {
898 "data": []
899 },
900 "speakers": {
901 "data": []
902 },
903 "tabs": {
904 "data": []
905 },
906 "attendee-groups": {
907 "data": []
908 },
909 "event": {
910 "data": {
911 "id": "5584",
912 "type": "event"
913 }
914 }
915 }
916 },
917 {
918 "id": "477266",
919 "type": "timeslot",
920 "attributes": {
921 "title": "",
922 "reservable": "true",
923 "duration": "15",
924 "location": "Networking zone",
925 "content": {},
926 "subtitle": "",
927 "highlight-position": {},
928 "stream-link": {},
929 "chat-channel-id": {},
930 "start-time": "2023-04-11T09:00:00.000Z",
931 "end-time": "2023-04-11T09:15:00.000Z",
932 "tag-order": [
933 "38054"
934 ]
935 },
936 "relationships": {
937 "tags": {
938 "data": [
939 {
940 "id": "38054",
941 "type": "tag"
942 }
943 ]
944 },
945 "locations": {
946 "data": [
947 {
948 "id": "110706",
949 "type": "tag"
950 }
951 ]
952 },
953 "speaker-assignments": {
954 "data": []
955 },
956 "speakers": {
957 "data": []
958 },
959 "tabs": {
960 "data": []
961 },
962 "attendee-groups": {
963 "data": []
964 },
965 "event": {
966 "data": {
967 "id": "5584",
968 "type": "event"
969 }
970 }
971 }
972 },
973 {
974 "id": "477257",
975 "type": "timeslot",
976 "attributes": {
977 "title": "Informal networking session",
978 "reservable": "false",
979 "duration": "240",
980 "location": {},
981 "content": {},
982 "subtitle": "Mix and mingle, whether you are attending in-person or virtually!",
983 "highlight-position": {},
984 "stream-link": {},
985 "chat-channel-id": "timeslot-477257",
986 "start-time": "2023-04-11T11:20:00.000Z",
987 "end-time": "2023-04-11T15:20:00.000Z",
988 "tag-order": [
989 "38054"
990 ]
991 },
992 "relationships": {
993 "tags": {
994 "data": [
995 {
996 "id": "38054",
997 "type": "tag"
998 }
999 ]
1000 },
1001 "locations": {
1002 "data": []
1003 },
1004 "speaker-assignments": {
1005 "data": []
1006 },
1007 "speakers": {
1008 "data": []
1009 },
1010 "tabs": {
1011 "data": []
1012 },
1013 "attendee-groups": {
1014 "data": []
1015 },
1016 "event": {
1017 "data": {
1018 "id": "5584",
1019 "type": "event"
1020 }
1021 }
1022 }
1023 },
1024 {
1025 "id": "477258",
1026 "type": "timeslot",
1027 "attributes": {
1028 "title": "Starshot launch panel",
1029 "reservable": "false",
1030 "duration": "120",
1031 "location": {},
1032 "content": {},
1033 "subtitle": "A slew of exciting announcements from the industry’s hottest start-up!",
1034 "highlight-position": {},
1035 "stream-link": {},
1036 "chat-channel-id": "timeslot-477258",
1037 "start-time": "2023-04-11T12:20:00.000Z",
1038 "end-time": "2023-04-11T14:20:00.000Z",
1039 "tag-order": [
1040 "38055"
1041 ]
1042 },
1043 "relationships": {
1044 "tags": {
1045 "data": [
1046 {
1047 "id": "38055",
1048 "type": "tag"
1049 }
1050 ]
1051 },
1052 "locations": {
1053 "data": []
1054 },
1055 "speaker-assignments": {
1056 "data": []
1057 },
1058 "speakers": {
1059 "data": []
1060 },
1061 "tabs": {
1062 "data": []
1063 },
1064 "attendee-groups": {
1065 "data": []
1066 },
1067 "event": {
1068 "data": {
1069 "id": "5584",
1070 "type": "event"
1071 }
1072 }
1073 }
1074 }
1075 ],
1076 "included": [
1077 {
1078 "id": "38054",
1079 "type": "tag",
1080 "attributes": {
1081 "name": "Networking",
1082 "color": "#7F58D7",
1083 "updated-at": "2021-11-25T10:07:11.105Z",
1084 "created-at": "2021-11-25T10:07:11.105Z"
1085 },
1086 "relationships": {
1087 "event": {
1088 "data": {
1089 "id": "5584",
1090 "type": "event"
1091 }
1092 }
1093 }
1094 },
1095 {
1096 "id": "110706",
1097 "type": "tag",
1098 "attributes": {
1099 "name": "Networking zone",
1100 "color": "#bb16a3",
1101 "updated-at": "2022-11-18T14:58:56.033Z",
1102 "created-at": "2022-11-18T14:58:56.033Z"
1103 },
1104 "relationships": {
1105 "event": {
1106 "data": {
1107 "id": "5584",
1108 "type": "event"
1109 }
1110 }
1111 }
1112 },
1113 {
1114 "id": "38052",
1115 "type": "tag",
1116 "attributes": {
1117 "name": "Keynote",
1118 "color": "#58C5D7",
1119 "updated-at": "2021-11-25T10:04:08.015Z",
1120 "created-at": "2021-11-25T10:04:08.015Z"
1121 },
1122 "relationships": {
1123 "event": {
1124 "data": {
1125 "id": "5584",
1126 "type": "event"
1127 }
1128 }
1129 }
1130 },
1131 {
1132 "id": "38053",
1133 "type": "tag",
1134 "attributes": {
1135 "name": "Space Travel",
1136 "color": "#D7D158",
1137 "updated-at": "2021-11-25T10:04:18.563Z",
1138 "created-at": "2021-11-25T10:04:18.563Z"
1139 },
1140 "relationships": {
1141 "event": {
1142 "data": {
1143 "id": "5584",
1144 "type": "event"
1145 }
1146 }
1147 }
1148 },
1149 {
1150 "id": "84986",
1151 "type": "speaker",
1152 "attributes": {
1153 "honorific": "Capt",
1154 "first-name": "William",
1155 "middle-name": {},
1156 "last-name": "Shatner",
1157 "job-title": {},
1158 "company-name": {},
1159 "photo-url": {},
1160 "bio": {
1161 "blocks": [
1162 {
1163 "key": "2celh",
1164 "text": "",
1165 "type": "unstyled",
1166 "depth": "0",
1167 "inline_style_ranges": [],
1168 "entity_ranges": [],
1169 "data": {}
1170 }
1171 ],
1172 "entity_map": {}
1173 },
1174 "highlight-position": {},
1175 "external-id": {}
1176 },
1177 "relationships": {
1178 "speaker-assignments": {
1179 "data": [
1180 {
1181 "id": "131427",
1182 "type": "speaker-assignment"
1183 }
1184 ]
1185 }
1186 }
1187 },
1188 {
1189 "id": "131427",
1190 "type": "speaker-assignment",
1191 "attributes": {
1192 "role": "Chairman",
1193 "position": "1"
1194 },
1195 "relationships": {
1196 "speaker": {
1197 "data": {
1198 "id": "84986",
1199 "type": "speaker"
1200 }
1201 },
1202 "timeslot": {
1203 "data": {
1204 "id": "477225",
1205 "type": "timeslot"
1206 }
1207 }
1208 }
1209 },
1210 {
1211 "id": "93855",
1212 "type": "speaker",
1213 "attributes": {
1214 "honorific": "Dr",
1215 "first-name": "John",
1216 "middle-name": {},
1217 "last-name": "Smith",
1218 "job-title": "Conference Director",
1219 "company-name": "Brella",
1220 "photo-url": {},
1221 "bio": {
1222 "blocks": [
1223 {
1224 "key": "518nr",
1225 "text": "",
1226 "type": "unstyled",
1227 "depth": "0",
1228 "inline_style_ranges": [],
1229 "entity_ranges": [],
1230 "data": {}
1231 }
1232 ],
1233 "entity_map": {}
1234 },
1235 "highlight-position": {},
1236 "external-id": {}
1237 },
1238 "relationships": {
1239 "speaker-assignments": {
1240 "data": [
1241 {
1242 "id": "131429",
1243 "type": "speaker-assignment"
1244 }
1245 ]
1246 }
1247 }
1248 },
1249 {
1250 "id": "131429",
1251 "type": "speaker-assignment",
1252 "attributes": {
1253 "role": {},
1254 "position": "1"
1255 },
1256 "relationships": {
1257 "speaker": {
1258 "data": {
1259 "id": "93855",
1260 "type": "speaker"
1261 }
1262 },
1263 "timeslot": {
1264 "data": {
1265 "id": "477235",
1266 "type": "timeslot"
1267 }
1268 }
1269 }
1270 },
1271 {
1272 "id": "93854",
1273 "type": "speaker",
1274 "attributes": {
1275 "honorific": "Dr",
1276 "first-name": "Jeilin",
1277 "middle-name": {},
1278 "last-name": "Chang",
1279 "job-title": "Blockchain Specialist",
1280 "company-name": "AI.ai",
1281 "photo-url": {},
1282 "bio": {
1283 "blocks": [
1284 {
1285 "key": "eoq79",
1286 "text": "",
1287 "type": "unstyled",
1288 "depth": "0",
1289 "inline_style_ranges": [],
1290 "entity_ranges": [],
1291 "data": {}
1292 }
1293 ],
1294 "entity_map": {}
1295 },
1296 "highlight-position": "2",
1297 "external-id": {}
1298 },
1299 "relationships": {
1300 "speaker-assignments": {
1301 "data": [
1302 {
1303 "id": "131430",
1304 "type": "speaker-assignment"
1305 }
1306 ]
1307 }
1308 }
1309 },
1310 {
1311 "id": "131430",
1312 "type": "speaker-assignment",
1313 "attributes": {
1314 "role": {},
1315 "position": "2"
1316 },
1317 "relationships": {
1318 "speaker": {
1319 "data": {
1320 "id": "93854",
1321 "type": "speaker"
1322 }
1323 },
1324 "timeslot": {
1325 "data": {
1326 "id": "477235",
1327 "type": "timeslot"
1328 }
1329 }
1330 }
1331 },
1332 {
1333 "id": "38055",
1334 "type": "tag",
1335 "attributes": {
1336 "name": "News",
1337 "color": "#96D758",
1338 "updated-at": "2021-11-25T10:08:30.083Z",
1339 "created-at": "2021-11-25T10:08:30.083Z"
1340 },
1341 "relationships": {
1342 "event": {
1343 "data": {
1344 "id": "5584",
1345 "type": "event"
1346 }
1347 }
1348 }
1349 }
1350 ],
1351 "meta": {
1352 "total_count": "19",
1353 "total_pages": "1",
1354 "current_page": "1"
1355 }
1356}
Updated 13 Apr 2023
Did this page help you?