{"info":{"_postman_id":"c32f523b-370a-4722-aa4c-fcc65c09c784","name":"Jublia API Documentation","description":"<html><head></head><body><p>The Jublia API is designed to streamline event management workflows, including attendee, content, and registration. The API returns standard JSON-encoded responses, accompanied by appropriate HTTP response codes.</p>\n<p>To begin integrating with the Jublia API, please contact your Technical Success Manager who will provide you with the necessary credentials and authentication details.</p>\n<p>The easiest way to get started using our API is to use our Postman Collection. Click on <strong>\"Run in Postman\"</strong> at the top right corner to quickly dive and explore our API capabilities.</p>\n<hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To initiate the API call in your integration, you need to use the <code>event-code</code> and <code>x-api-key</code> provided by your Jublia representative.</p>\n<p>The <code>event-code</code> serves as a unique identifier for the specific event you are working with.</p>\n<p>On the other hand, the <code>x-api-key</code> is an authentication token that acts as a security measure to authenticate and authorize your API calls. It will grant access to the event that you are authorized to access. You will recieve a unique <code>x-api-key</code> that will expire once the event is finished.</p>\n<p>If you need any help or encounter any issues, don't hesitate to reach out to your Technical Success Manager for assistance.</p>\n<h1 id=\"requests\">Requests</h1>\n<p>To make a REST API request with Jublia, you need to utilize the correct HTTP method, along with the appropriate URL and headers.</p>\n<h6 id=\"base-url-for-staging-environment\">Base URL for <strong>Staging</strong> Environment</h6>\n<ul>\n<li><p>Attendee and Content API: <a href=\"https://\">https://stagingext.jublia.com/</a></p>\n</li>\n<li><p>PUSH API (Attendee &amp; Content): <a href=\"https://\">https://stagingwebhook.jublia.com/</a></p>\n</li>\n</ul>\n<h6 id=\"base-url-for-production-environment\">Base URL for <strong>Production</strong> environment:</h6>\n<ul>\n<li><p>Attendee and Content API: <a href=\"https://\">https://ext.jublia.com/</a></p>\n</li>\n<li><p>PUSH API (Attendee &amp; Content): <a href=\"https://\">https://webhook.jublia.com/</a></p>\n</li>\n</ul>\n<h6 id=\"headers\">Headers</h6>\n<ul>\n<li><p><code>event-code</code>: Specify the event code provided by Jublia, this serves as a unique identifier for the specific event you are working with.</p>\n</li>\n<li><p><code>Content-Type</code>: Set the value to <code>application/json</code> to indicate that the request payload is in JSON format.</p>\n</li>\n<li><p><code>x-api-key</code>: Serves as an authentication token to authorize the API request, include the provided API key here.</p>\n</li>\n</ul>\n<p>Select the appropriate HTTP method (GET, POST) based on your intended operation.</p>\n<h3 id=\"running-on-postman\">Running On Postman</h3>\n<p>To execute API requests using Postman, follow these steps:</p>\n<ol>\n<li><p>Open this collection in Postman by clicking \"Run in Postman.\"</p>\n</li>\n<li><p>Define global variables, ensuring to include the mandatory <code>event-code</code> and <code>x-api-key</code> for all requests.</p>\n</li>\n<li><p>Click \"Send\" to initiate the API request.</p>\n</li>\n</ol>\n<h1 id=\"responses\">Responses</h1>\n<p>Jublia API returns specific HTTP response codes to indicate the status of API requests, JSON response bodies will also be included if present. Here are the response codes along with their explanations:</p>\n<h5 id=\"http-responses-and-error-codes\">HTTP Responses and Error Codes</h5>\n<ul>\n<li><p>200 OK: The request was successful.</p>\n</li>\n<li><p>400 Bad Request/Forbidden: Validation error or user authorization is restricted</p>\n</li>\n<li><p>500 Internal Server Error: An unexpected error occurred on the server.</p>\n</li>\n</ul>\n<p>In case of a validation error, the API will provide a relevant error message indicating the specific issue, such as missing or incorrect data.</p>\n<p>Here is an example of how the error message might look:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"error\",\n    \"type\": \"validation\",\n    \"message\": [\n        \"unique_reference_number is required.\",\n        \"status is required.\",\n        \"group_id is required.\"\n    ]\n}\n\n</code></pre>\n<h3 id=\"troubleshooting\">Troubleshooting</h3>\n<p>Any data that is pushed to Jublia's platform using our Push API will be exclusively managed by external parties. We will <strong>not</strong> have the ability to make changes or updates to the data directly. Instead, any updates to the data will need to be made through the API.</p>\n<h4 id=\"data-inconsistency-between-jublia-and-the-registration-systemsource\"><strong>Data inconsistency between Jublia and the registration system/source</strong></h4>\n<ol>\n<li><p>Confirm with your Registration Vendor whether they've pushed the latest data to Jublia.</p>\n</li>\n<li><p>If the data push was successful and a discrepancy still exists, contact your assigned Technical Success Manager for further investigation.</p>\n</li>\n</ol>\n<h4 id=\"unexpected-api-responses\"><strong>Unexpected API responses</strong></h4>\n<p>If you're receiving unexpected API responses (e.g., error messages, incomplete data, etc.):</p>\n<ol>\n<li><p>Check if the API request is correctly formed (correct endpoint, method, and parameters).</p>\n</li>\n<li><p>Verify your x-api-key and event-code you're using are correct.</p>\n</li>\n<li><p>If the issue persists, contact your assigned Technical Success Manager with the specific API request and the response received for further investigation.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Requests","slug":"requests"},{"content":"Responses","slug":"responses"}],"owner":"16507400","collectionId":"c32f523b-370a-4722-aa4c-fcc65c09c784","publishedId":"TzmChtV1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-26T03:18:57.000Z"},"item":[{"name":"Jublia API (v2)","item":[{"name":"Attendee API","item":[{"name":"Attendee Basic Details | SSO API","id":"83f78914-994f-4ebd-a79d-c8e31272432e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n","type":"text"},{"key":"event-code","value":"event-code","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n","type":"text"}],"url":"https://ext.jublia.com/attendee/details?type=passcode&value=passcode","description":"<h2 id=\"description\">Description</h2>\n<p>This request retrieves the basic profile details of an attendee. If there are multiple accounts matching the provided parameters (e.g., multiple records using the same email), each match will be returned as a separate entry in the response payload. This request can also be used to retrieve the unique access link to the platform for <strong>Single Sign-On (SSO) purposes</strong>.</p>\n<h2 id=\"response-details\">Response Details</h2>\n<p>The attendee details will be populated within the <code>basic_details[]</code> payload.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attendee_company</td>\n<td>Attendee's Company Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attendee_ext_id</td>\n<td>Attendee's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>attendee_group</td>\n<td>Attendee's Group Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attendee_jublia_id</td>\n<td>Attendee's Unique ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attendee_name</td>\n<td>Attendee's Full Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attendee_position</td>\n<td>Attendee's Job Position / Job Title</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attendee_profile_picture</td>\n<td>Attendee's Profile Image URL</td>\n<td>-</td>\n</tr>\n<tr>\n<td>login_url</td>\n<td>Attendee's Login URL</td>\n<td>Can be used for Single Sign-On (SSO)</td>\n</tr>\n<tr>\n<td>meeting_url</td>\n<td>Attendee's Meeting URL</td>\n<td>Can be used for Single Sign-On (SSO)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["attendee","details"],"host":["ext.jublia.com"],"query":[{"description":{"content":"<p><code>Required</code> <br /> can either be extid / email / mobileno / passcode</p>\n","type":"text/plain"},"key":"type","value":"passcode"},{"description":{"content":"<p><code>Required</code></p>\n","type":"text/plain"},"key":"value","value":"passcode"}],"variable":[]}},"response":[{"id":"7f5419c5-2819-42e5-8c35-619d4eb1652c","name":"GET Attendee Basic Details Success Response [params = passcode]","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","description":"`Required` <br> API key generated by Jublia","type":"text"},{"key":"event-code","value":"event-code","description":"`Required` <br> Event Hash provided by Jublia","type":"text"}],"url":{"raw":"https://ext.jublia.com/attendee/details?type=passcode&value={{passcode}}","protocol":"https","host":["ext","jublia","com"],"path":["attendee","details"],"query":[{"key":"type","value":"passcode","description":"`Required` <br> extid / email / mobileno / passcode"},{"key":"value","value":"{{passcode}}","description":"`Required`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:10:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"70aa497f-810e-4267-a468-f917ca8a4c3d"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"450"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdUMFGLoSQ0FWMQ="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:10:14 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 bf37a08a8e52d3968f35ae1bb4eaae78.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN52-C3"},{"key":"x-amz-cf-id","value":"bs5xWGdhWRFENdmb-AoyaSy3UpURO1GYRbXfxbGCDmpvKtEZrvu5bg=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=lAnfxv4RaVCO36KRqm5rnbZIeT6T0dpwzBGTxjwOdG4ipeyvkgvsoYCwEMQLY3JczP7Q70L%2FRmZBCpwjAsd9dp53JwjGir5JMx7OJs263jATJvuZc0FoGPeqhkOMEPGW\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faa7c01c88a4d69-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"basic_details\": [\n        {\n            \"attendee_company\": \"Jublia\",\n            \"attendee_ext_id\": \"UlJbVV5QRA==\",\n            \"attendee_group\": \"Jublia Staff\",\n            \"attendee_jublia_id\": \"attendee_jublia_id\",\n            \"attendee_name\": \"Errol Lim\",\n            \"attendee_position\": \"COO\",\n            \"attendee_profile_picture\": \"https://match-images.jublia.com/profile-image/1946/4338713_0.png\",\n            \"login_url\": \"login_url\",\n            \"meeting_url\": \"meeting_url\"\n        }\n    ]\n}"}],"_postman_id":"83f78914-994f-4ebd-a79d-c8e31272432e"},{"name":"Attendee Meeting Request","id":"e82fa7c0-9341-46e5-ab66-371cab786796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n"},{"key":"event-code","value":"event-code","type":"text","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n"}],"url":"https://ext.jublia.com/attendee/requests?type=passcode&value=passcode","description":"<h2 id=\"description\">Description</h2>\n<p>This request retrieves the meeting request information for the attendee. It includes both pending requests from other parties and sent meeting requests to other parties. If there are multiple accounts matching the provided parameters, each match will be returned as a separate entry in the response payload.</p>\n<h2 id=\"response-details\">Response Details</h2>\n<p>The response payload contains two types of information:</p>\n<ul>\n<li><code>pending_requests[]</code>: A list of pending meeting requests sent to the attendee by other parties (requests that the attendee has not yet responded to).</li>\n<li><code>sent_requests[]</code>: A list of meeting requests sent by the attendee to other parties (requests that the other parties have not yet responded to).</li>\n</ul>\n<p>Both payloads have the same structure. All responses are sorted based on the <code>request_time</code> field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>other_attendee_company</td>\n<td>Other Party's Company Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_ext_id</td>\n<td>Other Party's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>other_attendee_id</td>\n<td>Other Party's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>other_attendee_jublia_id</td>\n<td>Other Party's Unique ID on Jublia</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_name</td>\n<td>Other Party's Full Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_position</td>\n<td>Other Party's Job Position/Title</td>\n<td>-</td>\n</tr>\n<tr>\n<td>request_time</td>\n<td>DD MMMM HH:MM</td>\n<td>The timezone is based on UTC timings.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["attendee","requests"],"host":["ext.jublia.com"],"query":[{"description":{"content":"<p><code>Required</code> <br /> extid / email / mobileno / passcode</p>\n","type":"text/plain"},"key":"type","value":"passcode"},{"description":{"content":"<p><code>Required</code></p>\n","type":"text/plain"},"key":"value","value":"passcode"}],"variable":[]}},"response":[{"id":"fefb1e57-2552-44a9-a956-cf399ffa1e54","name":"GET Attendee Meeting Request Success Response [params = passcode]","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"`Required` <br> API key generated by Jublia"},{"key":"event-code","value":"event-code","type":"text","description":"`Required` <br> Event Hash provided by Jublia"}],"url":{"raw":"https://ext.jublia.com/attendee/requests?type=passcode&value={{passcode}}","protocol":"https","host":["ext","jublia","com"],"path":["attendee","requests"],"query":[{"key":"type","value":"passcode","description":"`Required` <br> extid / email / mobileno / passcode"},{"key":"value","value":"{{passcode}}","description":"`Required`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:27:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"cd6ce264-620a-44de-a01e-d3295a937bf9"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"585"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdWwEECCSQ0FcdQ="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:27:44 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 ce37b125bad795f4918cd50b3f95260a.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN52-C3"},{"key":"x-amz-cf-id","value":"G6Xz5kJDpTXJoxB9hL4r0Az9dbLyAum3O5ygGCKYIwdb_16N5dpMAg=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=3W80OEuQCmOXQmcrfWQcTWnjgKMpkAMGShE8PiW6qmXfpnXQJtYIKjpakDA2%2BUSWh7ozvjgYuNhtq5haz2FU0W12IdJS1uwIgiAVJpTuyjgRX366c2AJkSLe24mndAvW\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faa95a14fc24d69-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"pending_requests\": [\n                {\n                    \"other_attendee_company\": \"Pacific Seafood\",\n                    \"other_attendee_ext_id\": \"other_attendee_ext_id\",\n                    \"other_attendee_id\": \"other_attendee_id\",\n                    \"other_attendee_jublia_id\": \"other_attendee_jublia_id\",\n                    \"other_attendee_name\": \"Kelly Mark\",\n                    \"other_attendee_position\": \"Director\",\n                    \"request_time\": \"12 April 08:26\"\n                }\n            ],\n            \"sent_requests\": [\n                {\n                    \"other_attendee_company\": \"Meta\",\n                    \"other_attendee_ext_id\": \"other_attendee_ext_id\",\n                    \"other_attendee_id\": \"other_attendee_id\",\n                    \"other_attendee_jublia_id\": \"other_attendee_jublia_id\",\n                    \"other_attendee_name\": \"Chris Cox\",\n                    \"other_attendee_position\": \"CFO\",\n                    \"request_time\": \"12 April 08:27\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e82fa7c0-9341-46e5-ab66-371cab786796"},{"name":"Conversations","id":"2cdf8b4b-5e80-40cb-98a6-c8becb8e208f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n"},{"key":"event-code","value":"event-code","type":"text","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n"}],"url":"https://ext.jublia.com/realization/conversations?entity_type=entity_type&query_field=query_field&query_value=query_value&conversation_type=conversation_type","description":"<h2 id=\"description\">Description</h2>\n<p>This request retrieves conversations that include meeting information from individuals or the entire company. The meetings can be Onsite, Virtual, or Chat.</p>\n<h2 id=\"response-details\">Response Details</h2>\n<p>The response will include the following information, sorted by the <code>meeting_time</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>person_a_name</td>\n<td>Person's full name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_a_jublia_id</td>\n<td>Person's Jublia Unique ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_a_ext_id</td>\n<td>Person's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>person_a_company</td>\n<td>Person's company name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_a_position</td>\n<td>Person's Job Position/Title</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_a_company_ext_id</td>\n<td>Person's company external ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_b_name</td>\n<td>Other party's full name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_b_jublia_id</td>\n<td>Other party's Jublia Unique ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_b_ext_id</td>\n<td>Other party's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>person_b_company</td>\n<td>Other party's company name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_b_position</td>\n<td>Other party's Job Position/Title</td>\n<td>-</td>\n</tr>\n<tr>\n<td>person_b_company_ext_id</td>\n<td>Other party's company external ID</td>\n<td>-</td>\n</tr>\n<tr>\n<td>meeting_time</td>\n<td>DD MMMM HH:MM</td>\n<td>The timezone is based on UTC timings</td>\n</tr>\n<tr>\n<td>conversation_type</td>\n<td>onsite/virtual/chat</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\"><strong>Notes</strong></h3>\n<ul>\n<li>For a company-wide query, only <code>ext_id</code> can be used as an input parameter.</li>\n<li>For a query about a single person, only <code>person_a</code> needs to be specified as it refers to the meetings of that individual.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["realization","conversations"],"host":["ext.jublia.com"],"query":[{"description":{"content":"<p>people/company</p>\n","type":"text/plain"},"key":"entity_type","value":"entity_type"},{"description":{"content":"<p>email/extid/passcode</p>\n","type":"text/plain"},"key":"query_field","value":"query_field"},{"description":{"content":"<p>Value of query field (email/extid/passcode)</p>\n","type":"text/plain"},"key":"query_value","value":"query_value"},{"description":{"content":"<p>onsite/virtual/chat/all</p>\n","type":"text/plain"},"key":"conversation_type","value":"conversation_type"}],"variable":[]}},"response":[{"id":"f28f6116-f234-4494-9c40-339680c7ab73","name":"Conversations","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"`Required` <br> API key generated by Jublia"},{"key":"event-code","value":"event-code","type":"text","description":"`Required` <br> Event Hash provided by Jublia"}],"url":{"raw":"https://ext.jublia.com/realization/conversations?entity_type=people&query_field=passcode&query_value=1234&conversation_type=all","protocol":"https","host":["ext","jublia","com"],"path":["realization","conversations"],"query":[{"key":"entity_type","value":"people"},{"key":"query_field","value":"passcode"},{"key":"query_value","value":"1234"},{"key":"conversation_type","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Oct 2022 04:33:31 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-cache","value":"Error from cloudfront"},{"key":"via","value":"1.1 38f7a6091a95b3808d7a0f553df4fd56.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN52-P1"},{"key":"x-amz-cf-id","value":"IYm1WRxtxHFMwcB7Gb1hpJT14c5tVAoyjbePBRiXw2HMnhklVvsTTA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=AT8BPWbsbh4fC0kcWgQuy9VXtJ8LNs0XK4yUyiax7CUTgemNXQXzTlWZWCBArDllFu01b47dDDI3QYV3DaAQM%2FC03IAofdGKrFFha%2F6VMJJ904SvsT%2Fmf9N%2FsBf1CNSL\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7553708a4a744bb0-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Edge Yard Service\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2f65d7dce53e44e0a879\",\n            \"person_b_name\": \"Rob Delacruz\",\n            \"person_b_position\": \"Charity Worker\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Electric Boat\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"44531a8febd64b69b797\",\n            \"person_b_name\": \"Alona Carney\",\n            \"person_b_position\": \"Horse Riding Instructor\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Belk\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"232e1faeab604425b308\",\n            \"person_b_name\": \"Jazmine Stephens\",\n            \"person_b_position\": \"Nanny\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Edge Yard Service\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2f65d7dce53e44e0a879\",\n            \"person_b_name\": \"Rob Delacruz\",\n            \"person_b_position\": \"Charity Worker\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Electric Boat\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"44531a8febd64b69b797\",\n            \"person_b_name\": \"Alona Carney\",\n            \"person_b_position\": \"Horse Riding Instructor\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Avant Garde Interior Designs\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"b2b8039476bd4e55ad0b\",\n            \"person_b_name\": \"Livia Mcintyre\",\n            \"person_b_position\": \"Theatre Technician\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Edge Yard Service\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2f65d7dce53e44e0a879\",\n            \"person_b_name\": \"Rob Delacruz\",\n            \"person_b_position\": \"Charity Worker\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Electric Boat\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"44531a8febd64b69b797\",\n            \"person_b_name\": \"Alona Carney\",\n            \"person_b_position\": \"Horse Riding Instructor\"\n        },\n        {\n            \"conversation_type\": \"chat\",\n            \"meeting_location\": null,\n            \"meeting_time\": null,\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Belk\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"232e1faeab604425b308\",\n            \"person_b_name\": \"Jazmine Stephens\",\n            \"person_b_position\": \"Nanny\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/f73e651643fefb5a?passcode=5431poll\",\n            \"meeting_time\": \"13 February 2023 10:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"The Pink Pig Tavern\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2ab1f44c158e4b80aefa\",\n            \"person_b_name\": \"Michel Mcclure\",\n            \"person_b_position\": \"Physicist\"\n        },\n        {\n            \"conversation_type\": \"onsite\",\n            \"meeting_location\": \"Booth B\",\n            \"meeting_time\": \"13 February 2023 10:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Rockstar Games\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"24bfe1caa3634f3091b5\",\n            \"person_b_name\": \"Drew Atkinson\",\n            \"person_b_position\": \"Technical Director\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/ea40e47e9fcbd774?passcode=19ogie53\",\n            \"meeting_time\": \"13 February 2023 10:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Cogent Communications\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"3efe17f2fb454802a788\",\n            \"person_b_name\": \"Lavona James\",\n            \"person_b_position\": \"Sheriff Principal\"\n        },\n        {\n            \"conversation_type\": \"onsite\",\n            \"meeting_location\": \"Booth A\",\n            \"meeting_time\": \"13 February 2023 10:30 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Hastings Entertainment\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": \"abcdtest123\",\n            \"person_b_jublia_id\": \"ab843008c71b45959024\",\n            \"person_b_name\": \"Charlie Conway\",\n            \"person_b_position\": \"Interpreter\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/74483687c2745758?passcode=8370OSHE\",\n            \"meeting_time\": \"13 February 2023 10:30 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"The Pink Pig Tavern\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2ab1f44c158e4b80aefa\",\n            \"person_b_name\": \"Michel Mcclure\",\n            \"person_b_position\": \"Physicist\"\n        },\n        {\n            \"conversation_type\": \"onsite\",\n            \"meeting_location\": \"Booth C\",\n            \"meeting_time\": \"13 February 2023 10:30 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Rockstar Games\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"24bfe1caa3634f3091b5\",\n            \"person_b_name\": \"Drew Atkinson\",\n            \"person_b_position\": \"Technical Director\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/824db2478cf41d91?passcode=5431poll\",\n            \"meeting_time\": \"13 February 2023 11:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Avant Garde Interior Designs\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"b2b8039476bd4e55ad0b\",\n            \"person_b_name\": \"Livia Mcintyre\",\n            \"person_b_position\": \"Theatre Technician\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/5fffec34ce32f873?passcode=8370OSHE\",\n            \"meeting_time\": \"13 February 2023 11:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Cogent Communications\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"3efe17f2fb454802a788\",\n            \"person_b_name\": \"Lavona James\",\n            \"person_b_position\": \"Sheriff Principal\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/7b4104f8a4735c38?passcode=19ogie53\",\n            \"meeting_time\": \"13 February 2023 11:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"The Pink Pig Tavern\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"2ab1f44c158e4b80aefa\",\n            \"person_b_name\": \"Michel Mcclure\",\n            \"person_b_position\": \"Physicist\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/2073e898145a4aef?passcode=8370OSHE\",\n            \"meeting_time\": \"13 February 2023 11:30 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Hastings Entertainment\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": \"abcdtest123\",\n            \"person_b_jublia_id\": \"ab843008c71b45959024\",\n            \"person_b_name\": \"Charlie Conway\",\n            \"person_b_position\": \"Interpreter\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/4b816492b93915d9?passcode=19ogie53\",\n            \"meeting_time\": \"13 February 2023 11:30 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Avant Garde Interior Designs\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"b2b8039476bd4e55ad0b\",\n            \"person_b_name\": \"Livia Mcintyre\",\n            \"person_b_position\": \"Theatre Technician\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/83047aa59321cc99?passcode=8370OSHE\",\n            \"meeting_time\": \"13 February 2023 13:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"7848c6aa6a48491ba370\",\n            \"person_a_name\": \"Geoffrey Wong\",\n            \"person_a_position\": \"Marine Broker\",\n            \"person_b_company\": \"Belk\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"232e1faeab604425b308\",\n            \"person_b_name\": \"Jazmine Stephens\",\n            \"person_b_position\": \"Nanny\"\n        },\n        {\n            \"conversation_type\": \"onsite\",\n            \"meeting_location\": \"Booth C\",\n            \"meeting_time\": \"13 February 2023 13:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"d97668fad0ed488a95bd\",\n            \"person_a_name\": \"Leon Ramsey\",\n            \"person_a_position\": \"Insurance Broker\",\n            \"person_b_company\": \"Hastings Entertainment\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": \"abcdtest123\",\n            \"person_b_jublia_id\": \"ab843008c71b45959024\",\n            \"person_b_name\": \"Charlie Conway\",\n            \"person_b_position\": \"Interpreter\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/47b3534327f16040?passcode=5431poll\",\n            \"meeting_time\": \"14 February 2023 10:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Rockstar Games\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"24bfe1caa3634f3091b5\",\n            \"person_b_name\": \"Drew Atkinson\",\n            \"person_b_position\": \"Technical Director\"\n        },\n        {\n            \"conversation_type\": \"virtual\",\n            \"meeting_location\": \"https://devvideo.jublia.com/5c798eabf316ddc4?passcode=5431poll\",\n            \"meeting_time\": \"15 February 2023 10:00 (UTC+8)\",\n            \"person_a_company\": \"XPLANE\",\n            \"person_a_company_ext_id\": \"XPLANE\",\n            \"person_a_ext_id\": null,\n            \"person_a_jublia_id\": \"56fcf6fd96584169ad94\",\n            \"person_a_name\": \"Elmo Savage\",\n            \"person_a_position\": \"Wine Merchant\",\n            \"person_b_company\": \"Cogent Communications\",\n            \"person_b_company_ext_id\": null,\n            \"person_b_ext_id\": null,\n            \"person_b_jublia_id\": \"3efe17f2fb454802a788\",\n            \"person_b_name\": \"Lavona James\",\n            \"person_b_position\": \"Sheriff Principal\"\n        }\n    ]\n}"}],"_postman_id":"2cdf8b4b-5e80-40cb-98a6-c8becb8e208f"},{"name":"Attendee Bookmarks","id":"e21f41c7-99ab-4881-9ca7-aaf7f3bedbc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n"},{"key":"event-code","value":"event-code","type":"text","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n"}],"url":"https://ext.jublia.com/attendee/bookmarks?type=passcode&value=passcode","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint retrieves the user profiles bookmarked by the attendee. If there are multiple account matches based on the provided parameters, they will be returned as separate entries in the response payload.</p>\n<h2 id=\"response-details\">Response Details</h2>\n<p>The response payload will contain a list of bookmarked user profiles inside the <code>attendees</code> list. The response will be sorted alphabetically by the <code>other_attendee_name</code> field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>other_attendee_company</td>\n<td>The other party's Company Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_email</td>\n<td>The other party's registered email</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_ext_id</td>\n<td>The other party's External ID</td>\n<td>Registration ID from the Registration system</td>\n</tr>\n<tr>\n<td>other_attendee_jublia_id</td>\n<td>The other party's Unique ID on Jublia</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_name</td>\n<td>The other party's Full Name</td>\n<td>-</td>\n</tr>\n<tr>\n<td>other_attendee_position</td>\n<td>The other party's Job Position/Title</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["attendee","bookmarks"],"host":["ext.jublia.com"],"query":[{"description":{"content":"<p><code>Required</code> <br /> extid / email / mobileno / passcode</p>\n","type":"text/plain"},"key":"type","value":"passcode"},{"description":{"content":"<p><code>Required</code></p>\n","type":"text/plain"},"key":"value","value":"passcode"}],"variable":[]}},"response":[{"id":"770b3d14-fc5f-4fb0-af7e-d7a93df1a591","name":"GET Attendee Bookmarks Success Response [params = passcode]","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"`Mandatory` <br> API key generated by Jublia"},{"key":"event-code","value":"event-code","type":"text","description":"`Mandatory` <br> Event Hash provided by Jublia"}],"url":{"raw":"https://ext.jublia.com/attendee/bookmarks?type=passcode&value={{passcode}}","protocol":"https","host":["ext","jublia","com"],"path":["attendee","bookmarks"],"query":[{"key":"type","value":"passcode","description":"`Required` <br> extid / email / mobileno / passcode"},{"key":"value","value":"{{passcode}}","description":"`Required`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:51:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"6aae3d15-5a2a-43d8-861e-ff73b88f1d11"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"709"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdaM_Fy5SQ0FhUw="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:51:18 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 70fdfa773982aee8e5e56c054ca0a9cc.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN2-P1"},{"key":"x-amz-cf-id","value":"tZGDjed2QsM0TaoaKoU_F3IYp-r_5j8WNUz3O6VVYbojFhbGuvnAtg=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=aWujbCZwv5kcRYdT%2F1uCHFpYCb3HdpC6wwDdIkmGTapn8YKZ7dyFLikW5AF%2B9kk3pls5IO9Jnlu5BLp4IqUuTPQaS1m0gjmtK2xbbbEVB1p92RP0hQZO95J5W3hjy12L\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faab825fb8f87f5-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"bookmarks\": [\n        {\n            \"attendees\": [\n                {\n                    \"other_attendee_company\": \"Shiseido\",\n                    \"other_attendee_email\": \"other_attendee_email\",\n                    \"other_attendee_ext_id\": \"other_attendee_ext_id\",\n                    \"other_attendee_jublia_id\": \"other_attendee_jublia_id\",\n                    \"other_attendee_name\": \"Charlie Brown\",\n                    \"other_attendee_position\": \"CFO\"\n                },\n                {\n                    \"other_attendee_company\": \"Meta\",\n                    \"other_attendee_email\": \"other_attendee_email\",\n                    \"other_attendee_ext_id\": \"other_attendee_ext_id\",\n                    \"other_attendee_jublia_id\": \"other_attendee_jublia_id\",\n                    \"other_attendee_name\": \"Mark Zuckerberg\",\n                    \"other_attendee_position\": \"CEO\"\n                },\n                {\n                    \"other_attendee_company\": \"Pfizer\",\n                    \"other_attendee_email\": \"other_attendee_email\",\n                    \"other_attendee_ext_id\": \"other_attendee_ext_id\",\n                    \"other_attendee_jublia_id\": \"other_attendee_jublia_id\",\n                    \"other_attendee_name\": \"Albert Bourla, DVM, Ph.D.\",\n                    \"other_attendee_position\": \"CEO\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e21f41c7-99ab-4881-9ca7-aaf7f3bedbc2"},{"name":"Add Attendee Bookmarks","id":"a9cbb2b0-f19f-4356-b220-ef5293f81a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","description":"<p><code>Required</code><br />\nAPI key generated by Jublia</p>\n"},{"key":"event-code","value":"event-code","description":"<p><code>Required</code><br /> Event Hash provided by Jublia</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"passcode\",\r\n    \"value\": \"{{passcode}}\",\r\n    \"target_type\": \"passcode\",\r\n    \"target_value\": \"{{target_passccode}}\",\r\n    \"action\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ext.jublia.com/attendee/bookmarks","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint allows for updating the bookmark state between attendees. The request can be used to either:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Action</strong></th>\n<th><strong>Value in Payload</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Add a bookmark</td>\n<td>\"action\": 1</td>\n</tr>\n<tr>\n<td>Remove a bookmark</td>\n<td>\"action\": 0</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"payload-example\">Payload Example</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"{attendee_param_type}\",\n    \"value\": \"{attendee_param_value}\",\n    \"target_type\": \"{target_attendee_param_type}\",\n    \"target_value\": \"{target_attendee_param_value}\",\n    \"action\": 1\n}\n\n</code></pre>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The payload accepts any of four possible parameters to identify the attendee:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>extid</code></td>\n<td>Attendee's Registration ID</td>\n<td>From Registration Vendor</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Attendee's registered email</td>\n<td>From Registration Vendor</td>\n</tr>\n<tr>\n<td><code>mobileno</code></td>\n<td>Attendee's registered mobile number</td>\n<td>From Registration Vendor</td>\n</tr>\n<tr>\n<td><code>passcode</code></td>\n<td><code>String</code>  <br />Attendee's passcode on Jublia</td>\n<td>From Jublia</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["attendee","bookmarks"],"host":["ext.jublia.com"],"query":[],"variable":[]}},"response":[{"id":"bf121ed0-5d84-4939-9fd9-536261e80c85","name":"POST Add Attendee Bookmarks Success Response [params = passcode]","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"`Required`\nAPI key generated by Jublia"},{"key":"event-code","value":"event-code","type":"text","description":"`Required`\nEvent Hash provided by Jublia"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"passcode\",\r\n    \"value\": \"{{passcode}}\",\r\n    \"target_type\": \"passcode\",\r\n    \"target_value\": \"{{target_passccode}}\",\r\n    \"action\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ext.jublia.com/attendee/bookmarks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:57:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"527af89b-7900-4a10-821d-694c3cb5e870"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"72"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdbLNE27yQ0FcKg="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:57:56 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 0f7e4995783c21b04a0e0537b8737dde.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN2-P1"},{"key":"x-amz-cf-id","value":"YNwK4G5NoRwvrLp5DsS4nWEebs1d9KvaNn1IqLn3TxQM0lsVBF25wA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=wP5ehzmFtwxUC335OEJI%2Bt2BXAFrdJ2W%2B2ZRGYEEm02JLQZfM9%2BiaS7N3KWPqZkG4CvH7XKNkqsan4ScfXNfC5GE%2BIKceB%2F%2F2WsUV1lWyshz%2FUc03m%2F2eZH6etH%2BoKJ7\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faac1df1b9787f5-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"None\",\n    \"message\": \"Bookmark action is successful\",\n    \"status\": \"1\"\n}"},{"id":"d1246e44-1fad-4a8a-afc9-e1fa2a99d64c","name":"POST Remove Attendee Bookmarks Success Respones [params = passcode]","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text","description":"`Required`\nAPI key generated by Jublia"},{"key":"event-code","value":"event-code","type":"text","description":"`Required`\nEvent Hash provided by Jublia"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"passcode\",\r\n    \"value\": \"{{passcode}}\",\r\n    \"target_type\": \"passcode\",\r\n    \"target_value\": \"{{target_passccode}}\",\r\n    \"action\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ext.jublia.com/attendee/bookmarks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:58:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"1b7e4198-721a-42b1-bb64-b2a6227ba935"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"75"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdbR_HmFyQ0FXRA="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:58:39 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 003b6042285e886f3f4d6afd190f633c.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN52-C3"},{"key":"x-amz-cf-id","value":"2-mvNsj3VWqQp2V9djuaXmm10yv_oB_kiRxPQTUq4a80scrX-O3HGg=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=F5mdpXxpNhXCSpU0WcRMh68exMGZcooV1yOh8mAy3cmzIJNrFm4%2FrFfNCg3GlaxgUpO3GjeD%2BKhfebNj7yuOkiGGv%2B4Xz3HzHOaXuFrLyCeedtu%2FBSa1TSAnFVrh4HZC\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faac2ee8cc387f5-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"None\",\n    \"message\": \"Un-Bookmark action is successful\",\n    \"status\": \"1\"\n}"}],"_postman_id":"a9cbb2b0-f19f-4356-b220-ef5293f81a44"}],"id":"672cc1df-50b2-4578-b4c7-ffca0f54f197","description":"<h2 id=\"description\">Description</h2>\n<p>This documentation is publicly available for Jublia's client to retrieve attendees data on their event. All endpoints are highly secured - Accessible via https only and require approved credentials to gain access to.</p>\n<h2 id=\"query-params\">Query Params</h2>\n<p>These list of params are available to retrieve the attendees data for below requests:</p>\n<ul>\n<li><p><code>GET</code> Attendee Basic Details</p>\n</li>\n<li><p><code>GET</code> Attendee Timetable</p>\n</li>\n<li><p><code>GET</code> Attendee Meeting Request</p>\n</li>\n<li><p><code>GET</code> Attendee Bookmarks</p>\n</li>\n</ul>\n<p>There are 4 (four) possible query params <code>key</code> that can be used to retrieve the attendee's data:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>extid</code></td>\n<td>Attendee's Registration ID</td>\n<td>Obtained from Registration Vendor</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Attendee's registered email</td>\n<td>Obtained from Registration Vendor</td>\n</tr>\n<tr>\n<td><code>mobileno</code></td>\n<td>Attendee's registered mobile number</td>\n<td>Obtained from Registration Vendor</td>\n</tr>\n<tr>\n<td><code>passcode</code></td>\n<td>String.  <br />Attendee's passcode on Jublia</td>\n<td>Obtained from Jublia</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"672cc1df-50b2-4578-b4c7-ffca0f54f197"},{"name":"Sessions API","item":[{"name":"Sessions","id":"154a55c5-4b26-474e-b371-c9edf46ef88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n","type":"text"},{"key":"event-code","value":"event-code","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n","type":"text"}],"url":"https://ext.jublia.com/sessions?is_live=1&is_active=1","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint retrieves the schedule and details of the event's agenda sessions.</p>\n<h2 id=\"response-details\">Response Details</h2>\n<p>The session details are populated within the <code>sessions[]</code> payload, sorted by the session's start time.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_buttons</td>\n<td>Collection of Information</td>\n<td>Interactive buttons for the session</td>\n</tr>\n<tr>\n<td>date</td>\n<td>DD-MM-YY</td>\n<td>Date of the session</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Free text</td>\n<td>Description of the session</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>Text (150 char)</td>\n<td>Summary of the session</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>HH:MM</td>\n<td>Start time of the session (24-hour format, based on event timezone)</td>\n</tr>\n<tr>\n<td>end_time</td>\n<td>HH:MM</td>\n<td>End time of the session (24-hour format, based on event timezone)</td>\n</tr>\n<tr>\n<td>ext_id</td>\n<td>String</td>\n<td>External Unique ID of the session <em>(from External data source via API)</em></td>\n</tr>\n<tr>\n<td>floorplan_locations</td>\n<td>Collection of Information</td>\n<td>Floorplan location of the session</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Unique ID <strong>(hashed)</strong> of the session</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td><code>0</code> or <code>1</code></td>\n<td>0 = Inactive session, 1 = Active session</td>\n</tr>\n<tr>\n<td>is_live</td>\n<td><code>0</code> or <code>1</code></td>\n<td>0 = Session not live (not published to attendees), 1 = Session live (published to attendees)</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Location of the session</td>\n</tr>\n<tr>\n<td>speakers</td>\n<td>Information collection</td>\n<td>List of speakers for the session</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Information collection</td>\n<td>Tags associated with the session</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Free text</td>\n<td>Title or name of the session</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td>String</td>\n<td>Name of the session's track</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sessions"],"host":["ext.jublia.com"],"query":[{"description":{"content":"<p><code>int</code> <br /><code>Optional</code> <br /></p>\n<ul>\n<li>1 = Filtering published Session(s) <br /></li>\n<li>0 = Filtering unpublished Session(s)<br />\nNot passing this parameter will return all published &amp; unpublished Session(s)</li>\n</ul>\n","type":"text/plain"},"key":"is_live","value":"1"},{"description":{"content":"<p><code>int</code> <br /><code>Optional</code> <br /></p>\n<ul>\n<li>1 = Filtering active Session(s) <br /></li>\n<li>0 = Filtering inactive Session(s)<br />\nNot passing this parameter will return all active &amp; inactive Session(s)</li>\n</ul>\n","type":"text/plain"},"key":"is_active","value":"1"}],"variable":[]}},"response":[{"id":"802976df-c140-4583-a007-1b005ad3ebbc","name":"GET Sessions Success Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"x-api-key","description":"`Required` <br> API key generated by Jublia","type":"text"},{"key":"event-code","value":"event-code","description":"`Required` <br> Event Hash provided by Jublia","type":"text"}],"url":{"raw":"https://ext.jublia.com/sessions?is_live=&is_active=","protocol":"https","host":["ext","jublia","com"],"path":["sessions"],"query":[{"key":"is_live","value":"","description":"`int` `Optional` <br>\n- 1 = Filtering published Session(s) <br>\n- 0 = Filtering unpublished Session(s)\n<br>\n*Not passing this parameter will return all published & unpublished Session(s)*"},{"key":"is_active","value":"","description":"`int` `Optional` <br>\n- 1 = Filtering active Session(s) <br>\n- 0 = Filtering inactive Session(s)\n<br>\n*Not passing this parameter will return all active & inactive Session(s)*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 08:00:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"75edbc5b-5c98-40e0-90b4-0c0d4f2e166e"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-amzn-remapped-content-length","value":"63652"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QdSuRGCyyQ0FWyg="},{"key":"x-amzn-remapped-server","value":"nginx/1.16.1"},{"key":"x-amzn-remapped-date","value":"Tue, 12 Apr 2022 08:00:14 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 9e7574adb9a113dab92737ea901376d8.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"SIN2-P1"},{"key":"x-amz-cf-id","value":"ztJS7LAm-fcn50G7kU8DIsrdrl0YEHM8u4FJwLiE6dxsUr5qSNIdHQ=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=mzEnmKnbzlIV38BcOdgi%2BXX9ZPZCJpnDNJ8NCCNeiBN2xdVQVWt03zgkq5NIwBc7HKIOz5tVk5t%2FAmxWuR%2FIsQ%2BIrhCxOTBbbMRZ41fHrsjZAD5kSzKjAXzU4%2Bv75iR9\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6faa6d595bc487c9-SIN"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"01-01-1970\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"01-01-1970\",\n                        \"description\": \"<p>What does Net Zero mean to RX?\\nThe world emits 50 billion tonnes of of greenhouse gases every year; emissions that are produced by the things we do everyday.\\nRX wants to do more than just achieve carbon neutrality. Here's how.</p>\",\n                        \"end_time\": \"00:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"44c477c353294f2ea9e0\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"On-Demand\",\n                        \"speakers\": [],\n                        \"start_time\": \"00:00\",\n                        \"summary\": \"What does Net Zero mean to RX?The world emits 50 billion tonnes of of greenhouse gases every year; emissions that are produced by the things we do...\",\n                        \"tags\": [],\n                        \"title\": \"Net Zero Events - RX Global\",\n                        \"track_name\": \"JUICE On-Demand\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"01-01-1970\",\n                        \"description\": \"A business cannot grow without new customers. A dim-sum eatery and a TCM chain founded in the 60s are both leveraging digital tools to seek new customers. 3rd-gen owner of Swee Choon, Ernest Ting, took over the business in 2018. His first step was to focus the restaurant's transition into online delivery by partnering with various delivery platforms. Soon, Ernest learns there is a potentially untapped customer base in the east of Singapore. \",\n                        \"end_time\": \"00:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1bea244f98cc4d588794\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"On-Demand\",\n                        \"speakers\": [],\n                        \"start_time\": \"00:00\",\n                        \"summary\": \"A business cannot grow without new customers. A dim-sum eatery and a TCM chain founded in the 60s are both leveraging digital tools to seek new...\",\n                        \"tags\": [],\n                        \"title\": \"How Data & Digitalisation Have Transformed Traditional Businesses\",\n                        \"track_name\": \"JUICE On-Demand\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"01-01-1970\",\n                        \"description\": \"New connectivity, new computing, new platform, new ecosystem: this is the foundation of the intelligent world 2030 as told by Huawei.\",\n                        \"end_time\": \"00:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"41592a80fae5463aa8e8\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"00:00\",\n                        \"summary\": \"New connectivity, new computing, new platform, new ecosystem: this is the foundation of the intelligent world 2030 as told by Huawei.\",\n                        \"tags\": [],\n                        \"title\": \"Digital Transformation in 2030\",\n                        \"track_name\": \"JUICE On-Demand\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"01-01-1970\",\n                        \"description\": \"The future is discovered when we see things from a different perspective. Join Mitra Azizirad, CVP AI & Innovation in this session to hear more about our approach to innovation and how key trends in AI innovation will help businesses transform. After all, innovation is not a destination, it’s a journey with inspiration and breakthroughs along the way.\",\n                        \"end_time\": \"00:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"6c250dc2f06649ac8b49\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"On-Demand\",\n                        \"speakers\": [],\n                        \"start_time\": \"00:00\",\n                        \"summary\": \"The future is discovered when we see things from a different perspective. Join Mitra Azizirad, CVP AI & Innovation in this session to hear more about...\",\n                        \"tags\": [],\n                        \"title\": \"Envisioning tomorrow: How Microsoft approaches innovation\",\n                        \"track_name\": \"JUICE On-Demand\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"01-01-1970\",\n                        \"description\": \"blablabla\",\n                        \"end_time\": \"00:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1285cb1121024ad29c2f\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"00:00\",\n                        \"summary\": \"blablabla\",\n                        \"tags\": [],\n                        \"title\": \"Recording 1\",\n                        \"track_name\": \"JUICE On-Demand\"\n                    }\n                ],\n                \"track_name\": \"JUICE On-Demand\"\n            }\n        ]\n    },\n    {\n        \"date\": \"10-12-2024\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"10-12-2024\",\n                        \"description\": \"<p>Saksikan pertandingan akbar mega bintang barat melawan timur di liga 1</p>\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e1c7b92fed0147069d9f\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:00\",\n                        \"summary\": \"Saksikan pertandingan akbar mega bintang barat melawan timur di liga 1\",\n                        \"tags\": [],\n                        \"title\": \"Persib vs Persebaya\",\n                        \"track_name\": \"Testing D-1\"\n                    }\n                ],\n                \"track_name\": \"Testing D-1\"\n            }\n        ]\n    },\n    {\n        \"date\": \"11-12-2024\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"11-12-2024\",\n                        \"description\": \"<p>Liga Champion Asia</p>\",\n                        \"end_time\": \"11:15\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7e8ab347b9c54fd1a968\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"Liga Champion Asia\",\n                        \"tags\": [],\n                        \"title\": \"Persib vs Lion City\",\n                        \"track_name\": \"Testing D-Day\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"11-12-2024\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e1640d3821764b92bcf0\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:15\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Persib vs JDT\",\n                        \"track_name\": \"Testing D-Day\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"11-12-2024\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"11:40\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3333d5aed9984befbf62\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Persib vs Real Madrid\",\n                        \"track_name\": \"Testing D-Day\"\n                    }\n                ],\n                \"track_name\": \"Testing D-Day\"\n            }\n        ]\n    },\n    {\n        \"date\": \"15-12-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Hi this is our session</p>\",\n                        \"end_time\": \"07:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"4d2f1bcc8e3546cc870d\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Pan Pacific, Perth\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"Hi this is our session\",\n                        \"tags\": [],\n                        \"title\": \"Testing session on Explore page\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Simon</p>\",\n                        \"end_time\": \"07:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"0e7d90c9386248cea9ed\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"Simon\",\n                        \"tags\": [],\n                        \"title\": \"Kheeran\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join us for an inspiring opening address by the&nbsp;<strong>Honorable Minister of Technology</strong>&nbsp;as we kick off the&nbsp;<strong>[Tech Summit Name]</strong>, a premier gathering of industry leaders, innovators, and policymakers shaping the future of technology. In this keynote session, the Minister will outline the government’s strategic vision for fostering&nbsp;<strong>digital transformation, sustainable innovation, and inclusive growth</strong>in the tech sector.</p><p>With rapid advancements in&nbsp;<strong>AI, blockchain, IoT, and green technologies</strong>, this session will explore how public-private partnerships can accelerate national and global progress. The Minister will highlight key initiatives, policy frameworks, and investment opportunities designed to empower startups, strengthen digital infrastructure, and position [Country/Region] as a leader in the Fourth Industrial Revolution.</p><p>Attendees will gain insights into:</p><ul><li><strong>Government priorities</strong>&nbsp;in tech regulation, cybersecurity, and digital equity</li><li><strong>Emerging trends</strong>&nbsp;reshaping industries and workforce development</li><li><strong>Collaborative ecosystems</strong>&nbsp;bridging academia, industry, and entrepreneurship</li></ul><p>This opening session sets the tone for the summit, offering a roadmap to harness technology for economic resilience and societal impact. Don’t miss this opportunity to engage with the Minister and contribute to a forward-thinking dialogue on building a&nbsp;<strong>smarter, more connected future</strong>.</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7b08719cee434230b5c1\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"Tech Summit kicks off with Hon. Minister highlighting government's vision for tech innovation, partnerships, and economic growth.\",\n                        \"tags\": [],\n                        \"title\": \"Ask Me Anything - Elon Musk\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>test</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"d885e3fe458846bb8e1b\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"test\",\n                        \"tags\": [],\n                        \"title\": \"test\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>TEST</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2d34c0a5009548ca94fb\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:30\",\n                        \"summary\": \"TEST\",\n                        \"tags\": [],\n                        \"title\": \"TEST\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>TEST</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"18f18be4c9e14792b664\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:30\",\n                        \"summary\": \"TEST\",\n                        \"tags\": [],\n                        \"title\": \"TEST\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Hello everyone, and thank you for participating in JUICE 2025, our newly launched Jublia Ultimate Innovation Conference & Exhibition or JUICE for short. We're delighted to have you here with us, and we've prepared an exciting line up of speakers, sessions, performances as well as people to connect with! When in doubt, don't hesitate reaching out to one of our representatives. We've love to learn how to serve you better. Meanwhile, stay curious and juicy! \",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"23ab2e9977ed4bcd8f9e\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Knowledge Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:30\",\n                        \"summary\": \"Hello everyone, and thank you for participating in JUICE 2025, our newly launched Jublia Ultimate Innovation Conference & Exhibition or JUICE for...\",\n                        \"tags\": [],\n                        \"title\": \"Let's get JUICY! \",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Hear from the CEO of Jublia - Kuan Yan - on what to expect at JUICE 2050!</p><p>Jublia empowers you to grow your events by engineering audience interactions, enhancing content discovery, and maximising customer satisfaction. All delivered on the foundation of an intelligent recommendation platform to boost your event revenue.</p><p>We are joined by the movers and shakers shaping the world digitally at JUICE 2025, and together, we do great things! </p><p><br></p>\",\n                        \"end_time\": \"09:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"150d2184813c4f858ead\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"Hear from the CEO of Jublia - Kuan Yan - on what to expect at JUICE 2050!\",\n                        \"tags\": [],\n                        \"title\": \"Opening Address\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Learn and become inspired to activate Lean Startup in your business, and change the ecosystem within your organization to a Lean Startup culture. Gain an understanding of how to apply Lean Startup methods and acquire the tools and knowledge needed in order to independently execute, sustain momentum and drive results over time. You may even get the opportunity to share what you’re doing organizationally and get live coaching and critique on current projects you are working on. Groups will then come together and talk about what they have to do, challenges they are going to face and how they are going to take that information, apply it and carry it forward.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"814d0a5e185d4739bb59\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Learn and become inspired to activate Lean Startup in your business, and change the ecosystem within your organization to a Lean Startup culture....\",\n                        \"tags\": [],\n                        \"title\": \"Lean Startup In-depth for Practitioners\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join Kuan Yan, CEO of Jublia, for an inspiring Opening Session that sets the stage for JUICE 2025. Discover how Jublia’s cutting-edge engagement platform is transforming the event industry by engineering smarter audience interactions, elevating content discovery, and driving unmatched customer satisfaction.</p><p>This session will spotlight the power of innovation in shaping the future of events, offering insights into how intelligent recommendations can maximize your event’s impact and revenue potential. Whether you’re an organizer, exhibitor, or attendee, learn how Jublia empowers you to foster meaningful connections, unlock new opportunities, and achieve unparalleled success.</p><p>Prepare to be inspired by the visionaries leading the digital revolution. Together, at JUICE 2025, we’re creating extraordinary experiences and defining the future of events.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"bc4a158b58c349799d2d\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Discover how Jublia's innovative platform transforms events, boosts engagement, and maximizes impact!\",\n                        \"tags\": [],\n                        \"title\": \"Opening Address\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>The Oxford dictionary describes an exhibition as a “public display of works… at a trade fair”, where an expo is described as a “large international exhibition”. A trade show is described as an “event at which companies show their products”.</p><p>Basically, whichever word you’re using or hearing, they’re all correct and they all mean the same thing. An exhibition or trade show is all about brands gathering together in one venue to showcase their products to either the public or to trade, relatively.</p><p>With an aim to bringing together the best products from around the world under one roof, the first international trade show was held in 1851, The Great Exhibition in Hyde Park, London.</p><p>What will it look like 200 years later?</p>\",\n                        \"end_time\": \"11:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"6d8ca20eb4b442d3a2b1\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:00\",\n                        \"summary\": \"An exhibition is all about brands gathering together in one venue to showcase their products. What will it look like in 2050?\",\n                        \"tags\": [],\n                        \"title\": \"Panel Discussion: Exhibitions in 2050\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Microsoft supports researchers, non-profits, and organizations who are using technology and AI to improve the world across multiple disciplines: the environment, accessibility, humanitarian issues, cultural heritage, and health.</p><p>Hear from Microsoft CEO, Satya Nadella, on how Microsoft's AI infused Intelligent Cloud is creating a distributed computing fabric. </p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"403f80fa9593484bad4a\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"Microsoft CEO Satya Nadella discusses how AI-infused Intelligent Cloud is revolutionizing technology across various disciplines.\",\n                        \"tags\": [],\n                        \"title\": \"Microsoft AI: Empowering Outcomes in the Intelligent Cloud (Hybrid Session)\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Exhibitions have long been a central hub for innovation and connection. From the first international trade show in 1851, when The Great Exhibition in Hyde Park gathered people to celebrate the wonders of the industrial age, exhibitions have evolved to become a vital part of global commerce. They have become a platform for innovation, ideas, and the exchange of knowledge, with products and solutions being showcased to audiences worldwide. But as technology continues to advance at an unprecedented pace, the exhibition landscape is set to undergo a massive transformation.</p><p>In this session, industry leaders will explore what exhibitions will look like in 2050. How will the physical and virtual worlds converge to create seamless, immersive experiences? What role will artificial intelligence, virtual reality, and augmented reality play in shaping these events? We’ll also discuss how innovations in event technology—like hyper-personalized experiences, holograms, and AI-driven content—will change the way exhibitors engage with audiences. With insights into the future of digital experiences, global connectivity, and audience engagement, this session will paint a vivid picture of what’s to come for exhibitions, both in person and online. Join us to get a glimpse into the future of a rapidly changing and innovative industry.</p>\",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"97a0bed64fb046489afb\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"Innovative industry leaders discuss the future of exhibitions in 2050, exploring AI, VR, and personalized experiences.\",\n                        \"tags\": [],\n                        \"title\": \"Panel Discussion: The Future of Exhibitions in 2050\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Test session\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"24fa80b3583b4564ab70\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"Test session\",\n                        \"tags\": [],\n                        \"title\": \"Test Session\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Tesla has shifted the auto industry toward electric vehicles, achieved consistently growing revenues, and at the start of 2020 was the highest performing automaker, in terms of total return, sales growth and long-term shareholder value. \\n<br></br>\\nTo understand Tesla’s strategy, one must first separate its two primary pillars: headline-grabbing moves like launching the Cybertruck or the Roadster 2.0 (which the company claims will accelerate faster than any production car ever made) and the big bets it is making on its core vehicles, the models S, X, 3, and Y.\",\n                        \"end_time\": \"17:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b25b0aa5383b43d59169\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:00\",\n                        \"summary\": \"Tesla has shifted the auto industry toward electric vehicles, achieved consistently growing revenues, and at the start of 2020 was the highest...\",\n                        \"tags\": [],\n                        \"title\": \"Lessons on Innovation from Tesla\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Tesla has revolutionized the auto industry in ways that no one could have predicted a decade ago. With a focus on electric vehicles, Tesla has disrupted traditional automotive players and positioned itself as the most innovative company in the field. By pushing the boundaries of technology, design, and manufacturing, Tesla has not only transformed the way cars are built but also the way we think about energy, sustainability, and automation.</p><p>Tesla’s rise is not just about creating high-performance electric vehicles like the Model S or the upcoming Cybertruck; it’s about breaking down the barriers that once made electric vehicles seem impractical. This session will take you behind the scenes of Tesla’s strategy, dissecting its two primary pillars: bold, headline-grabbing moves like launching the Cybertruck, which challenges traditional car designs, and its strategic investments in core vehicle models. The company's relentless focus on scalability, autonomous driving, and clean energy is helping set the stage for a more sustainable future.</p><p>In this in-depth session, we will examine Tesla’s approach to product development, its commitment to innovation, and its willingness to take risks to challenge the status quo. We’ll also explore Tesla's business model and the ecosystem it has built around its cars, including charging infrastructure and its energy division, which is key to the company’s long-term growth. Whether you’re interested in the automotive industry or innovation more broadly, Tesla’s strategies offer invaluable lessons for businesses in any field looking to drive change.</p>\",\n                        \"end_time\": \"18:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"67ff4e6e6b3f45a6b2ae\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"17:00\",\n                        \"summary\": \"Tesla's innovative strategies in electric vehicles and sustainable energy redefine automotive industry standards.\",\n                        \"tags\": [],\n                        \"title\": \"Innovation Insights: Lessons from Tesla\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Test</p>\",\n                        \"end_time\": \"21:15\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"c7867ff2d3aa42169072\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"21:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Test\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"21:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9fdf9b2ca1ba4eab93c8\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"21:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Test 2\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"bla bla bla\",\n                        \"end_time\": \"23:05\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1ef56954fc2148a7b8bb\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Kitsune Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"23:00\",\n                        \"summary\": \"bla bla bla\",\n                        \"tags\": [],\n                        \"title\": \"Keynote Address\",\n                        \"track_name\": \"Main Plenary\"\n                    }\n                ],\n                \"track_name\": \"Main Plenary\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"6b50e008a6724eb9884a\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Main Stage\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join Kuan Yan Tan as he explores the groundbreaking technologies poised to disrupt various industries. From AI to quantum computing, this session will highlight innovations that can transform the event industry, making it more engaging and efficient for attendees and organizers alike. Be prepared to rethink what’s possible!</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"MAIN15S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2159f7a155534d58ba5d\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Future Tech Trends\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Fei-Fei Li discusses the emerging role of artificial intelligence in shaping personalized event experiences. From AI-driven matchmaking to predictive analytics, learn how organizations can leverage AI tools to enhance attendee engagement, streamline logistics, and create memorable interactions tailored to individual preferences.</span></p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"dbe2913eb1d34f009d0c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"Learn how AI shapes personalized event experiences, enhancing engagement and logistics for tailored interactions.\",\n                        \"tags\": [],\n                        \"title\": \"AI in Events: The Next Frontier\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>In this session, Don Tapscott explores the revolutionary impact of blockchain technology beyond cryptocurrency. Discover how blockchain can enhance transparency, security, and trust in event management, addressing challenges such as ticket fraud, credential verification, and supply chain logistics. A must-see for innovators and planners!</p>\",\n                        \"end_time\": \"13:00\",\n                        \"ext_id\": \"MAIN15S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a7657f3d0cf447ceb6cc\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Blockchain Beyond Borders\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Cybersecurity is more crucial than ever in our digital-first world. Join Mikko Hyppönen as he outlines key strategies to safeguard your events against potential threats. From securing online registrations to protecting attendee data, this session will equip you with practical tools to create a safe and secure environment for your events.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"MAIN15S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"11b95629ff3248b0a7e4\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Cybersecurity Essentials\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><span style=\\\"background-color: transparent; color: rgb(0, 0, 0);\\\">Join David Kelley for an interactive workshop focused on applying design thinking principles to create innovative event experiences. Participants will engage in hands-on activities to understand user needs, brainstorm creative solutions, and prototype ideas that enhance attendee engagement and satisfaction, leaving a lasting impact.</span></p>\",\n                        \"end_time\": \"16:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"09586445555e42f08b65\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"David Kelley leads interactive workshop on applying design thinking to create innovative event experiences.\",\n                        \"tags\": [],\n                        \"title\": \"Designing for Innovation\",\n                        \"track_name\": \"Tech Conference\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join Julie Zhuo for an insightful discussion on the importance of user-centric design in technology. Drawing from her experience as a product design leader, Julie will explore how understanding user needs can lead to innovative solutions that resonate in the marketplace. Attendees will learn about the design thinking process and how to apply it to create meaningful products that enhance user experiences. By emphasizing empathy and creativity, this session aims to inspire the next generation of designers to prioritize user satisfaction while driving business success.</p>\",\n                        \"end_time\": \"18:00\",\n                        \"ext_id\": \"MAIN15S06\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1d3ff322b8b2425092d4\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"17:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Designing for the Future: User-Centric Products\",\n                        \"track_name\": \"Tech Conference\"\n                    }\n                ],\n                \"track_name\": \"Tech Conference\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2015587c1f37452799da\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Visionary Stage\",\n                        \"track_name\": \"Media & Entertainment Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Ava DuVernay leads a compelling discussion on how digital platforms are reshaping storytelling and content creation. Explore the power of narratives in fostering social change, engaging audiences, and driving cultural conversations. This session will delve into the intersection of art and activism in today’s digital landscape.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"VIS15S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2986dfd9f39244349004\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Storytelling in the Digital Age\",\n                        \"track_name\": \"Media & Entertainment Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join a star-studded panel featuring iconic cast members from the Marvel universe as they discuss the evolution of superhero narratives in film and television. Explore themes of representation, diversity, and the cultural significance of superheroes in modern storytelling, along with insights into their experiences on set.</p>\",\n                        \"end_time\": \"18:00\",\n                        \"ext_id\": \"VIS15S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f1c6c0397ae74e17974c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Panel: Marvel Cast - The Future of Superheroes\",\n                        \"track_name\": \"Media & Entertainment Expo\"\n                    }\n                ],\n                \"track_name\": \"Media & Entertainment Expo\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"bb305ca1f6e947838183\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Catalyst Stage\",\n                        \"track_name\": \"Future of Work Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Join Errol Lim and Kevin Ngl as they delve into the unique challenges and opportunities remote work presents specifically for the event industry. In this insightful session, they will discuss how Jublia has adapted to the evolving landscape of remote collaboration and event management. Attendees will learn best practices for effective teamwork, maintaining attendee engagement, and ensuring productivity in virtual and hybrid event environments. Errol and Kevin will share strategies that have proven successful at Jublia, providing invaluable insights for organizations looking to thrive in a future where remote work is increasingly the norm. This session is essential for event professionals seeking to enhance their operations in a rapidly changing industry.</p>\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"CAT15S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e590bfac32f2442bbdb0\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Remote Work: Challenges & Solutions\",\n                        \"track_name\": \"Future of Work Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>In today's interconnected world, the diversity of a customer success team can significantly enhance client relationships and business outcomes. Princess Grace Loyola will explore how fostering a diverse workforce leads to better understanding and servicing of varied customer needs. She will discuss strategies for building inclusive teams that reflect the demographics of the client base, driving engagement and satisfaction. By embracing diverse perspectives, organizations can innovate their approach to customer success, ultimately creating a more robust and resilient business environment. This session will provide actionable insights for leaders looking to leverage diversity as a key component of their customer success strategy.</p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"CAT15S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"d2e36abd681b4925aa54\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Empowering Customer Success through Diversity and Inclusion\",\n                        \"track_name\": \"Future of Work Summit\"\n                    }\n                ],\n                \"track_name\": \"Future of Work Summit\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"0e0994bed98943139c24\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Serenity Stage\",\n                        \"track_name\": \"Music Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Join us for an unforgettable exclusive show by the incredible Adele at JUICE! This intimate performance will showcase her powerful vocals and heartfelt songwriting, allowing fans to experience her iconic hits like \\\"Someone Like You\\\" and \\\"Rolling in the Deep.\\\" Adele's ability to connect with her audience through raw emotion and storytelling is truly unmatched. Expect a night filled with soul-stirring music and personal insights into her creative journey. Don’t miss this rare opportunity to witness one of the greatest voices of our time!\",\n                        \"end_time\": \"18:00\",\n                        \"ext_id\": \"SER15S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a5d048df4ed04effba34\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"17:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Exclusive Show at JUICE\",\n                        \"track_name\": \"Music Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Celebrate the phenomenal success of Sam Smith's debut album, \\\"In The Lonely Hour,\\\" which has reached 10X Platinum status! This session will feature a captivating performance highlighting key tracks such as \\\"Stay With Me\\\" and \\\"Lay Me Down.\\\" Sam’s unique vocal style and poignant lyrics explore themes of love and heartache, making each song resonate deeply. Fans will also hear personal stories behind the music, shedding light on the emotional journey that defines this iconic album. Join us for an evening of connection and artistry!</p>\",\n                        \"end_time\": \"19:00\",\n                        \"ext_id\": \"SER15S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2e588293cf684354a81b\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"18:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"In The Lonely Hour 10X Platinum\",\n                        \"track_name\": \"Music Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Get ready for an exhilarating mini concert featuring Taylor Swift’s \\\"The Eras Tour,\\\" where she will take fans on a musical journey through her incredible discography! From her country roots to pop anthems and indie-folk explorations, Taylor’s evolution as an artist is nothing short of remarkable. This performance will feature a selection of hits from each of her albums, celebrating the various eras of her career and the personal growth that accompanies them. Fans can expect to hear favorites from \\\"Fearless,\\\" \\\"1989,\\\" \\\"Lover,\\\" and \\\"Folklore,\\\" each performed with Taylor's signature charisma and emotional resonance. Join us for a vibrant celebration of music, nostalgia, and the artistry that has made Taylor Swift a global icon!</p>\",\n                        \"end_time\": \"20:00\",\n                        \"ext_id\": \"SER15S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"bc06603d32474de88161\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"19:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"The Eras Tour: Mini Concert\",\n                        \"track_name\": \"Music Showcase\"\n                    }\n                ],\n                \"track_name\": \"Music Showcase\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Short description of the opening ceremony\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3ae97914834545f7867a\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"Short description of the opening ceremony\",\n                        \"tags\": [],\n                        \"title\": \"Opening Ceremony\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Onboarding with Agil</p>\",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"5c50062e53804944bc19\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Session Arnold\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>test</p>\",\n                        \"end_time\": \"08:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a84acb843eb848d3aa90\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"test\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Test</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8a74784aca50484a93c6\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Test\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>VIDEO 2</p>\",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3959919465c84da48e61\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:30\",\n                        \"summary\": \"VIDEO 2\",\n                        \"tags\": [],\n                        \"title\": \"TEST\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"09:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3a03a96d4b194b94b79b\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Mainstage (Booth #2869)\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Staff & Student Mental Health\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Microsoft’s AI-powered Intelligent Cloud is more than just a set of tools—it’s a movement that empowers organizations to leverage data and technology to drive real-world impact. Whether it’s improving healthcare outcomes through predictive analytics, enhancing accessibility for people with disabilities, or tackling environmental challenges with AI-powered solutions, Microsoft is at the forefront of digital transformation. The company’s cloud infrastructure is enabling organizations across various sectors to reimagine their operations, scale up quickly, and solve complex challenges.</p><p>In this session, you’ll hear from Microsoft CEO Satya Nadella about how the Intelligent Cloud is evolving into a distributed computing fabric that enables organizations to scale, innovate, and adapt to an ever-changing world. Microsoft’s AI-infused technologies are creating a connected ecosystem that allows businesses to innovate faster and more efficiently. Whether it's using AI to predict disease outbreaks, design sustainable cities, or enhance education, the Intelligent Cloud is helping to shape the future of global industries.</p><p>This session will dive into the ways AI is transforming industries from healthcare to education, social justice to sustainability, and how Microsoft is playing a pivotal role in these transformations. You’ll gain unique insights into how organizations can harness AI to solve global challenges, enhance productivity, and create a more equitable future. With the power of the cloud, companies can leverage cutting-edge solutions to improve outcomes and drive meaningful change.</p>\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2947463433c444f7ac4c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"Microsoft CEO Satya Nadella discusses the transformative impact of AI in healthcare, education, social justice, and sustainability.\",\n                        \"tags\": [],\n                        \"title\": \"Microsoft AI: Empowering Change through the Intelligent Cloud (Hybrid Session)\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"Whether you run a casino with a large outdoor marquis, a cruise ship with an outdoor day/night club or a family resort with a movie night by the pool, Samsung has a comprehensive portfolio of outdoor LED products that will scale and integrate to meet your outdoor digital media needs.\\n<br></br>\\nHear from Shawn O’Connell, Head of Hospitality, who lays out ways to plan your digital transformation while continuing to enhance the customer experience.\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9e05be704f2647e1a870\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"Whether you run a casino with a large outdoor marquis, a cruise ship with an outdoor day/night club or a family resort with a movie night by the...\",\n                        \"tags\": [],\n                        \"title\": \"How Samsung is Driving the Digital Transformation for Enterprise Hospitality (Hybrid Session)\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>The hospitality industry is undergoing a digital transformation, and Samsung is at the heart of this shift. As the demand for seamless and personalized guest experiences grows, businesses in the hospitality sector are turning to innovative technology solutions that enhance customer engagement and improve operational efficiency. Samsung has been a leader in providing cutting-edge digital solutions that integrate seamlessly into the hospitality environment. Their products are designed to create engaging, immersive experiences for guests while also optimizing back-end operations for hotels, resorts, and event spaces.</p><p>In this session, Samsung’s Shawn O'Connell will explore how businesses can successfully plan and implement digital transformation strategies in the hospitality industry. With a focus on customer experience, Samsung’s portfolio of products—ranging from outdoor LED displays to smart room management systems—helps businesses elevate their offerings and stay ahead of the curve. Whether it's providing immersive entertainment on cruise ships, creating interactive experiences at large casinos, or enhancing family-friendly resorts with new technology, Samsung is setting the standard for innovation in hospitality.</p><p>Attendees will also hear about Samsung’s approach to digital signage, which transforms traditional marketing by creating dynamic, customizable content that speaks directly to guests. In this session, you’ll learn how Samsung’s solutions enable hospitality providers to not only deliver top-notch customer service but also build long-term brand loyalty through personalized, tech-driven experiences. Samsung’s insights will equip businesses with the tools to stay competitive in an ever-evolving market.</p>\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f8b7923243db41069edd\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:00\",\n                        \"summary\": \"Samsung expert Shawn O'Connell discusses Samsung's digital solutions revolutionizing hospitality customer experiences.\",\n                        \"tags\": [],\n                        \"title\": \"Samsung: Revolutionizing Hospitality through Digital Transformation (Hybrid Session)\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    }\n                ],\n                \"track_name\": \"Breakout 1 - Digital Transformation\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Technical visit 1 - esrkgrgr. <strong>Visit www.google.com for more info</strong></p><p>Technical visit 1 - esrkgrgr</p><p>Technical visit 1 - esrkgrgr</p><p>Technical visit 1 - esrkgrgr</p><p>Technical visit 1 - esrkgrgr</p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"356e99689c73498ca7a9\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Various locations\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"Technical visit 1 - esrkgrgr. Visit www.google.com for more infoTechnical visit 1 - esrkgrgrTechnical visit 1 - esrkgrgrTechnical visit 1 -...\",\n                        \"tags\": [],\n                        \"title\": \"Technical Visit 1\",\n                        \"track_name\": \"Technical Visit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>ejigoaergonaerjignaer</p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"fe688cf9d12c494fab74\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Eunos\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"ejigoaergonaerjignaer\",\n                        \"tags\": [],\n                        \"title\": \"Technical Visit 2\",\n                        \"track_name\": \"Technical Visit\"\n                    }\n                ],\n                \"track_name\": \"Technical Visit\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>This man needs no introduction. We can't all be like him but at least we can ask him anything here.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a5fb79e0d6c043f9a7d6\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"This man needs no introduction. We can't all be like him but at least we can ask him anything here.\",\n                        \"tags\": [],\n                        \"title\": \"Ask Me Anything - Elon Musk\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Elon Musk is a name that needs little introduction. He is known for revolutionizing industries, from electric vehicles to space exploration, and for being the visionary behind some of the most disruptive technologies of our time. Whether it’s through Tesla’s push for electric mobility, SpaceX’s quest to make space travel more affordable, or Neuralink’s goal to merge the human brain with AI, Musk has proven time and again that he is not afraid to tackle the biggest challenges and take risks to achieve his goals.</p><p>In this unique “Ask Me Anything” session, attendees will have the opportunity to hear from one of the most influential entrepreneurs of our generation. Musk will answer questions about his journey, the lessons he’s learned along the way, and his thoughts on the future of technology, sustainability, and humanity. From his early days building Zip2 to his ambitious plans for Mars colonization, Musk will share insights into the mindset that has made him one of the most successful and controversial figures in modern business.</p><p>This session will provide an unparalleled opportunity to hear directly from Musk as he offers advice, shares stories from his experiences, and answers questions from the audience. Whether you're an entrepreneur, investor, or simply someone interested in the future of technology, this session promises to offer valuable insights into the mind of a true visionary.</p>\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"832c6f570a154b7fbdfc\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:00\",\n                        \"summary\": \"Entrepreneur Elon Musk shares insights on his journey, lessons learned, and future visions in a unique \\\"Ask Me Anything\\\" session.\",\n                        \"tags\": [],\n                        \"title\": \"Ask Me Anything - Elon Musk\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"14:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"65be35aa351e4fcfa9f2\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Test\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>From humble beginnings in a remote mountainous town in Guizhou Province to a mulit-billionaire occupying the top office of Huawei's headquarters in Shenzhen, what would you like to know about his journey from point A to point B?</p>\",\n                        \"end_time\": \"15:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"502f62aeb0bc44cc825d\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:00\",\n                        \"summary\": \"Ren Zhengfei, CEO of Huawei recaps his journey from his mountainous hometown of Guizhou to becoming one of China's richest men\",\n                        \"tags\": [],\n                        \"title\": \"Ask Me Anything - Ren Zhengfei\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Ren Zhengfei is the founder and CEO of Huawei, one of the most influential and innovative companies in the global technology sector. From humble beginnings in rural China to building one of the largest telecommunications companies in the world, Ren’s journey is a testament to perseverance, vision, and the power of innovation. But what is the secret behind his success, and how did he navigate the challenges of building a global company in a highly competitive and sometimes hostile market?</p><p>In this “Ask Me Anything” session, Ren will share his personal story, providing insights into the early days of Huawei and how the company managed to become a leader in telecom and technology. He will also discuss the philosophy and principles that have guided him throughout his career and how these principles can be applied to the challenges facing businesses today. From navigating political and regulatory obstacles to staying ahead of technological trends, Ren’s perspective is invaluable for anyone interested in the future of business and technology.</p><p>Attendees will have the chance to ask Ren about his vision for Huawei’s future, his thoughts on the role of innovation in global business, and how he has managed to lead a company that continues to push the boundaries of technology. This session is a unique opportunity to learn from one of the most influential business leaders in the world today.</p>\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f1dc84d7084a4cc9b2b0\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"Ren Zhengfei shares insights on Huawei's journey to global tech leadership and the principles guiding his success.\",\n                        \"tags\": [],\n                        \"title\": \"Ask Me Anything - Ren Zhengfei\",\n                        \"track_name\": \"Invite Only\"\n                    }\n                ],\n                \"track_name\": \"Invite Only\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>After over 700 matches, 19 trophies in four countries, three World Cup campaigns and 129 goals, David Beckham has called time on his professional career.</p><p>While the most famous footballer in the world has hung up his boots, achieving performance for Beckham goes beyond just football. </p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3ebaf17255984353b030\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Over 700 matches, 19 trophies in four countries, three World Cup campaigns and 129 goals, what does performance mean to David Beckham?\",\n                        \"tags\": [],\n                        \"title\": \"David Beckham - Achieving Performance\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>David Beckham is a global icon, known not only for his legendary football career but also for his entrepreneurial ventures, philanthropy, and personal brand. After over 700 matches, 19 trophies across four countries, and three World Cup campaigns, Beckham has left an indelible mark on the world of sports. But what happens when a career in football comes to an end? For Beckham, the pursuit of excellence continues.</p><p>In this session, Beckham will share the lessons he’s learned throughout his career—lessons that go beyond the pitch and apply to all aspects of life. Achieving performance, for Beckham, is not just about physical skill; it’s about mental strength, resilience, and maintaining a relentless focus on one’s goals. This session will explore how Beckham has translated his experience in sports into success in other areas of his life, from business to charity work.</p><p>Beckham’s insights will be invaluable for anyone looking to achieve peak performance in their own lives, whether in sports, business, or personal endeavors. This session will offer practical advice on how to overcome challenges, stay focused under pressure, and continuously strive for excellence.</p>\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"dccb1f587a4d4910ac4c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:00\",\n                        \"summary\": \"David Beckham shares insights on achieving peak performance beyond sports, focusing on mental strength, resilience, and goal pursuit.\",\n                        \"tags\": [],\n                        \"title\": \"Achieving Performance Beyond Football - David Beckham\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Intelligence is usually seen as the ability to think and learn, but in a rapidly changing world, there's another set of cognitive skills that might matter more: the ability to rethink and unlearn. In our daily lives, too many of us favor the comfort of conviction over the discomfort of doubt.</p><p>Organizational psychologist Adam Grant is an expert on opening other people's minds--and our own. As Wharton's top-rated professor and the bestselling author of Originals and Give and Take, he makes it one of his guiding principles to argue like he's right but listen like he's wrong.</p>\",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7d2d0764873f4619a37c\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"Organizational psychologist Adam Grant is an expert on opening other people's minds--and our own. Think you know about yourself? Think again.\",\n                        \"tags\": [],\n                        \"title\": \"Think Again and Again\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Intelligence is often defined as the ability to think and learn, but in today’s fast-paced world, there is another set of cognitive skills that may matter even more: the ability to rethink and unlearn. We live in an era where change is constant, and adaptability has become one of the most crucial abilities one can possess. Organizational psychologist Adam Grant, a best-selling author and Wharton’s top-rated professor, explores the power of rethinking—especially in a world where certainty is no longer a given.</p><p>In this session, Adam will dive into the psychology behind decision-making and why many of us prefer the comfort of conviction over the discomfort of doubt. He’ll discuss how challenging your beliefs, questioning assumptions, and being open to new perspectives can lead to better outcomes in both your personal and professional life. Drawing from his research and work with organizations, Adam will share strategies on how to foster a culture of learning and adaptability in today’s rapidly changing business landscape.</p><p>Through thought-provoking examples and engaging storytelling, attendees will gain a deeper understanding of how embracing uncertainty can unlock new opportunities for growth and innovation. This session will challenge you to think differently, make better decisions, and ultimately, rethink your approach to leadership, creativity, and success.</p>\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"41e783b4fff84d869d94\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"Adam Grant explores the power of rethinking and fostering adaptability for better outcomes in personal and professional life.\",\n                        \"tags\": [],\n                        \"title\": \"Think Again and Again with Adam Grant\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Vigorous, colorful, bold and highly personal. </p><p>Iconic TV personality Oprah Winfrey hosts this session that delivers insight and inspiration. Enjoy mind-nourishing conversations about life, living, and doing it well.</p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8d0e18e7589d4d39bc6c\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:30\",\n                        \"summary\": \"Iconic TV personality Oprah Winfrey hosts this session that delivers insight and inspiration. \",\n                        \"tags\": [],\n                        \"title\": \"Breaking New Ground\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Oprah Winfrey is one of the most influential media moguls in history, known for her groundbreaking work in television, publishing, and philanthropy. As an iconic TV personality and cultural icon, Oprah has inspired millions through her interviews, books, and speeches, providing insights on personal development, self-empowerment, and the pursuit of happiness. In this session, Oprah will share her wisdom and experiences, offering a powerful look at what it takes to break new ground in both your personal and professional life.</p><p>Oprah will reflect on the lessons she’s learned throughout her career and discuss how she overcame the obstacles that shaped her journey. From her early days in television to becoming a media powerhouse, Oprah’s story is one of resilience, determination, and constant reinvention. In this conversation, she’ll explore the mindset that has helped her stay ahead of the curve and continuously push boundaries in her career and philanthropic endeavors.</p><p>In addition to discussing her own journey, Oprah will provide valuable insights into how others can harness their own potential, overcome challenges, and achieve their dreams. This session is a unique opportunity to gain inspiration from one of the world’s most admired figures and discover the keys to breaking new ground in your own life and career.</p>\",\n                        \"end_time\": \"14:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9ae223e4242f4f4b9baa\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"Oprah Winfrey shares insights on personal development, resilience, and breaking new ground in life and career.\",\n                        \"tags\": [],\n                        \"title\": \"Breaking New Ground with Oprah Winfrey\",\n                        \"track_name\": \"Motivation Track\"\n                    }\n                ],\n                \"track_name\": \"Motivation Track\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempor risus a diam dictum, vel tincidunt lorem elementum. Nullam eget sapien vel libero laoreet fermentum. Vivamus nec nisi vel nisl convallis ultricies. Fusce vestibulum arcu eget eros fermentum, eget viverra purus mattis. Integer at purus nec purus dapibus venenatis. Morbi ut felis vel lorem condimentum gravida. Vivamus auctor velit sit amet magna eleifend dictum. Duis dapibus augue nec felis tincidunt, eget euismod enim mattis. Cras nec bibendum nunc. Curabitur in purus at libero accumsan rutrum. Sed aliquam, sapien id suscipit fermentum, justo risus dictum nisi, in consectetur mi justo ac mi. Nullam viverra, sapien nec fringilla convallis, lectus magna consectetur justo, id varius sapien purus ut elit. Nullam vehicula ultricies arcu, eget tincidunt turpis pretium vel. Quisque vel lectus tellus.</p><p>In hac habitasse platea dictumst. Sed ullamcorper fringilla mauris, in fermentum orci bibendum at. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin rhoncus euismod ex, vitae blandit justo cursus eu. Mauris ultricies, mauris a placerat consequat, nulla ex rhoncus nibh, in vulputate lacus magna et ipsum. Cras id rhoncus libero. Duis bibendum feugiat libero, et vulputate odio dictum a. Integer tincidunt nibh nec ligula iaculis, in fermentum lacus cursus. Integer viverra purus nec eros ultricies, at consectetur lectus pulvinar. Suspendisse potenti. Phasellus tincidunt tortor quis diam lobortis, nec dapibus ligula congue. Nullam ut enim mi. Nunc rhoncus, felis nec volutpat convallis, sem mi fermentum justo, ut pharetra justo eros et neque. Integer malesuada ullamcorper aliquam. Suspendisse vel sapien ac metus gravida convallis.</p><p>Etiam id odio a nisl tempor ultricies. Vivamus at felis vestibulum, volutpat dui id, ultrices metus. Pellentesque eget lorem vel libero mattis vestibulum a id odio. Cras venenatis magna et justo suscipit, a elementum urna ultricies. Ut tempor orci at lorem eleifend sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Vivamus semper augue metus, nec fringilla nunc bibendum ut. Aenean posuere orci at justo sollicitudin, ut viverra lacus vehicula. Integer id suscipit arcu, at vestibulum mi. In sed nisi at risus ultricies lacinia. Vivamus eu semper libero. Nulla facilisi. Integer lacinia feugiat efficitur. In luctus, lacus non suscipit tincidunt, nulla enim iaculis ligula, non tincidunt arcu risus ac quam. Sed et est a sem malesuada suscipit. Sed in vehicula purus.</p><p>Fusce ac nunc nec quam interdum auctor non sed justo. Duis rhoncus eros nunc, sit amet convallis lorem malesuada et. Vestibulum lacinia justo sed tellus facilisis, id aliquet nisi sagittis. Vivamus in justo id arcu vehicula sodales. Integer convallis arcu vel lorem accumsan, ut scelerisque ante hendrerit. Mauris interdum risus eu lorem mattis, eget fringilla sapien malesuada. Proin sit amet sem sed lorem vulputate fermentum. Sed eget odio nec nisi vestibulum posuere. Morbi auctor urna sit amet lacus bibendum eleifend. Nulla facilisi. Vivamus at efficitur justo. Quisque ut erat vel ligula blandit facilisis. Donec luctus odio at metus pharetra, ut fermentum eros eleifend. Suspendisse vel augue non nisi viverra placerat nec ut arcu. Suspendisse potenti. In hac habitasse platea dictumst. Sed semper enim vel posuere laoreet. Vivamus sit amet dolor id nunc venenatis tempus.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"64ffb4e6fe4345f19c0d\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Dina raraga ngamajukeun kabupaten minahasa utara ra, urang kedah maju mandiri berdaya saing ku pengembangan ekosistem global. Sabilulungan pasti bisa!\",\n                        \"tags\": [],\n                        \"title\": \"Test\",\n                        \"track_name\": \"Test\"\n                    }\n                ],\n                \"track_name\": \"Test\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>In a mere 16 years, Google has gone from a one-product company to a company that has more projects than it can count. It has been constantly reinventing itself and has stayed innovative at every turn, which has been one of the key factors for growing its brand. But how has Google managed to stay on top of the competition and continually churn out new and exciting products?</p><p>Short answer: hire the right people.</p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"09d24ba2724f414aa391\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"How has Google managed to stay on top of the competition and continually churn out new and exciting products? Short answer: hire the right people.\",\n                        \"tags\": [],\n                        \"title\": \"Hire for Innovation - Google\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Google’s story is a prime example of how a company can stay on the cutting edge of innovation year after year. From its humble beginnings as a search engine, Google has grown into a global tech leader, thanks in part to its commitment to hiring the right people. Google’s approach to talent acquisition is one of the main reasons the company has been able to consistently reinvent itself, expand into new markets, and develop game-changing products and services.</p><p>In this session, we’ll dive deep into the strategies Google uses to build a culture of creativity and innovation. We’ll explore how Google attracts, recruits, and nurtures talent that challenges the status quo and drives the company forward. From providing employees with autonomy to creating an environment that fosters collaboration and risk-taking, Google’s workplace culture encourages the kinds of breakthroughs that have led to products like Google Search, Android, and Google Assistant.</p><p>Additionally, we’ll look at the processes that Google uses to evaluate and hire individuals who possess the qualities necessary to thrive in an environment that demands constant innovation. With insights from industry experts, this session will offer valuable lessons for organizations in any industry that want to build teams capable of driving transformative change. Learn how to create an innovation-driven culture, attract top talent, and stay ahead of the competition with the Google playbook for success.</p>\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"da59c372cca345cfa55c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"Google's strategies for fostering innovation and attracting top talent to drive transformative change.\",\n                        \"tags\": [],\n                        \"title\": \"Hire for Innovation: The Google Playbook\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"The story of Ferrari’s road cars over the past 75 years is, in part at least, also the story of air control.\\n<br></br>\\nWhat lessons can be learnt from a lifetime of perfecting aerodynamics and how does that apply to adopting an innovation-first strategy in business?\\n<br></br>\\nCome find out!\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"0d051ba8559e4579b363\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"The story of Ferrari’s road cars over the past 75 years is, in part at least, also the story of air control.What lessons can be learnt from a...\",\n                        \"tags\": [],\n                        \"title\": \"Ferrari - a story about air control and more\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Ferrari is a name synonymous with high-performance cars, but its legacy goes beyond mere speed. For over 75 years, Ferrari has perfected the art of aerodynamics, creating vehicles that not only push the boundaries of performance but also redefine the standards of automotive engineering. In this session, we will take you on a journey through Ferrari's storied history, focusing on the importance of air control in the design and performance of their road cars.</p><p>Ferrari’s innovative approach to aerodynamics began in the early days of motorsport and has since become a cornerstone of their design philosophy. By mastering airflow, Ferrari has enhanced the performance of its cars, ensuring they achieve the perfect balance between speed, stability, and control. This lesson in aerodynamics is not only relevant to the world of sports cars but also offers valuable insights for businesses looking to adopt an innovation-first strategy.</p><p>In this session, attendees will learn how Ferrari’s pursuit of aerodynamic excellence has influenced the design of their iconic models. We will discuss how Ferrari’s approach to technology and performance can be applied to other industries, where innovation, precision, and a focus on continuous improvement are key to success. Ferrari’s story is one of constant evolution, and this session will provide valuable lessons on how to apply these principles to achieve success in your own business.</p>\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"48bb1329b22840149cea\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:00\",\n                        \"summary\": \"Ferrari's mastery of aerodynamics revolutionizes performance and innovation, offering valuable insights for businesses seeking to excel.\",\n                        \"tags\": [],\n                        \"title\": \"Ferrari: A Legacy of Air Control and Innovation\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    }\n                ],\n                \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Let BMW take you on a culinary experience that will not be soon forgotten.\\nArzak marries its deeply rooted cooking traditions with modern-day creativity, and is one of the top restaurants in the world.</p>\",\n                        \"end_time\": \"13:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"6b5311e7afa241a983e6\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Arzak Restaurant\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:30\",\n                        \"summary\": \"Let BMW take you on a culinary experience that will not be soon forgotten.\",\n                        \"tags\": [],\n                        \"title\": \"Sponsored Lunch by BMW (Invite Only)\",\n                        \"track_name\": \"Fun Stuff\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"15-12-2025\",\n                        \"description\": \"<p>Indulge in an unforgettable culinary experience as BMW takes you on a gastronomic journey. This exclusive event, sponsored by BMW, will bring together some of the finest chefs from around the world to showcase their talents and create a meal that combines innovation, tradition, and creativity. Each course will be a celebration of flavors, carefully curated to reflect the diversity of the countries represented.</p><p>The event will feature four chefs from Singapore, the United States, Spain, and Kenya, each bringing their unique culinary perspective to the table. The chefs will use ingredients sourced through Amazon Fresh, ensuring that only the freshest and highest-quality products are used to create a truly memorable dining experience. From farm to table, every dish will tell a story of global supply chains, sustainable sourcing, and the art of fine dining.</p><p>As you enjoy each course, you’ll have the opportunity to connect with other guests and discuss the intersection of food, technology, and sustainability. BMW, known for its commitment to innovation, is the perfect partner for this event, and their dedication to excellence is reflected in every detail of this extraordinary lunch.</p>\",\n                        \"end_time\": \"14:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a32e6377409940e0af76\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Arzak Restaurant\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:30\",\n                        \"summary\": \"Top chefs showcase global flavors in a culinary journey of innovation and tradition.\",\n                        \"tags\": [],\n                        \"title\": \"BMW Sponsored Lunch: A Culinary Experience Like No Other (Invite Only)\",\n                        \"track_name\": \"Fun Stuff\"\n                    }\n                ],\n                \"track_name\": \"Fun Stuff\"\n            }\n        ]\n    },\n    {\n        \"date\": \"16-12-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"55cad98f3d964519a139\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Haven Village\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Climate activist Greta Thunberg delivers an inspiring talk on the urgent need for action against climate change. She highlights how individuals and organizations can make a meaningful impact, urging event planners to consider sustainable practices that contribute to a healthier planet. This session is a call to action for all attendees.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"HAV16S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8f972714b68c42838563\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Climate Change: The Urgency of Now\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Jessica Jackley showcases groundbreaking startups and innovations focused on sustainability. Attendees will learn about emerging technologies and strategies that not only minimize environmental impact but also enhance event experiences, proving that sustainability and success can go hand-in-hand in the modern world.</p>\",\n                        \"end_time\": \"11:15\",\n                        \"ext_id\": \"HAV16S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"4fd7bebc139d405b849c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:15\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Sustainable Tech Innovations\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><span style=\\\"background-color: transparent; color: rgb(0, 0, 0);\\\">In this empowering session, youth climate activist Xiye Bastida shares her journey and the importance of youth-led movements in advocating for environmental justice. Discover how young voices can shape public policy and drive awareness, and learn how event organizers can engage and support youth activism through their platforms.</span></p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"034c3cd970f041dea034\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:00\",\n                        \"summary\": \"Youth climate activist Xiye Bastida discusses the power of youth-led movements in advocating for environmental justice and shaping public policy.\",\n                        \"tags\": [],\n                        \"title\": \"Youth Activism: Power and Responsibility\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Paul Polman discusses the role of corporations in addressing social and environmental challenges. This session will provide insights into how businesses can integrate sustainability into their strategies, fostering a positive impact while also enhancing brand reputation and customer loyalty in a rapidly changing market.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"HAV16S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8471192dae2a4f6aad82\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Corporate Responsibility in the Modern World\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Join renowned artist Ai Weiwei and celebrated author Chimamanda Ngozi Adichie in a dynamic panel exploring how art serves as a powerful tool for social change. They will share their experiences of using their respective mediums—visual art and literature—to raise awareness and promote activism. Chimamanda will discuss how storytelling can illuminate societal issues and inspire action, while Ai Weiwei will highlight the role of visual art in challenging authority and provoking dialogue. Together, they will emphasize the importance of creativity in addressing pressing global challenges, showcasing how diverse forms of artistic expression can drive meaningful change. This discussion promises to inspire attendees to see art as a catalyst for social justice.</p>\",\n                        \"end_time\": \"16:15\",\n                        \"ext_id\": \"HAV16S05\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7b61d49a5b0a4600a10c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:15\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Art as Activism: A Panel Discussion\",\n                        \"track_name\": \"Sustainability Expo\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Dive into the complexities of global climate negotiations with Christiana Figueres, former Executive Secretary of the UNFCCC. In this session, she will share her firsthand experiences navigating the intricacies of international climate policy, emphasizing the need for collaboration across nations to combat climate change. Christiana will outline the critical role that individuals, organizations, and governments play in implementing effective strategies. Attendees will gain insights into actionable steps they can take to advocate for climate action in their communities, fostering a collective movement toward a sustainable future.</p>\",\n                        \"end_time\": \"17:30\",\n                        \"ext_id\": \"HAV16S06\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3b66b0e9b75a4ac68ef5\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Haven Village\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Navigating Global Climate Policy\",\n                        \"track_name\": \"Sustainability Expo\"\n                    }\n                ],\n                \"track_name\": \"Sustainability Expo\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"696872268ceb4e039643\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Serenity Stage\",\n                        \"track_name\": \"Music & Food Festival\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Yo-Yo Ma highlights the significance of music as a bridge between cultures. This session will explore how music fosters understanding, connection, and collaboration among diverse communities, demonstrating its power to unite people across geographical and cultural boundaries in both live and virtual settings.</p>\",\n                        \"end_time\": \"16:30\",\n                        \"ext_id\": \"SER16S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"50e047b0174f4058aefa\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Bridging Cultures Through Music\",\n                        \"track_name\": \"Music & Food Festival\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Experience a culinary journey at the Global Food Festival, featuring renowned chefs like Marcus Samuelsson, José Andrés, and Ayesha Curry. Local chefs will showcase diverse global cuisines, inviting attendees to taste and learn about different cultures through food. This interactive event emphasizes the vital role of culinary arts in community building and cultural exchange, making it a celebration of flavors and connections. Join us for a delicious exploration of the world through cuisine!</p>\",\n                        \"end_time\": \"21:00\",\n                        \"ext_id\": \"SER16S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"d74a672422ea49fa93a6\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Global Food Festival\",\n                        \"track_name\": \"Music & Food Festival\"\n                    }\n                ],\n                \"track_name\": \"Music & Food Festival\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f13be4d55df9475b86bd\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Catalyst Stage\",\n                        \"track_name\": \"Health & Wellness Fair\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><span style=\\\"background-color: transparent; color: rgb(0, 0, 0);\\\">Join Bill McKibben as he explores the profound connection between nature and mental well-being in the context of events. In this enlightening session, Bill will share research and personal anecdotes that illustrate how incorporating natural elements into event spaces can reduce stress and enhance attendee satisfaction. He will discuss practical ways to integrate outdoor activities, green spaces, and nature-inspired elements into event planning, emphasizing the importance of preserving our planet for future generations. Participants will leave with actionable strategies to create more nature-inclusive events that promote mental health and well-being for all attendees.</span></p>\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9cb0ffb8130b44a0bdc6\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Bill McKibben shares insights on incorporating nature into events to enhance mental well-being and attendee satisfaction.\",\n                        \"tags\": [],\n                        \"title\": \"Nature-Infused Events: Enhancing Mental Well-Being\",\n                        \"track_name\": \"Health & Wellness Fair\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>In this session, Aidan Gallagher will explore the critical link between environmental health and personal well-being. As an actor and environmental activist, he will discuss how our surroundings directly impact mental and physical health, from air quality to access to green spaces. Aidan will share insights on the importance of cultivating a healthy environment as a foundation for overall wellness. He will provide actionable strategies for individuals to advocate for environmental changes in their communities that promote healthier living. By understanding this connection, attendees will be empowered to take steps toward both personal wellness and environmental stewardship, fostering a holistic approach to health.</p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"CAT16S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"5d75b40c53b54fc6ba77\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"The Intersection of Environmental Health and Well-being\",\n                        \"track_name\": \"Health & Wellness Fair\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>In this engaging session, Sam Smith and NIKI explore the therapeutic effects of music on mental health and wellness. Discover how integrating music into events can enhance attendee experiences, foster connection, and provide comfort, transforming the way we think about event design and participant engagement.</p>\",\n                        \"end_time\": \"18:30\",\n                        \"ext_id\": \"CAT16S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b09884a221e349008e1c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"17:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Wellness through Music\",\n                        \"track_name\": \"Health & Wellness Fair\"\n                    }\n                ],\n                \"track_name\": \"Health & Wellness Fair\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8def30ec0a764bbcaeeb\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:55\",\n                        \"summary\": \"The sub-sessions will be between 8am-9am.\",\n                        \"tags\": [],\n                        \"title\": \"Case Based Discussion : Oncology | Moderated by Dato' Sri Dr Zulkharnain Ismail\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:08\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"94d9d909373141989062\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"Presented by Assoc Prof Dr Nor Hazla Mohamed Haflah\",\n                        \"tags\": [],\n                        \"title\": \"Lower Limb Paediatric Malignant Bone Tumour - Management of Limb Length Discrepancy\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:16\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1fbe4d96e0664c0792f0\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:08\",\n                        \"summary\": \"Presented by Dr Prasant Narhari\",\n                        \"tags\": [],\n                        \"title\": \"Computer Assisted Navigation Tumour Resection and 3D Implant - Local Experience\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:24\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"08bd57a7ba594b089f10\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:16\",\n                        \"summary\": \"Presented by Dr Levin Kesu Belani\",\n                        \"tags\": [],\n                        \"title\": \"Cartilage Tissue Engineering using Bovine Cartilage Scaffold - Stem Cells Composite as an Alternative Solution for Critical Size Cartilage Defect\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:32\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7f1f623eb3034968a6a5\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:24\",\n                        \"summary\": \"Presented by Dr Aaron Gerarde Paul\",\n                        \"tags\": [],\n                        \"title\": \"Ultrasound in Office Orthopaedic Oncology - An Update\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:40\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"cbd762026ae44965b6e3\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:32\",\n                        \"summary\": \"Presented by Dr Mohamed Hafizudin Abdullah Sani\",\n                        \"tags\": [],\n                        \"title\": \"Benign Bone Tumour - Update Only\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:48\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"38dd4482448f4f3b86d5\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:40\",\n                        \"summary\": \"Presented by Assoc Prof Dr Nor Faissal Yasin\",\n                        \"tags\": [],\n                        \"title\": \"Endoprosthesis Around Knee - How I Choose Implant?\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"8d83ad8635c54b4fbae6\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:48\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Combined Q&A\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"Artificial intelligence is shaping the future of humanity across nearly every industry. It is already the main driver of emerging technologies like big data, robotics and IoT, and it will continue to act as a technological innovator for the foreseeable future.\\n<br></br>\\nAfter several decades marked by sporadic dormancy during an evolutionary period that began with “knowledge engineering,” technology progressed to model- and algorithm-based machine learning and increasingly focused on perception, reasoning and generalization.\\n<br></br>\\nThis is one session you will not want to miss.\",\n                        \"end_time\": \"10:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e43110a97a614d249035\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Artificial intelligence is shaping the future of humanity across nearly every industry. It is already the main driver of emerging technologies like...\",\n                        \"tags\": [],\n                        \"title\": \"The Future State of AI\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Artificial Intelligence is no longer a futuristic concept; it is already transforming industries across the globe. From healthcare and finance to manufacturing and entertainment, AI is driving innovation and shaping the future of humanity. In this session, industry experts will discuss the current state of AI and its potential to revolutionize the way we work, live, and interact with technology.</p><p>The session will cover the evolution of AI, from its early roots in “knowledge engineering” to the advanced machine learning models and algorithms that are powering today’s most cutting-edge technologies. Attendees will gain a deeper understanding of how AI is already being used to solve complex problems, improve efficiency, and create new opportunities for growth. The session will also look ahead to the future, exploring the possibilities and challenges of integrating AI into everyday life and business.</p><p>Experts will discuss the ethical considerations of AI, the potential risks, and how to harness AI for the greater good. This session will provide a comprehensive overview of AI’s potential, its impact on various industries, and the ways in which businesses can adapt to stay ahead of the curve in this rapidly changing technological landscape.</p>\",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"d99013fb2c014e9e8ad2\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"Industry experts delve into AI's evolution, current applications, ethical considerations, and future impact on businesses and society.\",\n                        \"tags\": [],\n                        \"title\": \"The Future State of AI: Transforming Industries\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"The recent plunge in crypto assets has left investors numbed by losses and surely in doubt. But the future of money is undoubtedly digital.\\n<br></br>\\nJust to be clear, digital money has been developing for awhile now. New technologies hope to democratize finance and broaden access to financial products and services. A main goal is to achieve much cheaper, instantaneous domestic and cross-border payments. The gains could be especially great for people in developing countries.  The question is, what will it look like? \\n<br></br>\\nWe have some of the world’s leading experts try to answer this complex and politically charged question.\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"ea610b3906314e54a718\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"The recent plunge in crypto assets has left investors numbed by losses and surely in doubt. But the future of money is undoubtedly digital.Just to be...\",\n                        \"tags\": [],\n                        \"title\": \"Panel Discussion: From Dollars & Cents to Cryptocurrencies & NFTs\",\n                        \"track_name\": \"Main Plenary\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>The world of finance is rapidly evolving, and cryptocurrencies and NFTs are at the forefront of this transformation. While traditional forms of money, such as dollars and cents, have long been the cornerstone of global commerce, digital currencies and blockchain-based assets are now challenging the status quo. This panel discussion will bring together leading experts to explore the rise of digital currencies and their impact on the future of finance.</p><p>The discussion will cover the underlying technologies driving the cryptocurrency revolution, including blockchain and decentralized finance (DeFi). Experts will also address the volatility and risks associated with cryptocurrencies, as well as the regulatory challenges that governments and institutions face in managing this new form of money. In addition to cryptocurrencies, the panel will delve into the world of NFTs (non-fungible tokens), exploring their potential to transform industries such as art, entertainment, and gaming.</p><p>Attendees will gain valuable insights into the future of money, how digital assets are reshaping the global economy, and what businesses and investors can do to stay ahead of the curve in this rapidly changing financial landscape. This session is a must for anyone interested in the future of money, digital assets, and the technologies that will shape the financial systems of tomorrow.</p>\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"46a6abfb536e462d80d2\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:00\",\n                        \"summary\": \"Cryptocurrency experts discuss blockchain, DeFi, NFTs, risks, and transformative potential in finance and industries.\",\n                        \"tags\": [],\n                        \"title\": \"Panel Discussion: From Dollars & Cents to Cryptocurrencies & NFTs\",\n                        \"track_name\": \"Main Plenary\"\n                    }\n                ],\n                \"track_name\": \"Main Plenary\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"884be7730cb5426a9fd8\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:55\",\n                        \"summary\": \"The sub-sessions will be between 8am-9am.\",\n                        \"tags\": [],\n                        \"title\": \"Subspeciality Symposium: Advanced Trauma | Moderated by Dr Mohd Syukranamri Ramli\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:12\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"58ee76e78c0e463e93d2\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"Presented by Dr Rahat Jarayabhand\",\n                        \"tags\": [],\n                        \"title\": \"Delayed Fixation of Acetabular Fractures\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:24\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"951cbb5a1aea4dd7b7e4\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:12\",\n                        \"summary\": \"Presented by Dr Rahat Jarayabhand\",\n                        \"tags\": [],\n                        \"title\": \"Open Pelvic Injuries: How to Save a Life\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"08:44\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"c4e59e4ec7bb4d4baf8b\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:24\",\n                        \"summary\": \"Presented by Dr Gibran Tristan Alpharian\",\n                        \"tags\": [],\n                        \"title\": \"Achieving Good Results in Tibial Plateau Fractures\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"When we read about technology requirements in the venue and event industry, it is important to consider the individual needs and goals a venue may have when looking into the future. At the same time, we must be aware of changes and new challenges within the industry. Technology comes in many shapes, colors and sizes, and there will be even more possibilities as the industry is becoming increasingly digitized and smart.\\n<br></br>\\nWe gather the head honchos of best-in-class convention centres worldwide to share their thoughts on how managaging a venue goes beyond just providing a space between 4 walls and carpeted flooring.\",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"c7ec7c38e7b444aca418\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"When we read about technology requirements in the venue and event industry, it is important to consider the individual needs and goals a venue may...\",\n                        \"tags\": [],\n                        \"title\": \"Convention Centres - SMART Digital Building\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>The venue and event industry is undergoing a digital transformation, with smart technologies playing an increasingly important role in shaping the future of convention centers and event spaces. This session will explore the rise of SMART convention centers, where cutting-edge technologies are being used to enhance the attendee experience, improve operational efficiency, and create more sustainable venues.</p><p>Experts from some of the world’s leading convention centers will share their insights into how technology is being integrated into every aspect of event management. From digital signage and interactive displays to advanced security systems and AI-powered analytics, the use of smart technologies is revolutionizing the way events are organized and experienced. Attendees will learn how these technologies are helping venues adapt to the needs of modern events, providing more personalized experiences for attendees and exhibitors alike.</p><p>The session will also explore the challenges and opportunities of managing a SMART venue, including the need to balance technology with human interaction and ensure that digital solutions enhance rather than detract from the overall event experience. This session is perfect for anyone involved in the event industry, from venue managers to event planners, who wants to learn how to leverage technology to create the next generation of convention centers.</p>\",\n                        \"end_time\": \"13:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"d1ee684c544c490a9a3d\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Amber Room\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"Explore the rise of SMART convention centers and how cutting-edge technologies are enhancing attendee experiences and operational efficiency.\",\n                        \"tags\": [],\n                        \"title\": \"Convention Centres: The SMART Digital Building Revolution\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    }\n                ],\n                \"track_name\": \"Breakout 1 - Digital Transformation\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"Everyone knows Steve Jobs. In Apple's founding years, there was another Steve, known among friends as 'Woz'.\\n<br></br>\\nSteve Wozniak is a tech wizard and the engineer responsible for turning Jobs' conceptual designs into actual working products. A subject on innovation can hardly be told better than the man who laid the foundation of products that have pearmeated every facet of our modern live. \\n<br></br>\\nThis is innovation at its best.\",\n                        \"end_time\": \"09:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1069701586fd4d71ad73\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"Everyone knows Steve Jobs. In Apple's founding years, there was another Steve, known among friends as 'Woz'.Steve Wozniak is a tech wizard and the...\",\n                        \"tags\": [],\n                        \"title\": \"Steve Wozniak - Innovation at its Best\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>While Steve Jobs is the name that everyone recognizes, there was another key figure behind Apple’s early days who helped turn Jobs’ visionary ideas into reality—Steve Wozniak. As an engineer, inventor, and tech wizard, Wozniak is credited with creating the Apple I and Apple II computers, which laid the foundation for Apple’s success and revolutionized the tech industry. His approach to innovation, rooted in deep technical understanding and creative problem-solving, played a pivotal role in shaping the devices we now take for granted in our daily lives.</p><p>In this session, Wozniak will share his experiences from the early days of Apple, recounting how he and Jobs created some of the most groundbreaking products that changed the world of technology. From his design philosophy to his relentless pursuit of simplicity and user-friendly functionality, Wozniak’s perspective on innovation is one that’s inspired countless engineers, designers, and entrepreneurs.</p><p>Attendees will gain valuable insights into the thinking behind some of the most iconic products in history and hear from a true innovator about what it takes to build products that not only change industries but also change the way people live. This session is a must for anyone interested in technology, entrepreneurship, and the spirit of innovation.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"00fd44ef68fb49f880b5\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:30\",\n                        \"summary\": \"Apple co-founder Steve Wozniak shares insights on innovation and creating iconic tech products that changed industries.\",\n                        \"tags\": [],\n                        \"title\": \"Steve Wozniak - Innovation at its Best\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"From a McKinsey consultant to running the global operations at Facebook, Sherly Sandberg knows a thing or two about running an effective business.\\n<br></br>\\nSheryl was the woman brought in to advise Mark Zuckerberg on how to turn his 'fun and cool site' into a profitable business, and we all know how that story goes.\\n<br></br>\\nWhile we may not all be steering the ship at a unicorn right now, lessons learnt here could well be the building blocks of having 3 commas in our next valuation. \",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"813baa1d870e440e8cdb\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"From a McKinsey consultant to running the global operations at Facebook, Sherly Sandberg knows a thing or two about running an effective...\",\n                        \"tags\": [],\n                        \"title\": \"Sherly Sandberg - Run Effective Businesses\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Sheryl Sandberg, the former COO of Facebook and author of&nbsp;<em>Lean In</em>, is one of the most influential women in business today. From her time as a consultant at McKinsey to her leadership role at one of the world’s most successful companies, Sandberg’s career has been a masterclass in effective business management. Her ability to scale businesses, drive innovation, and create systems that support growth has earned her a reputation as one of the most powerful leaders in the tech industry.</p><p>In this session, Sandberg will share the lessons she’s learned throughout her career about running a successful business, building strong teams, and making decisions that lead to sustainable growth. She’ll discuss the strategies that helped Facebook transition from a social networking platform to a global powerhouse, including her role in shaping the company’s operational structure and expanding its monetization strategy.</p><p>Whether you're leading a small startup or managing a growing enterprise, Sandberg’s insights are invaluable for anyone looking to optimize their business operations and scale effectively. This session will offer practical advice on leadership, innovation, and creating a company culture that thrives in the face of rapid growth.</p>\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"201bc4a63b95428d97c0\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"Sandberg shares insights on business management, team building, and sustainable growth strategies, drawing from her experience at Facebook.\",\n                        \"tags\": [],\n                        \"title\": \"Sherly Sandberg - Run Effective Businesses\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"Wake up and take control of your life! \\n<br></br>\\nThe acknowledged expert in the psychology of change, Anthony Robbins provides a step-by-step program teaching the fundamental lessons of self-mastery that will enable you to discover your true purpose, take control of your life, and harness the forces that shape your destiny.\\n<br></br>\\nIn desperate need for a pick-me-up? Come here!\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f40dc714328940ef8ee7\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:30\",\n                        \"summary\": \"Wake up and take control of your life! The acknowledged expert in the psychology of change, Anthony Robbins provides a step-by-step program teaching...\",\n                        \"tags\": [],\n                        \"title\": \"Tony Robbins - Awaken the Giant Within\",\n                        \"track_name\": \"Motivation Track\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Are you ready to take control of your life and unlock your full potential? Tony Robbins, the world-renowned expert on personal development, will guide you through a transformative session designed to help you awaken the power within yourself. With decades of experience in coaching individuals and organizations to reach their highest potential, Robbins has become a global leader in the field of self-mastery and motivation.</p><p>In this empowering session, Robbins will share his proven strategies for breaking through personal and professional barriers, unlocking untapped potential, and creating lasting change in your life. Drawing from his extensive knowledge of psychology, neuroscience, and human behavior, he will teach you how to take control of your thoughts, emotions, and actions to create the life you’ve always wanted.</p><p>Whether you’re looking to overcome challenges, achieve your goals, or simply live with more passion and purpose, this session is the perfect opportunity to tap into your inner power and begin your journey toward personal transformation. If you’re in need of motivation and inspiration, this session will be the catalyst for the positive change you’ve been seeking.</p>\",\n                        \"end_time\": \"14:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"235b075242234f8a8199\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"Tony Robbins shares strategies for personal and professional breakthroughs, unleashing untapped potential and creating lasting change.\",\n                        \"tags\": [],\n                        \"title\": \"Tony Robbins - Awaken the Giant Within\",\n                        \"track_name\": \"Motivation Track\"\n                    }\n                ],\n                \"track_name\": \"Motivation Track\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"SoftBank Group Corp. (SBG) isn’t a typical company. A recent report by the company, for example, begins by juxtaposing three images: an Egyptian drawing of men in a horse-drawn chariot from 5,000 years ago, an early car from 100 years ago and a futuristic autonomous vehicle run by artificial intelligence. It illustrates that technological change is accelerating, with AI the new game changer.\\n<br></br>\\nThe company’s mission is to build a happier future for all, measuring success in terms of real solutions. And it’s through investing in AI technology that the company sees a path to reaching those goals.\\n<br></br>\\nMasayoshi Son is known as a visionary, game-changer, deal-maker, and today, he is our honourary speaker at JUICE. \",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"fd18ac2bb8ef4dd3aad8\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"SoftBank Group Corp. (SBG) isn’t a typical company. A recent report by the company, for example, begins by juxtaposing three images: an Egyptian...\",\n                        \"tags\": [],\n                        \"title\": \"Happiness Empowered by AI\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Masayoshi Son, the founder and CEO of SoftBank Group, is known for his visionary leadership and bold investments in technology. With a focus on AI and its potential to change the world, Son has been at the forefront of the technological revolution, investing in some of the most innovative companies in the AI space. In this session, Son will share his vision for the future of AI and how it can be harnessed to create a happier, more sustainable world.</p><p>Son will discuss how AI is transforming industries, from healthcare to transportation, and how it holds the key to solving some of the world’s most pressing challenges. He will also explore SoftBank’s mission to invest in AI technologies that can bring about positive social change and improve the quality of life for people around the world. This session will provide a unique opportunity to hear from one of the most influential tech leaders of our time and learn how AI can be used to create a better future.</p><p>Attendees will gain valuable insights into the future of AI, its potential to drive economic growth, and its role in creating a more equitable and sustainable society. This session is a must for anyone interested in the intersection of technology, business, and social impact.</p>\",\n                        \"end_time\": \"13:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"152d304ac53942558eac\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Glass Terrarium\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"AI visionary Masayoshi Son shares insights on AI's transformative potential across industries and SoftBank's mission for positive social impact.\",\n                        \"tags\": [],\n                        \"title\": \"Happiness Empowered by AI with Masayoshi Son\",\n                        \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n                    }\n                ],\n                \"track_name\": \"Breakout 2 - Innovation Catalyst\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"From a McKinsey consultant to running the global operations at Facebook, Sherly Sandberg knows a thing or two about running an effective business.\\n<br></br>\\nSheryl was the woman brought in to advise Mark Zuckerberg on how to turn his 'fun and cool site' into a profitable business, and we all know how that story goes.\\n<br></br>\\nWhile we may not all be steering the ship at a unicorn right now, lessons learnt here could well be the building blocks of having 3 commas in our next valuation. \",\n                        \"end_time\": \"12:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9510591a04d04ad88275\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Casa Foyer\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:30\",\n                        \"summary\": \"From a McKinsey consultant to running the global operations at Facebook, Sherly Sandberg knows a thing or two about running an effective...\",\n                        \"tags\": [],\n                        \"title\": \"Sherly Sandberg - Run Effective Businesses\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"[Invite Only]\\n<br></br>\\n4 chefs representing Singapore, the United States, Spain and Kenya cook up a storm with ingredients procured through Amazon Fresh.\\n<br></br>\\nFrom farm, to supply lines, to factories, to kitchens, and now, to your table.\",\n                        \"end_time\": \"13:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"4bc0fa3dd65c4ff2ae65\",\n                        \"is_active\": 1,\n                        \"is_live\": 1,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"[Invite Only]4 chefs representing Singapore, the United States, Spain and Kenya cook up a storm with ingredients procured through Amazon Fresh.From...\",\n                        \"tags\": [],\n                        \"title\": \"Fun & Lunch with Amazon\",\n                        \"track_name\": \"Invite Only\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"16-12-2025\",\n                        \"description\": \"<p>Join Amazon for an unforgettable dining experience as the company brings together chefs from four different corners of the world to create a one-of-a-kind meal. This exclusive, invite-only event will feature a diverse range of culinary styles, with chefs from Singapore, the United States, Spain, and Kenya showcasing their skills using ingredients sourced through Amazon Fresh.</p><p>The event will take attendees on a global culinary journey, celebrating the flavors and traditions of each country. From the vibrant spices of Singapore to the rich, hearty dishes of Spain and Kenya, each dish will highlight the unique culinary heritage of the chefs’ respective countries. The Amazon Fresh supply chain will play a key role in ensuring that only the freshest and highest-quality ingredients are used in the preparation of each course.</p><p>In addition to the incredible food, this event will offer attendees the chance to network with other guests and discuss the intersection of food, technology, and innovation. Amazon’s commitment to sustainability and innovation will be evident in every aspect of the event, providing a glimpse into the future of food and dining.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"06e27bcad86347d49bd2\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"VIP Arena\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:30\",\n                        \"summary\": \"Amazon presents a global culinary journey with chefs showcasing diverse culinary styles and ingredients from Singapore, the US, Spain, and Kenya.\",\n                        \"tags\": [],\n                        \"title\": \"Fun & Lunch with Amazon (Invite Only)\",\n                        \"track_name\": \"Invite Only\"\n                    }\n                ],\n                \"track_name\": \"Invite Only\"\n            }\n        ]\n    },\n    {\n        \"date\": \"17-12-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"86097b421c014580a529\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Main Stage\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Gina Bianchini presents essential principles of experiential marketing, demonstrating how to create memorable brand experiences that resonate with audiences. This session will provide insights into crafting engaging narratives and interactive installations that elevate brand presence and connect with attendees on a personal level.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"MAIN17S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"53aa1a17ebf04801a583\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Experiential Marketing 101\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Join Viola Davis and Kalpee for a captivating conversation about their experiences transitioning from live performances to digital platforms. They will discuss the creative challenges and opportunities this shift presents, as well as the impact of technology on storytelling in the entertainment industry.</p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"MAIN17S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"ddb6a4b973e04a4cb14e\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"From Stage to Screen: A Conversation\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Whitney Wolfe Herd explores the importance of cultivating a strong digital culture within organizations. This session focuses on building community, fostering engagement, and leveraging digital tools to enhance connectivity among teams, ensuring that the digital workspace is vibrant, inclusive, and productive.</p>\",\n                        \"end_time\": \"13:00\",\n                        \"ext_id\": \"MAIN17S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"454a08b1769c4713a299\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Building a Digital Culture\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Reed Hastings discusses the transformative impact of streaming platforms on media consumption. Explore the evolution of content delivery and audience engagement strategies, as well as the implications for the event industry, including hybrid events and the blending of in-person and virtual experiences.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"MAIN17S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b1fa4f3adbfb4f279c46\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"The Rise of Streaming Platforms\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>In this insightful session, Ai Weiwei delves into the future of digital art and the burgeoning world of NFTs. Attendees will learn about the implications of this new medium for artists, collectors, and event organizers, exploring how digital art can be integrated into events to enhance creativity and engagement.</p>\",\n                        \"end_time\": \"16:30\",\n                        \"ext_id\": \"MAIN17S05\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b1c36c19386c429cbbca\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Digital Art & Innovation: The Future of NFTs\",\n                        \"track_name\": \"Exhibition Showcase\"\n                    }\n                ],\n                \"track_name\": \"Exhibition Showcase\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"89831697f4804d469d74\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Catalyst Stage\",\n                        \"track_name\": \"Collaboration Forum\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Join Yvon Chouinard, founder of Patagonia, for an engaging forum that explores the vital link between sustainability and business. This interactive session will unite entrepreneurs, thought leaders, and changemakers to discuss conscious capitalism and how businesses can drive social and environmental impact. Yvon will share his journey of prioritizing sustainability over profit, highlighting key challenges and successes. Attendees will engage in meaningful discussions, sharing insights and strategies to foster connections that enhance business and community. This forum aims to inspire a collaborative approach to building a sustainable future, encouraging participants to lead with purpose and responsibility in their endeavors.</p>\",\n                        \"end_time\": \"11:00\",\n                        \"ext_id\": \"CAT17S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"25d330ad51924f70bd7f\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Building Connections through Sustainable Business\",\n                        \"track_name\": \"Collaboration Forum\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p><span style=\\\"background-color: transparent; color: rgb(0, 0, 0);\\\">Join us for an engaging speed networking session hosted by the charismatic Trevor Noah! This fast-paced event, powered by Jublia's innovative matchmaking technology, is designed to foster meaningful connections among attendees. Trevor will guide participants through a dynamic format that encourages sharing ideas and exploring potential partnerships. With his signature wit and charm, he’ll create an enjoyable atmosphere for networking. Everyone will have the opportunity to meet diverse professionals, ensuring they walk away with valuable connections that can lead to future opportunities. Don't miss this chance to expand your network and engage with fellow attendees in a fun, supportive environment!</span></p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"026c5f755a134872957c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:00\",\n                        \"summary\": \"Charismatic host Trevor Noah facilitates a dynamic speed networking event to foster valuable connections among diverse professionals.\",\n                        \"tags\": [],\n                        \"title\": \"Speed Networking: Meet Your Match\",\n                        \"track_name\": \"Collaboration Forum\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Enjoy a vibrant concert featuring emerging artists NIKI and Kalpee. This live music showcase is designed to entertain attendees while providing a platform for new talent, demonstrating the power of music in creating memorable event experiences and connecting people through shared enjoyment.</p>\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"CAT17S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1075aca8a9c94e4d925c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Live Music Showcase\",\n                        \"track_name\": \"Collaboration Forum\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"17-12-2025\",\n                        \"description\": \"<p>Get ready for an exhilarating interactive session hosted by the hilarious Ali Wong! Engage in a series of exciting games designed to foster creativity, teamwork, and networking among attendees. With Ali’s infectious energy and humor, participants will collaborate on fun challenges that spark innovation and connection. This lively atmosphere will encourage sharing ideas and experiences, making it a memorable opportunity to network while having a blast. Join us for a unique experience that blends entertainment and engagement, ensuring everyone walks away inspired and connected!</p>\",\n                        \"end_time\": \"17:30\",\n                        \"ext_id\": \"CAT17S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"177641a544de4620a85d\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Game On! Interactive Session\",\n                        \"track_name\": \"Collaboration Forum\"\n                    }\n                ],\n                \"track_name\": \"Collaboration Forum\"\n            }\n        ]\n    },\n    {\n        \"date\": \"18-12-2024\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2024\",\n                        \"description\": \"<p>In a mere 16 years, Google has gone from a one-product company to a company that has more projects than it can count. It has been constantly reinventing itself and has stayed innovative at every turn, which has been one of the key factors for growing its brand. But how has Google managed to stay on top of the competition and continually churn out new and exciting products?</p><p>Short answer: hire the right people.</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e89e47c537514402bf14\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"Google's success lies in hiring the right people for constant innovation.\",\n                        \"tags\": [],\n                        \"title\": \"Opening Address\",\n                        \"track_name\": \"Main Plenary\"\n                    }\n                ],\n                \"track_name\": \"Main Plenary\"\n            }\n        ]\n    },\n    {\n        \"date\": \"18-12-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"0b0b88cd40e04b768aa6\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Main Stage\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Jeff Sutherland provides practical insights on applying agile methodologies in event planning and execution. This session will cover techniques for enhancing collaboration, improving responsiveness to change, and ensuring that events meet attendee expectations through iterative planning and feedback.</p>\",\n                        \"end_time\": \"10:00\",\n                        \"ext_id\": \"MAIN18S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"f8b3b8a2c4dd49e89093\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"09:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Agile Methodologies for Event Success\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p><span style=\\\"background-color: transparent; color: rgb(0, 0, 0);\\\">Mark Cuban shares his expertise on brand building in today's competitive digital landscape. This session will provide actionable strategies for startups to establish a strong brand identity, connect with target audiences, and leverage digital marketing tools effectively to drive growth and engagement.</span></p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"c58c4267fd9444c0bf0c\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"Mark Cuban offers insights on building a strong brand and leveraging digital tools for startup growth.\",\n                        \"tags\": [],\n                        \"title\": \"Building a Brand in the Digital Era\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Join Barbara Corcoran as she discusses key insights into attracting investors for innovative ventures. This session will explore effective pitches, understanding investor expectations, and how to position your business as a compelling investment opportunity in a rapidly evolving market.</p>\",\n                        \"end_time\": \"13:00\",\n                        \"ext_id\": \"MAIN18S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"9582a18ccf214635931e\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"12:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Investing in Innovation\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Eric Ries dives into the principles of the lean startup methodology, sharing lessons learned from successful and failed ventures. This session will equip attendees with practical strategies to test ideas, validate concepts, and pivot effectively in the fast-paced world of event planning and entrepreneurship.</p>\",\n                        \"end_time\": \"15:00\",\n                        \"ext_id\": \"MAIN18S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"bae429aefc8d425f802f\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"The Lean Startup: Lessons Learned\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Explore the latest trends and strategies in digital marketing with Neil Patel. This session will cover how to leverage data analytics, social media, and content marketing to create impactful campaigns that resonate with audiences, driving engagement and attendance at events.</p>\",\n                        \"end_time\": \"16:30\",\n                        \"ext_id\": \"MAIN18S05\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"28fd316c2187406ca43d\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Future of Digital Marketing\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>In this dynamic session, Jack Ma will share his insights on navigating the complexities of global entrepreneurship. As a successful entrepreneur with a wealth of experience in international markets, Jack will discuss the importance of cultural understanding and adaptability in business. Attendees will gain valuable perspectives on building cross-border partnerships and the role of innovation in driving success. Through engaging stories and practical advice, Jack aims to inspire aspiring entrepreneurs to think globally and embrace the opportunities that lie beyond borders.</p>\",\n                        \"end_time\": \"17:30\",\n                        \"ext_id\": \"MAIN18S06\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"dac83bb254b54e33af90\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Entrepreneurship Across Borders\",\n                        \"track_name\": \"Entrepreneurship Summit\"\n                    }\n                ],\n                \"track_name\": \"Entrepreneurship Summit\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"0758c589532b45bbb9d5\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Visionary Stage\",\n                        \"track_name\": \"Interactive Festival\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Learn how to effectively leverage influencers in today's digital marketing landscape. This session will provide insights into building partnerships, crafting engaging content, and measuring the impact of influencer collaborations, ensuring your marketing strategies are current and effective.</p>\",\n                        \"end_time\": \"11:00\",\n                        \"ext_id\": \"VIS18S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a42ec616f4d94878b8ec\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Innovation in Marketing: Influencer Marketing\",\n                        \"track_name\": \"Interactive Festival\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"18-12-2025\",\n                        \"description\": \"<p>Join the incredibly entertaining Bowen Yang for an exciting Trivia Night focused on tech innovations and pop culture! This fun and interactive event invites attendees to form teams, test their knowledge, and compete for exciting prizes. With Bowen’s sharp wit and charm, the evening promises a lighthearted atmosphere that fosters camaraderie and networking among participants. Engage in friendly competition while diving into the latest in technology and pop culture, ensuring a memorable night filled with laughter and learning. Don’t miss this chance to connect with fellow attendees and showcase your trivia skills!</p>\",\n                        \"end_time\": \"20:00\",\n                        \"ext_id\": \"VIS18S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"ab6ff25f1f454adc8a77\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"19:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Trivia Night: Tech Edition\",\n                        \"track_name\": \"Interactive Festival\"\n                    }\n                ],\n                \"track_name\": \"Interactive Festival\"\n            }\n        ]\n    },\n    {\n        \"date\": \"19-12-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"cf70c57af9c54e5db7bb\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Serenity Stage\",\n                        \"track_name\": \"Celebration of Arts\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>Join Taylor Swift, Adele, and Raisa Andriana in an engaging discussion about the profound impact of music on social movements and cultural shifts. They will explore how their songs have addressed pressing societal issues and the power of music to inspire change. From personal narratives to collective calls for action, Taylor, Adele, and Raisa will share their experiences in using their platforms to amplify important messages. Attendees will gain insights into the role of artists in shaping public discourse and how they can harness the power of music to contribute to meaningful social change. This session promises to be both inspiring and enlightening, highlighting the intersection of art and activism.</p>\",\n                        \"end_time\": \"11:30\",\n                        \"ext_id\": \"SER19S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"ec91a7d47f594e33977b\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"10:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Music as a Catalyst for Social Change\",\n                        \"track_name\": \"Celebration of Arts\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"Join Keshi and Nont Tanont for a vibrant session celebrating cultural diversity through music. This interactive experience will showcase the unique sounds and stories of both artists, highlighting how music can bridge cultural gaps and foster understanding. Participants will enjoy live performances and engage in discussions about the role of music in shaping identity and community. Through this exploration of cultural heritage, Keshi and Nont aim to inspire attendees to appreciate the beauty of diversity and the unifying power of music.\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"SER19S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"2fab93067ae6403581a4\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Harmonizing Cultures: A Musical Journey\",\n                        \"track_name\": \"Celebration of Arts\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>Chimamanda Ngozi Adichie and Ava DuVernay discuss the importance of cross-disciplinary collaborations in the arts. This panel will highlight successful partnerships, the benefits of diverse perspectives, and how collaboration can lead to innovative and impactful artistic projects.</p>\",\n                        \"end_time\": \"15:30\",\n                        \"ext_id\": \"SER19S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b7af4d7c054247829792\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Creative Collaboration in the Arts\",\n                        \"track_name\": \"Celebration of Arts\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>Experience a spectacular Finale Showcase celebrating the incredible talents featured throughout the event! Hosted by the dynamic Kelly Clarkson, this vibrant showcase will highlight key themes from the sessions while offering attendees a chance to reflect on the insights gained. Enjoy captivating performances from emerging artists and speakers, creating an unforgettable atmosphere of inspiration and connection. Don’t miss this opportunity to wrap up the event with celebration and creativity, leaving you energized and ready to embrace new ideas!</p>\",\n                        \"end_time\": \"16:30\",\n                        \"ext_id\": \"SER19S04\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"766d26db2df74c07bed6\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Serenity Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:30\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Finale Showcase: Talent Spotlight\",\n                        \"track_name\": \"Celebration of Arts\"\n                    }\n                ],\n                \"track_name\": \"Celebration of Arts\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"1100013756b641c6874c\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Catalyst Stage\",\n                        \"track_name\": \"Change Makers Panel\"\n                    }\n                ],\n                \"track_name\": \"Change Makers Panel\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p><br></p>\",\n                        \"end_time\": \"06:30\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"08a937a97d2a46a9934a\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"06:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Visionary Stage\",\n                        \"track_name\": \"Interactive Workshop\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>Join Lauren Singer for an engaging workshop on the principles of zero waste living. As an advocate for sustainability, Lauren will guide participants through practical tips and techniques to reduce waste in daily life. From mindful consumption to innovative recycling methods, this interactive session aims to inspire attendees to embrace eco-friendly practices. Through discussions and hands-on activities, participants will learn how small changes can have a significant impact on the environment. By fostering a community of like-minded individuals, this workshop will empower everyone to take actionable steps toward a greener future.</p>\",\n                        \"end_time\": \"14:00\",\n                        \"ext_id\": \"VIS19S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"e2fa101f9acc47e1a77b\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"13:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Zero Waste Living: A Practical Guide\",\n                        \"track_name\": \"Interactive Workshop\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"Join Carlo Ratti for an interactive workshop that delves into the innovative world of smart cities. Participants will engage in hands-on activities that explore how technology can reshape urban living. Carlo will guide attendees through real-world case studies, encouraging collaboration to brainstorm solutions for challenges such as traffic congestion, pollution, and resource management. This workshop emphasizes the integration of technology with community needs, empowering participants to contribute ideas that foster sustainable and livable cities. By the end, attendees will leave with actionable insights and a renewed perspective on urban design, making it an essential experience for aspiring urban planners, technologists, and engaged citizens.\",\n                        \"end_time\": \"16:00\",\n                        \"ext_id\": \"VIS19S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"12aeed5fa7794138bbaf\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Visionary Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"15:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Smart Cities: Designing the Future\",\n                        \"track_name\": \"Interactive Workshop\"\n                    }\n                ],\n                \"track_name\": \"Interactive Workshop\"\n            },\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>In this session, Michelle Obama will discuss effective strategies for fostering inclusivity within communities. She will highlight the importance of representation and engagement in creating spaces where everyone feels valued and heard. Through inspiring examples and actionable insights, attendees will learn how to drive social change and empower individuals to contribute to a more inclusive society.</p>\",\n                        \"end_time\": \"12:30\",\n                        \"ext_id\": \"CAT19S01\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"7f1dae363a6f4f8c9a37\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"11:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Building Inclusive Communities\",\n                        \"track_name\": \"Change Makers\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>Viola Davis will lead a discussion on the significance of diverse voices in leadership positions and their impact on creating inclusive environments. She will share her journey as a prominent figure in the arts and discuss how diverse leadership can drive innovation and foster collaboration. Attendees will explore ways to champion diversity in their own spheres, inspiring change within their communities and organizations.</p>\",\n                        \"end_time\": \"15:30\",\n                        \"ext_id\": \"CAT19S02\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"4926330586644e3e8877\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"14:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Voices of Change: Diversity in Leadership\",\n                        \"track_name\": \"Change Makers\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"19-12-2025\",\n                        \"description\": \"<p>In this thought-provoking session, Chimamanda Ngozi Adichie will examine the powerful role that literature and storytelling play in advocacy. She will discuss how narratives can shape perceptions, raise awareness, and inspire action on social issues. Attendees will gain insights into the impact of art on activism and learn how to use their own voices to effect change through creative expression.</p>\",\n                        \"end_time\": \"17:30\",\n                        \"ext_id\": \"CAT19S03\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"3e55dc75cfcf424ea5a0\",\n                        \"is_active\": 1,\n                        \"is_live\": 0,\n                        \"location\": \"Catalyst Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"16:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"The Role of Art in Advocacy\",\n                        \"track_name\": \"Change Makers\"\n                    }\n                ],\n                \"track_name\": \"Change Makers\"\n            }\n        ]\n    },\n    {\n        \"date\": \"20-12-2024\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"20-12-2024\",\n                        \"description\": \"<p>This is the opening address of JUICE, so don't miss out!</p>\",\n                        \"end_time\": \"08:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b16b9defe9844655b99d\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"\",\n                        \"speakers\": [],\n                        \"start_time\": \"07:00\",\n                        \"summary\": \"This is the opening address of JUICE, so don't miss out!\",\n                        \"tags\": [],\n                        \"title\": \"Opening Address\",\n                        \"track_name\": \"End Year Party\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"20-12-2024\",\n                        \"description\": \"<p>Lets close this year with the good things, good by 2024 welcome 2025</p>\",\n                        \"end_time\": \"10:59\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"06537e4206d04a78b164\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Stage\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"Lets close this year with the good things, good by 2024 welcome 2025\",\n                        \"tags\": [],\n                        \"title\": \"Demod 2024 End Year\",\n                        \"track_name\": \"End Year Party\"\n                    }\n                ],\n                \"track_name\": \"End Year Party\"\n            }\n        ]\n    },\n    {\n        \"date\": \"29-01-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"29-01-2025\",\n                        \"description\": \"<p>Please welcome to JUICE 2025!</p>\",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"111714c67861489ba497\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Opening\",\n                        \"track_name\": \"Opening\"\n                    }\n                ],\n                \"track_name\": \"Opening\"\n            }\n        ]\n    },\n    {\n        \"date\": \"30-01-2025\",\n        \"tracks\": [\n            {\n                \"sessions\": [\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"30-01-2025\",\n                        \"description\": \"<p>Please welcome to JUICE 2025!</p>\",\n                        \"end_time\": \"09:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b1d3a652e27d400f842a\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"08:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Opening\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"30-01-2025\",\n                        \"description\": \"<p>Artificial intelligence is shaping the future of humanity across nearly every industry. It is already the main driver of emerging technologies like big data, robotics and IoT, and it will continue to act as a technological innovator for the foreseeable future.</p><p><br></p><p><br></p><p><br></p><p>After several decades marked by sporadic dormancy during an evolutionary period that began with “knowledge engineering,” technology progressed to model- and algorithm-based machine learning and increasingly focused on perception, reasoning and generalization.</p><p><br></p><p><br></p><p><br></p><p>This is one session you will not want to miss.</p>\",\n                        \"end_time\": \"23:00\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"a4c8acf6eab8421090ba\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"22:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Digital Transformation\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    },\n                    {\n                        \"custom_buttons\": [],\n                        \"date\": \"30-01-2025\",\n                        \"description\": \"<p>The recent plunge in crypto assets has left investors numbed by losses and surely in doubt. But the future of money is undoubtedly digital.</p><p><br></p><p><br></p><p><br></p><p>Just to be clear, digital money has been developing for awhile now. New technologies hope to democratize finance and broaden access to financial products and services. A main goal is to achieve much cheaper, instantaneous domestic and cross-border payments. The gains could be especially great for people in developing countries.  The question is, what will it look like? </p><p><br></p><p><br></p><p><br></p><p>We have some of the world’s leading experts try to answer this complex and politically charged question.</p>\",\n                        \"end_time\": \"23:45\",\n                        \"ext_id\": \"\",\n                        \"floorplan_locations\": [],\n                        \"id\": \"b32421e3b0d742aa91f6\",\n                        \"is_active\": 0,\n                        \"is_live\": 0,\n                        \"location\": \"Main Ballroom\",\n                        \"speakers\": [],\n                        \"start_time\": \"23:00\",\n                        \"summary\": \"\",\n                        \"tags\": [],\n                        \"title\": \"Panel Discussion:Cryptocurrencies & NFTs\",\n                        \"track_name\": \"Breakout 1 - Digital Transformation\"\n                    }\n                ],\n                \"track_name\": \"Breakout 1 - Digital Transformation\"\n            }\n        ]\n    }\n]"}],"_postman_id":"154a55c5-4b26-474e-b371-c9edf46ef88b"},{"name":"Sessions PUSH API","id":"f103dc77-279c-4946-b7f1-a77bc5874aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"event-code","value":"event-code","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"x-api-key","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/sessions/push","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint allows you to perform the following actions with session data:</p>\n<ol>\n<li><p>Create new session data</p>\n</li>\n<li><p>Update session data</p>\n</li>\n<li><p>Delete session data</p>\n</li>\n</ol>\n<p>By selecting different options from the dropdown list in the response example on the right, you can see the difference in example responses for creating new session data, updating session data, and deleting session data.</p>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ol>\n<li><p>\"Tracks\" will automatically created on Jublia based on the data being pushed to Jublia. Make sure you have push the right Tracks information</p>\n</li>\n<li><p>Required fields must be included in the payload request and cannot be an empty string (\"\") or null.</p>\n</li>\n<li><p>Optional fields may be omitted in the payload or sent as an empty string (\"\") or null.</p>\n</li>\n<li><p>To delete session data in Jublia, set the <code>session_status</code> value as \"inactive\".</p>\n</li>\n<li><p>If a field is not present in the payload request, the previously pushed values will be cleared.</p>\n</li>\n</ol>\n<h3 id=\"session-details-fields\">Session Detail's Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>session_extid</td>\n<td>Unique ID of the session from the vendor's system</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>session_status</td>\n<td><code>\"active\"</code> or <code>\"inactive\"</code> (not case sensitive)</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>session_published</td>\n<td><code>true</code> or <code>false</code> (true = published to attendees, false = not published to attendees)</td>\n<td>boolean</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>session_title</td>\n<td>Title of the session</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>start_datetime</td>\n<td>Start time of the session (format: \"DD/MM/YYYY HH:MM\")</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>end_datetime</td>\n<td>End time of the session (format: \"DD/MM/YYYY HH:MM\")</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td>Session's Track Name</td>\n<td>string</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>session_description</td>\n<td>Description of the session</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>session_summary</td>\n<td>Summary of the session</td>\n<td>text  <br />  <br />  <br /><strong>Max 150 chararcter</strong></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>session_location</td>\n<td>Location of the session</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>session_banner</td>\n<td>URL to the session's banner image (jpg/jpeg/png format, recommended width: 1280px, max size: 1MB)</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>media_type</td>\n<td>Media type for the session (refer to the \"Media Type and Content\" table)</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>media_content</td>\n<td>Media content for the session (refer to the \"Media Type and Content\" table)</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>interactive_tool_embed</td>\n<td>Embed code with iframe tag for interactive tools in the session (recommended URL: using HTTPS format, supported for Sli.do and Pigeonhole)</td>\n<td>string</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>session_tags</td>\n<td>List of tags for the session</td>\n<td>List of strings</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>session_buttons</td>\n<td>Link buttons for the session (refer to the \"Link Buttons\" table)</td>\n<td>List of objects</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>speakers</td>\n<td>Speakers for the session (refer to the \"Speakers\" table)</td>\n<td>List of objects</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the session has multiple tags, you can include them all in the <code>session_tags</code> payload.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"session_tags\": [\n        \"Business Matching\",\n        \"World Leading Business Matching Platform\"\n]\n\n</code></pre>\n<h3 id=\"media-type-and-content\">Media Type and Content</h3>\n<p>Jublia offers support for various media types sourced from different streaming platforms. Each media type has its own corresponding media content value for embedding on Jublia.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Media</th>\n<th>Media Type Value (<code>media_type</code>)</th>\n<th>Media Content Value (<code>media_content</code>)</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BlueJeans Event</td>\n<td>bj</td>\n<td>Embed Video URL</td>\n<td>For more information, refer to <a href=\"https://sense-faq.jublia.com/article/517-bluejeans-setting-up-on-sense\">this link</a></td>\n</tr>\n<tr>\n<td>IBM Video Streaming</td>\n<td>ib</td>\n<td>Direct link to the video</td>\n<td>For more information, refer to <a href=\"https://sense-faq.jublia.com/article/514-ibm-overview\">this link</a></td>\n</tr>\n<tr>\n<td>Youtube</td>\n<td>yt</td>\n<td>Youtube video ID</td>\n<td>The video ID can be found in the YouTube URL. Example: <code>https://www.youtube.com/watch?v=[VIDEO ID]</code></td>\n</tr>\n<tr>\n<td>Zoom Webinar</td>\n<td>zoom</td>\n<td>Zoom meeting ID</td>\n<td>The meeting ID can be found in the Webinar URL. Example: <code>https://zoom.us/[MEETING ID]</code></td>\n</tr>\n<tr>\n<td>Vimeo</td>\n<td>vimeo</td>\n<td>Vimeo video ID</td>\n<td>The video ID can be found in the Vimeo Video URL. Example: <code>https://vimeo.com/[VIDEO ID]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"link-buttons-session_buttons\">Link Buttons (<code>session_buttons</code>)</h4>\n<p>For sessions that use link buttons, include the <code>session_buttons[]</code> as part of the payload request.</p>\n<ul>\n<li><p>All required fields must be included in the payload request.</p>\n</li>\n<li><p>All required fields must have a value and cannot be an empty string (\"\") or null.</p>\n</li>\n<li><p>If a session has multiple link buttons, add them all to the <code>session_buttons[]</code> list.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Length (characters)</strong></th>\n<th><strong>Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>linkout_name</td>\n<td>Button name</td>\n<td>string</td>\n<td>500</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>linkout_url</td>\n<td>Button link URL (recommended URL: using HTTPS format)</td>\n<td>string</td>\n<td>-</td>\n<td>Required</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"session_buttons\": [\n    {\n        \"linkout_name\": \"LinkedIn\",\n        \"linkout_url\": \"https://www.linkedin.com/in/satyanadella\"\n    },\n    {\n        \"linkout_name\": \"Instagram\",\n        \"linkout_url\": \"https://www.instagram.com\"\n    }\n]\n\n</code></pre>\n<h3 id=\"speakers\">Speakers</h3>\n<p>For sessions that include speakers, include the <code>speakers[]</code> as part of the payload request.</p>\n<ul>\n<li><p>All required fields must be included in the payload request.</p>\n</li>\n<li><p>All required fields must have a value and cannot be an empty string (\"\") or null.</p>\n</li>\n<li><p>If a session has multiple speakers, add them all to the <code>speakers[]</code> list.</p>\n</li>\n<li><p>To detach particular speaker from an existing session, simply remove the speaker data from the <code>speakers[]</code>list. The speaker will continue be shown on the Speaker tab in the platform.</p>\n</li>\n<li><p>If you want to completely detach a speaker from ALL their session and hide them from the Speaker tab as well, set the <code>speaker_status</code> as Inactive.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>speaker_extid</td>\n<td>Speaker's unique ID</td>\n<td>string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>speaker_status</td>\n<td>\"Active\" or \"Inactive\" (not case sensitive)</td>\n<td>string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>Speaker's first name</td>\n<td>string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Speaker's last name</td>\n<td>string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>Speaker's company name</td>\n<td>string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Speaker's position</td>\n<td>string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>tags[]</td>\n<td>Speaker's tags</td>\n<td>List of string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>profile_description</td>\n<td>Speaker's description</td>\n<td>string</td>\n<td>No</td>\n</tr>\n<tr>\n<td>profile_image</td>\n<td>Speaker's profile image URL (Image format: jpg / jpeg / png, Image size: 500px X 500px, recommended URL: using HTTPS format)</td>\n<td>string</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"speakers\": [\n    {\n        \"speaker_extid\": \"speaker1\",\n        \"speaker_status\": \"active\"\n        \"first_name\": \"Kuan Yan\",\n        \"last_name\": \"Tan\",\n        \"email\": \"ceo@jublia.com\",\n        \"company_name\": \"Jublia\",\n        \"position\": \"CEO\",\n        \"tags\": [\"Keynote Speaker\"],\n        \"profile_description\": \"Global leader in business matching and event data analytics\",\n        \"profile_image\": \"https://image-url.png/\"\n    },\n    {\n        \"speaker_extid\": \"speaker2\",\n        \"speaker_status\": \"active\"\n        \"first_name\": \"Chinab\",\n        \"last_name\": \"Chugh\",\n        \"email\": \"cto@jublia.com\",\n        \"company_name\": \"Jublia\",\n        \"position\": \"CTO\",\n        \"profile_description\": \"Global leader in business matching and event data analytics\",\n        \"profile_image\": \"https://image-url.png/\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["sessions","push"],"host":["webhook.jublia.com"],"query":[],"variable":[]}},"response":[{"id":"d6011711-c3ac-4a66-ba54-39b0d9c8e1d4","name":"Create Content","originalRequest":{"method":"POST","header":[{"key":"event-code","value":"event-code","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"session_extid\": \"JL002\",\n    \"session_status\": \"active\",\n    \"session_published\": true,\n    \"session_title\": \"Opening Address\",\n    \"start_datetime\": \"28/02/2022 09:00\",\n    \"end_datetime\": \"28/02/2022 10:00\",\n    \"track_name\": \"Sponsored Session\",\n    \"session_description\": \"Opening Address by CEO\",\n    \"session_summary\": \"Hear our CEO remarks on the event\",\n    \"session_location\": \"Main Ballroom\",\n    \"session_banner\": \"https://buzz-images.jublia.com/agenda/media/e9ff1e5c861f5b7b358cce29afabcd1411cc5d59b97687f9c44dbace67b0ca66c1a8eb2a3e3c46c668a3cbeb1970ebe3775fab3924b005a4a12c0e335ebee693/13826_0.png\",\n    \"media_type\": \"yt\",\n    \"media_content\": \"0v1vyWJQlzs\",\n    \"interactive_tool_embed\": \"<iframe src='https://pigeonhole.at/NTZZ5M/i/1767484?disablebackbutton' frameborder='0' width='100%' height='100%'></iframe>\",\n    \"session_tags\": [\n        \"Event\",\n        \"Business Matching Solution\"\n    ],\n    \"session_buttons\": [\n        {\n            \"linkout_name\": \"Speaker's Linkedin\",\n            \"linkout_url\": \"https://www.linkedin.com/in/kuan-yan-tan-622b7548\"\n        }\n    ],\n    \"speakers\": [\n        {\n            \"speaker_extid\": \"SP10\",\n            \"speaker_status\": \"active\",\n            \"first_name\": \"Kuan Yan\",\n            \"last_name\": \"Tan\",\n            \"email\": \"ceo@jublia.com\",\n            \"company_name\": \"Jublia\",\n            \"position\": \"CEO\",\n            \"tags\":[\n                \"Keynote Speaker\",\n                \"Professional\"\n            ],\n            \"profile_description\": \"Kuan Yan Tan is Co-founder and Chief Executive Officer of Jublia, a pioneer in the event technology field that now leads the charge towards a hybrid future through AI-powered and data-driven solutions.\",\n            \"profile_image\": \"https://buzz-images.jublia.com/agenda/speaker/d6f962fda6ec6570744be4a3ce055e47b6486db924b1de47038948d76f04b43f23c1b5ede0114b9d752299df502462ff413d480d94df42484a982a30a9d433ed/32999_0.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/sessions/push"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Feb 2022 10:19:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"31fbf779-7b92-4700-8449-e4cfd558ceff"},{"key":"x-amzn-remapped-content-length","value":"42"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"N40SaExBSQ0FeTg="},{"key":"x-amzn-remapped-server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"x-amzn-remapped-date","value":"Mon, 21 Feb 2022 10:19:46 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 3316ddaeea3a736012726e9c08426818.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"IAD79-C2"},{"key":"x-amz-cf-id","value":"aAkHhTxJu3RgukdEM_u3uuHQqYXDUfj4T7n54qqCraAtoISpO4ODsA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BbDKAsyWQDMlwKvmxazOsz4eCVWwUvuuBUtMpyPH1bQHrqGjuXhivO5iujZB3iki9fgTvN55vLKUud67G8FUkrHZxNDcNW%2FWXbGbs3yeD2mwaZVHXNhBQwHDHADZWVwsWUFvdg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e0f3cfb9d05cf6c-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data has been processed successfully.\"\n}"},{"id":"5a8c5f29-3cdf-41b0-9880-09abe6a43fdb","name":"Update Content","originalRequest":{"method":"POST","header":[{"key":"event-code","value":"event-code","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"session_extid\": \"JL002\",\n    \"session_status\": \"active\",\n    \"session_published\": true,\n    \"session_title\": \"Opening Address\",\n    \"start_datetime\": \"28/02/2022 09:00\",\n    \"end_datetime\": \"28/02/2022 10:00\",\n    \"track_name\": \"Sponsored Session\",\n    \"session_description\": \"Opening Address by CEO\",\n    \"session_location\": \"Main Ballroom\",\n    \"session_banner\": \"https://buzz-images.jublia.com/agenda/media/e9ff1e5c861f5b7b358cce29afabcd1411cc5d59b97687f9c44dbace67b0ca66c1a8eb2a3e3c46c668a3cbeb1970ebe3775fab3924b005a4a12c0e335ebee693/13826_0.png\",\n    \"media_type\": \"yt\",\n    \"media_content\": \"0v1vyWJQlzs\",\n    \"interactive_tool_embed\": \"<iframe src='https://pigeonhole.at/NTZZ5M/i/1767484?disablebackbutton' frameborder='0' width='100%' height='100%'></iframe>\",\n    \"session_tags\": [\n        \"Event\",\n        \"Business Matching Solution\"\n    ],\n    \"session_buttons\": [\n        {\n            \"linkout_name\": \"Speaker's Linkedin\",\n            \"linkout_url\": \"https://www.linkedin.com/in/kuan-yan-tan-622b7548\"\n        }\n    ],\n    \"speakers\": [\n        {\n            \"speaker_extid\": \"SP10\",\n            \"speaker_status\": \"active\",\n            \"first_name\": \"Kuan Yan\",\n            \"last_name\": \"Tan\",\n            \"email\": \"ceo@jublia.com\",\n            \"company_name\": \"Jublia\",\n            \"position\": \"CEO\",\n            \"profile_description\": \"Kuan Yan Tan is Co-founder and Chief Executive Officer of Jublia, a pioneer in the event technology field that now leads the charge towards a hybrid future through AI-powered and data-driven solutions.\",\n            \"profile_image\": \"https://buzz-images.jublia.com/agenda/speaker/d6f962fda6ec6570744be4a3ce055e47b6486db924b1de47038948d76f04b43f23c1b5ede0114b9d752299df502462ff413d480d94df42484a982a30a9d433ed/32999_0.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/sessions/push"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Feb 2022 10:19:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"31fbf779-7b92-4700-8449-e4cfd558ceff"},{"key":"x-amzn-remapped-content-length","value":"42"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"N40SaExBSQ0FeTg="},{"key":"x-amzn-remapped-server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"x-amzn-remapped-date","value":"Mon, 21 Feb 2022 10:19:46 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 3316ddaeea3a736012726e9c08426818.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"IAD79-C2"},{"key":"x-amz-cf-id","value":"aAkHhTxJu3RgukdEM_u3uuHQqYXDUfj4T7n54qqCraAtoISpO4ODsA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BbDKAsyWQDMlwKvmxazOsz4eCVWwUvuuBUtMpyPH1bQHrqGjuXhivO5iujZB3iki9fgTvN55vLKUud67G8FUkrHZxNDcNW%2FWXbGbs3yeD2mwaZVHXNhBQwHDHADZWVwsWUFvdg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e0f3cfb9d05cf6c-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data has been processed successfully.\"\n}"},{"id":"6059b9e5-c3bf-447d-bf7a-86a7f7c5640a","name":"Delete Content","originalRequest":{"method":"POST","header":[{"key":"event-code","value":"event-code","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"session_extid\": \"JL002\",\n    \"session_status\": \"inactive\",\n    \"session_published\": false,\n    \"session_title\": \"Opening Address\",\n    \"start_datetime\": \"28/02/2022 09:00\",\n    \"end_datetime\": \"28/02/2022 10:00\",\n    \"track_name\": \"Sponsored Session\",\n    \"session_description\": \"Opening Address by CEO\",\n    \"session_location\": \"Main Ballroom\",\n    \"session_banner\": \"https://buzz-images.jublia.com/agenda/media/e9ff1e5c861f5b7b358cce29afabcd1411cc5d59b97687f9c44dbace67b0ca66c1a8eb2a3e3c46c668a3cbeb1970ebe3775fab3924b005a4a12c0e335ebee693/13826_0.png\",\n    \"media_type\": \"yt\",\n    \"media_content\": \"0v1vyWJQlzs\",\n    \"interactive_tool_embed\": \"<iframe src='https://pigeonhole.at/NTZZ5M/i/1767484?disablebackbutton' frameborder='0' width='100%' height='100%'></iframe>\",\n    \"session_tags\": [\n        \"Event\",\n        \"Business Matching Solution\"\n    ],\n    \"session_buttons\": [\n        {\n            \"linkout_name\": \"Speaker's Linkedin\",\n            \"linkout_url\": \"https://www.linkedin.com/in/kuan-yan-tan-622b7548\"\n        }\n    ],\n    \"speakers\": [\n        {\n            \"speaker_extid\": \"SP10\",\n            \"speaker_status\": \"active\",\n            \"first_name\": \"Kuan Yan\",\n            \"last_name\": \"Tan\",\n            \"email\": \"ceo@jublia.com\",\n            \"company_name\": \"Jublia\",\n            \"position\": \"CEO\",\n            \"profile_description\": \"Kuan Yan Tan is Co-founder and Chief Executive Officer of Jublia, a pioneer in the event technology field that now leads the charge towards a hybrid future through AI-powered and data-driven solutions.\",\n            \"profile_image\": \"https://buzz-images.jublia.com/agenda/speaker/d6f962fda6ec6570744be4a3ce055e47b6486db924b1de47038948d76f04b43f23c1b5ede0114b9d752299df502462ff413d480d94df42484a982a30a9d433ed/32999_0.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/sessions/push"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Feb 2022 10:19:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-requestid","value":"31fbf779-7b92-4700-8449-e4cfd558ceff"},{"key":"x-amzn-remapped-content-length","value":"42"},{"key":"x-amzn-remapped-connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"N40SaExBSQ0FeTg="},{"key":"x-amzn-remapped-server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"x-amzn-remapped-date","value":"Mon, 21 Feb 2022 10:19:46 GMT"},{"key":"x-cache","value":"Miss from cloudfront"},{"key":"via","value":"1.1 3316ddaeea3a736012726e9c08426818.cloudfront.net (CloudFront)"},{"key":"x-amz-cf-pop","value":"IAD79-C2"},{"key":"x-amz-cf-id","value":"aAkHhTxJu3RgukdEM_u3uuHQqYXDUfj4T7n54qqCraAtoISpO4ODsA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BbDKAsyWQDMlwKvmxazOsz4eCVWwUvuuBUtMpyPH1bQHrqGjuXhivO5iujZB3iki9fgTvN55vLKUud67G8FUkrHZxNDcNW%2FWXbGbs3yeD2mwaZVHXNhBQwHDHADZWVwsWUFvdg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e0f3cfb9d05cf6c-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data has been processed successfully.\"\n}"}],"_postman_id":"f103dc77-279c-4946-b7f1-a77bc5874aab"}],"id":"1b5c5957-66dc-48e5-abed-4eb8e969f512","description":"<p>This is a collection of our Content external API. This collection is publicly available for easier and open access for customers to have access to the content data on their event. All endpoints are only accessible via https and will require credentials to gain access to.</p>\n","_postman_id":"1b5c5957-66dc-48e5-abed-4eb8e969f512"},{"name":"Registration (PUSH API)","item":[{"name":"Create/Update/Delete Registration Data","id":"5c851189-14fc-4396-8489-63fe7bca4a84","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"event-code","value":"event-code","description":"<p><code>Required</code> <br /> Event Hash provided by Jublia</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"x-api-key","description":"<p><code>Required</code> <br /> API key generated by Jublia</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://webhook.jublia.com/push/attendee","description":"<h3 id=\"description\">Description</h3>\n<p>This API endpoint serves the purpose of creating, updating, and deleting attendee data. It provides a unified approach to handle all three operations using <code>POST</code> method and a single endpoint.</p>\n<h4 id=\"create\">Create</h4>\n<p>To create a new attendee, send a payload containing the required fields and any optional fields you wish to include. Remember to follow the specified field limitations for each field and provide accurate information to avoid any errors.</p>\n<p>If successful, the attendee will be added to Jublia database with the provided data. If an attendee with the same Attendee Unique ID (<em>unique_reference_number</em>) already exists, the existing data will be overwritten with the new data provided in the payload.</p>\n<h4 id=\"update\">Update</h4>\n<p>The update operation is performed in the same way as the Create operation. To update attendee data, you need to push the payload similar to creating an attendee. If the attendee already exists in Jublia, the data will be replaced with the new data provided in the latest update.</p>\n<h4 id=\"delete\">Delete</h4>\n<p>To delete attendee data on Jublia, use the same payload as create/update, but set the status value to \"Inactive\". This <strong>non-reversible</strong> action will delete the attendee's activities and interactions in the system including any meetings, requests, and chat messages made.</p>\n<hr />\n<p>To see different example responses for creating, updating, and deleting attendee data, you can change the dropdown list in the response example on the right.</p>\n<p>Please note that the <strong>Company</strong> and <strong>Product</strong> in the response example are only available for <a href=\"https://\">Account PRO</a>.</p>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ol>\n<li><p><strong>Bulk operations are not supported</strong>, each request is only for one attendee records.</p>\n</li>\n<li><p><strong>All required fields</strong> must be included in the payload request and must have a valid value. They cannot be empty strings (\"\") or <em>null</em>.</p>\n</li>\n<li><p><strong>Optional fields</strong> may NOT be included in the payload, or they can be sent with <em>null</em> value.</p>\n</li>\n<li><p>Avoid using semicolons (`;`) in attribute values, as they have special meanings in Jublia's system and can interfere with the data ingestion processes.</p>\n</li>\n<li><p>If an attendee makes changes to the following fields on Jublia platform (WEB platform / NATIVE App / SENSE), any subsequent modifications made through the API for that attendee will be disregarded. This is applicable to ALL editable fields in the Jublia platform.</p>\n</li>\n<li><p><strong>Fields ingestion behavior</strong></p>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Impact on Jublia</strong></th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Empty string (<strong>\"\"</strong>)</td>\n<td>Clear value</td>\n<td>When an empty string is passed for a the key value, it will trigger the Jublia system to remove / clear an existing value that was previously pushed to Jublia.</td>\n</tr>\n<tr>\n<td><em><strong>null</strong></em> value</td>\n<td>Do nothing</td>\n<td>When a null value is passed, it will not make any changes in Jublia.</td>\n</tr>\n<tr>\n<td>No key</td>\n<td>Do nothing</td>\n<td>Similar to the above, no changes will be done on that field in Jublia. The existing value that was previously pushed to the field will remain as it is.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"groups\">Groups</h3>\n<ul>\n<li><p>Jublia will provide the <code>group_id</code> for the event within the API specs</p>\n</li>\n<li><p>Each attendee must be part of a group and can only be part of one group</p>\n</li>\n<li><p>To change an attendee's group, push the updated <code>group_id</code> value</p>\n</li>\n</ul>\n<h3 id=\"basic-details-information\">Basic Detail's information</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Status</th>\n<th>Char Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>\"Active\" or \"Inactive\" (not case sensitive)</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>-</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>Attendee's group ID on Jublia</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>unique_reference_number</td>\n<td>Attendee's unique ID from Registration system</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>badge_id</td>\n<td>Attendee's badge value</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Attendee's email</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>full_name</td>\n<td>Attendee's full name</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Attendee's job position</td>\n<td>string</td>\n<td>Optional</td>\n<td>100</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>Attendee's company name</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>company_description</td>\n<td>Attendee's company description</td>\n<td>text</td>\n<td>Optional</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>company_url</td>\n<td>Attendee's company website</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>contact_no</td>\n<td>Attendee's contact number</td>\n<td>string</td>\n<td>Optional</td>\n<td>64</td>\n</tr>\n<tr>\n<td>profile_image</td>\n<td>Attendee's Profile Image URL  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional  <br />  <br />Image Dimension:  <br />120px X 120px  <br />  <br />NEW (29 Apr '26)</td>\n<td>500</td>\n</tr>\n<tr>\n<td>booth</td>\n<td>Attendee's Stand Name / Booth Number</td>\n<td>string</td>\n<td>Optional</td>\n<td>200</td>\n</tr>\n<tr>\n<td>roles</td>\n<td>\"admin\" or \"staff\"</td>\n<td>string</td>\n<td>Optional</td>\n<td>-</td>\n</tr>\n<tr>\n<td>external_sso</td>\n<td>External SSO link to be accessed from Jublia</td>\n<td>string</td>\n<td><strong>For PARTNERS only</strong></td>\n<td>500</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"attributes-information\">Attributes information</h3>\n<ul>\n<li><p>Attributes are attendee-related information, usually collected through question fields in the registration forms. (e.g., Country)</p>\n<ul>\n<li><p>Attribute details is tied to each individual profile</p>\n</li>\n<li><p>Attribute can have multiple values</p>\n</li>\n</ul>\n</li>\n<li><p>Jublia will provide the <code>attributes_id</code> for the event within the API specs</p>\n</li>\n<li><p>Push attributes in a list/array format inside the <code>attributes</code> object</p>\n<ul>\n<li><p>Field type = text</p>\n</li>\n<li><p>Char limit = 3000</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"attributes\":{\n        \"country\":[\"Singapore\"],\n        \"product_category\":[\"SaaS\",\"Event Technology\"]\n    }\n\n</code></pre><h3 id=\"company-information-account-pro\">Company information (Account PRO)</h3>\n<ul>\n<li><p>For groups that are Account PRO enabled, include the <code>company[]</code> as part of the payload request.</p>\n</li>\n<li><p>Company information must be pushed through along with the attendee's data. Attendee's with the same Company ID will be tied into the same Company profile.</p>\n</li>\n<li><p>Company do not have their own attributes, but the attribute values are aggregated from the attendee's individual within the same Company Profile.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Status</th>\n<th>Char Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>identifier</td>\n<td>Company unique ID</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Company name</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Company profile's description</td>\n<td>text</td>\n<td>Optional</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>url</td>\n<td>Company website's url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>Company logo's image url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional  <br />  <br />Image Dimension:  <br />250px X 250px</td>\n<td>255</td>\n</tr>\n<tr>\n<td>banner</td>\n<td>Company banner's image url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional  <br />  <br />Image Dimension:  <br />1200 px X 150px</td>\n<td>255</td>\n</tr>\n<tr>\n<td>video</td>\n<td>Company video profile's url (embed code with iframe tag)</td>\n<td>string</td>\n<td>Optional</td>\n<td>512</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>Company Linkedin profile's url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>facebook_url</td>\n<td>Company Facebook profile's url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>instagram_url</td>\n<td>Company Instagram profile's url  <br />  <br />(using https://)</td>\n<td>string</td>\n<td>Optional</td>\n<td>255</td>\n</tr>\n<tr>\n<td>max_request</td>\n<td>Total maximum request allowed from the company</td>\n<td>small integer</td>\n<td>Optional</td>\n<td>-</td>\n</tr>\n<tr>\n<td>max_meeting</td>\n<td>Total maximum meeting allowed in a company</td>\n<td>small integer</td>\n<td>Optional</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"products-information-account-pro\">Products information (Account PRO)</h3>\n<ul>\n<li><p>The <code>products[]</code> field is only applicable for Account PRO accounts that opt-in for the \"Product upload\" feature.</p>\n</li>\n<li><p>Products information must be pushed through along with the attendee's data. Products that belong to the attendees with the same Company ID will be tied into the same Company profile.</p>\n</li>\n<li><p>Products might have their own product-related attributes information. This information can be pushed within the product payload.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Status</th>\n<th>Char Limit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>external_product_id</td>\n<td>Product unique ID</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Product name</td>\n<td>text</td>\n<td><strong>Required</strong></td>\n<td>3000</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Product description</td>\n<td>text</td>\n<td>Optional</td>\n<td>3000</td>\n</tr>\n<tr>\n<td>image</td>\n<td>Product's image url (embed code)</td>\n<td>string</td>\n<td><strong>Required</strong></td>\n<td>255</td>\n</tr>\n<tr>\n<td>video</td>\n<td>Product's video url (embed code) with iframe tag)</td>\n<td>string</td>\n<td>Optional</td>\n<td>512</td>\n</tr>\n<tr>\n<td>attributes {}</td>\n<td>Additional information that tagged to the products</td>\n<td>text</td>\n<td>Optional</td>\n<td>3000</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["push","attendee"],"host":["webhook.jublia.com"],"query":[],"variable":[]}},"response":[{"id":"6331d873-ca75-4c66-8822-fa1661f7bf17","name":"Create/Update Attendee","originalRequest":{"method":"POST","header":[{"key":"event-code","value":"event-code"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"status\":\"active\",\r\n    \"group_id\":\"visitor\",\r\n    \"unique_reference_number\":\"JO-001\",\r\n    \"badge_id\":\"qshyVIYRL4lQCs4\",\r\n    \"email\":\"errol@jublia.com\",\r\n    \"full_name\":\"Errol Lim\",\r\n    \"position\":\"COO\",\r\n    \"company_name\":\"Jublia\",\r\n    \"company_description\":\"Errol Lim, co-founder of Jublia.com, has been shaping global events from the shores of Singapore for over a decade. With a focus on fostering meaningful connections, Errol’s journey is driven by a humble ambition: to intelligently unite individuals and content, enriching event experiences worldwide.\",\r\n    \"company_url\":\"https://www.jublia.com\",\r\n    \"contact_no\":\"65 9876 5432\",\r\n    \"booth\":\"A 001\",\r\n    \"role\":\"admin\",\r\n    \"external_sso\":\"\",\r\n    \"profile_image\":\"https://match-images.jublia.com/profile-image/2774/8986875_1b627e.png\",\r\n    \"attributes\":{\r\n        \"country\":[\"Singapore\"],\r\n        \"product_category\":[\"SaaS\",\"Event Technology\"]\r\n    },\r\n    \"company\":[\r\n        {\r\n            \"identifier\":\"JO-001\",\r\n            \"name\":\"Jublia\",\r\n            \"description\":\"Complete engagement platform fully equipped with business matching, content management as well as community interaction technologies. Trusted by trade shows, conferences and B2B events globally.\",\r\n            \"url\":\"https://www.jublia.com\",\r\n            \"logo\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"banner\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34520/431bcaaafd4f43d4a0ba306498528f2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"linkedin_url\":\"https://www.linkedin.com/company/jublia/mycompany/\",\r\n            \"facebook_url\":\"https://www.facebook.com/jublialive/?locale=id_ID\",\r\n            \"instagram_url\":\"https://www.instagram.com/errollim/?hl=en\",\r\n            \"max_request\":100,\r\n            \"max_meeting\":10\r\n        }\r\n    ],\r\n    \"products\":[\r\n        {\r\n            \"external_product_id\":\"Jub-001\",\r\n            \"name\":\"Engagement Hub\",\r\n            \"description\":\"Experience the key to a broader audience with Jublia's Public Hub - no login required! Explore event details, browse exhibitors directory, and get a taste of the exciting agenda, while reaching a wider community and generating buzz before the event even begins.\",\r\n            \"image\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"attributes\":{\r\n                \"product_type\":[\"Web App\",\"Native App\"]\r\n            }\r\n        },\r\n        {\r\n            \"external_product_id\":\"Jub-002\",\r\n            \"name\":\"Judy AI\",\r\n            \"description\":\"Ask Judy AI is our intelligent 24/7 support powered by our Judy AI as part of our Engagement Hub module. This will enable seamless interaction between user and our platform in seeking for guidance.\",\r\n            \"image\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"attributes\":{\r\n                \"product_type\":[\"Artifical Inteligence\",\"Help Center\"]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/push/attendee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data has been processed successfully.\"\n}"},{"id":"f4586467-ad00-40ae-b111-5af2f34569a7","name":"Delete Attendee","originalRequest":{"method":"POST","header":[{"key":"event-code","value":"event-code"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"status\":\"inactive\",\r\n    \"group_id\":\"visitor\",\r\n    \"unique_reference_number\":\"JO-001\",\r\n    \"badge_id\":\"qshyVIYRL4lQCs4\",\r\n    \"email\":\"errol@jublia.com\",\r\n    \"full_name\":\"Errol Lim\",\r\n    \"position\":\"COO\",\r\n    \"company_name\":\"Jublia\",\r\n    \"company_description\":\"Errol Lim, co-founder of Jublia.com, has been shaping global events from the shores of Singapore for over a decade. With a focus on fostering meaningful connections, Errol’s journey is driven by a humble ambition: to intelligently unite individuals and content, enriching event experiences worldwide.\",\r\n    \"company_url\":\"https://www.jublia.com\",\r\n    \"contact_no\":\"65 9876 5432\",\r\n    \"booth\":\"A 001\",\r\n    \"role\":\"admin\",\r\n    \"external_sso\":\"\",\r\n    \"attributes\":{\r\n        \"country\":[\"Singapore\"],\r\n        \"product_category\":[\"SaaS\",\"Event Technology\"]\r\n    },\r\n    \"company\":[\r\n        {\r\n            \"identifier\":\"JO-001\",\r\n            \"name\":\"Jublia\",\r\n            \"description\":\"Complete engagement platform fully equipped with business matching, content management as well as community interaction technologies. Trusted by trade shows, conferences and B2B events globally.\",\r\n            \"url\":\"https://www.jublia.com\",\r\n            \"logo\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"banner\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34520/431bcaaafd4f43d4a0ba306498528f2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"linkedin_url\":\"https://www.linkedin.com/company/jublia/mycompany/\",\r\n            \"facebook_url\":\"https://www.facebook.com/jublialive/?locale=id_ID\",\r\n            \"instagram_url\":\"https://www.instagram.com/errollim/?hl=en\",\r\n            \"max_request\":100,\r\n            \"max_meeting\":10\r\n        }\r\n    ],\r\n    \"products\":[\r\n        {\r\n            \"id\":\"Jub-001\",\r\n            \"name\":\"Engagement Hub\",\r\n            \"description\":\"Experience the key to a broader audience with Jublia's Public Hub - no login required! Explore event details, browse exhibitors directory, and get a taste of the exciting agenda, while reaching a wider community and generating buzz before the event even begins.\",\r\n            \"image\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"attributes\":{\r\n                \"product_type\":[\"Web App\",\"Native App\"]\r\n            }\r\n        },\r\n        {\r\n            \"id\":\"Jub-002\",\r\n            \"name\":\"Judy AI\",\r\n            \"description\":\"Ask Judy AI is our intelligent 24/7 support powered by our Judy AI as part of our Engagement Hub module. This will enable seamless interaction between user and our platform in seeking for guidance.\",\r\n            \"image\":\"https://match-images.jublia.com/company-media/prod/ee9593636477702444addbd4feb5479665f1994908587894e54a750bbe7d62442e0097fb743882806593669b645cd30ff066366454023a708a0337275b4c5c35/34519/6dc0e79279514098b6567db6b4c8ef2d.jpe\",\r\n            \"video\":\"<iframe width='1250' height='703' src='https://www.youtube.com/embed/PuK2QLLMd4g' title='Konoha - Complete Event Engagement Hub' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>\",\r\n            \"attributes\":{\r\n                \"product_type\":[\"Artifical Inteligence\",\"Help Center\"]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.jublia.com/push/attendee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data has been processed successfully.\"\n}"}],"_postman_id":"5c851189-14fc-4396-8489-63fe7bca4a84"}],"id":"920b1999-8ecd-4168-9323-5d03bc8168d5","description":"<p>This collection is publicly available for Organizers and Registration Vendors to push the registration's data to Jublia. All endpoints are only accessible via https and will require credentials to gain access to.</p>\n","_postman_id":"920b1999-8ecd-4168-9323-5d03bc8168d5"}],"id":"df456e0b-f6a3-4c1d-911d-e94d3f0cea9c","description":"<p>This collection contains the latest version of our API. If you are still using the old version, please refer to our deprecated resources below.</p>\n","_postman_id":"df456e0b-f6a3-4c1d-911d-e94d3f0cea9c"}],"event":[{"listen":"prerequest","script":{"id":"bebf4564-26af-40c5-a3b6-e6dfe1d0e802","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df000ab5-4aed-4150-9ffe-7c57824b0850","type":"text/javascript","exec":[""]}}],"variable":[{"id":"db00cdce-154f-4bca-9879-9fca3b0930c3","key":"event-code","value":"event-code"},{"id":"cb9cb1ee-38b6-4782-b8ea-e15aad925e94","key":"x-api-key","value":"x-api-key"},{"id":"3b5061dc-62bf-4901-b56f-f9cb96cb5169","key":"webhook-baseURL","value":"webhook.jublia.com"},{"id":"d0b3ec16-8276-45d9-9efc-010371d3a63d","key":"ext-baseURL","value":"ext.jublia.com"},{"id":"95c187ec-12a1-475e-8e79-730631ee7a8b","key":"entity_type","value":"entity_type"},{"id":"e7f70556-6c69-4838-bf82-c015b4bd4709","key":"conversation_type","value":"conversation_type"},{"id":"99c205da-3e9b-4a96-b96b-1b83a44bd8c4","key":"query_field","value":"query_field"},{"id":"fd0ac248-a1a0-4e3f-bca9-17aacff6778c","key":"query_value","value":"query_value"}]}