1{
2 "data": {
3 "id": "494099",
4 "type": "timeslot",
5 "attributes": {
6 "external-id": "TRRTTEER",
7 "title": "A test of the timeslot endpoint",
8 "reservable": false,
9 "duration": 30,
10 "location": null,
11 "content": null,
12 "subtitle": "Testing the subtitle",
13 "highlight-position": null,
14 "stream-link": null,
15 "chat-channel-id": null,
16 "start-time": "2029-07-01T08:00:00.000Z",
17 "end-time": "2029-07-01T08:30:00.000Z",
18 "tag-order": [
19 "116587",
20 "116586",
21 "116585"
22 ]
23 },
24 "relationships": {
25 "tags": {
26 "data": [
27 {
28 "id": "116587",
29 "type": "tag"
30 },
31 {
32 "id": "116586",
33 "type": "tag"
34 },
35 {
36 "id": "116585",
37 "type": "tag"
38 }
39 ]
40 },
41 "locations": {
42 "data": []
43 },
44 "speaker-assignments": {
45 "data": []
46 },
47 "speakers": {
48 "data": []
49 },
50 "tabs": {
51 "data": []
52 },
53 "attendee-groups": {
54 "data": []
55 },
56 "event": {
57 "data": {
58 "id": "6357",
59 "type": "event"
60 }
61 }
62 }
63 },
64 "included": [
65 {
66 "id": "116587",
67 "type": "tag",
68 "attributes": {
69 "name": "chod",
70 "color": "#D79658",
71 "updated-at": "2023-03-08T11:13:17.240Z",
72 "created-at": "2023-03-08T11:13:17.240Z"
73 },
74 "relationships": {
75 "event": {
76 "data": {
77 "id": "6357",
78 "type": "event"
79 }
80 }
81 }
82 },
83 {
84 "id": "116586",
85 "type": "tag",
86 "attributes": {
87 "name": "bob",
88 "color": "#00AF66",
89 "updated-at": "2023-03-08T11:13:11.106Z",
90 "created-at": "2023-03-08T11:13:11.106Z"
91 },
92 "relationships": {
93 "event": {
94 "data": {
95 "id": "6357",
96 "type": "event"
97 }
98 }
99 }
100 },
101 {
102 "id": "116585",
103 "type": "tag",
104 "attributes": {
105 "name": "tob",
106 "color": "#bb16a3",
107 "updated-at": "2023-03-08T11:08:19.426Z",
108 "created-at": "2023-03-08T11:08:19.426Z"
109 },
110 "relationships": {
111 "event": {
112 "data": {
113 "id": "6357",
114 "type": "event"
115 }
116 }
117 }
118 }
119 ]
120}