{"info":{"_postman_id":"3edcdc1d-f55b-4eb2-a874-be12a6d19039","name":"WorkCast API","description":"<html><head></head><body><p>The <strong>WorkCast API</strong> is built on HTTP. Our API is RESTful and it:</p>\n<ul>\n<li>Uses predictable, resource-oriented URLs</li>\n<li>Uses built-in HTTP capabilities for passing parameters and authentication</li>\n<li>Responds with standard HTTP response codes to indicate errors</li>\n</ul>\n<h2 id=\"domains\"><strong>Domains</strong></h2>\n<p>The following data domains are exposed via the API:</p>\n<ul>\n<li>Register &amp; Register Status</li>\n<li>Events</li>\n<li>Channels</li>\n<li>Sessions</li>\n<li>Presenters</li>\n<li>Contacts</li>\n<li>Attendance</li>\n<li>Polls</li>\n<li>Resource Clicks</li>\n<li>Chat (Legacy)</li>\n<li>Question and Answer</li>\n</ul>\n<hr>\n<h2 id=\"how-to-get-an-api-key\">How to get an API key</h2>\n<p>Please contact your account manager for your API key.</p>\n<h2 id=\"date-format\"><strong>Date Format</strong></h2>\n<p>WorkCast returns JSON for all API calls. JSON does not have a built-in date type, dates are passed as strings encoded according to <a href=\"https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en\">ISO 8601</a>. This format is a worldwide standard that all modern programming languages support:</p>\n<p><strong><code>2019-05-23T10:07:48.830Z</code></strong></p>\n<p><strong>Note that all dates are passed and returned in UTC format.</strong></p>\n<h2 id=\"error-response-codes\"><strong>Error Response Codes</strong></h2>\n<p>WorkCast returns standard HTTP response codes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>The request has succeeded</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorised - invalid API key provided</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Request Failed - parameters were valid but request failed</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not found - the requested item does not exist</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method not allowed</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many requests - API limit exceeded</td>\n</tr>\n<tr>\n<td>500, 502, 503, 504</td>\n<td>Server error - something is wrong on WorkCasts's end</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"limits\">Limits</h2>\n<p>WorkCast imposes a rate limit per API endpoint. Users may issue no more than 100 requests per minute, per account.</p>\n<p>If you exceed your rate limit, you will receive an HTTP 429 response (See section 1.4 Error Response Codes) and must wait 60 seconds before submitting more requests.</p>\n<h2 id=\"paging\">Paging</h2>\n<p>Should the return dataset exceed the specified or default page size, a paging object is appended to the resulting JSON as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"paging\": {\n    \"next\": \"https://repapi.workcast.com/v1.0/events/XRiy3...\",\n    \"previous\": \"https://repapi.workcast.com/v1.0/events/pl2I7...\"\n}\n\n</code></pre><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15581224","collectionId":"3edcdc1d-f55b-4eb2-a874-be12a6d19039","publishedId":"2s84Dsrzxq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-23T19:48:09.000Z"},"item":[{"name":"Authentication","item":[{"name":"Sign in","event":[{"listen":"test","script":{"id":"dd4ee4ff-b3cf-40da-a336-a7912f5290eb","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a619ea16-a488-425a-99ca-ac7e8f9278ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"<API Key>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://authapi.workcast.com/v1.0/signin","urlObject":{"path":["v1.0","signin"],"host":["https://authapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"fc1e7a25-fbb1-4898-99c1-f792179bc96a","name":"Sign in","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://authapi.workcast.com/v1.0/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Mar 2022 21:14:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"idToken\": \"eyJraWQiOiJqRWtWMUYxMUVvZFlKK0M0dFNMWVE4V3AyVDk1NkorSm1QdVVQWlwvRm5kbz0iLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiIwZTc3ZjJmZi01MDg5LTRkMTQtYjc4Zi04N2NjZGM2ODhhMDgiLCJhdWQiOiI0MW9rMXY0YTQ3aTlnZnI1MnU0YjUyZGkzdiIsImN1c3RvbTphY2NvdW50X251bWJlciI6IjExMTc0IiwiZXZlbnRfaWQiOiIwOGJkMzUwMi1mYzllLTRhZTUtOTFhMC1kMzUxZjY1YTg3NmMiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY0NjE2OTI4NywiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmV1LXdlc3QtMS5hbWF6b25hd3MuY29tXC9ldS13ZXN0LTFfaVl3RUFUcm9XIiwiY29nbml0bzp1c2VybmFtZSI6InN0YW5kYXJkX2xpZmUuOWU2MTMzZjMtNjdmYy00YmMzLWJkNzQtNDljY2M4MjMxNGNlLmFwaSIsImV4cCI6MTY0NjE3Mjg4NywiaWF0IjoxNjQ2MTY5Mjg3fQ.PZ3-gsyGxnWEvoJJZPmBrQRD2FQ579DRsVPpDpSnJ_uNMnB2ywZqkQRx7yKF_Ahaci1gQEwKs9sx0ulHH-xmvbPW78BY_mk89Te3_8alkZZFV2NCCobG9vhC5OqKZItswByVoZ0WK7wE6bpYK-CSRR2N8CvCGkws2FVWRjS2gHIdz-7DVwFHp7PDfNLEphxLuuI0B0zzIj465_HcN27OZx8ibXAj-sMgQm_h5HKzWv7m6f4mmxWZDTTeD_Gep1cikrCwOWwNMWwmDSR0uU8xYbyvibtmHpHrjH0MauPae3qPwy-TxSCTTM5ANGTQe3rkcRY_D_7zOKsFl8syAad1Hw\",\n    \"expiresIn\": 3600,\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"a619ea16-a488-425a-99ca-ac7e8f9278ca"}],"id":"7db6796d-e4b8-443a-8a91-e0bc05479ff8","description":"<p>To get started you need a JWT Bearer token which must be used in all subsequent API calls after authentication.</p>\n<p>Our sign-in endpoint uses your API key to authorise your access and returns the required token.</p>\n<p><strong>NOTE:</strong> <strong>Tokens expire periodically and will result in a 401 response (see section 1.3 below). Tokens must be refreshed at this point via a new “signin”.</strong></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"025fdbec-b90e-47ce-9c7a-89acdbbac20d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"919099ac-09fa-4373-ba06-bb63b79688b0","type":"text/javascript","exec":[""]}}],"_postman_id":"7db6796d-e4b8-443a-8a91-e0bc05479ff8"},{"name":"Post Registrations","item":[{"name":"Register","id":"1cf5274a-6a30-4c8a-9edb-25462d6a7402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"registration\": {\n    \"event\": {\n      \"eventPak\": \"1949358247471451\",\n      \"sessions\": [\n        {\n          \"sessionPak\": \"3987583717763360\"\n        }\n      ]\n    },\n    \"contact\": {\n      \"firstName\": \"Attendee\",\n      \"lastName\": \"Four\",\n      \"email\": \"attendee.four@workcast.com\",\n      \"contactCustomItems\": [\n        {\n            \"itemDesc\": \"customFieldName1\",\n            \"itemValue\": \"valueHere\"\n        },\n        {\n            \"itemDesc\": \"customFieldName2\",\n            \"itemValue\": \"valueHere\"\n        }\n      ]\n    }\n  }\n}"},"url":"https://regapi.workcast.com/v1.0/register","description":"<p>The API allows you to post-registration data programmatically.</p>\n<h2 id=\"standard-parameters\">Standard Parameters</h2>\n<p>Standard parameters appear only once per registration.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Size</strong></th>\n<th><strong>Required?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>eventPak/channelPak</td>\n<td>Event or channel public access key (depending upon whether an event or channel is being registered against)</td>\n<td>Character</td>\n<td>16</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>sessionPak</td>\n<td>Session public access key – one for each session being registered against</td>\n<td>Character</td>\n<td>16</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email address</td>\n<td>Character</td>\n<td>100</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Title/Salutation</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>First Name/Forename</td>\n<td>Character</td>\n<td>50</td>\n<td>No</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Last Name</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Company Name</td>\n<td>Character</td>\n<td>50</td>\n<td>No</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>Job Title</td>\n<td>Character</td>\n<td>50</td>\n<td>No</td>\n</tr>\n<tr>\n<td>addressLine1</td>\n<td>Address Line 1</td>\n<td>Character</td>\n<td>30</td>\n<td>No</td>\n</tr>\n<tr>\n<td>addressLine2</td>\n<td>Address Line 2</td>\n<td>Character</td>\n<td>30</td>\n<td>No</td>\n</tr>\n<tr>\n<td>addressLine3</td>\n<td>Address Line 3</td>\n<td>Character</td>\n<td>30</td>\n<td>No</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n<tr>\n<td>countyOrState</td>\n<td>County or State</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>Post/Zip Code</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Country Code</td>\n<td>Character</td>\n<td>5</td>\n<td>No</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Phone Number</td>\n<td>Character</td>\n<td>20</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"custom-parameters\">Custom Parameters</h2>\n<p>Multiple custom data items (no more than 20) can be submitted per registration - please see example request for how to use.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Size</strong></th>\n<th><strong>Required?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>itemDesc</td>\n<td>This should be the same as the custom fields' reporting heading  <br />  <br /></td>\n<td>Character</td>\n<td>200</td>\n<td>No</td>\n</tr>\n<tr>\n<td>itemValue</td>\n<td>Value to save</td>\n<td>Character</td>\n<td>500</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","name":"Post Registrations","type":"folder"}},"urlObject":{"path":["v1.0","register"],"host":["https://regapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"dc929059-b9c3-4c60-8f07-61ee0c70fa98","name":"Register","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"registration\": {\n    \"event\": {\n      \"eventPak\": \"1949358247471451\",\n      \"sessions\": [\n        {\n          \"sessionPak\": \"3987583717763360\"\n        }\n      ]\n    },\n    \"contact\": {\n      \"firstName\": \"Attendee\",\n      \"lastName\": \"Four\",\n      \"email\": \"attendee.four@workcast.com\",\n      \"contactCustomItems\": [\n        {\n            \"itemDesc\": \"customFieldName1\",\n            \"itemValue\": \"valueHere\"\n        },\n        {\n            \"itemDesc\": \"customFieldName2\",\n            \"itemValue\": \"valueHere\"\n        }\n      ]\n    }\n  }\n}"},"url":"https://regapi.workcast.com/v1.0/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 23 Oct 2022 18:28:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"registration\": {\n        \"contact\": {\n            \"email\": \"attendee.four@workcast.com\"\n        },\n        \"sessions\": [\n            {\n                \"sessionPak\": \"3987583717763360\",\n                \"queueId\": 14344643,\n                \"status\": \"queued\"\n            }\n        ]\n    },\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"1cf5274a-6a30-4c8a-9edb-25462d6a7402"},{"name":"Register status","id":"cee6216e-bbf6-421e-a8cf-011781d809e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"  limit\": 10,\n  \"checks\": [\n    {\n      \"QueueId\": {{QUEUE_ID}}\n    }\n  ]\n}"},"url":"https://regapi.workcast.com/v1.0/registerstatus","description":"<p>Check the status of a registration request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Max Size</strong></th>\n<th><strong>Required?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 25)</td>\n<td>Integer</td>\n<td>100</td>\n<td>No</td>\n</tr>\n<tr>\n<td>queueId</td>\n<td>Queue id(s) to check</td>\n<td>Integer</td>\n<td>2147483647</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","name":"Post Registrations","type":"folder"}},"urlObject":{"path":["v1.0","registerstatus"],"host":["https://regapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"68837431-7829-4581-bae0-7dc373ebd9c9","name":"Register status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"  limit\": 10,\n  \"checks\": [\n    {\n      \"QueueId\": {{QUEUE_ID}}\n    }\n  ]\n}"},"url":"https://regapi.workcast.com/v1.0/registerstatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 23 Oct 2022 18:29:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"checkResults\": [\n        {\n            \"queueId\": 14344643,\n            \"status\": \"complete\",\n            \"sessionPak\": \"3987583717763360\",\n            \"email\": \"attendee.four@workcast.com\",\n            \"contactId\": 16038280\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"cee6216e-bbf6-421e-a8cf-011781d809e0"}],"id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1ed480e2-b7fc-4dc6-a401-dec54b1da1ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba38a42a-97a4-4f59-9f8a-a4de6ef60b76","type":"text/javascript","exec":[""]}}],"_postman_id":"a2b859b7-3c25-4361-94f7-c00f8cfb1554","description":""},{"name":"Events","item":[{"name":"All events","id":"b904d0cd-2f5d-45de-8b11-5b0dc9e84875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events","description":"<p>Retrieve a list of <strong>Events</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"5b9e132c-21c9-42ca-8bbe-c49fbb0a08d9","name":"All events","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:17:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 6,\n    \"events\": [\n        {\n            \"eventId\": 80140,\n            \"eventPak\": \"8822313682008795\",\n            \"title\": \"Test Event #1\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-08-31T09:00:00.000Z\",\n            \"durationHHMM\": \"00:05\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-08-03T10:23:00.073Z\",\n            \"updatedDate\": \"2022-08-03T10:23:00.230Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8822313682008795\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8822313682008795&pak=9126127715128580\"\n        },\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\"\n        },\n        {\n            \"eventId\": 83306,\n            \"eventPak\": \"4803313776539200\",\n            \"title\": \"Test Event #3\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T23:00:00.000Z\",\n            \"durationHHMM\": \"00:15\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:32:17.860Z\",\n            \"updatedDate\": \"2022-10-22T21:32:18.017Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=4803313776539200\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=4803313776539200&pak=6640779967128749\"\n        },\n        {\n            \"eventId\": 83307,\n            \"eventPak\": \"8838907279408112\",\n            \"title\": \"Test Event #4\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:08:22.103Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8838907279408112\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8838907279408112&pak=1832389034151943\"\n        },\n        {\n            \"eventId\": 83308,\n            \"eventPak\": \"1949358247471451\",\n            \"title\": \"Test Event #5\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:38:29.233Z\",\n            \"updatedDate\": \"2022-10-22T23:38:29.373Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1949358247471451\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1949358247471451&pak=3987583717763360\"\n        },\n        {\n            \"eventId\": 90428,\n            \"eventPak\": \"1065153997972757\",\n            \"title\": \"Test Event #6\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2023-07-11T09:00:00.000Z\",\n            \"durationHHMM\": \"01:00\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2023-07-06T08:23:09.763Z\",\n            \"updatedDate\": \"2023-07-06T08:23:10.013Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1065153997972757\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1065153997972757&pak=2472433590484686\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"b904d0cd-2f5d-45de-8b11-5b0dc9e84875"},{"name":"All events a contact is registered for","id":"d96ead68-bf9e-45e1-944b-bde1c0889fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"<Email>\"}","options":{"raw":{"language":"json"}}},"url":"https://repapi.workcast.com/v1.0/events/registered","description":"<p>Retrieve a list of events a contact is registered for from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","registered"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"960f28ae-723d-4862-b284-2ecfc40df64f","name":"All events a contact is registered for","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"<Email>\"}","options":{"raw":{"language":"json"}}},"url":"https://repapi.workcast.com/v1.0/events/registered"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:13:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 4,\n    \"events\": [\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\",\n            \"attended\": \"true\",\n            \"attendedLive\": \"true\"\n        },\n        {\n            \"eventId\": 83306,\n            \"eventPak\": \"4803313776539200\",\n            \"title\": \"Test Event #3\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T23:00:00.000Z\",\n            \"durationHHMM\": \"00:15\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:32:17.860Z\",\n            \"updatedDate\": \"2022-10-22T21:32:18.017Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=4803313776539200\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=4803313776539200&pak=6640779967128749\",\n            \"attended\": \"true\",\n            \"attendedLive\": \"true\"\n        },\n        {\n            \"eventId\": 83307,\n            \"eventPak\": \"8838907279408112\",\n            \"title\": \"Test Event #4\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:08:22.103Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8838907279408112\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8838907279408112&pak=1832389034151943\",\n            \"attended\": \"false\",\n            \"attendedLive\": \"false\"\n        },\n        {\n            \"eventId\": 83308,\n            \"eventPak\": \"1949358247471451\",\n            \"title\": \"Test Event #5\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:38:29.233Z\",\n            \"updatedDate\": \"2022-10-22T23:38:29.373Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1949358247471451\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1949358247471451&pak=3987583717763360\",\n            \"attended\": \"true\",\n            \"attendedLive\": \"true\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"d96ead68-bf9e-45e1-944b-bde1c0889fcf"},{"name":"Single event","id":"3c9c7910-903c-4ca5-84c0-58fcb556b947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>","description":"<p>Retrieve data for a single <strong>Event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"92e10995-30e0-4348-bf15-cb13e836388c","name":"Single event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:19:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"eventId\": 80140,\n        \"eventPak\": \"8822313682008795\",\n        \"title\": \"Test Event #1\",\n        \"eventType\": \"Live\",\n        \"eventDateTime\": \"2022-08-31T09:00:00.000Z\",\n        \"durationHHMM\": \"00:05\",\n        \"totalSessions\": 1,\n        \"createdDate\": \"2022-08-03T10:23:00.073Z\",\n        \"updatedDate\": \"2022-08-03T10:23:00.230Z\",\n        \"registrationUrl\": \"https://www.workcast.com/register?cpak=8822313682008795\",\n        \"eventUrl\": \"https://www.workcast.com/?cpak=8822313682008795&pak=9126127715128580\"\n    },\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"3c9c7910-903c-4ca5-84c0-58fcb556b947"},{"name":"All events created or modified after a specified date","id":"897e9754-95f0-4fd9-8ed7-f8517c0a8b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>events</strong> created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"414b57fa-1014-40bf-a7d4-78b82196b36b","name":"All events created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:22:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 5,\n    \"events\": [\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\"\n        },\n        {\n            \"eventId\": 83306,\n            \"eventPak\": \"4803313776539200\",\n            \"title\": \"Test Event #3\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T23:00:00.000Z\",\n            \"durationHHMM\": \"00:15\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:32:17.860Z\",\n            \"updatedDate\": \"2022-10-22T21:32:18.017Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=4803313776539200\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=4803313776539200&pak=6640779967128749\"\n        },\n        {\n            \"eventId\": 83307,\n            \"eventPak\": \"8838907279408112\",\n            \"title\": \"Test Event #4\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:08:22.103Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8838907279408112\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8838907279408112&pak=1832389034151943\"\n        },\n        {\n            \"eventId\": 83308,\n            \"eventPak\": \"1949358247471451\",\n            \"title\": \"Test Event #5\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:38:29.233Z\",\n            \"updatedDate\": \"2022-10-22T23:38:29.373Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1949358247471451\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1949358247471451&pak=3987583717763360\"\n        },\n        {\n            \"eventId\": 90428,\n            \"eventPak\": \"1065153997972757\",\n            \"title\": \"Test Event #6\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2023-07-11T09:00:00.000Z\",\n            \"durationHHMM\": \"01:00\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2023-07-06T08:23:09.763Z\",\n            \"updatedDate\": \"2023-07-06T08:23:10.013Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1065153997972757\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1065153997972757&pak=2472433590484686\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"897e9754-95f0-4fd9-8ed7-f8517c0a8b60"},{"name":"All events with a live date and time after a specified date and time","id":"adc88d41-5f48-44e6-af93-24892d476fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/after/<Date>","description":"<p>Retrieve a list of <strong>events</strong> from your account with a live date and time after the specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","live","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"8ef12d01-8444-40ac-9c36-ee50b5f9a572","name":"All events with a live date and time after a specified date and time","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:23:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 5,\n    \"events\": [\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\"\n        },\n        {\n            \"eventId\": 83306,\n            \"eventPak\": \"4803313776539200\",\n            \"title\": \"Test Event #3\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T23:00:00.000Z\",\n            \"durationHHMM\": \"00:15\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:32:17.860Z\",\n            \"updatedDate\": \"2022-10-22T21:32:18.017Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=4803313776539200\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=4803313776539200&pak=6640779967128749\"\n        },\n        {\n            \"eventId\": 83307,\n            \"eventPak\": \"8838907279408112\",\n            \"title\": \"Test Event #4\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:08:22.103Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8838907279408112\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8838907279408112&pak=1832389034151943\"\n        },\n        {\n            \"eventId\": 83308,\n            \"eventPak\": \"1949358247471451\",\n            \"title\": \"Test Event #5\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-23T00:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T23:38:29.233Z\",\n            \"updatedDate\": \"2022-10-22T23:38:29.373Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1949358247471451\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1949358247471451&pak=3987583717763360\"\n        },\n        {\n            \"eventId\": 90428,\n            \"eventPak\": \"1065153997972757\",\n            \"title\": \"Test Event #6\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2023-07-11T09:00:00.000Z\",\n            \"durationHHMM\": \"01:00\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2023-07-06T08:23:09.763Z\",\n            \"updatedDate\": \"2023-07-06T08:23:10.013Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=1065153997972757\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=1065153997972757&pak=2472433590484686\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"adc88d41-5f48-44e6-af93-24892d476fd4"},{"name":"All events with a live date and time before a specified date and time","id":"d1828896-bada-4f7e-ada9-6190483426d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/before/<Date>","description":"<p>Retrieve a list of <strong>events</strong> from your account with a live date and time before the specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","live","before","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"e2ba040d-a135-48a9-a479-805ed2bc6a77","name":"All events with a live date and time before a specified date and time","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/before/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:24:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"events\": [\n        {\n            \"eventId\": 80140,\n            \"eventPak\": \"8822313682008795\",\n            \"title\": \"Test Event #1\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-08-31T09:00:00.000Z\",\n            \"durationHHMM\": \"00:05\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-08-03T10:23:00.073Z\",\n            \"updatedDate\": \"2022-08-03T10:23:00.230Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=8822313682008795\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=8822313682008795&pak=9126127715128580\"\n        },\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"d1828896-bada-4f7e-ada9-6190483426d0"},{"name":"All events with a live date and time between two specified date and times","id":"c8ff4891-0df8-4c11-8b29-a5cf884c3e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/between/<Date>/and/<Date>","description":"<p>Retrieve a list of <strong>events</strong> from your account with a live date and time between the specified dates and times.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","name":"Events","type":"folder"}},"urlObject":{"path":["v1.0","events","live","between","<Date>","and","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"2568d2fb-6583-40e5-ac19-5d8fdcb17174","name":"All events with a live date and time between two specified date and times","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/live/between/<Date>/and/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:33:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"events\": [\n        {\n            \"eventId\": 83305,\n            \"eventPak\": \"2627328689998937\",\n            \"title\": \"Test Event #2\",\n            \"eventType\": \"Live\",\n            \"eventDateTime\": \"2022-10-22T22:00:00.000Z\",\n            \"durationHHMM\": \"00:59\",\n            \"totalSessions\": 1,\n            \"createdDate\": \"2022-10-22T21:31:26.173Z\",\n            \"updatedDate\": \"2022-10-22T21:31:27.283Z\",\n            \"registrationUrl\": \"https://www.workcast.com/register?cpak=2627328689998937\",\n            \"eventUrl\": \"https://www.workcast.com/?cpak=2627328689998937&pak=4518319788049055\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"c8ff4891-0df8-4c11-8b29-a5cf884c3e38"}],"id":"dc85291b-027c-44ba-a89d-a72fd1301c9a","description":"<p>The API allows you to retrieve <strong>event data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f94f70ad-58c9-406c-a928-ed93e2240c0f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd131902-5540-4497-9f68-70f795162b93","type":"text/javascript","exec":[""]}}],"_postman_id":"dc85291b-027c-44ba-a89d-a72fd1301c9a"},{"name":"Channels","item":[{"name":"All channel details","id":"4fa8bdd1-373c-4d97-8b3c-20e27f79647c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/channels","description":"<p>Retrieve a list of <strong>channels</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","name":"Channels","type":"folder"}},"urlObject":{"path":["v1.0","channels"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa8bdd1-373c-4d97-8b3c-20e27f79647c"},{"name":"Single channel details","id":"b63b401a-a185-42ae-ac9b-4396bbd6885c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/channels/<Channel ID>","description":"<p>Retrieve data for a single <strong>channel</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","name":"Channels","type":"folder"}},"urlObject":{"path":["v1.0","channels","<Channel ID>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b63b401a-a185-42ae-ac9b-4396bbd6885c"},{"name":"All channels created or modified after a specified date","id":"3b784caa-3411-4d82-973e-870bda38ad58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/channels/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>channels</strong> created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","name":"Channels","type":"folder"}},"urlObject":{"path":["v1.0","channels","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b784caa-3411-4d82-973e-870bda38ad58"}],"id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a","description":"<p>The API allows you to retrieve <strong>channel data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4db10d71-c219-4298-8541-07e429c1631f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7e5ea84-c12f-433e-b662-3e12884fbbd4","type":"text/javascript","exec":[""]}}],"_postman_id":"ae73e671-efa5-4e90-bd1d-a41c92eea91a"},{"name":"Sessions","item":[{"name":"Single session","id":"5785850f-1d03-4b30-a0c8-3dcdf852e4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>","description":"<p>Retrieve data for a single <strong>session</strong> <strong>for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"59303aff-d8cd-44c5-b923-1eb58bf79d60","name":"Single session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:54:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"sessionId\": 150888,\n        \"sessionPak\": \"1832389034151943\",\n        \"title\": \"Test Event #4\",\n        \"sessionType\": \"Live\",\n        \"presentationType\": \"\",\n        \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n        \"durationHHMM\": \"00:30\",\n        \"totalRegPageVisits\": 3,\n        \"totalRegistrations\": 3,\n        \"totalAttendees\": 1,\n        \"totalAttendeePageVisits\": 1,\n        \"pollType\": \"normal\",\n        \"pollPassPcent\": \"0\",\n        \"totalPollsAsked\": 0,\n        \"totalPollResponses\": 0,\n        \"totalChat\": 0,\n        \"totalQnA\": 1,\n        \"totalEngagementScore\": \"30\",\n        \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n        \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n        \"thumbnailImage\": \"\",\n        \"mediaURL\": \"\"\n    },\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"5785850f-1d03-4b30-a0c8-3dcdf852e4c8"},{"name":"All sessions for a specified event","id":"751c96ee-ac78-4324-a881-230f2e889899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions","description":"<p>Retrieve a list of <strong>sessions for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"ad39da32-08b3-4f39-b683-310a1d372d2b","name":"All sessions for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:56:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"751c96ee-ac78-4324-a881-230f2e889899"},{"name":"Check if a contact is registered and attended a specified event","id":"ed7804a7-9efb-4479-b6a5-c0a284598c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"<Email>\"}","options":{"raw":{"language":"json"}}},"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/registered","description":"<p>Check if a <strong>contact</strong> is <strong>registered</strong> and/or <strong>attended</strong> a specified event from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","registered"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"2ad485d3-7f3d-4fbc-a937-6465fe0ce508","name":"Check if a contact is registered and attended a specified event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"<Email>\"}","options":{"raw":{"language":"json"}}},"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/registered"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:51:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\",\n            \"attended\": \"false\",\n            \"attendedLive\": \"false\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"ed7804a7-9efb-4479-b6a5-c0a284598c48"},{"name":"All sessions created or modified after a specified date, for a specified event","id":"5e926da7-6f27-4399-a8d3-0b58139b781c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/modified/after/<Date>","description":"<p>Retrieve a list of <strong>sessions for a specified event</strong> from your account with a created or modified date and time after the specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"768f33c2-5996-4673-bad8-c4ed51e6e3a3","name":"All sessions created or modified after a specified date, for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:57:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"5e926da7-6f27-4399-a8d3-0b58139b781c"},{"name":"All sessions with a live date and time after a specified date and time, for a specified event","id":"9c9707df-daa0-47e9-82cf-43a192a18514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/after/<Date>","description":"<p>Retrieve a list of <strong>sessions for a specified event</strong> from your account with a live date and time after the specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","live","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"19955b07-0e5f-4311-b557-6b9a068aa2ff","name":"All sessions with a live date and time after a specified date and time, for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:57:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"9c9707df-daa0-47e9-82cf-43a192a18514"},{"name":"All sessions with a live date and time before a specified date and time, for a specified event","id":"7ad24037-882b-4dfa-a1d3-e8a1715cef1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/before/<Date>","description":"<p>Retrieve a list of <strong>sessions for a specified event</strong> from your account with a live date and time before the specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","live","before","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"f319f514-a5a8-46de-a787-0a55d3fe7076","name":"All sessions with a live date and time before a specified date and time, for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/before/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:58:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"7ad24037-882b-4dfa-a1d3-e8a1715cef1f"},{"name":"All sessions with a live date and time between two specified date and times, for a specified event","id":"dfd46d76-1a0e-46a6-8f33-bcb657537fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/between/<Date>/and/<Date>","description":"<p>Retrieve a list of <strong>sessions for a specified event</strong> from your account with a live date and time between the specified dates and times.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2","id":"25200584-f74f-48be-b038-bd635d46b1a2","name":"Sessions","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","live","between","<Date>","and","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"5908a942-af47-4f23-8c58-7b5a14a306de","name":"All sessions with a live date and time between two specified date and times, for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/live/between/<Date>/and/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Mar 2026 16:58:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"sessions\": [\n        {\n            \"sessionId\": 150888,\n            \"sessionPak\": \"1832389034151943\",\n            \"title\": \"Test Event #4\",\n            \"sessionType\": \"Live\",\n            \"presentationType\": \"\",\n            \"sessionDateTime\": \"2022-10-23T01:00:00.000Z\",\n            \"durationHHMM\": \"00:30\",\n            \"totalRegPageVisits\": 3,\n            \"totalRegistrations\": 3,\n            \"totalAttendees\": 1,\n            \"totalAttendeePageVisits\": 1,\n            \"pollType\": \"normal\",\n            \"pollPassPcent\": \"0\",\n            \"totalPollsAsked\": 0,\n            \"totalPollResponses\": 0,\n            \"totalChat\": 0,\n            \"totalQnA\": 1,\n            \"totalEngagementScore\": \"30\",\n            \"createdDate\": \"2022-10-22T23:08:21.217Z\",\n            \"updatedDate\": \"2022-10-22T23:09:34.187Z\",\n            \"thumbnailImage\": \"\",\n            \"mediaURL\": \"\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"dfd46d76-1a0e-46a6-8f33-bcb657537fad"}],"id":"25200584-f74f-48be-b038-bd635d46b1a2","description":"<p>The API allows you to retrieve a list of <strong>event session data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f75b431b-dbf8-43f1-a224-3d3739788d2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b4d00a9-28c3-40e6-817b-7184dcbe84ec","type":"text/javascript","exec":[""]}}],"_postman_id":"25200584-f74f-48be-b038-bd635d46b1a2"},{"name":"Presenters","item":[{"name":"All presenter details for a event session","id":"7b2df2f1-f874-46dc-9d63-f095157bb785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/presenters","description":"<p>Retrieve a list of <strong>presenters for all sessions within a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5ba1377e-e372-4181-b16d-9105b9a9b24b","id":"5ba1377e-e372-4181-b16d-9105b9a9b24b","name":"Presenters","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","presenters"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"57b71914-a1c0-4ccd-bd16-fa06ad9e8123","name":"All presenter details for a event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/presenters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 21:48:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"presenters\": [\n        {\n            \"sessionId\": 150887,\n            \"presenterId\": 117493,\n            \"email\": \"support@workcast.com\",\n            \"firstName\": \"Presenter First Name\",\n            \"lastName\": \"Presenter Last Name\",\n            \"createdDate\": \"2022-03-30T13:33:33.570Z\",\n            \"updatedDate\": \"2022-03-30T14:10:14.203Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"7b2df2f1-f874-46dc-9d63-f095157bb785"},{"name":"All presenter details for a single session","id":"f775617d-355c-4910-9b9d-989dfd7d8c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/presenters","description":"<p>Retrieve a list of <strong>presenters for a specified session within a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5ba1377e-e372-4181-b16d-9105b9a9b24b","id":"5ba1377e-e372-4181-b16d-9105b9a9b24b","name":"Presenters","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","presenters"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"f255aae4-98a2-44dc-bd05-caa3c7819989","name":"All presenter details for a single session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/presenters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 21:48:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"presenters\": [\n        {\n            \"sessionId\": 150887,\n            \"presenterId\": 117493,\n            \"email\": \"support@workcast.com\",\n            \"firstName\": \"Presenter First Name\",\n            \"lastName\": \"Presenter Last Name\",\n            \"createdDate\": \"2022-03-30T13:33:33.570Z\",\n            \"updatedDate\": \"2022-03-30T14:10:14.203Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"f775617d-355c-4910-9b9d-989dfd7d8c1a"}],"id":"5ba1377e-e372-4181-b16d-9105b9a9b24b","description":"<p>The API allows you to retrieve a list of <strong>event session presenter data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7fb35f38-8143-459f-af75-894a774a60fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"42d696b9-0baf-4de6-90ca-bba997f0afdb","type":"text/javascript","exec":[""]}}],"_postman_id":"5ba1377e-e372-4181-b16d-9105b9a9b24b"},{"name":"Polls","item":[{"name":"All polls for a specified event","id":"fd246612-37ae-4450-9dab-9ed260d29f04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/polls","description":"<p>Retrieve a list of <strong>polls for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b","id":"5848f410-489c-4bb6-8044-1a04bbe0135b","name":"Polls","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","polls"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"7228593a-dbab-4a44-a439-e7c39e05186f","name":"All polls for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/polls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:08:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"polls\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #2\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:25.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #1\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:21.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"fd246612-37ae-4450-9dab-9ed260d29f04"},{"name":"All polls for a specified event created or modified after a specified date","id":"e7fa7168-786b-4c78-8ced-a882f38d52c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/polls/modified/after/<Date>","description":"<p>Retrieve a list of <strong>polls for a specified event</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b","id":"5848f410-489c-4bb6-8044-1a04bbe0135b","name":"Polls","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","polls","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"27d7745a-6440-433e-aa47-fb4149bcf9a6","name":"All polls for a specified event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/polls/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:10:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"polls\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #2\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:25.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #1\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:21.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"e7fa7168-786b-4c78-8ced-a882f38d52c0"},{"name":"All polls for a specified event session","id":"e2e906f0-e396-4975-a65e-d823bae9d331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/polls","description":"<p>Retrieve a list of <strong>polls for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b","id":"5848f410-489c-4bb6-8044-1a04bbe0135b","name":"Polls","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","polls"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"635b0b1d-2a00-49a6-a4aa-0cf6e26903c9","name":"All polls for a specified event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/polls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:10:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"polls\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #2\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:25.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #1\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:21.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"e2e906f0-e396-4975-a65e-d823bae9d331"},{"name":"All polls for a specified event session created or modified after a specified date","id":"4be33f53-6474-4478-a803-5c994211a329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/polls/modified/after/<Date>","description":"<p>Retrieve a list of <strong>polls for a specified event session</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b","id":"5848f410-489c-4bb6-8044-1a04bbe0135b","name":"Polls","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","polls","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"91d69ff2-5d8e-40a1-b91c-91f6489750f7","name":"All polls for a specified event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/polls/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:10:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"polls\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #2\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:25.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #1\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:21.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"4be33f53-6474-4478-a803-5c994211a329"},{"name":"All polls for a specified event and contact","id":"ad02f552-15f5-4dd4-9302-8b1ca529931e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/polls","description":"<p>Retrieve a list of <strong>polls for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b","id":"5848f410-489c-4bb6-8044-1a04bbe0135b","name":"Polls","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","polls"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"556e90da-1344-4cba-b190-3608e69b18ae","name":"All polls for a specified event and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/polls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:12:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"polls\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"pollId\": 719081,\n            \"pollQuestion\": \"Poll #1\",\n            \"pollAnswer\": \"Choice #1\",\n            \"pollAnswerDateTime\": \"2022-10-22T21:58:21.000Z\",\n            \"pollAnswerCorrect\": \"n/a\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"ad02f552-15f5-4dd4-9302-8b1ca529931e"}],"id":"5848f410-489c-4bb6-8044-1a04bbe0135b","description":"<p>The API allows you to retrieve a list of <strong>poll data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 50)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ef6bebfa-8698-439c-8895-d21d3442d8a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4814c51d-7e10-48df-859b-1334741a2c77","type":"text/javascript","exec":[""]}}],"_postman_id":"5848f410-489c-4bb6-8044-1a04bbe0135b"},{"name":"Attendance","item":[{"name":"All attended sessions across all event sessions for a event","id":"268ddf6c-26b0-4b0a-ac7f-408feff6e9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions","description":"<p>Retrieve a list of <strong>attended sessions across all event sessions for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"77a5c922-0d60-478e-a93f-5a20214d2e79","name":"All attended sessions across all event sessions for a event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:13:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"dateTimeAttended\": \"2022-10-22T21:57:32.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:43.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"268ddf6c-26b0-4b0a-ac7f-408feff6e9b6"},{"name":"All attended sessions across all event sessions for an event created or modified after a specified date","id":"1f5882ec-d35f-499b-aec9-025ec764dcd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/modified/after/<Date>","description":"<p>Retrieve a list of <strong>attended sessions,</strong> across all event sessions, for a specified event created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"10cb0574-153c-49bf-9053-c55aad11eac4","name":"All attended sessions across all event sessions for an event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:14:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"dateTimeAttended\": \"2022-10-22T21:57:32.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:43.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"1f5882ec-d35f-499b-aec9-025ec764dcd3"},{"name":"All attended sessions for a specified event session within an event created or modified after date","id":"e331a381-ced9-4ec6-b6bb-607d490440b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>attended sessions for a specified event session</strong> for an event created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"0cbc1e66-6b7b-48d8-a232-850d2f7ed29e","name":"All attended sessions for a specified event session within an event created or modified after date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:26:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        },\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165889,\n            \"dateTimeAttended\": \"2022-10-22T21:57:32.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:43.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"e331a381-ced9-4ec6-b6bb-607d490440b1"},{"name":"All attended sessions for a specified event and contact created or modified after a specified date","id":"5541d4ba-c115-46c1-9161-862f973caa21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/modified/after/<Date>","description":"<p>Retrieve a list of <strong>attended sessions for a specified event and contact</strong> created or modified after the specified date from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"deb6b216-23c3-4ab3-8aa0-4fa9a36a1409","name":"All attended sessions for a specified event and contact created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:15:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"5541d4ba-c115-46c1-9161-862f973caa21"},{"name":"All attended sessions for a specified event session and contact","id":"eda108ef-5b6e-4b75-8070-6a9d041b738d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions","description":"<p>Retrieve a list of <strong>attended sessions for a specified event session and contact</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"b2a410a1-463b-4671-957f-920004366a36","name":"All attended sessions for a specified event session and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:15:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"eda108ef-5b6e-4b75-8070-6a9d041b738d"},{"name":"All attended sessions for a specified event session and contact created or modified after a specified date","id":"122b9678-1efb-4404-866b-eef51d1854d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/modified/after/<Date>","description":"<p>Retrieve a list of <strong>attended sessions for a specified event session and contact</strong> created or modified after the specified date from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc","id":"59669589-7031-4a91-b70e-6c2c3a4020bc","name":"Attendance","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"d4187641-024f-4601-91cf-a8627a2b21b1","name":"All attended sessions for a specified event session and contact created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 22:15:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"attendances\": [\n        {\n            \"sessionId\": 150887,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165890,\n            \"dateTimeAttended\": \"2022-10-22T21:57:38.000Z\",\n            \"dateTimeLeft\": \"2022-10-22T22:00:44.000Z\",\n            \"timeViewedSS\": 0,\n            \"segment1Viewed\": false,\n            \"segment2Viewed\": false,\n            \"segment3Viewed\": false,\n            \"segment4Viewed\": false,\n            \"segment5Viewed\": false\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"122b9678-1efb-4404-866b-eef51d1854d2"}],"id":"59669589-7031-4a91-b70e-6c2c3a4020bc","description":"<p>The API allows you to retrieve a list of <strong>contact attendance data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ef64a643-2b35-4acd-bc4d-6a3e80af4043","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"59cb3376-9574-464f-9cdd-334c232036d0","type":"text/javascript","exec":[""]}}],"_postman_id":"59669589-7031-4a91-b70e-6c2c3a4020bc"},{"name":"Contacts","item":[{"name":"All contacts for an event","event":[{"listen":"prerequest","script":{"id":"0c6d25d7-995a-408e-8e29-5a73b4e93cdb","exec":[""],"type":"text/javascript"}}],"id":"03e32a93-ef93-4507-9141-de3449d9d5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts","description":"<p>Retrieve a list of <strong>contacts for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"40c0f937-b9ca-458b-a52c-d5e8c054202a","name":"All contacts for an event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:23:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"03e32a93-ef93-4507-9141-de3449d9d5b5"},{"name":"Single contact for an event","id":"716633cb-1975-4b77-a736-4c24b94a2e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>","description":"<p>Retrieve data for a <strong>single contact for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"a041394a-a43b-4120-a7d8-5b1cced731f2","name":"Single contact for an event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:23:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"eventId\": 83307,\n        \"eventSessionId\": 150888,\n        \"contactId\": 16038266,\n        \"uniqueId\": \"150888_attendee.one@workcast.com\",\n        \"title\": \"\",\n        \"firstName\": \"Attendee\",\n        \"lastName\": \"One\",\n        \"email\": \"attendee.one@workcast.com\",\n        \"phone\": \"\",\n        \"jobTitle\": \"Member of WorkCast\",\n        \"company\": \"WorkCast\",\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"addressLine3\": \"\",\n        \"city\": \"\",\n        \"countyOrState\": \"\",\n        \"postCode\": \"\",\n        \"countryCode\": \"UK\",\n        \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n        \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n        \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n        \"attendedLive\": false,\n        \"engagementScore\": \"0\",\n        \"contactCustomItems\": [\n            {\n                \"desc\": \"attendedlive\",\n                \"tag\": \"attendedlive\",\n                \"data\": \"\"\n            }\n        ]\n    },\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"716633cb-1975-4b77-a736-4c24b94a2e01"},{"name":"All contacts for an event created or modified after a specified date","id":"f52f16b8-6d2a-4519-b282-68966e0d5a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>contacts for an event</strong> from your account created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"72329b2b-a789-49d2-8314-8942bacabd61","name":"All contacts for an event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:24:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"f52f16b8-6d2a-4519-b282-68966e0d5a0f"},{"name":"All registered contacts for a specified event","id":"37677555-8575-4f89-ad35-7209fc791566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/registered","description":"<p>Retrieve a list of <strong>registered</strong> <strong>contacts for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","registered"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"e1af7526-8984-4529-ac64-5677981e0b66","name":"All registered contacts for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/registered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:24:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"37677555-8575-4f89-ad35-7209fc791566"},{"name":"All registered contacts for an event created or modified after a specified date","id":"2516b6d2-0b96-4a22-b8e9-1af85dc03b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/registered/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>registered contacts for an event</strong> from your account created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","registered","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"11278547-47f5-41f4-8b70-e1f0d89dca5f","name":"All registered contacts for an event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/registered/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:24:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"2516b6d2-0b96-4a22-b8e9-1af85dc03b19"},{"name":"All attended attendees for an event","id":"1f898dc0-abb4-4b33-933c-b2da172fabd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attended","description":"<p>Retrieve a list of <strong>attendee contacts who attended a specified event</strong> from your account.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li><p>Please use the \"attendedLive\" false/true value to identify who attended or not</p>\n</li>\n<li><p>For a Contact to appear in this API call they must be registered. If you use embed code, and therefore not following the typical registration process, the contact will not appear in this call</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attended"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"62ba5848-f0b9-4509-854f-572a21e2cf86","name":"All attended attendees for an event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attended"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:24:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"1f898dc0-abb4-4b33-933c-b2da172fabd7"},{"name":"All attended attendees for an event created or modified after a specified date","id":"3a178257-e22c-4715-b76c-df419b731f33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attended/modified/after/<Date>","description":"<p>Retrieve a list of <strong>attendee contacts who attended a specified event</strong> created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li><p>Please use the \"attendedLive\" false/true value to identify who attended or not</p>\n</li>\n<li><p>For a Contact to appear in this API call they must be registered. If you use embed code, and therefore not following the typical registration process, the contact will not appear in this call</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attended","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"b1095b52-3e2c-4638-9695-4d015a75c919","name":"All attended attendees for an event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attended/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:24:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"3a178257-e22c-4715-b76c-df419b731f33"},{"name":"All contacts for an event session","id":"c145c5fd-ec09-415d-abd5-fdac03bad290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts","description":"<p>Retrieve a list of <strong>contacts for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"070d3669-36ac-4c49-9c3a-43356e6023ff","name":"All contacts for an event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:25:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"c145c5fd-ec09-415d-abd5-fdac03bad290"},{"name":"All contacts for an event session created or modified after a specified date","id":"3a6f0a36-a295-418e-b699-da37398395b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/modified/after/<Date>","description":"<p>Retrieve a list of all c<strong>ontacts for an event session</strong> from your account created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"da439b35-162d-4dd6-b88f-2cb41c99ef34","name":"All contacts for an event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:25:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"3a6f0a36-a295-418e-b699-da37398395b1"},{"name":"All registered contacts for an event session","id":"567389dc-741c-450a-9247-5993152b1bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/registered","description":"<p>Retrieve a list of <strong>registered contacts for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","registered"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"428e78cb-7cf0-4637-9f83-a710150ec6a1","name":"All registered contacts for an event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/registered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:25:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"567389dc-741c-450a-9247-5993152b1bc9"},{"name":"All registered contacts for an event session created or modified after a specified date","id":"862db275-db18-452d-8d20-534a44b3dc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/registered/modified/after/<Date>","description":"<p>Retrieve a list of <strong>registered contacts for a specified event session</strong> created or modified after specified date and time from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","registered","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"03e85e61-9088-43f8-8efc-2263f190f052","name":"All registered contacts for an event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/registered/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:25:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038266,\n            \"uniqueId\": \"150888_attendee.one@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"One\",\n            \"email\": \"attendee.one@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"UK\",\n            \"createdDate\": \"2022-10-22T23:10:17.373Z\",\n            \"updatedDate\": \"2022-10-22T23:10:17.373Z\",\n            \"registrationDate\": \"2022-10-22T23:10:17.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038267,\n            \"uniqueId\": \"150888_attendee.two@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Two\",\n            \"email\": \"attendee.two@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CO\",\n            \"createdDate\": \"2022-10-22T23:10:34.830Z\",\n            \"updatedDate\": \"2022-10-22T23:10:34.830Z\",\n            \"registrationDate\": \"2022-10-22T23:10:34.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        },\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"862db275-db18-452d-8d20-534a44b3dc2b"},{"name":"All attended attendees for an event session","id":"7c07c3fe-c7f6-481e-bb0b-53c69cb72cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attended","description":"<p>Retrieve a list of <strong>attended attendee contacts for a specified event session</strong> from your account.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attended"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"524f96d0-ccf8-4334-aaac-b23e8d1c6cf8","name":"All attended attendees for an event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attended"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:25:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"7c07c3fe-c7f6-481e-bb0b-53c69cb72cfe"},{"name":"All attended attendees for an event session created or modified after a specified date","id":"c6baad48-bff7-47a7-a3f5-31074dfbb231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attended/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>contacts for an event session</strong> from your account created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","name":"Contacts","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attended","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"9f09578e-1c06-46f1-88e9-a33c029f8fca","name":"All attended attendees for an event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attended/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:26:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"contacts\": [\n        {\n            \"eventId\": 83307,\n            \"eventSessionId\": 150888,\n            \"contactId\": 16038276,\n            \"uniqueId\": \"150888_attendee.three@workcast.com\",\n            \"title\": \"\",\n            \"firstName\": \"Attendee\",\n            \"lastName\": \"Three\",\n            \"email\": \"attendee.three@workcast.com\",\n            \"phone\": \"\",\n            \"jobTitle\": \"Member of WorkCast\",\n            \"company\": \"WorkCast\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"countyOrState\": \"\",\n            \"postCode\": \"\",\n            \"countryCode\": \"CA\",\n            \"createdDate\": \"2022-10-22T23:10:49.627Z\",\n            \"updatedDate\": \"2022-10-22T23:10:49.627Z\",\n            \"registrationDate\": \"2022-10-22T23:10:49.000Z\",\n            \"attendedLive\": false,\n            \"engagementScore\": \"0\",\n            \"contactCustomItems\": [\n                {\n                    \"desc\": \"attendedlive\",\n                    \"tag\": \"attendedlive\",\n                    \"data\": \"\"\n                }\n            ]\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"c6baad48-bff7-47a7-a3f5-31074dfbb231"}],"id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa","description":"<p>The API allows you to retrieve a list of <strong>event registrant and/or attendee contact data</strong> programmatically.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 25)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6caa7a66-1e0c-43b8-acf1-459014c90744","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cafb1ed2-bd01-4d06-8fdf-8ef64f8ca2fe","type":"text/javascript","exec":[""]}}],"_postman_id":"3fb3abde-1600-4df0-a12f-be8a3d57d9fa"},{"name":"Resource Clicks","item":[{"name":"All resource clicks for a specified event","id":"6020e0c4-6612-4b90-b6a4-405eb489ea42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/resourceclicks","description":"<p>Retrieve a list of <strong>resource clicks for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","resourceclicks"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"c4a7d061-49c0-4a35-b4fb-b686b18b8855","name":"All resource clicks for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/resourceclicks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:32:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"6020e0c4-6612-4b90-b6a4-405eb489ea42"},{"name":"All resource clicks for a specified event created or modified after a specified date","id":"7b6faec0-20f5-4d2b-9c31-5eeb1d46bc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/resourceclicks/modified/after/<Date>","description":"<p>Retrieve a list of <strong>resource clicks for a specified event</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","resourceclicks","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"736dc011-50b9-41f8-b720-a98e58b9dedd","name":"All resource clicks for a specified event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/resourceclicks/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:32:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"7b6faec0-20f5-4d2b-9c31-5eeb1d46bc68"},{"name":"All resource clicks for a specified event session","id":"e05c25f1-6515-4a0f-833b-4ebb49c06f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/resourceclicks","description":"<p>Retrieve a list of <strong>resource clicks for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","resourceclicks"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"ccd9d916-e02d-43e4-bfc4-81bae18adcc7","name":"All resource clicks for a specified event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/resourceclicks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:32:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"e05c25f1-6515-4a0f-833b-4ebb49c06f39"},{"name":"All resource clicks for a specified event session created or modified after a specified date","id":"5ac88b70-0576-4dee-9bf4-a2c1b5349d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/resourceclicks/modified/after/<Date>","description":"<p>Retrieve a list of <strong>resource clicks for a specified event session</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","resourceclicks","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"bc71a29c-e115-44f8-968a-2b634b06beca","name":"All resource clicks for a specified event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/resourceclicks/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:32:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"5ac88b70-0576-4dee-9bf4-a2c1b5349d2b"},{"name":"All resource clicks for a specified event and contact","id":"27b6c355-73c4-4003-b5fb-267a7678de4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/resourceclicks","description":"<p>Retrieve a list of <strong>resource clicks for a specified event and contact</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","resourceclicks"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"a94408cd-3fec-49fe-9560-c99ebc44d6bb","name":"All resource clicks for a specified event and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/resourceclicks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:34:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"27b6c355-73c4-4003-b5fb-267a7678de4a"},{"name":"All resource clicks for a specified event and contact who was created or modified after a specified date","id":"4da8d85d-e096-4b3a-a144-e2bc9069f791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/resourceclicks/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>resource clicks for a specified event and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","resourceclicks","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"603be452-2402-4934-825e-5bbaa22431a4","name":"All resource clicks for a specified event and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/resourceclicks/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:34:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"4da8d85d-e096-4b3a-a144-e2bc9069f791"},{"name":"All resource clicks for a specified event session and contact","id":"f82285d6-34de-4ab2-b025-4c304b32130e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/resourceclicks","description":"<p>Retrieve a list of <strong>resource clicks for a specified event session and contact</strong> your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","resourceclicks"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"ae19aed4-18b8-4cd3-9d6a-312e0ba17877","name":"All resource clicks for a specified event session and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/resourceclicks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:34:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"f82285d6-34de-4ab2-b025-4c304b32130e"},{"name":"All resource clicks for a specified event session and contact who was created or modified after a specified date","id":"059219c2-5153-4b4e-b5ae-c28dcd532782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/resourceclicks/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>resource clicks for a specified event session and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790","id":"b78924f5-ef28-49c7-95a8-1388a68e1790","name":"Resource Clicks","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","resourceclicks","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"4b5d8ec4-2812-421c-b650-ec92a3b89b29","name":"All resource clicks for a specified event session and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/resourceclicks/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:34:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"resourceClicks\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"resourceId\": 215330,\n            \"title\": \"Example URL\",\n            \"clickDateTime\": \"2022-10-22T23:26:22.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"059219c2-5153-4b4e-b5ae-c28dcd532782"}],"id":"b78924f5-ef28-49c7-95a8-1388a68e1790","description":"<p>Retrieve a list of contact attendance document and link resource click activity data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 100)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a9f5a9d1-2fc6-4c05-ab59-e558896d9130","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7be2e0ca-ed8d-40d7-b48c-ff193d1a39de","type":"text/javascript","exec":[""]}}],"_postman_id":"b78924f5-ef28-49c7-95a8-1388a68e1790"},{"name":"Chat","item":[{"name":"All session chats for a specified event","id":"4a321278-1f11-46b0-933f-7ec40c8f5018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/chat","description":"<p>Retrieve a list of <strong>session chats for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","chat"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"a904605c-877d-4653-8016-6e74f3d61336","name":"All session chats for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/chat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:53:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165953,\n            \"messageText\": \"Example message #1\",\n            \"messageDateTime\": \"2022-10-22T23:42:56.000Z\"\n        },\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"4a321278-1f11-46b0-933f-7ec40c8f5018"},{"name":"All session chats for a specified event created or modified after a specified date","id":"f36cd540-c3c6-4f14-8a69-e0924b278d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/chat/modified/after/<Date>","description":"<p>Retrieve a list of <strong>session chats for a specified event</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","chat","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"1624bb54-bfe3-41d2-9d21-6a4a57db93b0","name":"All session chats for a specified event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/chat/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:53:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165953,\n            \"messageText\": \"Example message #1\",\n            \"messageDateTime\": \"2022-10-22T23:42:56.000Z\"\n        },\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"f36cd540-c3c6-4f14-8a69-e0924b278d7c"},{"name":"All session chats for a specified event session","id":"c065e70f-28dd-406f-9a70-3ba6fed9df87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/chat","description":"<p>Retrieve a list of <strong>session chats for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","chat"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"25b749b1-79b4-4a26-98c9-5357425d3f07","name":"All session chats for a specified event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/chat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:53:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165953,\n            \"messageText\": \"Example message #1\",\n            \"messageDateTime\": \"2022-10-22T23:42:56.000Z\"\n        },\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"c065e70f-28dd-406f-9a70-3ba6fed9df87"},{"name":"All session chats for a specified event session created or modified after a specified date","id":"bcdaa2ab-ef49-493d-b4b2-8c40df3584d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/chat/modified/after/<Date>","description":"<p>Retrieve a list of <strong>session chats for a specified event session</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","chat","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"bddb0b6f-d9a5-4f1c-8d1c-8fa6598b571b","name":"All session chats for a specified event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/chat/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:53:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 2,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038267,\n            \"attendanceSessionId\": 42165953,\n            \"messageText\": \"Example message #1\",\n            \"messageDateTime\": \"2022-10-22T23:42:56.000Z\"\n        },\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"bcdaa2ab-ef49-493d-b4b2-8c40df3584d8"},{"name":"All session chats for a specified event and contact","id":"4f6ebeb7-da1b-4bc5-8a16-85d57b76f87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/chat","description":"<p>Retrieve a list of <strong>session chats for a specified event and contact</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","chat"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"fe68b4b5-3835-4312-a6d8-f9f0753907fc","name":"All session chats for a specified event and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/chat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:54:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"4f6ebeb7-da1b-4bc5-8a16-85d57b76f87a"},{"name":"All session chats for a specified event and contact who was created or modified after a specified date","id":"6683bef6-be7f-4349-96b0-eb49914c2f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/chat/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>resource clicks for a specified event and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","chat","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"7257bd3e-51ea-4dd4-b8b6-dc98e1737fa6","name":"All session chats for a specified event and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/chat/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:54:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"6683bef6-be7f-4349-96b0-eb49914c2f10"},{"name":"All session chats for a specified event session and contact","id":"1c57921b-4f58-407c-b8de-71d92dcaa0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/chat","description":"<p>Retrieve a list of <strong>session chats for a specified event session and contact</strong> your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","chat"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"00cefaf9-a4e9-4e16-ac80-e50e42d51084","name":"All session chats for a specified event session and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/chat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:54:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"1c57921b-4f58-407c-b8de-71d92dcaa0b4"},{"name":"All session chats for a specified event session and contact who was created or modified after a specified date","id":"56d84e41-98cc-4cc7-aa46-8e26750aa6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/chat/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>session chats for a specified event session and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","name":"Chat","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","chat","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"011e64eb-5318-4f2a-ad31-8b0f795d535f","name":"All session chats for a specified event session and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/chat/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:55:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 1,\n    \"chats\": [\n        {\n            \"sessionId\": 150889,\n            \"contactId\": 16038266,\n            \"attendanceSessionId\": 42165950,\n            \"messageText\": \"Example message #2\",\n            \"messageDateTime\": \"2022-10-22T23:43:02.000Z\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"56d84e41-98cc-4cc7-aa46-8e26750aa6c7"}],"id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636","description":"<p>Retrieve a list of contact attendance chat activity data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 25)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0a48aba7-ab53-412d-961d-e72f81f77a7f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c9311d4-2951-4f97-b9a9-e732668a2055","type":"text/javascript","exec":[""]}}],"_postman_id":"7c36afb8-7ea0-4794-b58d-7d045cc8d636"},{"name":"Question and Answer","item":[{"name":"All question and answer activity for a specified event","id":"9f5384f8-d658-4266-a2e8-58be5fe73320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/qna","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","qna"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"e7ec8b92-b4bf-430a-9132-fc6c82da8351","name":"All question and answer activity for a specified event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/qna"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:40:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"9f5384f8-d658-4266-a2e8-58be5fe73320"},{"name":"All question and answer activity for a specified event created or modified after a specified date","id":"22884ae5-9ad1-42ea-bb58-1e26765f7873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/qna/modified/after/<Date>","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","attendancesessions","qna","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"c749c394-165e-4327-a84c-1038c690b2e8","name":"All question and answer activity for a specified event created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/attendancesessions/qna/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"22884ae5-9ad1-42ea-bb58-1e26765f7873"},{"name":"All question and answer activity for a specified event session","id":"97685d91-941f-4331-bdc5-6d6578a39cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/qna","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event session</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","qna"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"3dd4db04-4d0e-463b-a1c6-6c6c3beacb35","name":"All question and answer activity for a specified event session","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/qna"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"97685d91-941f-4331-bdc5-6d6578a39cc9"},{"name":"All question and answer activity for a specified event session created or modified after a specified date","id":"309cf628-233f-4a87-884e-eaa3972c4751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/qna/modified/after/<Date>","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event session</strong> created or modified after the specified date and time from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","attendancesessions","qna","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"dce271e1-86c2-4ca0-8d5a-3ddee6d8f8dc","name":"All question and answer activity for a specified event session created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/attendancesessions/qna/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"309cf628-233f-4a87-884e-eaa3972c4751"},{"name":"All quesiton and answer activity for a specified event and contact","id":"03921424-5ef6-4084-881e-a2974eba82ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/qna","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event and contact</strong> from your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","qna"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"f2f36dc3-6dff-4e80-9172-9aafc0bcf143","name":"All quesiton and answer activity for a specified event and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/qna"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"03921424-5ef6-4084-881e-a2974eba82ba"},{"name":"All question and answer activity for a specified event and contact who was created or modified after a specified date","id":"a870e64f-e745-4886-ae6c-6ceba4aefb46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/qna/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>question and answer activity for a specified event and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","contacts","<Contact ID>","attendancesessions","qna","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"0cbabdd4-524d-45a9-a27a-83359cbfebe2","name":"All question and answer activity for a specified event and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/contacts/<Contact ID>/attendancesessions/qna/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"a870e64f-e745-4886-ae6c-6ceba4aefb46"},{"name":"All question and answer for a specified event session and contact","id":"5c630c69-cabf-4d45-8e58-cc80f99ca85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/qna","description":"<p>Retrieve a list of <strong>question and answer activity for a specified event session and contact</strong> your account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","qna"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"0cb865d8-da07-4640-a37a-84eae9c749f2","name":"All question and answer for a specified event session and contact","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/qna"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"5c630c69-cabf-4d45-8e58-cc80f99ca85d"},{"name":"All question and answer activity for a specified event session and contact who was created or modified after a specified date","id":"81a27bfd-23c3-4a00-b07b-170656e301f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/qna/modified/after/<Date>","description":"<p>Retrieve a list of all <strong>quesiton and answer activity for a specified event session and contact</strong> from your account where the contact was created or modified after specified date and time.</p>\n<p>Date format as denoted at the top of this page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":true,"source":{"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","name":"Question and Answer","type":"folder"}},"urlObject":{"path":["v1.0","events","<Event ID>","sessions","<Event Session Id>","contacts","<Contact ID>","attendancesessions","qna","modified","after","<Date>"],"host":["https://repapi.workcast.com"],"query":[],"variable":[]}},"response":[{"id":"8bdd7f8b-21bd-4d27-85b6-be6f7c672ec4","name":"All question and answer activity for a specified event session and contact who was created or modified after a specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://repapi.workcast.com/v1.0/events/<Event ID>/sessions/<Event Session Id>/contacts/<Contact ID>/attendancesessions/qna/modified/after/<Date>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Oct 2022 23:41:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"},{"key":"Server","value":"webserver"},{"key":"api-supported-versions","value":"1.0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src https: ; img-src * 'self' data: https:;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Feature-Policy","value":"accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; usb 'none'; vr 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": 3,\n    \"qnAs\": [\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #1\",\n            \"questionDateTime\": \"2022-10-22T23:35:17.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #2\",\n            \"questionDateTime\": \"2022-10-22T23:35:24.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        },\n        {\n            \"sessionId\": 150888,\n            \"contactId\": 16038276,\n            \"attendanceSessionId\": 42165937,\n            \"questionText\": \"Question #3\",\n            \"questionDateTime\": \"2022-10-22T23:35:28.000Z\",\n            \"answerText\": \"\",\n            \"answerDateTime\": null,\n            \"answeredBy\": \"\",\n            \"answeredStatus\": \"unanswered\"\n        }\n    ],\n    \"paging\": null,\n    \"responseCode\": 200,\n    \"message\": \"Ok\"\n}"}],"_postman_id":"81a27bfd-23c3-4a00-b07b-170656e301f0"}],"id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0","description":"<p>Retrieve a list of contact attendance question and answer activity data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Maximum number of records to return (default 25)</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number of records to skip (Default 0)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Having difficulty using the paging URLs?</strong> See our <a href=\"https://api-docs.workcast.com/#daed94b0-315b-493f-952b-9493567b9286\">Troubleshooting</a> section for advise</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<Bearer Token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0f3934d1-eecf-4d3b-b567-7078581007f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"551ebf45-d82a-48d1-95e3-6b668dfa3b46","type":"text/javascript","exec":[""]}}],"_postman_id":"a8629f12-a59e-4878-afef-fbfa9e6ebda0"},{"name":"Troubleshooting","item":[],"id":"daed94b0-315b-493f-952b-9493567b9286","description":"<h2 id=\"paging\">Paging</h2>\n<p>If you are unable to fetch more results via our paging URLs you may need to either;</p>\n<ul>\n<li>Enable a property to allow your code to follow redirects</li>\n<li>Or handle our internal redirect (mainly for program's writtem written in C#) -<br />  see our <a href=\"https://github.com/The-WorkCast-Corporation/dotnet-workcast-api-http-client-examples\">GitHub repo for examples</a></li>\n</ul>\n","_postman_id":"daed94b0-315b-493f-952b-9493567b9286"}],"event":[{"listen":"prerequest","script":{"id":"05669c16-a593-4b2f-af75-3892430ec298","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"24470686-5d60-4b8f-be76-c67466dbbe98","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"API_KEY","value":"<API Key>"},{"key":"BEARER_TOKEN","value":"<Bearer Token>"},{"key":"AUTH_DOMAIN","value":"https://authapi.workcast.com"},{"key":"AUTH_VERSION","value":"v1.0"},{"key":"REPORTING_DOMAIN","value":"https://repapi.workcast.com"},{"key":"REPORTING_VERSION","value":"v1.0"},{"key":"REGISTRATION_API","value":"https://regapi.workcast.com"},{"key":"REGISTRATION_VERSION","value":"v1.0"},{"key":"SINGLE_EVENT_ID","value":"<Event ID>"},{"key":"EVENT_SESSION_ID","value":"<Event Session Id>"},{"key":"EVENTS_AFTER_DATE","value":"<Date>"},{"key":"EVENTS_BEFORE_DATE","value":"<Date>"},{"key":"EVENTS_FROM_DATE","value":"<Date>"},{"key":"EVENTS_UNTIL_DATE","value":"<Date>"},{"key":"SINGLE_CHANNEL_ID","value":"<Channel ID>"},{"key":"CHANNELS_AFTER_DATE","value":"<Date>"},{"key":"CHANNELS_BEFORE_DATE","value":"<Date>"},{"key":"CHANNELS_FROM_DATE","value":"<Date>"},{"key":"CHANNELS_UNTIL_DATE","value":"<Date>"},{"key":"CONTACT_ID","value":"<Contact ID>"},{"key":"CONTACT_AFTER_DATE","value":"<Date>"},{"key":"SESSIONS_AFTER_DATE","value":"<Date>"},{"key":"SESSIONS_BEFORE_DATE","value":"<Date>"},{"key":"SESSIONS_FROM_DATE","value":"<Date>"},{"key":"SESSIONS_UNTIL_DATE","value":"<Date>"},{"key":"EMAIL","value":"<Email>"}]}