{"info":{"_postman_id":"9af3be2c-40cc-4e36-aa58-9f8a9855cd12","name":"Infinit-I Client API","description":"<html><head></head><body><p>The Infinit-I Client API may be used to manage Users, User Groups and Assignments in the Infinit-I platform.</p>\n<p>Infinit-I Client API reference document can be found here - <a href=\"https://docs.infinit-i.net/infinitidocs/_infiniti_IT/I3_API_Documentation_Updated.pdf\">Infinit-I Client API</a>.</p>\n<p>Remember replace AuthKeyi3 with your key. All the examples in this documentation use the Infinit-I UAT (Testing) URL - <a href=\"https://iwfclassroom-ext-api-uat.infinit-i.net/api/\">https://iwfclassroom-ext-api-uat.infinit-i.net/api/</a>. For PRODUCTION integrations the PROD URL is needed - <a href=\"https://iwfclassroom-ext-api.infinit-i.net/api/\">https://iwfclassroom-ext-api.infinit-i.net/api/</a>. Also Auth Keys for the UAT environment are not valid for the PROD environment, an Auth Key for the PRODUCTION environment is needed for PRODUCTION integrations. Contact customer support to obtain an Auth Key for your PRODUCTION or UAT environment.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"91791","collectionId":"9af3be2c-40cc-4e36-aa58-9f8a9855cd12","publishedId":"SzzkcHLU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-23T19:18:17.000Z"},"item":[{"name":"USERS - Request all USERS","id":"21bf0892-dfe1-4cfd-8d20-0671587fecf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users?status=ACTIVE","description":"<p>Several options to request USERS for example:</p>\n<p>/allusers?status=ACTIVE and /users?status=ACTIVE - returns all Active Users.<br />/allusers?status=INACTIVE and /users?status=INACTIVE - returns all Inactive Users.<br />/allusers and /users - with no status returns all Users no matter the status.</p>\n<p>Request all active users by providing the Query parameter:<br />Request all Active Users - status=ACTIVE.<br />Request all Inactive Users - status=INACTIVE.<br />No \"status\" query parameter returns all Users no matter the status.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"description":{"content":"<p>Valid values ACTIVE and INACTIVE</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE"}],"variable":[]}},"response":[{"id":"14edc54f-4f2f-4e58-b7aa-d185930566d2","name":"USERS - Request all users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api.infinit-i.net/api/allusers?status=ACTIVE","protocol":"https","host":["iwfclassroom-ext-api","infinit-i","net"],"path":["api","allusers"],"query":[{"key":"status","value":"ACTIVE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47687"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Apr 2024 14:48:30 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UserId\": \"6a8d5470-92b6-4b51-94de-c92d2cb49a10\",\n        \"UserName\": \"rm_admin\",\n        \"FirstName\": \"Randy\",\n        \"LastName\": \"MitchellAdmin\",\n        \"MiddleName\": null,\n        \"Email\": \"newEmailAddress@yakka.com\",\n        \"Phone\": null,\n        \"NotificationPreference\": \"none\",\n        \"UserStatus\": \"Active\",\n        \"BirthDate\": \"\",\n        \"HireDate\": null,\n        \"CreatedDate\": \"2019-10-23T13:03:07.7546553\",\n        \"RoleName\": \"Administrator\",\n        \"Groups\": [\n            {\n                \"GroupId\": \"568eebc9-7e6a-4f40-bff8-583b3d458ff1\",\n                \"GroupName\": \"RM_s\",\n                \"GroupDescription\": \"junkx\",\n                \"AddedToGroupDate\": \"2020-01-27T15:38:27.2425446\"\n            }\n        ],\n        \"Licenses\": []\n    },\n    {\n        \"UserId\": \"f410243e-8373-43f3-9838-3058c8b2cc76\",\n        \"UserName\": \"rm_user\",\n        \"FirstName\": \"Randy\",\n        \"LastName\": \"MitchellUser\",\n        \"MiddleName\": \"xx\",\n        \"Email\": \"randy@yakka.com\",\n        \"Phone\": \"81773333333\",\n        \"NotificationPreference\": \"email\",\n        \"UserStatus\": \"Active\",\n        \"BirthDate\": \"\",\n        \"HireDate\": null,\n        \"CreatedDate\": \"2019-10-23T13:04:00.2080511\",\n        \"RoleName\": \"Student\",\n        \"Groups\": [\n            {\n                \"GroupId\": \"568eebc9-7e6a-4f40-bff8-583b3d458ff1\",\n                \"GroupName\": \"RM_s\",\n                \"GroupDescription\": \"junkx\",\n                \"AddedToGroupDate\": \"2020-01-27T15:38:27.3254624\"\n            },\n            {\n                \"GroupId\": \"1d0d1011-a461-45b4-a8b2-ef1718308cf4\",\n                \"GroupName\": \"TestRM\",\n                \"GroupDescription\": null,\n                \"AddedToGroupDate\": \"2022-02-16T14:34:29.6023125\"\n            },\n            {\n                \"GroupId\": \"bf70100d-4e2d-492d-a276-9514a047e9e7\",\n                \"GroupName\": \"SUPERMAN\",\n                \"GroupDescription\": \"SUPERMAN\",\n                \"AddedToGroupDate\": \"2022-10-21T11:20:19.8133333\"\n            }\n        ],\n        \"Licenses\": [\n            {\n                \"LicenseNumber\": \"1234567890\",\n                \"LicenseTypeAbbrv\": \"CDL w/State\",\n                \"ExpirationDate\": \"2030-07-22T00:00:00\",\n                \"ClassificationTypeName\": \"Class A\",\n                \"State\": \"TX\",\n                \"Endorsements\": [\n                    {\n                        \"EndorsementName\": \"Hazardous Materials\"\n                    },\n                    {\n                        \"EndorsementName\": \"School Bus\"\n                    },\n                    {\n                        \"EndorsementName\": \"Passenger\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"21bf0892-dfe1-4cfd-8d20-0671587fecf0"},{"name":"USERS - Request USER with USER ID (GUID)","id":"4d945327-d603-4ee5-aa87-b0d1606ab102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users?userid=09653cbc-76b3-4aac-bea8-dbe3572f777a","description":"<p>Request specific user by providing the \"userid\" query parameter.<br />Request specific user query parameter example for a specfic user - /users?userId=11418323-12f5-44c5-95b9-abcceb61b073 or users/11418323-12f5-44c5-95b9-abcceb61b073. The \"userid\" can be found by requesting all users.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"userid","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}],"variable":[]}},"response":[{"id":"982b16b8-f12a-46bf-aaaf-783cadbbed27","name":"USERS - Request USER with USER ID (GUID)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users?userid=F410243E-8373-43F3-9838-3058C8B2CC76","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","users"],"query":[{"key":"userid","value":"F410243E-8373-43F3-9838-3058C8B2CC76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"793"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Apr 2024 14:29:45 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UserId\": \"f410243e-8373-43f3-9838-3058c8b2cc76\",\n        \"UserName\": \"rm_user\",\n        \"FirstName\": \"Randy\",\n        \"LastName\": \"MitchellUser\",\n        \"MiddleName\": \"xx\",\n        \"Email\": \"randy@yakka.com\",\n        \"Phone\": \"8173333333\",\n        \"NotificationPreference\": \"email\",\n        \"UserStatus\": \"Active\",\n        \"BirthDate\": \"\",\n        \"HireDate\": null,\n        \"CreatedDate\": \"2019-10-23T13:04:00.2080511\",\n        \"RoleName\": \"Student\",\n        \"Groups\": [\n            {\n                \"GroupId\": \"568eebc9-7e6a-4f40-bff8-583b3d458ff1\",\n                \"GroupName\": \"RM_s\",\n                \"GroupDescription\": \"junkx\",\n                \"AddedToGroupDate\": \"2020-01-27T15:38:27.3254624\"\n            },\n            {\n                \"GroupId\": \"1d0d1011-a461-45b4-a8b2-ef1718308cf4\",\n                \"GroupName\": \"TestRM\",\n                \"GroupDescription\": null,\n                \"AddedToGroupDate\": \"2022-02-16T14:34:29.6023125\"\n            },\n            {\n                \"GroupId\": \"bf70100d-4e2d-492d-a276-9514a047e9e7\",\n                \"GroupName\": \"SUPERMAN\",\n                \"GroupDescription\": \"SUPERMAN\",\n                \"AddedToGroupDate\": \"2022-10-21T11:20:19.8133333\"\n            }\n        ],\n        \"Licenses\": [\n            {\n                \"LicenseNumber\": \"1234567890\",\n                \"LicenseTypeAbbrv\": \"CDL w/State\",\n                \"ExpirationDate\": \"2030-07-22T00:00:00\",\n                \"ClassificationTypeName\": \"Class A\",\n                \"State\": \"TX\",\n                \"Endorsements\": [\n                    {\n                        \"EndorsementName\": \"Hazardous Materials\"\n                    },\n                    {\n                        \"EndorsementName\": \"School Bus\"\n                    },\n                    {\n                        \"EndorsementName\": \"Passenger\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"4d945327-d603-4ee5-aa87-b0d1606ab102"},{"name":"USERS - Request USER by username","id":"026d3295-aab8-43f4-9c22-4961949b2d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users?username=JoeSmithT-20","description":"<p>Request specific user by providing the \"username\" query parameter.<br />Request specific user query parameter example for a specfic user - /users?username=JoeSmithT-20. The \"username\" can be found by requesting all users.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"username","value":"JoeSmithT-20"}],"variable":[]}},"response":[{"id":"ebbfcab1-e606-43c4-beba-ece1a13964ac","name":"USERS - Request USER with USER ID (GUID)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users?userid=F410243E-8373-43F3-9838-3058C8B2CC76","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","users"],"query":[{"key":"userid","value":"F410243E-8373-43F3-9838-3058C8B2CC76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"793"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Apr 2024 14:29:45 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UserId\": \"f410243e-8373-43f3-9838-3058c8b2cc76\",\n        \"UserName\": \"rm_user\",\n        \"FirstName\": \"Randy\",\n        \"LastName\": \"MitchellUser\",\n        \"MiddleName\": \"xx\",\n        \"Email\": \"randy@yakka.com\",\n        \"Phone\": \"8173333333\",\n        \"NotificationPreference\": \"email\",\n        \"UserStatus\": \"Active\",\n        \"BirthDate\": \"\",\n        \"HireDate\": null,\n        \"CreatedDate\": \"2019-10-23T13:04:00.2080511\",\n        \"RoleName\": \"Student\",\n        \"Groups\": [\n            {\n                \"GroupId\": \"568eebc9-7e6a-4f40-bff8-583b3d458ff1\",\n                \"GroupName\": \"RM_s\",\n                \"GroupDescription\": \"junkx\",\n                \"AddedToGroupDate\": \"2020-01-27T15:38:27.3254624\"\n            },\n            {\n                \"GroupId\": \"1d0d1011-a461-45b4-a8b2-ef1718308cf4\",\n                \"GroupName\": \"TestRM\",\n                \"GroupDescription\": null,\n                \"AddedToGroupDate\": \"2022-02-16T14:34:29.6023125\"\n            },\n            {\n                \"GroupId\": \"bf70100d-4e2d-492d-a276-9514a047e9e7\",\n                \"GroupName\": \"SUPERMAN\",\n                \"GroupDescription\": \"SUPERMAN\",\n                \"AddedToGroupDate\": \"2022-10-21T11:20:19.8133333\"\n            }\n        ],\n        \"Licenses\": [\n            {\n                \"LicenseNumber\": \"1234567890\",\n                \"LicenseTypeAbbrv\": \"CDL w/State\",\n                \"ExpirationDate\": \"2030-07-22T00:00:00\",\n                \"ClassificationTypeName\": \"Class A\",\n                \"State\": \"TX\",\n                \"Endorsements\": [\n                    {\n                        \"EndorsementName\": \"Hazardous Materials\"\n                    },\n                    {\n                        \"EndorsementName\": \"School Bus\"\n                    },\n                    {\n                        \"EndorsementName\": \"Passenger\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"026d3295-aab8-43f4-9c22-4961949b2d8f"},{"name":"USERS - Create new USER","id":"ffa957be-e666-4fe7-8814-bc2574af4b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AuthKeyi3}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"FirstName\": \"Joe\",\n    \"MiddleName\": \"T\",\n    \"LastName\": \"Smith\",\n    \"UserName\": \"JoeSmithT-22\",\n    \"Password\": \"password123-22\",\n    \"UserStatusName\": \"Active\",    \n    \"EmailValue\": \"joesmith22@email.com\",\n    \"Phone\": \"8885550011\",\n    \"NotificationPreference\": \"2\",    \n    \"DateOfBirth\": \"1990-07-12\",\n    \"HireDate\": \"2020-03-12\",\n    \"EmployeeNumber\": \"123456-22\",\n    \"Roles\": [{\"RoleAbbrv\":\"User\"}],\n    \"Groups\": [{\"GroupName\":\"Arkansas - 05\",\"action\":\"add\"}], \n    \"Addresses\": [{\n                    \"AddrTypeAbbrv\":\"Home\",\n                    \"Addr1\":\"123 Pine St\",\n                    \"Addr2\":\"\",\n                    \"City\":\"Albuquerque\",\n                    \"State\":\"NM\",\n                    \"PostalCode\":\"30075\",\n                    \"PrimaryAddressFlag\":true,\n                    \"CountryCode\":\"USA\"\n                }],\n    \"Licenses\": [{\n                    \"LicenseTypeAbbrv\":\"CDL\",\n                    \"LicenseNumber\":\"ABC123\",\n                    \"ExpirationDate\":\"12/31/2026\",\n                    \"action\":\"add\"\n                },\n                {\n                    \"LicenseTypeAbbrv\":\"CDL w/State\",\n                    \"LicenseNumber\":\"123\",\n                    \"ExpirationDate\":\"2025-10-10\",\n                    \"ClassificationTypeName\": \"Permit\",\n                    \"State\": \"TX\",\n                    \"Endorsements\":[\n                        {\"EndorsementName\": \"Passenger\"},\n                        {\"EndorsementName\": \"School Bus\"}\n                    ],\n                    \"action\":\"add\"\n                }]\n}\n"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users","description":"<p>Request to create a new user by providing the JSON body with the correct information to create the new user. User names must be unique. The example includes all options, basic user profile, Role, User Groups, Addresses and Licenses. The only option beyond the basic profile that is required is Role, a user can be created without a Role but is not valid until a Role is provided.</p>\n<p>UserStatusName allowed values - Active or Inactive</p>\n<p>NotificationPreference allowed values - 1 = Email Notifications and 2 = Text Notifications</p>\n<p>AddrTypeAbbrv allowed values:<br />Home use Home<br />Business use Bus<br />Billing use Bill<br />Shipping use Ship</p>\n<p>CountryCode valid options:<br />\"USA\" and \"CAN\" are the only two valid options.</p>\n<p>License options for ELDT:</p>\n<p>Required fields:<br />LicenseTypeAbbrv<br />License Number<br />State<br />Classification<br />Expiration Date</p>\n<p>License Type Abbrv option :<br />CDL w/State</p>\n<p>Classification Type Name Options:<br />Permit<br />Class A<br />Class B<br />Class C<br />Class D<br />Class E<br />Class O</p>\n<p>Endorsements Options:<br />Passenger<br />Hazardous Materials<br />School Bus</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"161c1fcf-9ab5-4ed6-8fda-77f5165a1ad4","name":"USERS - Create new USER","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AuthKeyi3}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"FirstName\": \"Joe\",\n    \"MiddleName\": \"T\",\n    \"LastName\": \"Smith\",\n    \"UserName\": \"JoeSmithT-22\",\n    \"Password\": \"password123-22\",\n    \"UserStatusName\": \"Active\",    \n    \"EmailValue\": \"joesmith22@email.com\",\n    \"Phone\": \"8885550011\",\n    \"NotificationPreference\": \"2\",    \n    \"DateOfBirth\": \"1990-07-12\",\n    \"HireDate\": \"2020-03-12\",\n    \"EmployeeNumber\": \"123456-22\",\n    \"Roles\": [{\"RoleAbbrv\":\"User\"}],\n    \"Groups\": [{\"GroupName\":\"Arkansas - 05\",\"action\":\"add\"}], \n    \"Addresses\": [{\n                    \"AddrTypeAbbrv\":\"Home\",\n                    \"Addr1\":\"123 Pine St\",\n                    \"Addr2\":\"\",\n                    \"City\":\"Albuquerque\",\n                    \"State\":\"NM\",\n                    \"PostalCode\":\"30075\",\n                    \"PrimaryAddressFlag\":true,\n                    \"CountryCode\":\"USA\"\n                }],\n    \"Licenses\": [{\n                    \"LicenseTypeAbbrv\":\"CDL\",\n                    \"LicenseNumber\":\"ABC123\",\n                    \"ExpirationDate\":\"12/31/2026\",\n                    \"action\":\"add\"\n                },\n                {\n                    \"LicenseTypeAbbrv\":\"CDL w/State\",\n                    \"LicenseNumber\":\"123\",\n                    \"ExpirationDate\":\"2025-10-10\",\n                    \"ClassificationTypeName\": \"Permit\",\n                    \"State\": \"TX\",\n                    \"Endorsements\":[\n                        {\"EndorsementName\": \"Passenger\"},\n                        {\"EndorsementName\": \"School Bus\"}\n                    ],\n                    \"action\":\"add\"\n                }]\n}\n"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"179"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 02 May 2024 15:36:48 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=18e6ad49b9c28405176ac81a07f9031b1bfe0647b3df7584caa6724bb57bc239;Path=/;HttpOnly;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=18e6ad49b9c28405176ac81a07f9031b1bfe0647b3df7584caa6724bb57bc239;Path=/;HttpOnly;SameSite=None;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"affd03d1-d3ca-42c8-9867-14cb62bb81ec\",\n    \"Id\": 404056\n}"}],"_postman_id":"ffa957be-e666-4fe7-8814-bc2574af4b65"},{"name":"USERS - Update USER","id":"eb639ac5-73f4-4536-b31c-c5b62e1c1870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{AuthKeyi3}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserId\": \"e1988c49-7025-4815-8647-e3bd8f288ba0\",\n    \"FirstName\": \"Joe\",\n    \"MiddleName\": \"Tx\",\n    \"LastName\": \"Smith\",\n    \"UserName\": \"JoeSmithT-06\",\n    \"Password\": \"password123-06\",\n    \"UserStatusName\": \"Active\",\n    \"EmailValue\": \"joesmith06@xxxemail.com\",\n    \"Phone\": \"8885550002\",\n    \"NotificationPreference\": \"1\",\n    \"DateOfBirth\" : \"1994-07-22\",\n    \"HireDate\" : \"2020-03-15\",\n    \"EmployeeNumber\": \"123456-06\",    \n    \"Addresses\": [{\n                \"AddrTypeAbbrv\":\"Home\",\n                \"Addr1\":\"123 Pine St\",\n                \"Addr2\":\"\",\n                \"City\":\"Arlington\",\n                \"State\":\"TX\",\n                \"PostalCode\":\"30075\",\n                \"PrimaryAddressFlag\":true,\n                \"CountryCode\":\"USA\"\n            }], \"Licenses\": [{\n                    \"LicenseTypeAbbrv\":\"CDL w/State\",\n                    \"LicenseNumber\":\"123\",\n                    \"ExpirationDate\":\"2025-10-10\",\n                    \"ClassificationTypeName\": \"Permit\",\n                    \"State\": \"TX\",\n                    \"Endorsements\":[\n                        {\"EndorsementName\": \"Passenger\"},\n                        {\"EndorsementName\": \"School Bus\"}\n                    ],\n                    \"action\":\"add\"\n                }\n                ]\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users","description":"<p>Request to update a user by providing the JSON body with the correct information to update the user. User names must be unique. The example includes all options, basic user profile and Addresses. However basic user profile, Role, User Groups, Addresses and Licenses can all be updated as needed.</p>\n<p>UserStatusName allowed values - Active or Inactive</p>\n<p>NotificationPreference allowed values - 1 = Email Notifications and 2 = Text Notifications</p>\n<p>AddrTypeAbbrv allowed values:<br />Home use Home<br />Business use Bus<br />Billing use Bill<br />Shipping use Ship</p>\n<p>CountryCode valid options:<br />\"USA\" and \"CAN\" are the only two valid options.</p>\n<p>License options for ELDT:</p>\n<p>Required fields:<br />LicenseTypeAbbrv<br />License Number<br />State<br />Classification<br />Expiration Date</p>\n<p>License Type Abbrv options :<br />CDL w/State</p>\n<p>Classification Type Name Options:<br />Permit<br />Class A<br />Class B<br />Class C<br />Class D<br />Class E<br />Class O</p>\n<p>Endorsements Options:<br />Passenger<br />Hazardous Materials<br />School Bus</p>\n<p>Note - Endorsement options sent in the payload will replace the existing options for the user. Failure to include, will remove the existing options.</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"dcab0465-8553-472f-b6c4-71d90d795968","name":"USERS - Update USER","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AuthKeyi3}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserId\": \"e1988c49-7025-4815-8647-e3bd8f288ba0\",\n    \"FirstName\": \"Joe\",\n    \"MiddleName\": \"Tx\",\n    \"LastName\": \"Smith\",\n    \"UserName\": \"JoeSmithT-06\",\n    \"Password\": \"password123-06\",\n    \"UserStatusName\": \"Active\",\n    \"EmailValue\": \"joesmith06@xxxemail.com\",\n    \"Phone\": \"8885550002\",\n    \"NotificationPreference\": \"1\",\n    \"DateOfBirth\" : \"1994-07-22\",\n    \"HireDate\" : \"2020-03-15\",\n    \"EmployeeNumber\": \"123456-06\",    \n    \"Addresses\": [{\n                \"AddrTypeAbbrv\":\"Home\",\n                \"Addr1\":\"123 Pine St\",\n                \"Addr2\":\"\",\n                \"City\":\"Arlington\",\n                \"State\":\"TX\",\n                \"PostalCode\":\"30075\",\n                \"PrimaryAddressFlag\":true,\n                \"CountryCode\":\"USA\"\n            }], \"Licenses\": [{\n                    \"LicenseTypeAbbrv\":\"CDL w/State\",\n                    \"LicenseNumber\":\"123\",\n                    \"ExpirationDate\":\"2025-10-10\",\n                    \"ClassificationTypeName\": \"Permit\",\n                    \"State\": \"TX\",\n                    \"Endorsements\":[\n                        {\"EndorsementName\": \"Passenger\"},\n                        {\"EndorsementName\": \"School Bus\"}\n                    ],\n                    \"action\":\"add\"\n                }\n                ]\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"180"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 02 May 2024 15:38:06 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"e1988c49-7025-4815-8647-e3bd8f288ba0\",\n    \"Id\": 295747\n}"}],"_postman_id":"eb639ac5-73f4-4536-b31c-c5b62e1c1870"},{"name":"USERS - Delete USER","id":"f79ba135-cea9-45f6-be32-dec6e14e238f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users/fc7fc94f-8d58-447f-ba19-3eefb9d9f9aa","description":"<p>Request to delete a user by providing \"userid\" in the URL. This is a soft delete, the user is set to Inactive, all user history is retained.</p>\n","urlObject":{"protocol":"https","path":["api","users","fc7fc94f-8d58-447f-ba19-3eefb9d9f9aa"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"ad385ab5-a98f-4945-8642-f3b1a2d272e0","name":"USERS - Delete user","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/users/fc7fc94f-8d58-447f-ba19-3eefb9d9f9aa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 16:14:31 GMT"},{"key":"Content-Length","value":"91"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fc7fc94f-8d58-447f-ba19-3eefb9d9f9aa\",\n    \"Entity\": \"User\",\n    \"Message\": \"Delete Successful\"\n}"}],"_postman_id":"f79ba135-cea9-45f6-be32-dec6e14e238f"},{"name":"USER GROUPS - Create new user group with owners and members","id":"f8aa8e03-0486-4d35-b46b-640012f54700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"groupName\": \"Arkansas - 01\",\n    \"userGroupDisplayName\": \"Arkansas - 01\",\n    \"groupDesc\": \"Arkansas - 01 - API example.\",\n\t\"owners\":\n\t\t[\n\t\t\t{ \"userId\": \"0fdecb20-601f-46ce-9ea0-42522e074e7e\",\"action\":\"add\" }\n\t\t],   \n\t\"users\":\n\t\t[\n\t\t\t{ \"userId\": \"15600bc7-8dad-4deb-a002-3eab6435c7a8\",\"action\":\"add\" },\n\t\t\t{ \"userId\": \"70f636cc-ac6c-4679-ac69-6f216744718a\",\"action\":\"add\" }\n\t\t]    \n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups","description":"<p>Request creates a new user group. User group names must be unique. Including the owners attribute with userId(s) will add Group Admins (Owners). Including the users attribute with userId(s) will add group members.</p>\n","urlObject":{"protocol":"https","path":["api","usergroups"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"ceb2c095-f178-426b-b024-8cc94fd4eb76","name":"USER GROUPS - Create new user group with owners and members","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"groupName\": \"Arkansas - 01\",\n    \"userGroupDisplayName\": \"Arkansas - 01\",\n    \"groupDesc\": \"Arkansas - 01 - API example.\",\n\t\"owners\":\n\t\t[\n\t\t\t{ \"userId\": \"0fdecb20-601f-46ce-9ea0-42522e074e7e\",\"action\":\"add\" }\n\t\t],   \n\t\"users\":\n\t\t[\n\t\t\t{ \"userId\": \"15600bc7-8dad-4deb-a002-3eab6435c7a8\",\"action\":\"add\" },\n\t\t\t{ \"userId\": \"70f636cc-ac6c-4679-ac69-6f216744718a\",\"action\":\"add\" }\n\t\t]    \n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 17:44:57 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"0929e459-d88a-44c2-ac25-898986004726\",\n    \"Id\": 35073\n}"}],"_postman_id":"f8aa8e03-0486-4d35-b46b-640012f54700"},{"name":"USER GROUPS - Update user group add another owner and remove a user","id":"ca139636-be17-4d4e-a06b-e2dd87fc7e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserGroupId\":\"0929e459-d88a-44c2-ac25-898986004726\",\n\t\"groupName\": \"Arkansas - 01\",\n    \"userGroupDisplayName\": \"Arkansas - 01\",\n    \"groupDesc\": \"Arkansas - 01 - API example.\",\t\n\t\"owners\":\n\t\t[\n\t\t\t{ \"userId\": \"fa21d5b1-ebfe-499d-91ef-4e013b280b08\",\"action\":\"add\" }\n\t\t],   \t\n\t\"users\":\n\t\t[\n\t\t\t{ \"userId\": \"70f636cc-ac6c-4679-ac69-6f216744718a\",\"action\":\"remove\" }\n\t\t]\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups","description":"<p>Request updates a new user group. User group names must be unique. Including the owners attribute with userId(s) will add or remove Group Admins (Owners). Including the users attribute with userId(s) will add or remove group members.</p>\n","urlObject":{"protocol":"https","path":["api","usergroups"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"3b493b83-bba2-4dfd-bf21-bdff046ca210","name":"USER GROUPS - Update user group add another owner and remove a user","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserGroupId\":\"0929e459-d88a-44c2-ac25-898986004726\",\n\t\"groupName\": \"Arkansas - 01\",\n    \"userGroupDisplayName\": \"Arkansas - 01\",\n    \"groupDesc\": \"Arkansas - 01 - API example.\",\t\n\t\"owners\":\n\t\t[\n\t\t\t{ \"userId\": \"fa21d5b1-ebfe-499d-91ef-4e013b280b08\",\"action\":\"add\" }\n\t\t],   \t\n\t\"users\":\n\t\t[\n\t\t\t{ \"userId\": \"70f636cc-ac6c-4679-ac69-6f216744718a\",\"action\":\"remove\" }\n\t\t]\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 17:53:53 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"0929e459-d88a-44c2-ac25-898986004726\",\n    \"Id\": 35073\n}"}],"_postman_id":"ca139636-be17-4d4e-a06b-e2dd87fc7e9c"},{"name":"USER GROUPS - Delete user group","id":"e14713d2-7e2d-4578-b34c-18ef939f794d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups/eb451c4e-17c0-47c0-a14a-39bae56f4046","description":"<p>Request to delete a user group by providing groupId in the URL. This is a soft delete, the user group is set to Inactive, all user group history is retained.</p>\n","urlObject":{"protocol":"https","path":["api","usergroups","eb451c4e-17c0-47c0-a14a-39bae56f4046"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"813436eb-63b5-4b39-b7a8-c62d87e5919c","name":"USER GROUPS - Delete user group","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{AuthKeyi3}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/usergroups/eb451c4e-17c0-47c0-a14a-39bae56f4046"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 18:04:45 GMT"},{"key":"Content-Length","value":"96"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"eb451c4e-17c0-47c0-a14a-39bae56f4046\",\n    \"Entity\": \"UserGroup\",\n    \"Message\": \"Delete Successful\"\n}"}],"_postman_id":"e14713d2-7e2d-4578-b34c-18ef939f794d"},{"name":"ASSIGNMENTS - Create new ASSIGNMENT","id":"333335a5-7c46-4b91-a828-d28a69cb5c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AssignmentName\": \"Testing API 005\",\r\n    \"AssignmentDesc\": \"Testing API 005\",\r\n    \"StartDate\": \"2022-02-16\",\r\n    \"EndDate\": \"2022-02-28\",\r\n    \"ExpirationDate\": \"2024-12-31\",\r\n    \"PassingPercentage\": \"100\",\r\n    \"CourseItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"DisplayName\": \"CSA Minutes\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"DisplayName\": \"Test Content\"\r\n        }        \r\n    ],\r\n    \"ContentItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"ContentId\": \"177410E8-826B-4E2E-B9CF-0CFD6839641C\",\r\n            \"DisplayName\": \"CSA Minutes - Broken or Discolored Windshield\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"ContentId\": \"6B132142-2F52-4390-BA94-AFE80BEE9352\",\r\n            \"DisplayName\": \"Simple Content - 20200410_1550 - UAT\"\r\n        }\r\n    ],\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\"\r\n        },\r\n        {\r\n            \"UserId\": \"9566c1e5-6405-403e-8e3a-30e0653eb84d\"\r\n        }\r\n    ],\r\n    \"Groups\": [\r\n        {\r\n            \"GroupId\": \"407d6fd9-466b-4c7e-91b2-eee5dd9f286a\",\r\n            \"action\": \"add\"\r\n        }\r\n    ],\r\n    \"Notifications\": [\r\n        {\r\n            \"RoleName\": \"Admin\",\r\n            \"EventName\": \"New\"\r\n        }\r\n    ]\r\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/userassignment/","description":"<p>Request creates an assignment. The \"StartDate\" must be current or future date. Assignments must include one or more Courses, and each Course must inlcude one or more Content items. Assignments must include one or more users or user groups. Assignments may be assigned company wide (for every user in the company) using the \"ApplyToEveryone\" tag set to true. Assignments must include one or more Notifications, the following is a list of valid Notifications settings for user roles. Notifications -- Admin - New, Overdue, Complete, Expiration. User - New, Overdue, Reminder, Expiration. GroupAdmin - New, Overdue, Complete, Expiration. Assignments can exclude specific users by including the UserExclusions like so - \"UserExclusions\": [{ \"UserId\": \"c489d525-7cb9-459f-9497-abc926de6f36\" }, { \"UserId\": \"a0421916-bbbe-4ae3-959c-24c84cdc8c85\" }]. Assignments can exdlude specific user groups by including the GroupExclusions like so \"GroupExclusions\": [{ \"GroupId\": \"53b858b0-0531-423e-8832-6269565220e5\", \"action\": \"add\" }, { \"GroupId\": \"8bf19032-331f-447e-8939-0b40a8f3f583\", \"action\": \"add\" }]. These exclusions come in handy when one or more users are in a user group but need to be excluded from an assignment.</p>\n","urlObject":{"protocol":"https","path":["api","userassignment",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"bfadf83d-d0bb-451a-9a69-5ec34fc0411f","name":"ASSIGNMENTS - Create new assignment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AssignmentName\": \"Testing API 005\",\r\n    \"AssignmentDesc\": \"Testing API 005\",\r\n    \"StartDate\": \"2022-02-16\",\r\n    \"EndDate\": \"2022-02-28\",\r\n    \"ExpirationDate\": \"2024-12-31\",\r\n    \"PassingPercentage\": \"100\",\r\n    \"CourseItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"DisplayName\": \"CSA Minutes\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"DisplayName\": \"Test Content\"\r\n        }        \r\n    ],\r\n    \"ContentItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"ContentId\": \"177410E8-826B-4E2E-B9CF-0CFD6839641C\",\r\n            \"DisplayName\": \"CSA Minutes - Broken or Discolored Windshield\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"ContentId\": \"6B132142-2F52-4390-BA94-AFE80BEE9352\",\r\n            \"DisplayName\": \"Simple Content - 20200410_1550 - UAT\"\r\n        }\r\n    ],\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\"\r\n        },\r\n        {\r\n            \"UserId\": \"9566c1e5-6405-403e-8e3a-30e0653eb84d\"\r\n        }\r\n    ],\r\n    \"Groups\": [\r\n        {\r\n            \"GroupId\": \"407d6fd9-466b-4c7e-91b2-eee5dd9f286a\",\r\n            \"action\": \"add\"\r\n        }\r\n    ],\r\n    \"Notifications\": [\r\n        {\r\n            \"RoleName\": \"Admin\",\r\n            \"EventName\": \"New\"\r\n        }\r\n    ]\r\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/userassignment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"174"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Feb 2022 15:30:15 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"63e79df4-0bbe-485b-93a2-441eb800a734\",\n    \"Id\": 0\n}"}],"_postman_id":"333335a5-7c46-4b91-a828-d28a69cb5c5a"},{"name":"ASSIGNMENTS  -  Create ASSIGNMENT using ASSIGNMENT TEMPLATE","id":"9f3a9780-b480-434a-943f-708a08d51e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiI0MDI0YTJiOS02NDUxLTQ0YWMtYWY0OS0wN2VlMDZlYzBkNDAiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.pJqjktDI2V3qJjPYCFiEdy62NsRO5egVJApeygHyAX0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TemplateName\": \"Testing Template\",\r\n    \"AssignmentName\": \"API Testing Template\",\r\n    \"AssignmentDesc\": \"API Testing Template\",\r\n    \"StartDate\": \"2022-11-08\",\r\n    \"EndDate\": \"2022-11-09\",\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"15600BC7-8DAD-4DEB-A002-3EAB6435C7A8\"\r\n         },\r\n        {\r\n            \"USERID\": \"C550B2B9-FD4D-4654-B5CC-BBBC1ED16403\"\r\n        }\r\n    ],\r\n    \"GROUPS\": [\r\n        {\r\n            \"GROUPID\": \"E72DB5CE-90C7-4F34-8297-60E6B1ADFC4E\"\r\n           \r\n        }\r\n    ]\r\n    \r\n}\r\n"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/FromTemplate/","description":"<p>This request creates an assignment using an existing Template. Template name is a required field. The assignment name field should be limited to 50 characters in length and the description field to 100 characters. If the name and the description field are not included in the payload, the system would use the template name and description. The \"StartDate\" must be a current or future date. Assignments must include one or more users or user groups. Assignment created would reflect the settings, notification and content information available in the template.</p>\n<p>The following are not supported by this API implementation:</p>\n<ul>\n<li>Exclusion and inclusion of new/old users</li>\n<li>Creation of recurring assignments</li>\n<li>Exclusion of users and user groups</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","UserAssignment","FromTemplate",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"817ae712-2f7b-4fcb-88c0-dddf6cd995e0","name":"TEMPLATES - Create assignment using templates","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiI0MDI0YTJiOS02NDUxLTQ0YWMtYWY0OS0wN2VlMDZlYzBkNDAiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.pJqjktDI2V3qJjPYCFiEdy62NsRO5egVJApeygHyAX0","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TemplateName\": \"Testing Template\",\r\n    \"AssignmentName\": \"API Testing Template\",\r\n    \"AssignmentDesc\": \"API Testing Template\",\r\n    \"StartDate\": \"2022-11-08\",\r\n    \"EndDate\": \"2022-11-09\",\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"15600BC7-8DAD-4DEB-A002-3EAB6435C7A8\"\r\n         },\r\n        {\r\n            \"USERID\": \"C550B2B9-FD4D-4654-B5CC-BBBC1ED16403\"\r\n        }\r\n    ],\r\n    \"GROUPS\": [\r\n        {\r\n            \"GROUPID\": \"E72DB5CE-90C7-4F34-8297-60E6B1ADFC4E\"\r\n           \r\n        }\r\n    ]\r\n    \r\n}\r\n"},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/FromTemplate/","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignment","FromTemplate",""],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Guid\": \"a9f47be8-b019-4f44-9c69-df05c9b06ba7\",\r\n    \"Id\": 3123819\r\n}"}],"_postman_id":"9f3a9780-b480-434a-943f-708a08d51e36"},{"name":"ASSIGNMENTS - Update ASSIGNMENT","id":"376aff25-41ff-40f5-ad52-9205596b0a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AssignmentId\": \"b7cd6d8a-2e16-4b79-9845-9671b9618f58\",\r\n    \"AssignmentName\": \"Testing API 002\",\r\n    \"AssignmentDesc\": \"Testing API 002 adding more to the try 2.\",\r\n    \"StartDate\": \"2020-06-18\",\r\n    \"EndDate\": \"2020-12-31\",\r\n    \"ExpirationDate\": \"2021-12-31\",\r\n    \"PassingPercentage\": \"100\",\r\n    \"ContentItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"ContentId\": \"177410E8-826B-4E2E-B9CF-0CFD6839641C\",\r\n            \"DisplayName\": \"CSA Minutes - Broken or Discolored Windshield\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"ContentId\": \"6B132142-2F52-4390-BA94-AFE80BEE9352\",\r\n            \"DisplayName\": \"Simple Content - 20200410_1550 - UAT\"\r\n        }\r\n    ],\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\"\r\n        },\r\n        {\r\n            \"UserId\": \"9566c1e5-6405-403e-8e3a-30e0653eb84d\"\r\n        }\r\n    ],\r\n    \"Groups\": [\r\n        {\r\n            \"GroupId\": \"407d6fd9-466b-4c7e-91b2-eee5dd9f286a\",\r\n            \"action\": \"add\"\r\n        }\r\n    ],\r\n    \"Notifications\": [\r\n        {\r\n            \"RoleName\": \"Admin\",\r\n            \"EventName\": \"New\"\r\n        }\r\n    ]\r\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/userassignment/","description":"<p>Request updates an assignment. The \"StartDate\" must be current or future date. Assignments must include one or more Courses, and each Course must inlcude one or more Content items. Assignments must include one or more users or user groups. Assignments may be assigned company wide (for every user in the company) using the \"ApplyToEveryone\" tag set to true. Assignments must include one or more Notifications, the following is a list of valid Notifications settings for user roles. Notifications -- Admin - New, Overdue, Complete, Expiration. User - New, Overdue, Reminder, Expiration. GroupAdmin - New, Overdue, Complete, Expiration. Assignments can exclude specific users by including the UserExclusions like so - \"UserExclusions\": [{ \"UserId\": \"c489d525-7cb9-459f-9497-abc926de6f36\" }, { \"UserId\": \"a0421916-bbbe-4ae3-959c-24c84cdc8c85\" }]. Assignments can exdlude specific user groups by including the GroupExclusions like so \"GroupExclusions\": [{ \"GroupId\": \"53b858b0-0531-423e-8832-6269565220e5\", \"action\": \"add\" }, { \"GroupId\": \"8bf19032-331f-447e-8939-0b40a8f3f583\", \"action\": \"add\" }]. These exclusions come in handy when one or more users are in a user group but need to be excluded from an assignment.</p>\n","urlObject":{"protocol":"https","path":["api","userassignment",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[],"variable":[]}},"response":[{"id":"654c6f1f-0efa-4cdb-8cf9-358c95990b9b","name":"ASSIGNMENTS - Update assignment","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"AssignmentId\": \"b7cd6d8a-2e16-4b79-9845-9671b9618f58\",\r\n    \"AssignmentName\": \"Testing API 002\",\r\n    \"AssignmentDesc\": \"Testing API 002 adding more to the try 2.\",\r\n    \"StartDate\": \"2020-06-18\",\r\n    \"EndDate\": \"2020-12-31\",\r\n    \"ExpirationDate\": \"2021-12-31\",\r\n    \"PassingPercentage\": \"100\",\r\n    \"ContentItems\": [\r\n        {\r\n            \"CourseId\": \"A08EC36A-E3C2-4795-8F3D-56E3ED1BFD0F\",\r\n            \"ContentId\": \"177410E8-826B-4E2E-B9CF-0CFD6839641C\",\r\n            \"DisplayName\": \"CSA Minutes - Broken or Discolored Windshield\"\r\n        },\r\n        {\r\n            \"CourseId\": \"6F22E711-D101-4579-82A7-81CFC3F837C6\",\r\n            \"ContentId\": \"6B132142-2F52-4390-BA94-AFE80BEE9352\",\r\n            \"DisplayName\": \"Simple Content - 20200410_1550 - UAT\"\r\n        }\r\n    ],\r\n    \"Users\": [\r\n        {\r\n            \"UserId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\"\r\n        },\r\n        {\r\n            \"UserId\": \"9566c1e5-6405-403e-8e3a-30e0653eb84d\"\r\n        }\r\n    ],\r\n    \"Groups\": [\r\n        {\r\n            \"GroupId\": \"407d6fd9-466b-4c7e-91b2-eee5dd9f286a\",\r\n            \"action\": \"add\"\r\n        }\r\n    ],\r\n    \"Notifications\": [\r\n        {\r\n            \"RoleName\": \"Admin\",\r\n            \"EventName\": \"New\"\r\n        }\r\n    ]\r\n}"},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/userassignment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 19:56:53 GMT"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"Guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Id\": 174304\n}"}],"_postman_id":"376aff25-41ff-40f5-ad52-9205596b0a6d"},{"name":"ASSIGNMENTS - Request all COMPLETED ASSIGNMENTS, MAX 10 day range","id":"5f646e7c-58c5-4a89-9edf-823dd5ce54e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2024-02-01&CompletionEndDate=2024-02-11","description":"<p>Request assignments of all users in the company whose assignment completion date falls within the date range specified in CompletionStartDate and CompletionEndDate</p>\n<p>Parameters :<br />CompletionStartDate - Assignment completion date should be on or after CompletionStartDate<br />CompletionEndDate - Assignment completion date should be on or before CompletionEndDate</p>\n<p>** The date range of CompletionStartDate and CompletionEndDate should <strong>not be greater than 10 days</strong></p>\n","urlObject":{"protocol":"https","path":["api","UserAssignmentAll",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"CompletionStartDate","value":"2024-02-01"},{"description":{"content":"<p>Value must be no greater than 10 days from Start Date.</p>\n","type":"text/plain"},"key":"CompletionEndDate","value":"2024-02-11"}],"variable":[]}},"response":[{"id":"e6b26711-2f77-4c8a-b630-f13acb51e58e","name":"ASSIGNMENTS - Request all COMPLETED assignments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2021-01-27&CompletionEndDate=2021-02-01","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignmentAll",""],"query":[{"key":"CompletionStartDate","value":"2021-01-27"},{"key":"CompletionEndDate","value":"2021-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1129"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Feb 2022 15:46:38 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"ff81d70a-6182-4433-ae72-ad6c1cb777aa\",\n        \"assignmentName\": \"RM SCORM USA\",\n        \"assignmentDescription\": \"RM SCORM USA\",\n        \"startDate\": \"2021-01-26T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n        \"courses\": [\n            {\n                \"id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:07\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/6e101e1b-1229-4554-8c91-a141527ab961\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:28:43\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/76c44d68-a2a7-4fea-841c-25788f076c1e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=76c44d68-a2a7-4fea-841c-25788f076c1e\"\n                    },\n                    {\n                        \"id\": \"1285fd29-20a1-40eb-9a1f-bc7d89bd602b\",\n                        \"contentName\": \"Quality Coaching - Module 2\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/535fc061-7917-4193-9e42-1b357caf93e1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=535fc061-7917-4193-9e42-1b357caf93e1\"\n                    },\n                    {\n                        \"id\": \"04a0fed1-f12d-4935-9357-e40d52687b53\",\n                        \"contentName\": \"Quality Coaching - Module 3\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:10\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/994afd08-e597-4df2-9f50-3eebbd79f1bc\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=994afd08-e597-4df2-9f50-3eebbd79f1bc\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/6e101e1b-1229-4554-8c91-a141527ab961\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n    }\n]"}],"_postman_id":"5f646e7c-58c5-4a89-9edf-823dd5ce54e9"},{"name":"ASSIGNMENTS - Request user COMPLETED ASSIGNMENTS, MAX 10 day range","id":"39a59c28-0dd7-4af2-bc3c-3dffd508776a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2023-12-11&CompletionEndDate=2023-12-21&UserId=09653cbc-76b3-4aac-bea8-dbe3572f777a","description":"<p>Request assignments for a specific user whose assignment completion date falls within the date range specified in CompletionStartDate and CompletionEndDate</p>\n<p>Parameters :<br />CompletionStartDate - Assignment completion date should be on or after CompletionStartDate<br />CompletionEndDate - Assignment completion date should be on or before CompletionEndDate<br />UserId – GUID that uniquely identifies the user, the GUID can be retrieved using the POST operation to request all users - <a href=\"https://documenter.getpostman.com/view/91791/SzzkcHLU#5d5d97f9-6170-44dc-9264-c634c620c839\">POST - USERS - Request all users</a>.</p>\n<p>** The date range of CompletionStartDate and CompletionEndDate should <strong>not be greater than 10 days</strong></p>\n","urlObject":{"protocol":"https","path":["api","UserAssignmentAll",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"CompletionStartDate","value":"2023-12-11"},{"description":{"content":"<p>Value must be no greater than 10 days from Start Date.</p>\n","type":"text/plain"},"key":"CompletionEndDate","value":"2023-12-21"},{"key":"UserId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}],"variable":[]}},"response":[{"id":"788e468d-ec11-4ce5-97c1-4e6556412d72","name":"ASSIGNMENTS - Request user COMPLETED assignments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2021-01-27&CompletionEndDate=2021-02-01&UserId=09653cbc-76b3-4aac-bea8-dbe3572f777a","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignmentAll",""],"query":[{"key":"CompletionStartDate","value":"2021-01-27"},{"key":"CompletionEndDate","value":"2021-02-01"},{"key":"UserId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1129"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 16 Feb 2022 15:47:42 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e55c2bcacddc4dee93a9751b07f3bdcd63e84e4add63e7391a9ba2a92bbce70a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"ff81d70a-6182-4433-ae72-ad6c1cb777aa\",\n        \"assignmentName\": \"RM SCORM USA\",\n        \"assignmentDescription\": \"RM SCORM USA\",\n        \"startDate\": \"2021-01-26T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n        \"courses\": [\n            {\n                \"id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:07\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/6e101e1b-1229-4554-8c91-a141527ab961\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:28:43\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/76c44d68-a2a7-4fea-841c-25788f076c1e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=76c44d68-a2a7-4fea-841c-25788f076c1e\"\n                    },\n                    {\n                        \"id\": \"1285fd29-20a1-40eb-9a1f-bc7d89bd602b\",\n                        \"contentName\": \"Quality Coaching - Module 2\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/535fc061-7917-4193-9e42-1b357caf93e1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=535fc061-7917-4193-9e42-1b357caf93e1\"\n                    },\n                    {\n                        \"id\": \"04a0fed1-f12d-4935-9357-e40d52687b53\",\n                        \"contentName\": \"Quality Coaching - Module 3\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:10\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/994afd08-e597-4df2-9f50-3eebbd79f1bc\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=994afd08-e597-4df2-9f50-3eebbd79f1bc\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/6e101e1b-1229-4554-8c91-a141527ab961\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n    }\n]"},{"id":"17c1e6c3-77cc-440e-a27f-ce4d7a5b039f","name":"ASSIGNMENTS - Request user COMPLETED assignments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2023-12-11&CompletionEndDate=2023-12-21&UserId=09653cbc-76b3-4aac-bea8-dbe3572f777a","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignmentAll",""],"query":[{"key":"CompletionStartDate","value":"2023-12-11"},{"key":"CompletionEndDate","value":"2023-12-21","description":"Value must be no greater than 10 days from Start Date."},{"key":"UserId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1346"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Apr 2024 20:45:16 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"3d94c91f-f7b8-49d6-be13-19859cc1ffeb\",\n        \"assignmentName\": \"On Boarding - Start 1129\",\n        \"assignmentDescription\": \"Randy MitchellUser (rm_user)   On Boarding - 11/29\",\n        \"startDate\": \"2023-12-20T00:00:00\",\n        \"dueDate\": \"2023-12-25T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2023-12-20T13:38:36.0225036\",\n        \"courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"courseName\": \"Ash-course-6\",\n                \"content\": [\n                    {\n                        \"id\": \"2dea61bd-95ce-45ad-9272-01efb8d823e7\",\n                        \"contentName\": \"On Boarding Introduction\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2023-12-20T13:38:36.0225036\",\n                        \"duration\": \"00:00:23\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b4275a0d-1d87-436e-8279-611fc43768a0\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b4275a0d-1d87-436e-8279-611fc43768a0\",\n                        \"WorkNoteContentItemId\": \"f58cdb7b-62d1-4892-bac0-44f4428dd8bf\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/b4275a0d-1d87-436e-8279-611fc43768a0\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=b4275a0d-1d87-436e-8279-611fc43768a0\"\n    }\n]"},{"id":"46b8e6bd-c36a-4a5e-878f-7f53e4448c6f","name":"ASSIGNMENTS - Request user COMPLETED assignments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignmentAll/?CompletionStartDate=2023-12-11&CompletionEndDate=2023-12-21&UserId=09653cbc-76b3-4aac-bea8-dbe3572f777a","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignmentAll",""],"query":[{"key":"CompletionStartDate","value":"2023-12-11"},{"key":"CompletionEndDate","value":"2023-12-21","description":"Value must be no greater than 10 days from Start Date."},{"key":"UserId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1346"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Apr 2024 20:45:16 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"3d94c91f-f7b8-49d6-be13-19859cc1ffeb\",\n        \"assignmentName\": \"On Boarding - Start 1129\",\n        \"assignmentDescription\": \"Randy MitchellUser (rm_user)   On Boarding - 11/29\",\n        \"startDate\": \"2023-12-20T00:00:00\",\n        \"dueDate\": \"2023-12-25T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2023-12-20T13:38:36.0225036\",\n        \"courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"courseName\": \"Ash-course-6\",\n                \"content\": [\n                    {\n                        \"id\": \"2dea61bd-95ce-45ad-9272-01efb8d823e7\",\n                        \"contentName\": \"On Boarding Introduction\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2023-12-20T13:38:36.0225036\",\n                        \"duration\": \"00:00:23\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b4275a0d-1d87-436e-8279-611fc43768a0\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b4275a0d-1d87-436e-8279-611fc43768a0\",\n                        \"WorkNoteContentItemId\": \"f58cdb7b-62d1-4892-bac0-44f4428dd8bf\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/b4275a0d-1d87-436e-8279-611fc43768a0\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=b4275a0d-1d87-436e-8279-611fc43768a0\"\n    }\n]"}],"_postman_id":"39a59c28-0dd7-4af2-bc3c-3dffd508776a"},{"name":"ASSIGNMENTS - Request INCOMPLETE/COMPLETE ASSIGNMENTS for a USER","id":"3c2ac3c5-96f6-424a-983d-50f0d91d2065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/?userId=09653cbc-76b3-4aac-bea8-dbe3572f777a&status=ALL","description":"<p>Request all assignments for the specified user by status.</p>\n<p>Parameters :<br />UserId – GUID that uniquely identifies the user, the GUID can be retrieved using the POST operation to request all users - <a href=\"https://documenter.getpostman.com/view/91791/SzzkcHLU#5d5d97f9-6170-44dc-9264-c634c620c839\">POST - USERS - Request all users</a>.<br />Status - Valid values ALL, COMPLETE, CURRENT and INCOMPLETE.</p>\n","urlObject":{"protocol":"https","path":["api","UserAssignment",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"userId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"},{"description":{"content":"<p>Valid values ALL, COMPLETE, CURRENT and INCOMPLETE.</p>\n","type":"text/plain"},"key":"status","value":"ALL"}],"variable":[]}},"response":[{"id":"0f037430-fbd9-4351-af5c-7af7fd832871","name":"ASSIGNMENTS - Request INCOMPLETE/COMPLETE assignments for a specific user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/?userId=09653cbc-76b3-4aac-bea8-dbe3572f777a&status=All","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignment",""],"query":[{"key":"userId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"},{"key":"status","value":"All"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"35093"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 Apr 2022 14:58:50 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=54a07f2db87fb67bf532ea00bf8cf93ed41ad37f6cdcc6a3d09d399028a6d026;Path=/;HttpOnly;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=54a07f2db87fb67bf532ea00bf8cf93ed41ad37f6cdcc6a3d09d399028a6d026;Path=/;HttpOnly;SameSite=None;Secure;Domain=iwfclassroom-ext-api-uat.infinit-i.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"9c873746-9b5f-4d65-9dd9-2f4b8a5f0a46\",\n        \"assignmentName\": \"RM001\",\n        \"assignmentDescription\": \"RM001\",\n        \"startDate\": \"2020-03-03T00:00:00\",\n        \"dueDate\": \"2020-03-31T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2020-03-03T16:01:33.3849494\",\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2020-03-03T16:01:33.3849494\",\n                        \"duration\": \"00:01:04\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/5f29544c-8197-40e4-b64c-6156ffd60361\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=5f29544c-8197-40e4-b64c-6156ffd60361\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/5f29544c-8197-40e4-b64c-6156ffd60361\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=5f29544c-8197-40e4-b64c-6156ffd60361\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"4d7d1ab5-b952-4ee5-b7ed-5414ae277b3c\",\n        \"assignmentName\": \"RM002\",\n        \"assignmentDescription\": \"RM002\",\n        \"startDate\": \"2020-03-04T00:00:00\",\n        \"dueDate\": \"2020-03-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"d1947a84-6435-455d-ae95-2e315ee542d8\",\n        \"assignmentName\": \"RM003\",\n        \"assignmentDescription\": \"RM003\",\n        \"startDate\": \"2020-03-04T00:00:00\",\n        \"dueDate\": \"2020-03-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"c35b775e-30f0-4d7f-bb6c-2764cfe9dc63\",\n                        \"contentName\": \"Simple Content - 20200304_1550\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0c740c7-e165-4d0e-be92-517df69d028c\",\n                        \"contentName\": \"Simple Content - 20200305_1000\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:30\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/c0d81d78-7e73-4bdf-a92f-7c67004d3728\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=c0d81d78-7e73-4bdf-a92f-7c67004d3728\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"26335e4f-4a8d-4ce6-8242-890ea3cc38d0\",\n        \"assignmentName\": \"RM005\",\n        \"assignmentDescription\": \"RM005\",\n        \"startDate\": \"2020-04-10T00:00:00\",\n        \"dueDate\": \"2020-04-30T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2020-05-18T14:36:05.5464098\",\n        \"courses\": [\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"5fbbb11a-06a8-4547-aa9c-14ffc301a6e3\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - DEV\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2020-05-18T14:36:05.5464098\",\n                        \"duration\": \"00:00:14\",\n                        \"score\": 10000,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/c67e927d-8a47-4233-a6fc-a7ad760191f9\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=c67e927d-8a47-4233-a6fc-a7ad760191f9\"\n                    },\n                    {\n                        \"id\": \"41010e62-2f1f-4ef0-8f23-3031e9879f9c\",\n                        \"contentName\": \"Simple Content - V8.7 - UAT\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2020-05-18T14:36:05.5464098\",\n                        \"duration\": \"00:00:17\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/73ec6f58-80e2-4c03-b3c6-560d545d2509\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=73ec6f58-80e2-4c03-b3c6-560d545d2509\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/c67e927d-8a47-4233-a6fc-a7ad760191f9\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=c67e927d-8a47-4233-a6fc-a7ad760191f9\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"11d0c94c-3526-4632-9a77-6345357e4ec7\",\n        \"assignmentName\": \"RM007\",\n        \"assignmentDescription\": \"RM007\",\n        \"startDate\": \"2020-06-18T00:00:00\",\n        \"dueDate\": \"2021-01-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c955537a-e4bc-4df5-adce-2bab8ecf0ff4\",\n        \"assignmentName\": \"Testing API 002\",\n        \"assignmentDescription\": \"Testing API 002 adding more to the description.\",\n        \"startDate\": \"2020-06-18T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:41\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/892252aa-d56c-461c-9779-6e37f608136a\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=892252aa-d56c-461c-9779-6e37f608136a\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"681aa7d0-c00b-4ebd-817a-69d37b38b351\",\n        \"assignmentName\": \"Testing API 002\",\n        \"assignmentDescription\": \"Testing API 002 adding more to the try 2.\",\n        \"startDate\": \"2020-06-18T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"38bfaf1a-b663-4af6-94f4-f88d886fe3ef\",\n        \"assignmentName\": \"RM008\",\n        \"assignmentDescription\": \"RM008\",\n        \"startDate\": \"2020-07-29T00:00:00\",\n        \"dueDate\": \"2020-08-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:03\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/0aee3f97-a78d-4f0d-9d6c-03fd1bd94ee4\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=0aee3f97-a78d-4f0d-9d6c-03fd1bd94ee4\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"345e7afb-e00e-4138-8da1-ce835f85cd07\",\n        \"assignmentName\": \"RM009\",\n        \"assignmentDescription\": \"RM009\",\n        \"startDate\": \"2020-07-29T00:00:00\",\n        \"dueDate\": \"2020-07-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"cb7555d6-cba4-4685-8066-0c31cce4f5ac\",\n        \"assignmentName\": \"AllUserGroupTesting\",\n        \"assignmentDescription\": \"AllUserGroupTesting\",\n        \"startDate\": \"2020-07-30T00:00:00\",\n        \"dueDate\": \"2020-08-06T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"e6d4b540-0529-4da3-890b-3d9e23732b85\",\n        \"assignmentName\": \"RM010\",\n        \"assignmentDescription\": \"RM010\",\n        \"startDate\": \"2020-08-01T00:00:00\",\n        \"dueDate\": \"2020-08-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"61440968-9ad6-4254-aef6-3f63a25be8e1\",\n        \"assignmentName\": \"New Viewer Test - 0001\",\n        \"assignmentDescription\": \"New Viewer Test - 0001\",\n        \"startDate\": \"2020-09-28T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e6682a35-e1f6-4a07-be93-3d1301fb1ca1\",\n                        \"contentName\": \"PDF - Rackspace - i3 API PDF for Sample\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:19\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 34,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/bf6272eb-647f-4b37-aca8-1ec6c80d426d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=bf6272eb-647f-4b37-aca8-1ec6c80d426d\"\n                    },\n                    {\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:16\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 36,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4e157f87-cc10-430e-914d-4bc1223ab587\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4e157f87-cc10-430e-914d-4bc1223ab587\"\n                    },\n                    {\n                        \"id\": \"6a6d1bf7-3d4b-420c-a174-b601c8de0d47\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 43,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"67f052f7-dcec-47f8-ad41-8cb567d71c3a\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 - HOS 2020\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:04:04\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 12,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b0fe1fd2-706d-461d-a68c-0850605d348a\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b0fe1fd2-706d-461d-a68c-0850605d348a\"\n                    },\n                    {\n                        \"id\": \"511b258b-0b42-4ed2-a95e-f009331e8198\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 Sample Short\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:43\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 26,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/3b6b9f60-ae09-499f-ad27-b1cda2499d31\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=3b6b9f60-ae09-499f-ad27-b1cda2499d31\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:40\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 77,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/78c4095c-5f55-4af9-a7f6-0640754a902d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=78c4095c-5f55-4af9-a7f6-0640754a902d\"\n                    },\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:09\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 104,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/acb5e704-47c2-4cb2-8975-36c3c7e5b78d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=acb5e704-47c2-4cb2-8975-36c3c7e5b78d\"\n                    },\n                    {\n                        \"id\": \"395914a8-318a-4d03-872c-a807b1ba80bf\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF #2\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:19\",\n                        \"score\": 10000,\n                        \"numberOfAttempts\": 12,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/39abb2fe-5540-4f3a-9c67-60ded36504d8\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=39abb2fe-5540-4f3a-9c67-60ded36504d8\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"a3faeaff-073a-4ecf-ba4b-3d1b70288a05\",\n                \"courseName\": \"HOS\",\n                \"content\": [\n                    {\n                        \"id\": \"bc204718-70b6-476a-9fa8-ebb7e879ad8f\",\n                        \"contentName\": \"Hours of Service Changes in 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 18,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"1a23bf8d-43be-4256-bcf5-28e7c0c954cb\",\n                \"courseName\": \"Year 1\",\n                \"content\": [\n                    {\n                        \"id\": \"bae6dac7-4521-414e-ae16-e65059360e3e\",\n                        \"contentName\": \"Dan Baker - Year 1 Dan Baker Dispatcher Work Book\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 10,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"d0704e29-2254-4a00-91c0-2ac78b874757\",\n        \"assignmentName\": \"Testing API 002\",\n        \"assignmentDescription\": \"Testing API 002 adding more to the try 2.\",\n        \"startDate\": \"2020-10-05T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"5d21b4f9-c33f-4a0d-9036-496d48aa7e4c\",\n        \"assignmentName\": \"New Viewer Test - 0003\",\n        \"assignmentDescription\": \"New Viewer Test - 0003\",\n        \"startDate\": \"2020-10-06T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"1a23bf8d-43be-4256-bcf5-28e7c0c954cb\",\n                \"courseName\": \"Year 1\",\n                \"content\": [\n                    {\n                        \"id\": \"bae6dac7-4521-414e-ae16-e65059360e3e\",\n                        \"contentName\": \"Dan Baker - Year 1 Dan Baker Dispatcher Work Book\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:45\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/e5707859-d388-4c58-ba17-e7d8461c601d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=e5707859-d388-4c58-ba17-e7d8461c601d\"\n                    },\n                    {\n                        \"id\": \"29c95aad-febc-48a8-90df-c1fe36076774\",\n                        \"contentName\": \"Dan Baker - Year 1 Dan Bakers User Overview\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:09\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 21,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/40307346-9692-4f81-bc48-36e18d44ff65\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=40307346-9692-4f81-bc48-36e18d44ff65\"\n                    },\n                    {\n                        \"id\": \"85264d78-4d22-4f4a-ab55-b60ad240286a\",\n                        \"contentName\": \"Dan Baker - Year 1 Managers Workbook\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c3c9a3f0-49a1-4297-90bd-fb75bb6e1487\",\n        \"assignmentName\": \"New Viewer Demo 0004\",\n        \"assignmentDescription\": \"New Viewer Demo 0004\",\n        \"startDate\": \"2020-10-19T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e6682a35-e1f6-4a07-be93-3d1301fb1ca1\",\n                        \"contentName\": \"PDF - Rackspace - i3 API PDF for Sample\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:01\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/61ddc0a0-fe34-45f7-9232-6fda4cd74fd2\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=61ddc0a0-fe34-45f7-9232-6fda4cd74fd2\"\n                    },\n                    {\n                        \"id\": \"6a6d1bf7-3d4b-420c-a174-b601c8de0d47\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"67f052f7-dcec-47f8-ad41-8cb567d71c3a\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"511b258b-0b42-4ed2-a95e-f009331e8198\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 Sample Short\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:22\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 29,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/1ecd9409-86a5-4e36-a7c2-c6a5b8452282\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=1ecd9409-86a5-4e36-a7c2-c6a5b8452282\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:04:15\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 38,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/274a2aa6-9132-4b43-af7f-b06207dc62fe\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=274a2aa6-9132-4b43-af7f-b06207dc62fe\"\n                    },\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 42,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/41bb23b9-0879-4787-b6d6-607a8549feb9\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=41bb23b9-0879-4787-b6d6-607a8549feb9\"\n                    },\n                    {\n                        \"id\": \"395914a8-318a-4d03-872c-a807b1ba80bf\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF #2\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:08\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 12,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b9541e1d-ef5a-4496-a24d-8ad0e009c3c1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b9541e1d-ef5a-4496-a24d-8ad0e009c3c1\"\n                    },\n                    {\n                        \"id\": \"e0f128a1-b4d6-44d0-a22c-c067a57b936d\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 22,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"13acff48-f796-4a67-9a5d-3ba6bca237f0\",\n                        \"contentName\": \"VIDEO - VIMEO - Sample\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 15,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"05e240a1-f004-4fd4-952b-c491e875324d\",\n        \"assignmentName\": \"iSpring Demo 0001\",\n        \"assignmentDescription\": \"iSpring Demo 0001\",\n        \"startDate\": \"2020-10-19T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3bf6c2dd-c37c-46d5-acac-ef2e192817c3\",\n                \"courseName\": \"DNI Logistics\",\n                \"content\": [\n                    {\n                        \"id\": \"e182f4ec-1ced-44a2-ba82-7bf24258b09d\",\n                        \"contentName\": \"Driver Parking Trucks\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:06\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/366bfa15-98a2-4c74-b4ed-fe615282abd1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=366bfa15-98a2-4c74-b4ed-fe615282abd1\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"69eab837-6d1c-4899-90f3-d62707a3e2c5\",\n                \"courseName\": \"Dupre\",\n                \"content\": [\n                    {\n                        \"id\": \"d6f262e4-e7d6-4335-86ad-7d236ed339a2\",\n                        \"contentName\": \"Komatsu Crawler Dozer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e524cceb-2eab-42a5-bc8c-4ca83b788600\",\n                        \"contentName\": \"Komatsu Wheel Loader\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"86ac9c86-e248-497b-a303-8550d92267f0\",\n                \"courseName\": \"Jetco\",\n                \"content\": [\n                    {\n                        \"id\": \"5d0497c9-faf5-43b2-8efd-4646b880e82d\",\n                        \"contentName\": \"Beat the Heat\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f4f80568-9b4d-4995-a803-856f838a2cca\",\n                        \"contentName\": \"Top 10 Lifting Rules\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:37\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/dbe558a4-b16a-4209-a3dd-51dbc1d9d59b\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=dbe558a4-b16a-4209-a3dd-51dbc1d9d59b\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6cd32773-3075-40f3-b6cd-8a7c5671181e\",\n                \"courseName\": \"Jetco\",\n                \"content\": [\n                    {\n                        \"id\": \"815b120e-2a56-46f3-a150-9b6cccf6e52b\",\n                        \"contentName\": \"Iron Mike and Hobo\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bad0e64a-ccbd-4551-8901-fef6c9af841a\",\n                        \"contentName\": \"Making Safety Happen\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"953ae36d-cab0-4393-88d4-5d5648642094\",\n                \"courseName\": \"Transport Corporation of America\",\n                \"content\": [\n                    {\n                        \"id\": \"71b5cad0-3d2a-4a22-9ab2-fdf6a1f47c9c\",\n                        \"contentName\": \"DI Survey - Part Two - Survey\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/67c4ddcd-8962-446a-8e7e-cf1a48a36237\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=67c4ddcd-8962-446a-8e7e-cf1a48a36237\"\n                    },\n                    {\n                        \"id\": \"ba260b23-d98a-4f1d-8c67-ea3234b12887\",\n                        \"contentName\": \"Leaders Managing a Remote Workforce (SCORM)\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3ad451c9-cca8-4562-b9b9-6f0ebe9d0d0a\",\n                        \"contentName\": \"Lytx Drivecam Onboarding\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/34e8d0d2-f3d3-4bf1-bae1-3eca84307c0b\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=34e8d0d2-f3d3-4bf1-bae1-3eca84307c0b\"\n                    },\n                    {\n                        \"id\": \"7a826f8a-d033-4636-956d-ba14998d07d2\",\n                        \"contentName\": \"Orientation Survey\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/bf390664-c594-43d1-99ca-ca8132d3a56f\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=bf390664-c594-43d1-99ca-ca8132d3a56f\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"516a6d61-26d2-491b-9997-334a77cdc0e8\",\n        \"assignmentName\": \"Testing API 004\",\n        \"assignmentDescription\": \"Testing API 004\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"1170ac27-03e6-4744-a732-4bcda26463f1\",\n                \"courseName\": \"School Bus - Special Needs Transportation\",\n                \"content\": [\n                    {\n                        \"id\": \"26c99873-15a1-4215-a93e-b0b5fd500d42\",\n                        \"contentName\": \"01. Special Needs - Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"9995963f-99a0-4b4c-9cff-79bf4ee3420f\",\n                \"courseName\": \"Take a Stand and Lend a Hand - Webisodes for Children (5 to 8 Years)\",\n                \"content\": [\n                    {\n                        \"id\": \"f7462243-9a55-422b-960e-68293614985c\",\n                        \"contentName\": \"01. Yes... That's Bullying\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"bd84c5f5-68f7-4595-b02a-57db405dc9ba\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"1170ac27-03e6-4744-a732-4bcda26463f1\",\n                \"courseName\": \"School Bus - Special Needs Transportation\",\n                \"content\": [\n                    {\n                        \"id\": \"26c99873-15a1-4215-a93e-b0b5fd500d42\",\n                        \"contentName\": \"01. Special Needs - Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"9995963f-99a0-4b4c-9cff-79bf4ee3420f\",\n                \"courseName\": \"Take a Stand and Lend a Hand - Webisodes for Children (5 to 8 Years)\",\n                \"content\": [\n                    {\n                        \"id\": \"f7462243-9a55-422b-960e-68293614985c\",\n                        \"contentName\": \"01. Yes... That's Bullying\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"fe714b4b-8aa1-4439-9816-da018805b79a\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"f51d5342-0557-4677-9079-fc53f46a79a9\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"f9358e4c-47e2-4bd2-83e8-e50152251593\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"65d838cb-fd99-4947-90fb-c1e533ca15ef\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"03c6d86d-2693-4872-b3c0-1fd3e2eb5973\",\n                \"courseName\": \"Vehicle Maintenance\",\n                \"content\": [\n                    {\n                        \"id\": \"409eeab7-5bbb-4bf5-a5b1-7c0995ba0fc0\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"469578c7-563a-4436-990b-9b0bb774025e\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f0edd7a4-e391-45a9-87b5-58c3b66b5c15\",\n                \"courseName\": \"Defensive Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"78152339-dd6a-4696-ac78-5e8fd98b08dc\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"68aa5815-129d-43dc-a191-88b27bbdddb4\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 2. Essentials of Defensive Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c1087e59-6a77-4ab6-8379-bf0b9b103c1a\",\n        \"assignmentName\": \"Testing  Assignment Creation-4\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-4\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"03c6d86d-2693-4872-b3c0-1fd3e2eb5973\",\n                \"courseName\": \"Vehicle Maintenance\",\n                \"content\": [\n                    {\n                        \"id\": \"409eeab7-5bbb-4bf5-a5b1-7c0995ba0fc0\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"469578c7-563a-4436-990b-9b0bb774025e\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f0edd7a4-e391-45a9-87b5-58c3b66b5c15\",\n                \"courseName\": \"Defensive Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"78152339-dd6a-4696-ac78-5e8fd98b08dc\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"68aa5815-129d-43dc-a191-88b27bbdddb4\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 2. Essentials of Defensive Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"f766d2e1-319c-46b6-906c-c3d86e08ac40\",\n        \"assignmentName\": \"Testing  Assignment Creation-5\",\n        \"assignmentDescription\": \"Testing  Assignment Creation-5\",\n        \"startDate\": \"2020-10-30T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"03c6d86d-2693-4872-b3c0-1fd3e2eb5973\",\n                \"courseName\": \"Vehicle Maintenance\",\n                \"content\": [\n                    {\n                        \"id\": \"409eeab7-5bbb-4bf5-a5b1-7c0995ba0fc0\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"469578c7-563a-4436-990b-9b0bb774025e\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f0edd7a4-e391-45a9-87b5-58c3b66b5c15\",\n                \"courseName\": \"Defensive Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"78152339-dd6a-4696-ac78-5e8fd98b08dc\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"68aa5815-129d-43dc-a191-88b27bbdddb4\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 2. Essentials of Defensive Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"2c016251-a2a0-457d-a645-2bf7821df347\",\n        \"assignmentName\": \"Testing API 005\",\n        \"assignmentDescription\": \"Testing API 005\",\n        \"startDate\": \"2020-11-02T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"7a9335c3-0d3e-4370-b440-4722f29e8cc7\",\n                \"courseName\": \"Safe Pupil Drug and Alcohol Training\",\n                \"content\": [\n                    {\n                        \"id\": \"33cd1ee3-a0bb-41ce-85af-ce8b33f4bc09\",\n                        \"contentName\": \": Administration - 5. Calendar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d5c3d843-88c1-462d-8a8f-e9ca4ff61844\",\n                        \"contentName\": \"A. Test Procedures - 01. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3daa0ec2-4bc4-42cf-a9b1-4639b4472a28\",\n                        \"contentName\": \"A. Test Procedures - 02. EBT Device\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0cfc27d-1100-40b8-87a0-86fdd9a92e8e\",\n                        \"contentName\": \"A. Test Procedures - 03. Breath Alcohol Technician\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"965bc08d-cb79-4f3c-86ab-eaa37f4df931\",\n                        \"contentName\": \"A. Test Procedures - 04. Alcohol Testing Site\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c52c4ce-4150-44e0-95a2-cd2843a49c49\",\n                        \"contentName\": \"A. Test Procedures - 05. Alcohol Testing Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4997fa5d-1f16-4cc3-b996-bbb98c71815d\",\n                        \"contentName\": \"A. Test Procedures - 06. EBT Screening Test\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:31\",\n                        \"score\": 33,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/d8d64cc0-49e7-4e5c-8d17-83c60eb2413c\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=d8d64cc0-49e7-4e5c-8d17-83c60eb2413c\"\n                    },\n                    {\n                        \"id\": \"4c0b0be1-31b0-4a27-809b-0bbf0151fe79\",\n                        \"contentName\": \"A. Test Procedures - 07. ASD Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f9519e7b-915f-479d-aa8e-b2cf2862742e\",\n                        \"contentName\": \"A. Test Procedures - 08. Confirmation Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"05083b7a-b5ad-48bb-b374-04302f04e993\",\n                        \"contentName\": \"A. Test Procedures - 09. Reporting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5292501a-c43a-4fac-801a-232f6d1f04b2\",\n                        \"contentName\": \"A. Test Procedures - 10. Test Accuracy\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d0acaa14-0484-4b09-a95f-df605bfb3534\",\n                        \"contentName\": \"A. Test Procedures - 11. SAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"23d25d93-d471-4bdf-a442-46ae0aadab6a\",\n                        \"contentName\": \"A. Test Procedures - 12. Alcohol Related Conduct\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"a51b8074-94d7-4127-a41a-5cb0c835211e\",\n                        \"contentName\": \"A. Test Procedures - 13. Dry Run of the Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1434861f-b5da-4095-b3a6-5d6f240f88ac\",\n                        \"contentName\": \"Administration - 1. Recordkeeping\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f31aac85-c3a1-403e-bc14-c014f506de1e\",\n                        \"contentName\": \"Administration - 2. Documentation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7c848f44-6014-42e2-8dc6-95a1f73516d8\",\n                        \"contentName\": \"Administration - 3. Confidentiality\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e77db8b4-6883-4395-88fc-417eeba8ede1\",\n                        \"contentName\": \"Administration - 4. Testing Laboratory Procedures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"671c9dd6-5ba0-4956-96a9-1827adaeed9c\",\n                        \"contentName\": \"C.S. Test Procedures - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"75aadb6f-4fa6-47b7-a66a-605291d58882\",\n                        \"contentName\": \"C.S. Test Procedures - 2. Driver Checklist\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"9915e6fe-9b47-4c2f-8335-568ac784661c\",\n                        \"contentName\": \"C.S. Test Procedures - 3.Collection Site Personnel\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed62c25-1bdb-44a8-b9ce-2603f372b71b\",\n                        \"contentName\": \"C.S. Test Procedures - 4. Specimen Collection\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f5a342f-ba7a-44f2-8d00-2773d8e07f6c\",\n                        \"contentName\": \"C.S. Test Procedures - 5. Collection Supplies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8beb5fec-0cd8-4390-9424-05ce5dee13da\",\n                        \"contentName\": \"C.S. Test Procedures - 6. Collection Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5393eb95-e537-476e-ae0a-b23ae33eed20\",\n                        \"contentName\": \"C.S. Test Procedures - 7. Lab Test Requirements\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"935d1478-e91d-4722-b76f-4a274a9b9b5d\",\n                        \"contentName\": \"C.S. Test Procedures - 8. Medical Review Officer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"342b106a-eff6-4069-a1a1-55f84cbadc2f\",\n                        \"contentName\": \"C.S. Test Procedures - 9. Positive Test Results\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b62267c8-14fb-483a-a3d0-3f6a31420665\",\n                        \"contentName\": \"C.S. Test Procedures- 10. Reporting Positive Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5b693265-6c7a-4d4f-88d0-d089e2843bf7\",\n                        \"contentName\": \"C.S. Test Procedures- 11. MRO Discussions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41674b08-1dc8-420e-86cd-247eb702acd9\",\n                        \"contentName\": \"C.S. Test Procedures- 12. Collection Site Check\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed816e3-7c65-4f7d-b4c6-f31433d9d8c0\",\n                        \"contentName\": \"Employee Assistance Programs - 1. Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea84583b-4842-49d9-a652-4c7b32fa3d07\",\n                        \"contentName\": \"Employee Assistance Programs - 2. EAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1ead949e-817c-4c4c-a2c1-8a755a9823ba\",\n                        \"contentName\": \"Employee Assistance Programs - 3. Rehab/Treatment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"20600ef6-ce37-4d65-b693-b7d7787afd6f\",\n                \"courseName\": \"Omnitracs ELD - IVG\",\n                \"content\": [\n                    {\n                        \"id\": \"5d9b5fb6-552c-46f4-9c33-d3eb6253ff98\",\n                        \"contentName\": \"01 - Certify Driver HOS Logs in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a799138-1119-4e0b-a428-bdf34d0ab757\",\n                        \"contentName\": \"02 - Declaring Yard Moves in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c44f5fd-a16d-41a4-a128-f01e868e393e\",\n                        \"contentName\": \"03 - Login and Pre-Trip Training Video Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b7224d7e-8fd9-4b48-ad16-ed9c3616e1c7\",\n                        \"contentName\": \"04 - Logout and PostTrip Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7cdfcb1d-63e0-419d-83c4-06cf99eeefe4\",\n                        \"contentName\": \"05 - Messaging using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bd135737-505e-4124-8c21-58b96d87b0c3\",\n                        \"contentName\": \"06 - Mobile Log Editor - Add Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"cb9791de-3c2b-4ddb-bb8d-4fafd89664f3\",\n                        \"contentName\": \"07 - Mobile Log Editor - Edit Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"31e19150-595b-4f14-9924-b902ef5e8a6c\",\n                        \"contentName\": \"08 - Omnitracs XRS Enhancements for ELD\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f6e911f6-1cff-423c-96a7-bc538474698c\",\n                        \"contentName\": \"09 - Omnitracs XRS Mobile Training - Driver Logs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2dcbab3c-a603-4246-9943-4e6aee5e9d75\",\n                        \"contentName\": \"10 - Personal Conveyance\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7dbf0c3c-780d-42ca-a85e-01fb2fb7aa70\",\n                        \"contentName\": \"11 - Short Haul Operations in XRS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e91da544-7c30-46a7-9363-d6802a3427dd\",\n                        \"contentName\": \"12 - Team Driving in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b71fb54e-51e2-4204-99cc-a731935113c7\",\n                        \"contentName\": \"13 - Unassigned Vehicle Activity for Drivers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"beee4677-c4bf-4f3e-8415-519976803a4e\",\n                        \"contentName\": \"14 - Unassigned Vehicle Activity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ae3ae173-23ad-4a59-84aa-797250d78d51\",\n                        \"contentName\": \"15. IVG - Omnitracs XRS Enhancements for Fleet Administrators\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"4ff4ce68-4418-4e6c-9cc4-c9191c35f4a9\",\n        \"assignmentName\": \"FF After Attempt\",\n        \"assignmentDescription\": \"FF After Attempt\",\n        \"startDate\": \"2020-12-07T00:00:00\",\n        \"dueDate\": \"2020-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e0f128a1-b4d6-44d0-a22c-c067a57b936d\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:24\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/65ff933e-aecc-4ff0-846b-278b1ecfa9a4\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=65ff933e-aecc-4ff0-846b-278b1ecfa9a4\"\n                    },\n                    {\n                        \"id\": \"17b3fd69-d9be-4df0-8c07-95ff3c7a4768\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020 - 2nd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:44\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4464e6fb-ffa5-45eb-8ae9-946624dc5939\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4464e6fb-ffa5-45eb-8ae9-946624dc5939\"\n                    },\n                    {\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"6a6d1bf7-3d4b-420c-a174-b601c8de0d47\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"511b258b-0b42-4ed2-a95e-f009331e8198\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 Sample Short\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:26\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 34,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/e9204ff1-3fcd-4cdf-bafb-2ffeb90813fa\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=e9204ff1-3fcd-4cdf-bafb-2ffeb90813fa\"\n                    },\n                    {\n                        \"id\": \"67f052f7-dcec-47f8-ad41-8cb567d71c3a\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"13acff48-f796-4a67-9a5d-3ba6bca237f0\",\n                        \"contentName\": \"VIDEO - VIMEO - Sample\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:34\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 16,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/98bcf6d1-0b2e-43b9-9037-fb3879845a48\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=98bcf6d1-0b2e-43b9-9037-fb3879845a48\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"ff33e174-e5ce-4fa4-8a79-84a42c3038ac\",\n        \"assignmentName\": \"RM_User SCORM\",\n        \"assignmentDescription\": \"RM_User SCORM\",\n        \"startDate\": \"2021-01-15T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e5d18163-67db-4efc-afe2-6131f48895a0\",\n                        \"contentName\": \"SCORM - GOLF\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"01:14:57\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/733c4c5c-912a-4442-9984-05ee27165e49\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=733c4c5c-912a-4442-9984-05ee27165e49\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:31\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/41aa6dcc-60c9-4201-a2a5-086f07cb995c\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=41aa6dcc-60c9-4201-a2a5-086f07cb995c\"\n                    },\n                    {\n                        \"id\": \"1285fd29-20a1-40eb-9a1f-bc7d89bd602b\",\n                        \"contentName\": \"Quality Coaching - Module 2\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:59\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/63ee7747-1186-4157-9fa5-755625e0f333\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=63ee7747-1186-4157-9fa5-755625e0f333\"\n                    },\n                    {\n                        \"id\": \"04a0fed1-f12d-4935-9357-e40d52687b53\",\n                        \"contentName\": \"Quality Coaching - Module 3\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:13\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/3f01028e-9cb2-459e-ba94-05d61c3814c0\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=3f01028e-9cb2-459e-ba94-05d61c3814c0\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"2d63d813-2aec-4245-aebb-daf9c6f087f9\",\n                \"courseName\": \"SCORM Viewer - Misc\",\n                \"content\": [\n                    {\n                        \"id\": \"6d462e27-b214-4d07-b333-5e0fa424cc93\",\n                        \"contentName\": \"Cardinal - 5 Faces of Performance Management\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:15\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b256b976-cc5e-4e49-876e-ed9c8eec91b6\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b256b976-cc5e-4e49-876e-ed9c8eec91b6\"\n                    },\n                    {\n                        \"id\": \"ae3308a0-d8f4-43b9-9651-5b7b795de7c5\",\n                        \"contentName\": \"Foodliner - Harassment Prevention: A Commonsense Approach for Managers\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:19\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/9228ecb8-73fa-4648-b373-a6e3dc2ebedf\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=9228ecb8-73fa-4648-b373-a6e3dc2ebedf\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"a2bb8434-435c-42dd-9d33-f53ce377feb0\",\n                \"courseName\": \"SCORM Viewer - GTI Group\",\n                \"content\": [\n                    {\n                        \"id\": \"0346c8a7-f377-424a-9dfc-4876e7223f5d\",\n                        \"contentName\": \"The Service Mentality\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:03\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4f48b5c3-c6fe-4da0-910e-0570c4dd6a55\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4f48b5c3-c6fe-4da0-910e-0570c4dd6a55\"\n                    },\n                    {\n                        \"id\": \"faa18104-4ae5-41d0-8508-a2411dd320f3\",\n                        \"contentName\": \"The Service Mentality - DEMO\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:21\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 19,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/536e43d0-d67b-4006-beab-084701b7b6c7\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=536e43d0-d67b-4006-beab-084701b7b6c7\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738a472c-d0be-4a06-8e57-05c58ecbd4da\",\n                \"courseName\": \"SCORM Viewer - Smith Systems\",\n                \"content\": [\n                    {\n                        \"id\": \"7bd3f0e5-ab51-486a-b700-c3c8f44e6f47\",\n                        \"contentName\": \"Truck/Forward Motion and Backing Combo\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"04:12:30\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/477f7da1-c60f-45db-a118-f816636112ce\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=477f7da1-c60f-45db-a118-f816636112ce\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"188a1c06-2bb5-4b5a-ac17-46e513ff3371\",\n        \"assignmentName\": \"RM_User SCORM2\",\n        \"assignmentDescription\": \"RM_User SCORM2\",\n        \"startDate\": \"2021-01-22T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"2d63d813-2aec-4245-aebb-daf9c6f087f9\",\n                \"courseName\": \"SCORM Viewer - Misc\",\n                \"content\": [\n                    {\n                        \"id\": \"6d462e27-b214-4d07-b333-5e0fa424cc93\",\n                        \"contentName\": \"Cardinal - 5 Faces of Performance Management\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:03:09\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 10,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/7d9471c6-ac1d-40d4-96ce-31f28bc5658d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=7d9471c6-ac1d-40d4-96ce-31f28bc5658d\"\n                    },\n                    {\n                        \"id\": \"ae3308a0-d8f4-43b9-9651-5b7b795de7c5\",\n                        \"contentName\": \"Foodliner - Harassment Prevention: A Commonsense Approach for Managers\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:56\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/6a4f49d6-0765-462f-ba95-9946ce6b98ce\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=6a4f49d6-0765-462f-ba95-9946ce6b98ce\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738a472c-d0be-4a06-8e57-05c58ecbd4da\",\n                \"courseName\": \"SCORM Viewer - Smith Systems\",\n                \"content\": [\n                    {\n                        \"id\": \"7bd3f0e5-ab51-486a-b700-c3c8f44e6f47\",\n                        \"contentName\": \"Truck/Forward Motion and Backing Combo\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"01:15:41\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/f5cfcf1f-0d74-47e7-85bf-f90fab28a8ec\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=f5cfcf1f-0d74-47e7-85bf-f90fab28a8ec\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1285fd29-20a1-40eb-9a1f-bc7d89bd602b\",\n                        \"contentName\": \"Quality Coaching - Module 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"04a0fed1-f12d-4935-9357-e40d52687b53\",\n                        \"contentName\": \"Quality Coaching - Module 3\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"ff81d70a-6182-4433-ae72-ad6c1cb777aa\",\n        \"assignmentName\": \"RM SCORM USA\",\n        \"assignmentDescription\": \"RM SCORM USA\",\n        \"startDate\": \"2021-01-26T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:07\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/6e101e1b-1229-4554-8c91-a141527ab961\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:28:43\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/76c44d68-a2a7-4fea-841c-25788f076c1e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=76c44d68-a2a7-4fea-841c-25788f076c1e\"\n                    },\n                    {\n                        \"id\": \"1285fd29-20a1-40eb-9a1f-bc7d89bd602b\",\n                        \"contentName\": \"Quality Coaching - Module 2\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/535fc061-7917-4193-9e42-1b357caf93e1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=535fc061-7917-4193-9e42-1b357caf93e1\"\n                    },\n                    {\n                        \"id\": \"04a0fed1-f12d-4935-9357-e40d52687b53\",\n                        \"contentName\": \"Quality Coaching - Module 3\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-01-27T08:52:20.1387717\",\n                        \"duration\": \"00:00:10\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/994afd08-e597-4df2-9f50-3eebbd79f1bc\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=994afd08-e597-4df2-9f50-3eebbd79f1bc\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/6e101e1b-1229-4554-8c91-a141527ab961\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=6e101e1b-1229-4554-8c91-a141527ab961\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"6d97bb31-88e6-4610-bfb5-dd142f06906d\",\n        \"assignmentName\": \"Testing API test-11\",\n        \"assignmentDescription\": \"Testing API test-11\",\n        \"startDate\": \"2021-03-06T00:00:00\",\n        \"dueDate\": \"2021-05-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:15\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b7e51b0b-88fa-4a93-b4d8-277ba9ee6193\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b7e51b0b-88fa-4a93-b4d8-277ba9ee6193\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"7a9335c3-0d3e-4370-b440-4722f29e8cc7\",\n                \"courseName\": \"Safe Pupil Drug and Alcohol Training\",\n                \"content\": [\n                    {\n                        \"id\": \"33cd1ee3-a0bb-41ce-85af-ce8b33f4bc09\",\n                        \"contentName\": \": Administration - 5. Calendar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d5c3d843-88c1-462d-8a8f-e9ca4ff61844\",\n                        \"contentName\": \"A. Test Procedures - 01. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3daa0ec2-4bc4-42cf-a9b1-4639b4472a28\",\n                        \"contentName\": \"A. Test Procedures - 02. EBT Device\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0cfc27d-1100-40b8-87a0-86fdd9a92e8e\",\n                        \"contentName\": \"A. Test Procedures - 03. Breath Alcohol Technician\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"965bc08d-cb79-4f3c-86ab-eaa37f4df931\",\n                        \"contentName\": \"A. Test Procedures - 04. Alcohol Testing Site\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c52c4ce-4150-44e0-95a2-cd2843a49c49\",\n                        \"contentName\": \"A. Test Procedures - 05. Alcohol Testing Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4997fa5d-1f16-4cc3-b996-bbb98c71815d\",\n                        \"contentName\": \"A. Test Procedures - 06. EBT Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4c0b0be1-31b0-4a27-809b-0bbf0151fe79\",\n                        \"contentName\": \"A. Test Procedures - 07. ASD Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f9519e7b-915f-479d-aa8e-b2cf2862742e\",\n                        \"contentName\": \"A. Test Procedures - 08. Confirmation Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"05083b7a-b5ad-48bb-b374-04302f04e993\",\n                        \"contentName\": \"A. Test Procedures - 09. Reporting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5292501a-c43a-4fac-801a-232f6d1f04b2\",\n                        \"contentName\": \"A. Test Procedures - 10. Test Accuracy\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d0acaa14-0484-4b09-a95f-df605bfb3534\",\n                        \"contentName\": \"A. Test Procedures - 11. SAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"23d25d93-d471-4bdf-a442-46ae0aadab6a\",\n                        \"contentName\": \"A. Test Procedures - 12. Alcohol Related Conduct\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"a51b8074-94d7-4127-a41a-5cb0c835211e\",\n                        \"contentName\": \"A. Test Procedures - 13. Dry Run of the Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1434861f-b5da-4095-b3a6-5d6f240f88ac\",\n                        \"contentName\": \"Administration - 1. Recordkeeping\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f31aac85-c3a1-403e-bc14-c014f506de1e\",\n                        \"contentName\": \"Administration - 2. Documentation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7c848f44-6014-42e2-8dc6-95a1f73516d8\",\n                        \"contentName\": \"Administration - 3. Confidentiality\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e77db8b4-6883-4395-88fc-417eeba8ede1\",\n                        \"contentName\": \"Administration - 4. Testing Laboratory Procedures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"671c9dd6-5ba0-4956-96a9-1827adaeed9c\",\n                        \"contentName\": \"C.S. Test Procedures - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"75aadb6f-4fa6-47b7-a66a-605291d58882\",\n                        \"contentName\": \"C.S. Test Procedures - 2. Driver Checklist\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"9915e6fe-9b47-4c2f-8335-568ac784661c\",\n                        \"contentName\": \"C.S. Test Procedures - 3.Collection Site Personnel\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed62c25-1bdb-44a8-b9ce-2603f372b71b\",\n                        \"contentName\": \"C.S. Test Procedures - 4. Specimen Collection\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f5a342f-ba7a-44f2-8d00-2773d8e07f6c\",\n                        \"contentName\": \"C.S. Test Procedures - 5. Collection Supplies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8beb5fec-0cd8-4390-9424-05ce5dee13da\",\n                        \"contentName\": \"C.S. Test Procedures - 6. Collection Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5393eb95-e537-476e-ae0a-b23ae33eed20\",\n                        \"contentName\": \"C.S. Test Procedures - 7. Lab Test Requirements\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"935d1478-e91d-4722-b76f-4a274a9b9b5d\",\n                        \"contentName\": \"C.S. Test Procedures - 8. Medical Review Officer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"342b106a-eff6-4069-a1a1-55f84cbadc2f\",\n                        \"contentName\": \"C.S. Test Procedures - 9. Positive Test Results\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b62267c8-14fb-483a-a3d0-3f6a31420665\",\n                        \"contentName\": \"C.S. Test Procedures- 10. Reporting Positive Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5b693265-6c7a-4d4f-88d0-d089e2843bf7\",\n                        \"contentName\": \"C.S. Test Procedures- 11. MRO Discussions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41674b08-1dc8-420e-86cd-247eb702acd9\",\n                        \"contentName\": \"C.S. Test Procedures- 12. Collection Site Check\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed816e3-7c65-4f7d-b4c6-f31433d9d8c0\",\n                        \"contentName\": \"Employee Assistance Programs - 1. Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea84583b-4842-49d9-a652-4c7b32fa3d07\",\n                        \"contentName\": \"Employee Assistance Programs - 2. EAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1ead949e-817c-4c4c-a2c1-8a755a9823ba\",\n                        \"contentName\": \"Employee Assistance Programs - 3. Rehab/Treatment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"20600ef6-ce37-4d65-b693-b7d7787afd6f\",\n                \"courseName\": \"Omnitracs ELD - IVG\",\n                \"content\": [\n                    {\n                        \"id\": \"5d9b5fb6-552c-46f4-9c33-d3eb6253ff98\",\n                        \"contentName\": \"01 - Certify Driver HOS Logs in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a799138-1119-4e0b-a428-bdf34d0ab757\",\n                        \"contentName\": \"02 - Declaring Yard Moves in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c44f5fd-a16d-41a4-a128-f01e868e393e\",\n                        \"contentName\": \"03 - Login and Pre-Trip Training Video Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b7224d7e-8fd9-4b48-ad16-ed9c3616e1c7\",\n                        \"contentName\": \"04 - Logout and PostTrip Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7cdfcb1d-63e0-419d-83c4-06cf99eeefe4\",\n                        \"contentName\": \"05 - Messaging using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bd135737-505e-4124-8c21-58b96d87b0c3\",\n                        \"contentName\": \"06 - Mobile Log Editor - Add Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"cb9791de-3c2b-4ddb-bb8d-4fafd89664f3\",\n                        \"contentName\": \"07 - Mobile Log Editor - Edit Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"31e19150-595b-4f14-9924-b902ef5e8a6c\",\n                        \"contentName\": \"08 - Omnitracs XRS Enhancements for ELD\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f6e911f6-1cff-423c-96a7-bc538474698c\",\n                        \"contentName\": \"09 - Omnitracs XRS Mobile Training - Driver Logs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2dcbab3c-a603-4246-9943-4e6aee5e9d75\",\n                        \"contentName\": \"10 - Personal Conveyance\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7dbf0c3c-780d-42ca-a85e-01fb2fb7aa70\",\n                        \"contentName\": \"11 - Short Haul Operations in XRS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e91da544-7c30-46a7-9363-d6802a3427dd\",\n                        \"contentName\": \"12 - Team Driving in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b71fb54e-51e2-4204-99cc-a731935113c7\",\n                        \"contentName\": \"13 - Unassigned Vehicle Activity for Drivers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"beee4677-c4bf-4f3e-8415-519976803a4e\",\n                        \"contentName\": \"14 - Unassigned Vehicle Activity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ae3ae173-23ad-4a59-84aa-797250d78d51\",\n                        \"contentName\": \"15. IVG - Omnitracs XRS Enhancements for Fleet Administrators\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"16e5588c-05af-43c8-8283-58f6cd78144c\",\n        \"assignmentName\": \"Testing API 004\",\n        \"assignmentDescription\": \"Testing API 004\",\n        \"startDate\": \"2021-02-23T00:00:00\",\n        \"dueDate\": \"2021-04-23T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"0a529872-afa7-4407-ae25-271ab7ff3283\",\n        \"assignmentName\": \"Testing API 005\",\n        \"assignmentDescription\": \"Testing API 005\",\n        \"startDate\": \"2021-02-23T00:00:00\",\n        \"dueDate\": \"2021-04-23T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"921fa8be-ae52-45df-8d9d-461a2284e1e9\",\n        \"assignmentName\": \"Testing API 006\",\n        \"assignmentDescription\": \"Testing API 006\",\n        \"startDate\": \"2021-02-23T00:00:00\",\n        \"dueDate\": \"2021-04-23T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"190d371a-ceba-4e5b-9838-665c9f8f1f75\",\n        \"assignmentName\": \"Testing API test-13\",\n        \"assignmentDescription\": \"Testing API test-13\",\n        \"startDate\": \"2021-03-06T00:00:00\",\n        \"dueDate\": \"2021-05-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:54\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/d9a07331-80e0-45e2-8062-0945bf5d1912\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=d9a07331-80e0-45e2-8062-0945bf5d1912\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"7a9335c3-0d3e-4370-b440-4722f29e8cc7\",\n                \"courseName\": \"Safe Pupil Drug and Alcohol Training\",\n                \"content\": [\n                    {\n                        \"id\": \"33cd1ee3-a0bb-41ce-85af-ce8b33f4bc09\",\n                        \"contentName\": \": Administration - 5. Calendar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d5c3d843-88c1-462d-8a8f-e9ca4ff61844\",\n                        \"contentName\": \"A. Test Procedures - 01. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3daa0ec2-4bc4-42cf-a9b1-4639b4472a28\",\n                        \"contentName\": \"A. Test Procedures - 02. EBT Device\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0cfc27d-1100-40b8-87a0-86fdd9a92e8e\",\n                        \"contentName\": \"A. Test Procedures - 03. Breath Alcohol Technician\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"965bc08d-cb79-4f3c-86ab-eaa37f4df931\",\n                        \"contentName\": \"A. Test Procedures - 04. Alcohol Testing Site\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c52c4ce-4150-44e0-95a2-cd2843a49c49\",\n                        \"contentName\": \"A. Test Procedures - 05. Alcohol Testing Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4997fa5d-1f16-4cc3-b996-bbb98c71815d\",\n                        \"contentName\": \"A. Test Procedures - 06. EBT Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4c0b0be1-31b0-4a27-809b-0bbf0151fe79\",\n                        \"contentName\": \"A. Test Procedures - 07. ASD Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f9519e7b-915f-479d-aa8e-b2cf2862742e\",\n                        \"contentName\": \"A. Test Procedures - 08. Confirmation Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"05083b7a-b5ad-48bb-b374-04302f04e993\",\n                        \"contentName\": \"A. Test Procedures - 09. Reporting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5292501a-c43a-4fac-801a-232f6d1f04b2\",\n                        \"contentName\": \"A. Test Procedures - 10. Test Accuracy\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d0acaa14-0484-4b09-a95f-df605bfb3534\",\n                        \"contentName\": \"A. Test Procedures - 11. SAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"23d25d93-d471-4bdf-a442-46ae0aadab6a\",\n                        \"contentName\": \"A. Test Procedures - 12. Alcohol Related Conduct\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"a51b8074-94d7-4127-a41a-5cb0c835211e\",\n                        \"contentName\": \"A. Test Procedures - 13. Dry Run of the Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1434861f-b5da-4095-b3a6-5d6f240f88ac\",\n                        \"contentName\": \"Administration - 1. Recordkeeping\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f31aac85-c3a1-403e-bc14-c014f506de1e\",\n                        \"contentName\": \"Administration - 2. Documentation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7c848f44-6014-42e2-8dc6-95a1f73516d8\",\n                        \"contentName\": \"Administration - 3. Confidentiality\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e77db8b4-6883-4395-88fc-417eeba8ede1\",\n                        \"contentName\": \"Administration - 4. Testing Laboratory Procedures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"671c9dd6-5ba0-4956-96a9-1827adaeed9c\",\n                        \"contentName\": \"C.S. Test Procedures - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"75aadb6f-4fa6-47b7-a66a-605291d58882\",\n                        \"contentName\": \"C.S. Test Procedures - 2. Driver Checklist\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"9915e6fe-9b47-4c2f-8335-568ac784661c\",\n                        \"contentName\": \"C.S. Test Procedures - 3.Collection Site Personnel\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed62c25-1bdb-44a8-b9ce-2603f372b71b\",\n                        \"contentName\": \"C.S. Test Procedures - 4. Specimen Collection\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f5a342f-ba7a-44f2-8d00-2773d8e07f6c\",\n                        \"contentName\": \"C.S. Test Procedures - 5. Collection Supplies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8beb5fec-0cd8-4390-9424-05ce5dee13da\",\n                        \"contentName\": \"C.S. Test Procedures - 6. Collection Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5393eb95-e537-476e-ae0a-b23ae33eed20\",\n                        \"contentName\": \"C.S. Test Procedures - 7. Lab Test Requirements\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"935d1478-e91d-4722-b76f-4a274a9b9b5d\",\n                        \"contentName\": \"C.S. Test Procedures - 8. Medical Review Officer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"342b106a-eff6-4069-a1a1-55f84cbadc2f\",\n                        \"contentName\": \"C.S. Test Procedures - 9. Positive Test Results\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b62267c8-14fb-483a-a3d0-3f6a31420665\",\n                        \"contentName\": \"C.S. Test Procedures- 10. Reporting Positive Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5b693265-6c7a-4d4f-88d0-d089e2843bf7\",\n                        \"contentName\": \"C.S. Test Procedures- 11. MRO Discussions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41674b08-1dc8-420e-86cd-247eb702acd9\",\n                        \"contentName\": \"C.S. Test Procedures- 12. Collection Site Check\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed816e3-7c65-4f7d-b4c6-f31433d9d8c0\",\n                        \"contentName\": \"Employee Assistance Programs - 1. Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea84583b-4842-49d9-a652-4c7b32fa3d07\",\n                        \"contentName\": \"Employee Assistance Programs - 2. EAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1ead949e-817c-4c4c-a2c1-8a755a9823ba\",\n                        \"contentName\": \"Employee Assistance Programs - 3. Rehab/Treatment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"20600ef6-ce37-4d65-b693-b7d7787afd6f\",\n                \"courseName\": \"Omnitracs ELD - IVG\",\n                \"content\": [\n                    {\n                        \"id\": \"5d9b5fb6-552c-46f4-9c33-d3eb6253ff98\",\n                        \"contentName\": \"01 - Certify Driver HOS Logs in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a799138-1119-4e0b-a428-bdf34d0ab757\",\n                        \"contentName\": \"02 - Declaring Yard Moves in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c44f5fd-a16d-41a4-a128-f01e868e393e\",\n                        \"contentName\": \"03 - Login and Pre-Trip Training Video Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b7224d7e-8fd9-4b48-ad16-ed9c3616e1c7\",\n                        \"contentName\": \"04 - Logout and PostTrip Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7cdfcb1d-63e0-419d-83c4-06cf99eeefe4\",\n                        \"contentName\": \"05 - Messaging using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bd135737-505e-4124-8c21-58b96d87b0c3\",\n                        \"contentName\": \"06 - Mobile Log Editor - Add Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"cb9791de-3c2b-4ddb-bb8d-4fafd89664f3\",\n                        \"contentName\": \"07 - Mobile Log Editor - Edit Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"31e19150-595b-4f14-9924-b902ef5e8a6c\",\n                        \"contentName\": \"08 - Omnitracs XRS Enhancements for ELD\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f6e911f6-1cff-423c-96a7-bc538474698c\",\n                        \"contentName\": \"09 - Omnitracs XRS Mobile Training - Driver Logs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2dcbab3c-a603-4246-9943-4e6aee5e9d75\",\n                        \"contentName\": \"10 - Personal Conveyance\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7dbf0c3c-780d-42ca-a85e-01fb2fb7aa70\",\n                        \"contentName\": \"11 - Short Haul Operations in XRS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e91da544-7c30-46a7-9363-d6802a3427dd\",\n                        \"contentName\": \"12 - Team Driving in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b71fb54e-51e2-4204-99cc-a731935113c7\",\n                        \"contentName\": \"13 - Unassigned Vehicle Activity for Drivers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"beee4677-c4bf-4f3e-8415-519976803a4e\",\n                        \"contentName\": \"14 - Unassigned Vehicle Activity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ae3ae173-23ad-4a59-84aa-797250d78d51\",\n                        \"contentName\": \"15. IVG - Omnitracs XRS Enhancements for Fleet Administrators\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"8fe70364-3c32-4070-b752-308b0ff75738\",\n        \"assignmentName\": \"Testing API 006\",\n        \"assignmentDescription\": \"Testing API 006\",\n        \"startDate\": \"2021-02-23T00:00:00\",\n        \"dueDate\": \"2021-04-23T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"35c63cf1-5ef1-4946-ae5f-92a43dee052f\",\n        \"assignmentName\": \"Testing Missing End Date\",\n        \"assignmentDescription\": \"Testing Missing End Date\",\n        \"startDate\": \"2021-03-18T00:00:00\",\n        \"dueDate\": \"2021-03-21T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"7a9335c3-0d3e-4370-b440-4722f29e8cc7\",\n                \"courseName\": \"Safe Pupil Drug and Alcohol Training\",\n                \"content\": [\n                    {\n                        \"id\": \"33cd1ee3-a0bb-41ce-85af-ce8b33f4bc09\",\n                        \"contentName\": \": Administration - 5. Calendar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d5c3d843-88c1-462d-8a8f-e9ca4ff61844\",\n                        \"contentName\": \"A. Test Procedures - 01. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3daa0ec2-4bc4-42cf-a9b1-4639b4472a28\",\n                        \"contentName\": \"A. Test Procedures - 02. EBT Device\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0cfc27d-1100-40b8-87a0-86fdd9a92e8e\",\n                        \"contentName\": \"A. Test Procedures - 03. Breath Alcohol Technician\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"965bc08d-cb79-4f3c-86ab-eaa37f4df931\",\n                        \"contentName\": \"A. Test Procedures - 04. Alcohol Testing Site\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c52c4ce-4150-44e0-95a2-cd2843a49c49\",\n                        \"contentName\": \"A. Test Procedures - 05. Alcohol Testing Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4997fa5d-1f16-4cc3-b996-bbb98c71815d\",\n                        \"contentName\": \"A. Test Procedures - 06. EBT Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4c0b0be1-31b0-4a27-809b-0bbf0151fe79\",\n                        \"contentName\": \"A. Test Procedures - 07. ASD Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f9519e7b-915f-479d-aa8e-b2cf2862742e\",\n                        \"contentName\": \"A. Test Procedures - 08. Confirmation Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"05083b7a-b5ad-48bb-b374-04302f04e993\",\n                        \"contentName\": \"A. Test Procedures - 09. Reporting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5292501a-c43a-4fac-801a-232f6d1f04b2\",\n                        \"contentName\": \"A. Test Procedures - 10. Test Accuracy\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d0acaa14-0484-4b09-a95f-df605bfb3534\",\n                        \"contentName\": \"A. Test Procedures - 11. SAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"23d25d93-d471-4bdf-a442-46ae0aadab6a\",\n                        \"contentName\": \"A. Test Procedures - 12. Alcohol Related Conduct\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"a51b8074-94d7-4127-a41a-5cb0c835211e\",\n                        \"contentName\": \"A. Test Procedures - 13. Dry Run of the Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1434861f-b5da-4095-b3a6-5d6f240f88ac\",\n                        \"contentName\": \"Administration - 1. Recordkeeping\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f31aac85-c3a1-403e-bc14-c014f506de1e\",\n                        \"contentName\": \"Administration - 2. Documentation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7c848f44-6014-42e2-8dc6-95a1f73516d8\",\n                        \"contentName\": \"Administration - 3. Confidentiality\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e77db8b4-6883-4395-88fc-417eeba8ede1\",\n                        \"contentName\": \"Administration - 4. Testing Laboratory Procedures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"671c9dd6-5ba0-4956-96a9-1827adaeed9c\",\n                        \"contentName\": \"C.S. Test Procedures - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"75aadb6f-4fa6-47b7-a66a-605291d58882\",\n                        \"contentName\": \"C.S. Test Procedures - 2. Driver Checklist\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"9915e6fe-9b47-4c2f-8335-568ac784661c\",\n                        \"contentName\": \"C.S. Test Procedures - 3.Collection Site Personnel\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed62c25-1bdb-44a8-b9ce-2603f372b71b\",\n                        \"contentName\": \"C.S. Test Procedures - 4. Specimen Collection\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f5a342f-ba7a-44f2-8d00-2773d8e07f6c\",\n                        \"contentName\": \"C.S. Test Procedures - 5. Collection Supplies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8beb5fec-0cd8-4390-9424-05ce5dee13da\",\n                        \"contentName\": \"C.S. Test Procedures - 6. Collection Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5393eb95-e537-476e-ae0a-b23ae33eed20\",\n                        \"contentName\": \"C.S. Test Procedures - 7. Lab Test Requirements\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"935d1478-e91d-4722-b76f-4a274a9b9b5d\",\n                        \"contentName\": \"C.S. Test Procedures - 8. Medical Review Officer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"342b106a-eff6-4069-a1a1-55f84cbadc2f\",\n                        \"contentName\": \"C.S. Test Procedures - 9. Positive Test Results\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b62267c8-14fb-483a-a3d0-3f6a31420665\",\n                        \"contentName\": \"C.S. Test Procedures- 10. Reporting Positive Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5b693265-6c7a-4d4f-88d0-d089e2843bf7\",\n                        \"contentName\": \"C.S. Test Procedures- 11. MRO Discussions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41674b08-1dc8-420e-86cd-247eb702acd9\",\n                        \"contentName\": \"C.S. Test Procedures- 12. Collection Site Check\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed816e3-7c65-4f7d-b4c6-f31433d9d8c0\",\n                        \"contentName\": \"Employee Assistance Programs - 1. Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea84583b-4842-49d9-a652-4c7b32fa3d07\",\n                        \"contentName\": \"Employee Assistance Programs - 2. EAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1ead949e-817c-4c4c-a2c1-8a755a9823ba\",\n                        \"contentName\": \"Employee Assistance Programs - 3. Rehab/Treatment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"20600ef6-ce37-4d65-b693-b7d7787afd6f\",\n                \"courseName\": \"Omnitracs ELD - IVG\",\n                \"content\": [\n                    {\n                        \"id\": \"5d9b5fb6-552c-46f4-9c33-d3eb6253ff98\",\n                        \"contentName\": \"01 - Certify Driver HOS Logs in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a799138-1119-4e0b-a428-bdf34d0ab757\",\n                        \"contentName\": \"02 - Declaring Yard Moves in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c44f5fd-a16d-41a4-a128-f01e868e393e\",\n                        \"contentName\": \"03 - Login and Pre-Trip Training Video Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b7224d7e-8fd9-4b48-ad16-ed9c3616e1c7\",\n                        \"contentName\": \"04 - Logout and PostTrip Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7cdfcb1d-63e0-419d-83c4-06cf99eeefe4\",\n                        \"contentName\": \"05 - Messaging using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bd135737-505e-4124-8c21-58b96d87b0c3\",\n                        \"contentName\": \"06 - Mobile Log Editor - Add Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"cb9791de-3c2b-4ddb-bb8d-4fafd89664f3\",\n                        \"contentName\": \"07 - Mobile Log Editor - Edit Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"31e19150-595b-4f14-9924-b902ef5e8a6c\",\n                        \"contentName\": \"08 - Omnitracs XRS Enhancements for ELD\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f6e911f6-1cff-423c-96a7-bc538474698c\",\n                        \"contentName\": \"09 - Omnitracs XRS Mobile Training - Driver Logs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2dcbab3c-a603-4246-9943-4e6aee5e9d75\",\n                        \"contentName\": \"10 - Personal Conveyance\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7dbf0c3c-780d-42ca-a85e-01fb2fb7aa70\",\n                        \"contentName\": \"11 - Short Haul Operations in XRS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e91da544-7c30-46a7-9363-d6802a3427dd\",\n                        \"contentName\": \"12 - Team Driving in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b71fb54e-51e2-4204-99cc-a731935113c7\",\n                        \"contentName\": \"13 - Unassigned Vehicle Activity for Drivers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"beee4677-c4bf-4f3e-8415-519976803a4e\",\n                        \"contentName\": \"14 - Unassigned Vehicle Activity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ae3ae173-23ad-4a59-84aa-797250d78d51\",\n                        \"contentName\": \"15. IVG - Omnitracs XRS Enhancements for Fleet Administrators\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"eb177424-bd0b-4ad4-9f2f-7cb89cd150db\",\n        \"assignmentName\": \"Testing  Assignment for POST-3/18\",\n        \"assignmentDescription\": \"Testing  Assignment for POST-3/18\",\n        \"startDate\": \"2021-03-18T00:00:00\",\n        \"dueDate\": \"2021-03-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5c7d0d0b-0057-4aee-a5dc-abdb4697bc6f\",\n                \"courseName\": \"CSA\",\n                \"content\": [\n                    {\n                        \"id\": \"0a6e5ede-a5fc-4bd5-8524-8f4b3f3054c5\",\n                        \"contentName\": \"CSA - Four Part Video Supplement, Part 1: Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"03c6d86d-2693-4872-b3c0-1fd3e2eb5973\",\n                \"courseName\": \"Vehicle Maintenance\",\n                \"content\": [\n                    {\n                        \"id\": \"409eeab7-5bbb-4bf5-a5b1-7c0995ba0fc0\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"469578c7-563a-4436-990b-9b0bb774025e\",\n                        \"contentName\": \"Axle Alignment and Maintenance - Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f0edd7a4-e391-45a9-87b5-58c3b66b5c15\",\n                \"courseName\": \"Defensive Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"78152339-dd6a-4696-ac78-5e8fd98b08dc\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"68aa5815-129d-43dc-a191-88b27bbdddb4\",\n                        \"contentName\": \"Dean Huth - The Seven Essentials of Defensive Driving - 2. Essentials of Defensive Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"10a53963-9671-4a6f-9a6d-42756104a32f\",\n        \"assignmentName\": \"iOS Streaming 0001\",\n        \"assignmentDescription\": \"iOS Streaming 0001\",\n        \"startDate\": \"2021-04-07T00:00:00\",\n        \"dueDate\": \"2021-05-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"0a4be942-eccb-487f-8f16-027f6d9fc645\",\n                        \"contentName\": \"STREAMING - HLS(aapl) - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:48\",\n                        \"score\": 42,\n                        \"numberOfAttempts\": 30,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/5c255722-04bb-419a-a898-af8c2e0580b8\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=5c255722-04bb-419a-a898-af8c2e0580b8\"\n                    },\n                    {\n                        \"id\": \"eb19ace3-fd8a-4181-9a83-4cb02b762576\",\n                        \"contentName\": \"STREAMING - HLS(cmaf) - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 19,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"395914a8-318a-4d03-872c-a807b1ba80bf\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF #2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 24,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"67f052f7-dcec-47f8-ad41-8cb567d71c3a\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"13acff48-f796-4a67-9a5d-3ba6bca237f0\",\n                        \"contentName\": \"VIDEO - VIMEO - Sample\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:09\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/2bcf79bb-6dc0-4c78-ad73-778820bfceca\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=2bcf79bb-6dc0-4c78-ad73-778820bfceca\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c0e8120f-6efc-485d-81d6-7d8b3a073341\",\n        \"assignmentName\": \"RM - SCORM - PROD Content\",\n        \"assignmentDescription\": \"RM - SCORM - PROD Content\",\n        \"startDate\": \"2021-04-16T00:00:00\",\n        \"dueDate\": \"2021-05-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"f9005e04-c975-4220-9007-d4f9b391140e\",\n                \"courseName\": \"SCORM Test Content from PROD\",\n                \"content\": [\n                    {\n                        \"id\": \"9b11141f-6039-40a6-b04d-b3c27922170c\",\n                        \"contentName\": \"Harassment Prevention A Commonsense Approach eLearning - California Managers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b06b55c5-84b6-433c-a7fd-6f90b26b3726\",\n                        \"contentName\": \"Current CA Meal and Rest\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:12:25\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/229cc238-9ab7-478f-a6dc-9226763f1272\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=229cc238-9ab7-478f-a6dc-9226763f1272\"\n                    },\n                    {\n                        \"id\": \"6c5492e3-43ae-464b-b28b-b2de1b6092cf\",\n                        \"contentName\": \"Current CA Pay\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:05:14\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/c99b9987-1cce-4747-ac22-b6ed58b007fa\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=c99b9987-1cce-4747-ac22-b6ed58b007fa\"\n                    },\n                    {\n                        \"id\": \"c9af4ac0-be61-480d-bb58-972e28ab877b\",\n                        \"contentName\": \"CC617 2021 Q1 Safety Meeting\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:15\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b227c8eb-8b86-4c95-96ef-08d090a311de\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b227c8eb-8b86-4c95-96ef-08d090a311de\"\n                    },\n                    {\n                        \"id\": \"00a16d3e-8584-49eb-8eb3-609b10356f3e\",\n                        \"contentName\": \"CC617 2021 Q1 Safety Meeting-Bookmarked\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"fdd7c3ea-5e74-4f7a-828a-c97ef54d866b\",\n                        \"contentName\": \"Pro-Trainings CPR/First Aid Training\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 10,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"785a2d4c-7891-46b3-9f1a-c77d9c1a895f\",\n        \"assignmentName\": \"RM YT001\",\n        \"assignmentDescription\": \"RM YT001\",\n        \"startDate\": \"2021-04-28T00:00:00\",\n        \"dueDate\": \"2021-05-08T00:00:00\",\n        \"status\": \"Complete\",\n        \"completedDate\": \"2021-04-28T11:50:37.2699884\",\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": \"2021-04-28T11:50:37.2699884\",\n                        \"duration\": \"00:00:33\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/ef583175-91c9-4e35-8b40-60ec66c27f36\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=ef583175-91c9-4e35-8b40-60ec66c27f36\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Assignment/ef583175-91c9-4e35-8b40-60ec66c27f36\",\n        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=assignment&download=true&contentGuid=ef583175-91c9-4e35-8b40-60ec66c27f36\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"b0558c5e-ee49-4a37-b1d6-8b8e044759be\",\n        \"assignmentName\": \"RM YT 20210503_001\",\n        \"assignmentDescription\": \"RM YT 20210503_001\",\n        \"startDate\": \"2021-05-03T00:00:00\",\n        \"dueDate\": \"2021-12-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"4d5df58c-13aa-4ee8-9bd0-3150e6481855\",\n                        \"contentName\": \"YouTube - Active Shooter\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:43\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/7cf83285-13a3-4e7f-b57b-790656b2968d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=7cf83285-13a3-4e7f-b57b-790656b2968d\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"6b9956d9-95b4-40e5-aac8-eabdc43287b8\",\n                        \"contentName\": \"YouTube - Think Before You Write\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:38\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/d23d7cab-42f9-41c8-a177-3f52f2a4fac1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=d23d7cab-42f9-41c8-a177-3f52f2a4fac1\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"7bdb6343-da8b-4ca9-97fa-3e43894e074a\",\n        \"assignmentName\": \"Golf - SCORM\",\n        \"assignmentDescription\": \"Golf - SCORM\",\n        \"startDate\": \"2021-05-20T00:00:00\",\n        \"dueDate\": \"2022-12-31T00:00:00\",\n        \"status\": \"Current\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e5d18163-67db-4efc-afe2-6131f48895a0\",\n                        \"contentName\": \"SCORM - GOLF\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 13,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f9005e04-c975-4220-9007-d4f9b391140e\",\n                \"courseName\": \"SCORM Test Content from PROD\",\n                \"content\": [\n                    {\n                        \"id\": \"b06b55c5-84b6-433c-a7fd-6f90b26b3726\",\n                        \"contentName\": \"Current CA Meal and Rest\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"6c5492e3-43ae-464b-b28b-b2de1b6092cf\",\n                        \"contentName\": \"Current CA Pay\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"c9af4ac0-be61-480d-bb58-972e28ab877b\",\n                        \"contentName\": \"CC617 2021 Q1 Safety Meeting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"2d63d813-2aec-4245-aebb-daf9c6f087f9\",\n                \"courseName\": \"SCORM Viewer - Misc\",\n                \"content\": [\n                    {\n                        \"id\": \"ae3308a0-d8f4-43b9-9651-5b7b795de7c5\",\n                        \"contentName\": \"Foodliner - Harassment Prevention: A Commonsense Approach for Managers\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"06:28:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 14,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/49bc3416-da64-4d78-aa9e-f2734f079245\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=49bc3416-da64-4d78-aa9e-f2734f079245\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"28d52bda-c648-4b9e-9c33-fd2468a83f25\",\n        \"assignmentName\": \"Golf - SCORM - 002\",\n        \"assignmentDescription\": \"Golf - SCORM - 002\",\n        \"startDate\": \"2021-05-20T00:00:00\",\n        \"dueDate\": \"2022-05-20T00:00:00\",\n        \"status\": \"Current\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"738c8588-5bcd-4c8f-bfb9-a335722aaf6a\",\n                \"courseName\": \"SCORM Viewer - Test Content - US Diving - Course 1 - Quality Coaching\",\n                \"content\": [\n                    {\n                        \"id\": \"ad13b223-5b10-433f-b917-49eb9f70e38b\",\n                        \"contentName\": \"Quality Coaching - Module 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"2d63d813-2aec-4245-aebb-daf9c6f087f9\",\n                \"courseName\": \"SCORM Viewer - Misc\",\n                \"content\": [\n                    {\n                        \"id\": \"ae3308a0-d8f4-43b9-9651-5b7b795de7c5\",\n                        \"contentName\": \"Foodliner - Harassment Prevention: A Commonsense Approach for Managers\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:24\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/ff64f027-875d-4b7e-8c6a-f02ac9cfb669\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=ff64f027-875d-4b7e-8c6a-f02ac9cfb669\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f9005e04-c975-4220-9007-d4f9b391140e\",\n                \"courseName\": \"SCORM Test Content from PROD\",\n                \"content\": [\n                    {\n                        \"id\": \"6c5492e3-43ae-464b-b28b-b2de1b6092cf\",\n                        \"contentName\": \"Current CA Pay\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b06b55c5-84b6-433c-a7fd-6f90b26b3726\",\n                        \"contentName\": \"Current CA Meal and Rest\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e5d18163-67db-4efc-afe2-6131f48895a0\",\n                        \"contentName\": \"SCORM - GOLF\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"a1edb7ce-1bbf-4e26-9b39-03c69ba77588\",\n        \"assignmentName\": \"Testing player update for streaming\",\n        \"assignmentDescription\": \"Testing player update for streaming\",\n        \"startDate\": \"2021-07-09T00:00:00\",\n        \"dueDate\": \"2021-08-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"courseName\": \"New Viewer - Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"e6682a35-e1f6-4a07-be93-3d1301fb1ca1\",\n                        \"contentName\": \"PDF - Rackspace - i3 API PDF for Sample\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:06\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/8c5fbf64-5c34-4199-8074-b5c2e6c32efe\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=8c5fbf64-5c34-4199-8074-b5c2e6c32efe\"\n                    },\n                    {\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:17\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/0df4503c-987d-46ba-acff-011c60987ff6\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=0df4503c-987d-46ba-acff-011c60987ff6\"\n                    },\n                    {\n                        \"id\": \"6a6d1bf7-3d4b-420c-a174-b601c8de0d47\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"67f052f7-dcec-47f8-ad41-8cb567d71c3a\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"511b258b-0b42-4ed2-a95e-f009331e8198\",\n                        \"contentName\": \"VIDEO - Rackspace - MP4 Sample Short\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"baf3d518-f18e-4358-905f-aedbe2ab2970\",\n                        \"contentName\": \"VIDEO - YOUTUBE\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"395914a8-318a-4d03-872c-a807b1ba80bf\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF #2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e0f128a1-b4d6-44d0-a22c-c067a57b936d\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"13acff48-f796-4a67-9a5d-3ba6bca237f0\",\n                        \"contentName\": \"VIDEO - VIMEO - Sample\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"17b3fd69-d9be-4df0-8c07-95ff3c7a4768\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020 - 2nd\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e5d18163-67db-4efc-afe2-6131f48895a0\",\n                        \"contentName\": \"SCORM - GOLF\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"c678eb99-1770-4aa9-81cd-e1484c8a82bb\",\n                        \"contentName\": \"STREAMING - DASH - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a4be942-eccb-487f-8f16-027f6d9fc645\",\n                        \"contentName\": \"STREAMING - HLS(aapl) - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:44\",\n                        \"score\": 42,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/45abf80f-0daa-4459-ad7a-c9f8fced3a4e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=45abf80f-0daa-4459-ad7a-c9f8fced3a4e\"\n                    },\n                    {\n                        \"id\": \"eb19ace3-fd8a-4181-9a83-4cb02b762576\",\n                        \"contentName\": \"STREAMING - HLS(cmaf) - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4d5df58c-13aa-4ee8-9bd0-3150e6481855\",\n                        \"contentName\": \"YouTube - Active Shooter\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"6b9956d9-95b4-40e5-aac8-eabdc43287b8\",\n                        \"contentName\": \"YouTube - Think Before You Write\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"96fe8080-df82-40f7-a7bc-3eb98233da29\",\n        \"assignmentName\": \"Testing API 004x\",\n        \"assignmentDescription\": \"Testing API 004x\",\n        \"startDate\": \"2021-10-01T00:00:00\",\n        \"dueDate\": \"2021-10-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"171d1c87-0d52-44a1-b96f-fee7ab8a251e\",\n        \"assignmentName\": \"Testing API for passing percentage-85\",\n        \"assignmentDescription\": \"Testing  API for passing percentage-85\",\n        \"startDate\": \"2021-10-06T00:00:00\",\n        \"dueDate\": \"2021-10-31T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"7a9335c3-0d3e-4370-b440-4722f29e8cc7\",\n                \"courseName\": \"Safe Pupil Drug and Alcohol Training\",\n                \"content\": [\n                    {\n                        \"id\": \"33cd1ee3-a0bb-41ce-85af-ce8b33f4bc09\",\n                        \"contentName\": \": Administration - 5. Calendar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d5c3d843-88c1-462d-8a8f-e9ca4ff61844\",\n                        \"contentName\": \"A. Test Procedures - 01. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3daa0ec2-4bc4-42cf-a9b1-4639b4472a28\",\n                        \"contentName\": \"A. Test Procedures - 02. EBT Device\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f0cfc27d-1100-40b8-87a0-86fdd9a92e8e\",\n                        \"contentName\": \"A. Test Procedures - 03. Breath Alcohol Technician\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"965bc08d-cb79-4f3c-86ab-eaa37f4df931\",\n                        \"contentName\": \"A. Test Procedures - 04. Alcohol Testing Site\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c52c4ce-4150-44e0-95a2-cd2843a49c49\",\n                        \"contentName\": \"A. Test Procedures - 05. Alcohol Testing Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4997fa5d-1f16-4cc3-b996-bbb98c71815d\",\n                        \"contentName\": \"A. Test Procedures - 06. EBT Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4c0b0be1-31b0-4a27-809b-0bbf0151fe79\",\n                        \"contentName\": \"A. Test Procedures - 07. ASD Screening Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f9519e7b-915f-479d-aa8e-b2cf2862742e\",\n                        \"contentName\": \"A. Test Procedures - 08. Confirmation Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"05083b7a-b5ad-48bb-b374-04302f04e993\",\n                        \"contentName\": \"A. Test Procedures - 09. Reporting\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5292501a-c43a-4fac-801a-232f6d1f04b2\",\n                        \"contentName\": \"A. Test Procedures - 10. Test Accuracy\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d0acaa14-0484-4b09-a95f-df605bfb3534\",\n                        \"contentName\": \"A. Test Procedures - 11. SAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"23d25d93-d471-4bdf-a442-46ae0aadab6a\",\n                        \"contentName\": \"A. Test Procedures - 12. Alcohol Related Conduct\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"a51b8074-94d7-4127-a41a-5cb0c835211e\",\n                        \"contentName\": \"A. Test Procedures - 13. Dry Run of the Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1434861f-b5da-4095-b3a6-5d6f240f88ac\",\n                        \"contentName\": \"Administration - 1. Recordkeeping\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f31aac85-c3a1-403e-bc14-c014f506de1e\",\n                        \"contentName\": \"Administration - 2. Documentation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7c848f44-6014-42e2-8dc6-95a1f73516d8\",\n                        \"contentName\": \"Administration - 3. Confidentiality\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e77db8b4-6883-4395-88fc-417eeba8ede1\",\n                        \"contentName\": \"Administration - 4. Testing Laboratory Procedures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"671c9dd6-5ba0-4956-96a9-1827adaeed9c\",\n                        \"contentName\": \"C.S. Test Procedures - 1. Introduction\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"75aadb6f-4fa6-47b7-a66a-605291d58882\",\n                        \"contentName\": \"C.S. Test Procedures - 2. Driver Checklist\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"9915e6fe-9b47-4c2f-8335-568ac784661c\",\n                        \"contentName\": \"C.S. Test Procedures - 3.Collection Site Personnel\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed62c25-1bdb-44a8-b9ce-2603f372b71b\",\n                        \"contentName\": \"C.S. Test Procedures - 4. Specimen Collection\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f5a342f-ba7a-44f2-8d00-2773d8e07f6c\",\n                        \"contentName\": \"C.S. Test Procedures - 5. Collection Supplies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8beb5fec-0cd8-4390-9424-05ce5dee13da\",\n                        \"contentName\": \"C.S. Test Procedures - 6. Collection Process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5393eb95-e537-476e-ae0a-b23ae33eed20\",\n                        \"contentName\": \"C.S. Test Procedures - 7. Lab Test Requirements\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"935d1478-e91d-4722-b76f-4a274a9b9b5d\",\n                        \"contentName\": \"C.S. Test Procedures - 8. Medical Review Officer\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"342b106a-eff6-4069-a1a1-55f84cbadc2f\",\n                        \"contentName\": \"C.S. Test Procedures - 9. Positive Test Results\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b62267c8-14fb-483a-a3d0-3f6a31420665\",\n                        \"contentName\": \"C.S. Test Procedures- 10. Reporting Positive Test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5b693265-6c7a-4d4f-88d0-d089e2843bf7\",\n                        \"contentName\": \"C.S. Test Procedures- 11. MRO Discussions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41674b08-1dc8-420e-86cd-247eb702acd9\",\n                        \"contentName\": \"C.S. Test Procedures- 12. Collection Site Check\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"aed816e3-7c65-4f7d-b4c6-f31433d9d8c0\",\n                        \"contentName\": \"Employee Assistance Programs - 1. Overview\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea84583b-4842-49d9-a652-4c7b32fa3d07\",\n                        \"contentName\": \"Employee Assistance Programs - 2. EAP\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1ead949e-817c-4c4c-a2c1-8a755a9823ba\",\n                        \"contentName\": \"Employee Assistance Programs - 3. Rehab/Treatment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"20600ef6-ce37-4d65-b693-b7d7787afd6f\",\n                \"courseName\": \"Omnitracs ELD - IVG\",\n                \"content\": [\n                    {\n                        \"id\": \"5d9b5fb6-552c-46f4-9c33-d3eb6253ff98\",\n                        \"contentName\": \"01 - Certify Driver HOS Logs in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"0a799138-1119-4e0b-a428-bdf34d0ab757\",\n                        \"contentName\": \"02 - Declaring Yard Moves in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"8c44f5fd-a16d-41a4-a128-f01e868e393e\",\n                        \"contentName\": \"03 - Login and Pre-Trip Training Video Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b7224d7e-8fd9-4b48-ad16-ed9c3616e1c7\",\n                        \"contentName\": \"04 - Logout and PostTrip Using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7cdfcb1d-63e0-419d-83c4-06cf99eeefe4\",\n                        \"contentName\": \"05 - Messaging using XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bd135737-505e-4124-8c21-58b96d87b0c3\",\n                        \"contentName\": \"06 - Mobile Log Editor - Add Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"cb9791de-3c2b-4ddb-bb8d-4fafd89664f3\",\n                        \"contentName\": \"07 - Mobile Log Editor - Edit Event\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"31e19150-595b-4f14-9924-b902ef5e8a6c\",\n                        \"contentName\": \"08 - Omnitracs XRS Enhancements for ELD\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f6e911f6-1cff-423c-96a7-bc538474698c\",\n                        \"contentName\": \"09 - Omnitracs XRS Mobile Training - Driver Logs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2dcbab3c-a603-4246-9943-4e6aee5e9d75\",\n                        \"contentName\": \"10 - Personal Conveyance\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"7dbf0c3c-780d-42ca-a85e-01fb2fb7aa70\",\n                        \"contentName\": \"11 - Short Haul Operations in XRS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"e91da544-7c30-46a7-9363-d6802a3427dd\",\n                        \"contentName\": \"12 - Team Driving in XRS Mobile\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b71fb54e-51e2-4204-99cc-a731935113c7\",\n                        \"contentName\": \"13 - Unassigned Vehicle Activity for Drivers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"beee4677-c4bf-4f3e-8415-519976803a4e\",\n                        \"contentName\": \"14 - Unassigned Vehicle Activity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ae3ae173-23ad-4a59-84aa-797250d78d51\",\n                        \"contentName\": \"15. IVG - Omnitracs XRS Enhancements for Fleet Administrators\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"b881684e-3b89-4a72-829a-6647983a856b\",\n        \"assignmentName\": \"UM company level test\",\n        \"assignmentDescription\": \"UM company level test\",\n        \"startDate\": \"2021-11-17T00:00:00\",\n        \"dueDate\": \"2021-11-18T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"9446a660-5179-43b3-91fe-bcf3c104c1a6\",\n        \"assignmentName\": \"company level testing verbiage\",\n        \"assignmentDescription\": \"company level testing verbiage\",\n        \"startDate\": \"2021-12-06T00:00:00\",\n        \"dueDate\": \"2021-12-10T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9c57b980-31a0-42a3-aa5c-4d3c49c1b549\",\n                \"courseName\": \"Cargo Management\",\n                \"content\": [\n                    {\n                        \"id\": \"a5deded8-a401-4ea1-926b-bde4290f081f\",\n                        \"contentName\": \"Cargo Theft\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"2b2b872a-3127-4a3a-8c41-0d786d6d3695\",\n                        \"contentName\": \"Loading, Transporting, and Unloading Heavy Equipment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5d675b64-6e27-4e5d-8799-a3b5e60b2d8c\",\n                        \"contentName\": \"Fuel Efficiency - Cargo Distribution Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"f3e61591-1f31-4fd7-9010-ce6799f0cd46\",\n                        \"contentName\": \"Fuel Efficiency - Cargo Distribution Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"41c13b36-7d0a-45b8-9c7b-8f139122d187\",\n                        \"contentName\": \"At the Scene of an Accident\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3f69ae8e-fcd0-42fc-9822-3475feec32af\",\n                        \"contentName\": \"Cargo Securement\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"04141e83-5912-48f5-86fe-d0db9469a51f\",\n                        \"contentName\": \"Cargo Theft (2011)\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"63e79df4-0bbe-485b-93a2-441eb800a734\",\n        \"assignmentName\": \"Testing API 005\",\n        \"assignmentDescription\": \"Testing API 005\",\n        \"startDate\": \"2022-02-16T00:00:00\",\n        \"dueDate\": \"2022-02-28T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"courseName\": \"CSA Minutes\",\n                \"content\": [\n                    {\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"6f22e711-d101-4579-82a7-81cfc3f837c6\",\n                \"courseName\": \"Test Content\",\n                \"content\": [\n                    {\n                        \"id\": \"6b132142-2f52-4390-ba94-afe80bee9352\",\n                        \"contentName\": \"Simple Content - 20200410_1550 - UAT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"7aeb31a9-7c95-486b-8f67-1a9f14b2382e\",\n        \"assignmentName\": \"Testing GM tab\",\n        \"assignmentDescription\": \"Testing GM tab\",\n        \"startDate\": \"2022-03-09T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c536b411-e8ec-4477-86ef-6955273d83b3\",\n        \"assignmentName\": \"Testing GM by Ash\",\n        \"assignmentDescription\": \"Testing GM by Ash\",\n        \"startDate\": \"2022-03-09T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"d1cda940-1a43-4927-8e83-d6ef51f8730a\",\n        \"assignmentName\": \"Nick Company Test 1\",\n        \"assignmentDescription\": \"Nick Company Test 1\",\n        \"startDate\": \"2022-03-09T00:00:00\",\n        \"dueDate\": \"2022-03-10T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"9d73f494-65db-4dd3-afda-961fb0d16db2\",\n                \"courseName\": \"2011 Best Practices Webinars\",\n                \"content\": [\n                    {\n                        \"id\": \"43c622e3-6062-43be-8e9d-3cbe69e4593c\",\n                        \"contentName\": \"April - Don Fifer Managing Online Training\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"94c0b9a0-5d47-422d-91f6-b559278e16ab\",\n                        \"contentName\": \"August - The Perfect Storm\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"53ecd176-d576-4cf0-a70f-f158345bf9ea\",\n                        \"contentName\": \"December - Intervention Management\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"643a1e5b-44d3-4f01-8aca-ff6237f8043a\",\n                        \"contentName\": \"February - Driving Ambition\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4a1f738e-6c5d-45a9-bf6e-a4cf1bd6c881\",\n                        \"contentName\": \"January - Jennifer Barton SRT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"c29f3d17-d20f-4555-b818-4ec376e846b2\",\n                        \"contentName\": \"July - Best Practices Webinar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"837e2733-e589-42e0-a6c3-71637624851d\",\n                        \"contentName\": \"TEST FILE - SCORM 1.2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"d8b60f74-c492-49b5-adf4-a50cbd8407af\",\n                        \"contentName\": \"March - Best Practices Webinar\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"39e994e8-612b-4e86-bb47-fc5d06ca5bbd\",\n                        \"contentName\": \"May - Greg Shipman A Visit to Washington D.C.\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"3b6122d6-0ab4-4a18-b459-74a6c522748a\",\n                        \"contentName\": \"November - 2011 Best Practices\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"dfd49b61-e95f-4848-95c2-edcee276c884\",\n                        \"contentName\": \"October - Special Needs Students\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"5817425c-6d9b-432c-946d-488484638623\",\n                        \"contentName\": \"September - Carriers Running a Business\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"46a7e3a6-d123-4d8c-a49c-556f69969944\",\n                        \"contentName\": \"September - Dan Baker Dispatcher Driver Relationship Curriculum\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"48f25008-1082-418f-a2d0-d17eb7c40225\",\n        \"assignmentName\": \"GM testing by ash- 3/9\",\n        \"assignmentDescription\": \"GM testing by ash- 3/9\",\n        \"startDate\": \"2022-03-09T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"bc5ec30f-5766-4bc9-b8d3-c7146b277622\",\n        \"assignmentName\": \"Ash-Testing exclusion for company level assignment\",\n        \"assignmentDescription\": \"Ash-Testing exclusion for company level assignment\",\n        \"startDate\": \"2022-03-10T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"74c437ca-4a94-4728-aad9-52b6f2ff5507\",\n        \"assignmentName\": \"Company Group Exclusion\",\n        \"assignmentDescription\": \"Company Group Exclusion\",\n        \"startDate\": \"2022-03-10T00:00:00\",\n        \"dueDate\": \"2022-03-24T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"c59e8168-6751-48ac-b48f-87dc49b3a255\",\n                \"courseName\": \"*Value-Driven Leadership\",\n                \"content\": [\n                    {\n                        \"id\": \"5d7573c7-e9d2-43dd-9d3f-688072270604\",\n                        \"contentName\": \"The Financial Impact of Losses\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"b0e2e13e-2fbe-4cf3-87bb-9d554a8c0bf4\",\n        \"assignmentName\": \"6214-1\",\n        \"assignmentDescription\": \"6214-1\",\n        \"startDate\": \"2022-03-10T00:00:00\",\n        \"dueDate\": \"2022-03-11T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"c59e8168-6751-48ac-b48f-87dc49b3a255\",\n                \"courseName\": \"*Value-Driven Leadership\",\n                \"content\": [\n                    {\n                        \"id\": \"5d7573c7-e9d2-43dd-9d3f-688072270604\",\n                        \"contentName\": \"The Financial Impact of Losses\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"a7854c3f-4f81-4469-8bab-9a5be0517ab2\",\n        \"assignmentName\": \"6214-2\",\n        \"assignmentDescription\": \"6214-2\",\n        \"startDate\": \"2022-03-10T00:00:00\",\n        \"dueDate\": \"2022-03-11T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"c59e8168-6751-48ac-b48f-87dc49b3a255\",\n                \"courseName\": \"*Value-Driven Leadership\",\n                \"content\": [\n                    {\n                        \"id\": \"5d7573c7-e9d2-43dd-9d3f-688072270604\",\n                        \"contentName\": \"The Financial Impact of Losses\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"4809051c-59a2-4ec2-817c-8e81452366d6\",\n        \"assignmentName\": \"Ash-Company Level-3/11\",\n        \"assignmentDescription\": \"Ash-Company Level-3/11\",\n        \"startDate\": \"2022-03-11T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"c827dcc3-b382-4682-9163-c730832c2a59\",\n        \"assignmentName\": \"Ash-NEW MEXICO-Company Level\",\n        \"assignmentDescription\": \"Ash-NEW MEXICO-Company Level\",\n        \"startDate\": \"2022-03-11T00:00:00\",\n        \"dueDate\": \"2022-03-25T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    },\n    {\n        \"userDisplayName\": \"Randy MitchellUser\",\n        \"userId\": \"09653cbc-76b3-4aac-bea8-dbe3572f777a\",\n        \"userName\": \"rm_user\",\n        \"id\": \"d4832e65-c1a8-4c4e-83e8-7c3520826e7b\",\n        \"assignmentName\": \"6214-6\",\n        \"assignmentDescription\": \"6214-6\",\n        \"startDate\": \"2022-03-11T00:00:00\",\n        \"dueDate\": \"2022-03-11T00:00:00\",\n        \"status\": \"Overdue\",\n        \"completedDate\": null,\n        \"courses\": [\n            {\n                \"Id\": \"3261440e-ae4f-4ab1-96f5-6a0e84099d0c\",\n                \"courseName\": \"*Value-Driven Driving\",\n                \"content\": [\n                    {\n                        \"id\": \"d71fe836-7798-4978-92e4-4724075f2032\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 1. Rollovers\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"bc81a4df-c4a0-4116-bcf9-b7ff0aac5098\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 2. Jackknifes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"4de44ce6-6eae-46ba-a6a1-c30adfc4ddcf\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 3. Lane Departures\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"1b983ec4-0b58-47ed-966f-8e4d80fdc093\",\n                        \"contentName\": \"Module 2: Preventing Loss of Control Crashes - 4. Steer Tire Blowouts\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"ea1e3a5c-3816-40ac-99c7-6a90eeb67464\",\n                        \"contentName\": \"Introduction to Value-Driven Driving\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"290ef873-ee73-49f0-9cd2-06a9537d61d3\",\n                        \"contentName\": \"Module 3: Preventing Lane Change Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"b9064f9e-544b-4c2b-8677-2ba6f183bc57\",\n                        \"contentName\": \"Module 1: Preventing Rear-End Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    },\n                    {\n                        \"id\": \"50fbe359-d621-4203-9deb-ef4e69fe4305\",\n                        \"contentName\": \"Module 4: Preventing Run Under Crashes\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": null,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"certificateLink\": \"\",\n        \"certificateDownLoadLink\": \"\"\n    }\n]"}],"_postman_id":"3c2ac3c5-96f6-424a-983d-50f0d91d2065"},{"name":"ASSIGNMENTS - Request ASSIGNMENTS by Status and Date Range","id":"af5ee54c-be12-4f34-8a45-fece31b7923b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/?from=2026-04-01&to=2026-05-31&filterBy=startDate&status=COMPLETE","description":"<p>Request all assignments for the startDate or dueDate within the date range and status.</p>\n<p>Parameters :<br />from - Dates BETWEEN from and to the startDate or dueDate.<br />to - Dates BETWEEN from and to the startDate or dueDate.<br />filterBy - Valid values startDate or dueDate.<br />status - Valid values ALL, COMPLETE, CURRENT and INCOMPLETE.</p>\n","urlObject":{"protocol":"https","path":["api","UserAssignment",""],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"description":{"content":"<p>Dates BETWEEN from and to the startDate or dueDate</p>\n","type":"text/plain"},"key":"from","value":"2026-04-01"},{"description":{"content":"<p>Dates BETWEEN from and to the startDate or dueDate</p>\n","type":"text/plain"},"key":"to","value":"2026-05-31"},{"description":{"content":"<p>Valid values startDate, dueDate</p>\n","type":"text/plain"},"key":"filterBy","value":"startDate"},{"description":{"content":"<p>Valid values ALL, COMPLETE, CURRENT and INCOMPLETE.</p>\n","type":"text/plain"},"key":"status","value":"COMPLETE"}],"variable":[]}},"response":[{"id":"c8007434-938e-4912-86ad-60afb0057fb0","name":"ASSIGNMENTS - Request ASSIGNMENTS by Status and Date Range","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/UserAssignment/?from=2026-04-01&to=2026-05-31&filterBy=startDate&status=COMPLETE","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","UserAssignment",""],"query":[{"key":"from","value":"2026-04-01","description":"Dates BETWEEN from and to the startDate or dueDate"},{"key":"to","value":"2026-05-31","description":"Dates BETWEEN from and to the startDate or dueDate"},{"key":"filterBy","value":"startDate","description":"Valid values startDate, dueDate"},{"key":"status","value":"COMPLETE","description":"Valid values ALL, COMPLETE, CURRENT and INCOMPLETE."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Fri, 08 May 2026 14:51:17 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"1991"},{"key":"server","value":"cloudflare"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-aspnet-version","value":"4.0.30319"},{"key":"x-powered-by","value":"ASP.NET"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"cf-ray","value":"9f8947f0bea30e76-DFW"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userDisplayName\": \"akumaran_user akumaran_user\",\n        \"userId\": \"337539\",\n        \"userName\": \"akumaran_user\",\n        \"licenses\": [\n            {\n                \"LicenseNumber\": \"2345\",\n                \"LicenseTypeAbbrv\": \"CDL w/State\",\n                \"ExpirationDate\": \"2022-12-29T00:00:00\",\n                \"ClassificationTypeName\": \"Class A\",\n                \"State\": \"TX\",\n                \"Endorsements\": [\n                    {\n                        \"EndorsementName\": \"Hazardous Materials\"\n                    },\n                    {\n                        \"EndorsementName\": \"Passenger\"\n                    },\n                    {\n                        \"EndorsementName\": \"School Bus\"\n                    }\n                ]\n            },\n            {\n                \"LicenseNumber\": \"\",\n                \"LicenseTypeAbbrv\": \"TL\",\n                \"ExpirationDate\": \"2022-01-07T00:00:00\",\n                \"ClassificationTypeName\": \"\",\n                \"State\": \"\",\n                \"Endorsements\": []\n            },\n            {\n                \"LicenseNumber\": \"\",\n                \"LicenseTypeAbbrv\": \"CPR\",\n                \"ExpirationDate\": \"2022-02-19T00:00:00\",\n                \"ClassificationTypeName\": \"\",\n                \"State\": \"\",\n                \"Endorsements\": []\n            },\n            {\n                \"LicenseNumber\": \"\",\n                \"LicenseTypeAbbrv\": \"APPLICATOR RT\",\n                \"ExpirationDate\": \"2024-08-17T00:00:00\",\n                \"ClassificationTypeName\": \"\",\n                \"State\": \"\",\n                \"Endorsements\": []\n            },\n            {\n                \"LicenseNumber\": \"2312\",\n                \"LicenseTypeAbbrv\": \"Trailer Inspection\",\n                \"ExpirationDate\": \"2025-05-09T00:00:00\",\n                \"ClassificationTypeName\": \"\",\n                \"State\": \"\",\n                \"Endorsements\": []\n            }\n        ],\n        \"assignments\": [\n            {\n                \"assignmentName\": \"4-24-elmo content\",\n                \"assignmentDescription\": \"4-24-elmo content\",\n                \"startDate\": \"2026-04-24T00:00:00\",\n                \"dueDate\": \"2026-04-30T00:00:00\",\n                \"status\": \"COMPLETE\",\n                \"completedDate\": \"2026-04-24T12:00:46.092065\",\n                \"courses\": [\n                    {\n                        \"Id\": \"ca7fcdef-c4f5-4e17-9c36-cb9166cfe2e1\",\n                        \"courseName\": \"Multi Language Support\",\n                        \"content\": [\n                            {\n                                \"id\": \"0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"contentName\": \"Elmo\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-24T12:00:45.4356396\",\n                                \"duration\": \"00:02:43\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=false0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=true0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"WorkNoteContentItemId\": \"5a41884f-ad6f-4116-a2d4-c6c3a5b51359\"\n                            },\n                            {\n                                \"id\": \"0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"contentName\": \"Elmo\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-24T12:00:45.4356396\",\n                                \"duration\": \"00:02:43\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=false0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=true0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"WorkNoteContentItemId\": \"5a41884f-ad6f-4116-a2d4-c6c3a5b51359\"\n                            },\n                            {\n                                \"id\": \"0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"contentName\": \"Elmo\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-24T12:00:45.4356396\",\n                                \"duration\": \"00:02:43\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=false0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=true0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"WorkNoteContentItemId\": \"5a41884f-ad6f-4116-a2d4-c6c3a5b51359\"\n                            },\n                            {\n                                \"id\": \"0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"contentName\": \"Elmo\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-24T12:00:45.4356396\",\n                                \"duration\": \"00:02:43\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=false0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=true0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"WorkNoteContentItemId\": \"5a41884f-ad6f-4116-a2d4-c6c3a5b51359\"\n                            },\n                            {\n                                \"id\": \"0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"contentName\": \"Elmo\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-24T12:00:45.4356396\",\n                                \"duration\": \"00:02:43\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=false0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=content&amp;download=true0e6d5242-93a1-4947-b354-672c4eb8b055\",\n                                \"WorkNoteContentItemId\": \"5a41884f-ad6f-4116-a2d4-c6c3a5b51359\"\n                            }\n                        ]\n                    },\n                    {\n                        \"Id\": \"c4f5cd23-e11a-4e05-a846-4382c82b5887\",\n                        \"courseName\": \"101-Prod content \",\n                        \"content\": [\n                            {\n                                \"id\": \"09e51b69-b05d-44ee-834f-00a967b773d6\",\n                                \"contentName\": \"MP4 from prod\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"d79153f5-c36d-4b61-acb0-ac66d1ac1c19\"\n                            },\n                            {\n                                \"id\": \"33a594b3-c7a8-4971-8316-074b81df8da6\",\n                                \"contentName\": \"Streaming content from prod\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"50d34d43-9b45-4e6f-ab26-f56562c688c8\"\n                            },\n                            {\n                                \"id\": \"43787895-2cbe-40d2-83a9-6221a3dd591e\",\n                                \"contentName\": \"Vimeo Content from prod\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"c35c3766-cc1d-4f87-ae6d-a36a55a3c647\"\n                            },\n                            {\n                                \"id\": \"dcccb3af-1401-41aa-91d4-08c0827513ce\",\n                                \"contentName\": \"Youtube from prod\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"a881b9ea-cb4a-49fc-9624-5e6c1d840f11\"\n                            },\n                            {\n                                \"id\": \"db2b8d0d-1d39-4652-b74a-96b7319b6710\",\n                                \"contentName\": \"SCORM Prod -SCORM: H&D - Manager Training - Part 1\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"1dd84ad9-f67e-4180-b270-f443c3febd63\"\n                            }\n                        ]\n                    },\n                    {\n                        \"Id\": \"571a7eff-0702-4ee4-b54d-cb319468ea98\",\n                        \"courseName\": \"4 course\",\n                        \"content\": [\n                            {\n                                \"id\": \"3be1d9cf-d31d-4513-ba9f-fcd685d34ec7\",\n                                \"contentName\": \"04 content\",\n                                \"status\": \"Incomplete\",\n                                \"completedDate\": null,\n                                \"duration\": \"\",\n                                \"score\": null,\n                                \"numberOfAttempts\": null,\n                                \"certificateLink\": \"\",\n                                \"certificateDownLoadLink\": \"\",\n                                \"WorkNoteContentItemId\": \"a187ae63-1edb-4d04-86cc-3fcc5f912a38\"\n                            }\n                        ]\n                    }\n                ],\n                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=assignment&amp;download=false\",\n                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=768ADE26-DE26-474A-B344-50C92C9BE4CA&amp;level=assignment&amp;download=true\"\n            },\n            {\n                \"assignmentName\": \"4-23-testing big bird\",\n                \"assignmentDescription\": \"4-23-testing big bird\",\n                \"startDate\": \"2026-04-23T00:00:00\",\n                \"dueDate\": \"2026-04-30T00:00:00\",\n                \"status\": \"COMPLETE\",\n                \"completedDate\": \"2026-04-23T16:28:14.11538\",\n                \"courses\": [\n                    {\n                        \"Id\": \"ca7fcdef-c4f5-4e17-9c36-cb9166cfe2e1\",\n                        \"courseName\": \"Multi Language Support\",\n                        \"content\": [\n                            {\n                                \"id\": \"5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"contentName\": \"Big Bird\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-23T16:28:14.0372468\",\n                                \"duration\": \"00:00:15\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=content&amp;download=false5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=content&amp;download=true5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"WorkNoteContentItemId\": \"36e6321d-405c-4df6-9d2b-0845a509fbb5\"\n                            },\n                            {\n                                \"id\": \"5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"contentName\": \"Big Bird\",\n                                \"status\": \"Pass\",\n                                \"completedDate\": \"2026-04-23T16:28:14.0372468\",\n                                \"duration\": \"00:00:15\",\n                                \"score\": 1,\n                                \"numberOfAttempts\": 1,\n                                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=content&amp;download=false5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=content&amp;download=true5e45e264-f1bc-4b10-8b32-664d1aaa57eb\",\n                                \"WorkNoteContentItemId\": \"36e6321d-405c-4df6-9d2b-0845a509fbb5\"\n                            }\n                        ]\n                    }\n                ],\n                \"certificateLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=assignment&amp;download=false\",\n                \"certificateDownLoadLink\": \"https://iwfcertificateapiv2-dev.azurewebsites.net/api/Certificates/GetCertificate?workNoteItemHistoryGuid=D3B2B41A-458B-462A-B59E-24233B8E5BD3&amp;level=assignment&amp;download=true\"\n            }\n        ]\n    }\n]"}],"_postman_id":"af5ee54c-be12-4f34-8a45-fece31b7923b"},{"name":"ASSIGNMENTS - Embeddable Classroom - Request specific USER","id":"f7e30cd2-ea02-4ae1-a52f-def27395443b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/EmbeddableClassroomUserAssignment?userId=09653cbc-76b3-4aac-bea8-dbe3572f777a","description":"<p>The Embeddable Classroom API request returns both completed and incomplete content assigned to the user. The training URL of the incomplete content is populated in the \"EmbeddableClassroomLink\" field. Certificate links for completed content and assignment can be retrieved using this API call.</p>\n<p>Parameters :</p>\n<p>UserId -User GUID can be retrieved using the User API calls</p>\n","urlObject":{"protocol":"https","path":["api","EmbeddableClassroomUserAssignment"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"userId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}],"variable":[]}},"response":[{"id":"2f908b76-2c2e-4aa6-b91d-95367e02ae0a","name":"ASSIGNMENTS  - Embeddable Classroom request specific user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/EmbeddableClassroomUserAssignment?userId=C550B2B9-FD4D-4654-B5CC-BBBC1ED16403","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","EmbeddableClassroomUserAssignment"],"query":[{"key":"userId","value":"C550B2B9-FD4D-4654-B5CC-BBBC1ED16403"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"17612"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 01 Aug 2023 21:31:44 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"75354a09-fd99-4715-b446-15f7d00a286c\",\n        \"AssignmentName\": \"YouTube - Think Before You Write\",\n        \"AssignmentDescription\": \"YouTube - Think Before You Write\",\n        \"StartDate\": \"2022-08-25T00:00:00\",\n        \"DueDate\": \"2022-08-26T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e3f83ccb-1dc9-4ba4-8edf-722a92f19636&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"6b9956d9-95b4-40e5-aac8-eabdc43287b8\",\n                        \"contentName\": \"YouTube - Think Before You Write\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"e3f83ccb-1dc9-4ba4-8edf-722a92f19636\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"f1bb5890-4af0-466e-96ed-22dfeebf72c6\",\n                \"CourseName\": \"Cleaning Windshield\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"e4fe426d-bf97-47c3-a999-a8b8192d69c4\",\n                        \"contentName\": \"quiz engine - RAW Youtube\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:28\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/5369a81d-fbed-4fcc-b351-e35499f4ee97\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=5369a81d-fbed-4fcc-b351-e35499f4ee97\",\n                        \"WorkNoteContentItemId\": \"d0da5ef0-97e1-4f98-b8b6-062205846cbe\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"2b9ace2b-a505-4b0b-8c16-fca2860bc2fe\",\n        \"AssignmentName\": \"Testing pop-up in classroom\",\n        \"AssignmentDescription\": \"Testing pop-up in classroom\",\n        \"StartDate\": \"2022-09-27T00:00:00\",\n        \"DueDate\": \"2022-09-30T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"66470166-9cf7-404d-9143-11985c1acb81\",\n                        \"contentName\": \"PDF - Azure - i3 Sample PDF\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:10\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/32236dca-74cc-4229-9ea9-6631d64caf7e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=32236dca-74cc-4229-9ea9-6631d64caf7e\",\n                        \"WorkNoteContentItemId\": \"095e14c6-6ecc-4e95-98ee-94381c95831d\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"17b3fd69-d9be-4df0-8c07-95ff3c7a4768\",\n                        \"contentName\": \"VIDEO - Azure - MP4 - HOS 2020 - 2nd\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:17\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/c73789a7-8a20-4075-8d50-6b46c33c4e0d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=c73789a7-8a20-4075-8d50-6b46c33c4e0d\",\n                        \"WorkNoteContentItemId\": \"ea35caf3-a666-42d8-8381-f84a1118d1f2\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"c678eb99-1770-4aa9-81cd-e1484c8a82bb\",\n                        \"contentName\": \"STREAMING - DASH - Failure to Yield for Emergency Vehicles\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/77c0accf-2202-4b0b-89d9-78230ba6e7eb\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=77c0accf-2202-4b0b-89d9-78230ba6e7eb\",\n                        \"WorkNoteContentItemId\": \"a305f983-5290-487d-9edd-41860e1a2afd\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"4ba3272e-3074-43fc-9679-a9495c09fb70\",\n        \"AssignmentName\": \"assgn 1\",\n        \"AssignmentDescription\": \"assgn 1\",\n        \"StartDate\": \"2022-09-28T00:00:00\",\n        \"DueDate\": \"2022-10-07T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"CourseName\": \"CSA Minutes\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b02f00ed-d4f4-4126-83b7-f1107e50f6de&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b02f00ed-d4f4-4126-83b7-f1107e50f6de\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"19c8cbbf-b326-461e-80ee-ae0055f2235c\",\n                \"CourseName\": \"2013 Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=df26ab61-e04d-41ec-bab8-2027214a1034&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"4620545b-714b-4f33-82f8-a0891cb53dd7\",\n                        \"contentName\": \"May 2013 - New Hours of Service Regulations\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"df26ab61-e04d-41ec-bab8-2027214a1034\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=079e40e1-81e7-4caf-be4c-1d6d5ace2017&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"6247f828-c7f4-40b8-bc60-bfe343835e4f\",\n                        \"contentName\": \"November 2013 - GHS Global Harmonization System - Revised OSHAs Hazard Communication Standard\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"079e40e1-81e7-4caf-be4c-1d6d5ace2017\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=ef98e011-097b-44a3-9c5f-2b19770e5657&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"f2ba1991-365d-4804-bca8-e4bf0e183365\",\n                        \"contentName\": \"November 2013 - School Buses and Flood Safety\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"ef98e011-097b-44a3-9c5f-2b19770e5657\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=5c8824cc-c2c9-4250-b7bb-3debab184488&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"f13bbd87-f1fb-450a-baae-d915b540383f\",\n                        \"contentName\": \"October 2013 - Criminal Records and EEOC Enforcement\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"5c8824cc-c2c9-4250-b7bb-3debab184488\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=c6e39de8-d82f-45b9-88e2-e4e806bafced&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"27f9b9e6-388e-4bc1-8d88-674a904a7058\",\n                        \"contentName\": \"September 2013 - New Law Prohibits Motor Carriers from Brokering Freight\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"c6e39de8-d82f-45b9-88e2-e4e806bafced\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=2c50dfe7-baff-4055-abd4-1c6cd82416a7&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"22185643-9df4-4fff-bdc8-bbb0009f255c\",\n                        \"contentName\": \"September 2013 - New Training from Impact Training Solutions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"2c50dfe7-baff-4055-abd4-1c6cd82416a7\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=0735f2aa-ef04-4268-a459-ec2d52411eac&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8c363327-982c-47bf-87fd-cfc23a64e21e\",\n                        \"contentName\": \"April 2013 - Combating Human Trafficking Through the Trucking Industry\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"0735f2aa-ef04-4268-a459-ec2d52411eac\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=1f9a9522-9ffb-470b-80b8-2322810e8d61&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"710cd43f-f3ee-41f0-9ec0-d3968217f07b\",\n                        \"contentName\": \"August 2013 - Driver Retention Strategies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"1f9a9522-9ffb-470b-80b8-2322810e8d61\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=2a860d79-7b0a-4614-b6fa-03f75c8c51d7&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"e60c79f3-6e3b-4e79-bcdc-e357f5abca22\",\n                        \"contentName\": \"December 2013 - Improve CSA Scores and Safety Using EOBR Data\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"2a860d79-7b0a-4614-b6fa-03f75c8c51d7\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=0ab07425-266f-4335-ac85-53568514db23&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"e78b0628-e157-4221-a6ea-e06deb5820e3\",\n                        \"contentName\": \"February 2013 - Challenges Women Face\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"0ab07425-266f-4335-ac85-53568514db23\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=12a90e70-32f8-47b9-8c2f-c3cff8e1935e&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8047a7ca-53ca-463f-b9ef-34e46846afa0\",\n                        \"contentName\": \"January 2013 - Sales Recruiting is a process\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"12a90e70-32f8-47b9-8c2f-c3cff8e1935e\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=4387122c-a818-4645-8201-2c3498bed4f4&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"7e64151c-a097-4921-814f-48b904e19a13\",\n                        \"contentName\": \"July 2013 - Overview of the CSA Safety Management\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"4387122c-a818-4645-8201-2c3498bed4f4\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=2a39a170-d6e4-4fcf-a2a3-d939340e60d1&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"7046d59c-b8d0-4063-97cc-d088e858d937\",\n                        \"contentName\": \"June 2013 - The Value of Affiliations with Associations\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"2a39a170-d6e4-4fcf-a2a3-d939340e60d1\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=f0bb0d06-10c9-47a3-90fa-773d8f8a9fd2&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"782d8af7-2870-41f1-bdef-5ee9f01571b5\",\n                        \"contentName\": \"March 2013 - Major Concern Issues about EOBR\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"f0bb0d06-10c9-47a3-90fa-773d8f8a9fd2\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=3e5aed53-d876-47d5-8568-c64ca8ac17f4&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:15\",\n                        \"score\": 33,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/b0e32153-d8b4-4f7a-a0ed-8715010b8f43\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=b0e32153-d8b4-4f7a-a0ed-8715010b8f43\",\n                        \"WorkNoteContentItemId\": \"3e5aed53-d876-47d5-8568-c64ca8ac17f4\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"8081be52-a615-49e5-8896-a9ad8aaaaaa8\",\n        \"AssignmentName\": \"assg-2\",\n        \"AssignmentDescription\": \"assg-2\",\n        \"StartDate\": \"2022-09-28T00:00:00\",\n        \"DueDate\": \"2022-09-30T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=02119386-823e-44b0-bf43-833576f052aa&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:10\",\n                        \"score\": 33,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/d892d0b8-9428-4d38-bb98-9deff75044cb\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=d892d0b8-9428-4d38-bb98-9deff75044cb\",\n                        \"WorkNoteContentItemId\": \"02119386-823e-44b0-bf43-833576f052aa\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"c398219f-189d-4ff1-9117-a43366a86373\",\n        \"AssignmentName\": \"API Testing Template\",\n        \"AssignmentDescription\": \"API Testing Template\",\n        \"StartDate\": \"2022-11-08T00:00:00\",\n        \"DueDate\": \"2022-11-09T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"3930d7dc-62c5-4b88-b5eb-a0e3332b5526\",\n                \"CourseName\": \"2016 Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=fcc4f38f-2e7a-4716-babd-aa98febc1941&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"d57e2ebe-2221-4698-b4c9-7140dd4edc6c\",\n                        \"contentName\": \"April 2016 - Digital Video Management Robert Scott\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"fcc4f38f-2e7a-4716-babd-aa98febc1941\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=53f37425-54e8-4735-8d73-0196501ca5e0&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c9fbfd4b-ca2c-4706-b096-d8b348f0ee01\",\n                        \"contentName\": \"April 2016 - Independent Contractor Misclassification\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"53f37425-54e8-4735-8d73-0196501ca5e0\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6effa3e2-4a47-4d1f-8859-6c28ef6cce4e&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"f9e8d33c-b1ec-4648-89be-41b992505f78\",\n                        \"contentName\": \"August 2016 - 13 Textbook Court Cases That Cost Transportation Companies Millions\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"6effa3e2-4a47-4d1f-8859-6c28ef6cce4e\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=c5102448-ef33-4c6a-8d63-eb1f8722c0eb&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8888b123-f0a5-4965-975e-588a705ce30c\",\n                        \"contentName\": \"February 2016 - Trucking Companies Insurance's Bad Bet?\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"c5102448-ef33-4c6a-8d63-eb1f8722c0eb\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=8fedf839-9613-49eb-8e9e-a65da7bd0f8c&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"79559282-de0a-4706-abbd-0aaa475568bf\",\n                        \"contentName\": \"July 2016 - Will Your Safety Program Hold Up in Court?\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"8fedf839-9613-49eb-8e9e-a65da7bd0f8c\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6786d454-0c5e-4bcc-a02f-367cd9667ff7&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"ed1ec935-51ce-4c00-b950-e4902749e2d3\",\n                        \"contentName\": \"July 28th 2016 - Easy Ways to Customize Your Training to Improve Engagement\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"6786d454-0c5e-4bcc-a02f-367cd9667ff7\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b70cbe7a-ca08-4d87-95e6-dbcb4d4729c8&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9a19fae4-8519-4969-a4c1-34fe34b8f2b0\",\n                        \"contentName\": \"June 2016 - Conquer Distracted Driving By Becoming an ACE\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b70cbe7a-ca08-4d87-95e6-dbcb4d4729c8\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=2ed236d2-c4d0-4c51-923b-eb9c592cea9d&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"078e0b55-c441-41fb-af72-a5d9f5eecbc0\",\n                        \"contentName\": \"June 2016 - Improving Driver Retention and Behavior\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"2ed236d2-c4d0-4c51-923b-eb9c592cea9d\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=eace5b60-d8f3-483e-a2ca-d1ee505698af&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"1e302e75-0b5e-43d2-a7d5-4a71f6f912e1\",\n                        \"contentName\": \"March 2016 - Loss Control as Cost Containment\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"eace5b60-d8f3-483e-a2ca-d1ee505698af\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=80d6cf9d-5a9f-4b2d-aa6b-0137035635cf&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8d9ed748-bf5d-484d-a389-a9a94d137250\",\n                        \"contentName\": \"May 2016 - Accidents Happen\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"80d6cf9d-5a9f-4b2d-aa6b-0137035635cf\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b488bbc2-aafc-4ecd-a34c-32e9f8c456c6&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"61748973-9304-46c8-823b-94320e4a2639\",\n                        \"contentName\": \"November 2016 - Getting Deposed? How to Nail It!\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b488bbc2-aafc-4ecd-a34c-32e9f8c456c6\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=f98cd276-a8c3-415a-8c9a-90188ba23e36&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"a41be605-ee73-4966-b647-062309a981bc\",\n                        \"contentName\": \"Oct. 2016 Hiring and Firing Employees Part 1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"f98cd276-a8c3-415a-8c9a-90188ba23e36\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=abb94333-56ad-4c10-9707-1b94c50aff8b&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"98ec9391-b550-4f34-93e8-4613a2dd5db4\",\n                        \"contentName\": \"Oct. 2016 Hiring and Firing Employees Part 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"abb94333-56ad-4c10-9707-1b94c50aff8b\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=12fcaf12-aaea-4ad7-b3c4-ff40d317f4ce&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"349e9dbd-52b5-43de-84a1-bac16e2d9d42\",\n                        \"contentName\": \"Oct. 2016 Hiring and Firing Employees Part 3\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"12fcaf12-aaea-4ad7-b3c4-ff40d317f4ce\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6a1a7458-9b32-48fb-b50f-0b64cfa84769&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"27a80307-b03a-4afc-9f80-773c3bca89e9\",\n                        \"contentName\": \"October 2016 - Fatigue and Sleep in Today''s Transportation\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"6a1a7458-9b32-48fb-b50f-0b64cfa84769\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=7fe526d5-e7f6-40bf-99b7-0c19d51daa09&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"583fece4-d197-49d5-ada9-c197354880f6\",\n                        \"contentName\": \"October 2016 - Hiring and Firing Employees\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"7fe526d5-e7f6-40bf-99b7-0c19d51daa09\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=d907c4f1-2df4-4eeb-8921-c76ced1966f5&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"613aa7cb-01c1-498e-bf3c-4449d1ebb801\",\n                        \"contentName\": \"September 2016 - Federal Contracting and Equal Employment Opportunity\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"d907c4f1-2df4-4eeb-8921-c76ced1966f5\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"e4e2dcd5-7b1b-4730-85a5-d6fe44c5700f\",\n                \"CourseName\": \"Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b4c330c8-6b4e-4ad4-b278-96066ea31bee&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"1e71d2d5-49c0-4315-a3e3-31234f3c4602\",\n                        \"contentName\": \"Decrease Accidents with an Online Safety Program\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b4c330c8-6b4e-4ad4-b278-96066ea31bee\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=93ed5fcc-bc7b-40d1-a297-4f826399f3db&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9e14446f-5341-42c4-9300-1e197789861c\",\n                        \"contentName\": \"How to Build a Strong Safety Culture - Pat Bode\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"93ed5fcc-bc7b-40d1-a297-4f826399f3db\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b1002faa-e8c0-41d2-a226-c527b57d181d&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"f0f67d54-1dbb-4ad5-85ad-e51388ed92d4\",\n                        \"contentName\": \"Dan Baker - Building a Company Where Drivers Want to Work\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b1002faa-e8c0-41d2-a226-c527b57d181d\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"e8d620de-d6c7-4b10-a218-98ed4e9af511\",\n        \"AssignmentName\": \"Summary page\",\n        \"AssignmentDescription\": \"Summary page\",\n        \"StartDate\": \"2022-12-07T00:00:00\",\n        \"DueDate\": \"2022-12-15T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e86d3541-7f66-4536-ae5e-6060889b9371&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c5419f15-0343-425b-b950-c96fc48cb214\",\n                        \"contentName\": \"Ispring\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"e86d3541-7f66-4536-ae5e-6060889b9371\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=5d1e5e9f-f462-4d34-80fe-d1bb8f03fc0e&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"bd85cd63-1727-497e-9ab4-9e94d0dc95a6\",\n                        \"contentName\": \"PDF with Quiz URL - No Test Q/A\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:07\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4165677a-23be-4df8-bdeb-94854f208312\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4165677a-23be-4df8-bdeb-94854f208312\",\n                        \"WorkNoteContentItemId\": \"5d1e5e9f-f462-4d34-80fe-d1bb8f03fc0e\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"3bd4795d-7a19-46e9-92cc-794acf73b6b1\",\n                        \"contentName\": \"PDF with quiz engine\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/655387ec-df78-4cd7-98ed-fa8e163ba4b1\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=655387ec-df78-4cd7-98ed-fa8e163ba4b1\",\n                        \"WorkNoteContentItemId\": \"c33be63b-9013-49b4-ad26-e445d625a4fa\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=a481b97d-e9c0-4f3a-b196-6830dd48aab3&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"43ab3d4f-e50a-40ef-bf86-06e36ad733d1\",\n                        \"contentName\": \"MP4 with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"a481b97d-e9c0-4f3a-b196-6830dd48aab3\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:12\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/beabaf2c-4a4d-4e13-a566-48885da197f3\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=beabaf2c-4a4d-4e13-a566-48885da197f3\",\n                        \"WorkNoteContentItemId\": \"3404cb51-f4bc-4e42-94b7-d520e98eaa1f\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"0037e98e-d1ee-42f2-b2ea-12025702be61\",\n                        \"contentName\": \"Streaming with quiz URL\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:07\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/429da479-64fe-472a-8168-a8d2b505259c\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=429da479-64fe-472a-8168-a8d2b505259c\",\n                        \"WorkNoteContentItemId\": \"9abd2f8a-2383-4e15-b4dc-56c7df9a9751\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"268ee427-ad6e-4c93-b20a-34495fa453f6\",\n                        \"contentName\": \"Streaming with quiz engine\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:25\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/7279aaa1-1889-475d-b678-21630280d943\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=7279aaa1-1889-475d-b678-21630280d943\",\n                        \"WorkNoteContentItemId\": \"6c69b381-e8fa-4c96-aa69-66a54606162d\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=3bc72939-4944-4e49-85e2-fd8b3186ceee&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"18059dbe-848f-44ac-bc01-b155705164f9\",\n                        \"contentName\": \"Youtube with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"3bc72939-4944-4e49-85e2-fd8b3186ceee\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"64b4cdbb-4452-44da-86ae-7d59373bca3a\",\n                        \"contentName\": \"Youtube with quiz engine\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:16\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/e766ba69-4ab3-4ac4-9107-634860069d5f\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=e766ba69-4ab3-4ac4-9107-634860069d5f\",\n                        \"WorkNoteContentItemId\": \"3fbdecc3-8f15-49a6-8657-babefff22835\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"c9b864b4-2b80-42d6-94fc-25496f341519\",\n        \"AssignmentName\": \"Testing Quiz engine for session variables\",\n        \"AssignmentDescription\": \"Testing Quiz engine for session variables\",\n        \"StartDate\": \"2023-02-02T00:00:00\",\n        \"DueDate\": \"2023-02-28T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=7144779e-c962-4c06-bb8e-3bdb0a207900&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:53\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/988ca4dd-c5bb-48fa-93e1-43a686acf732\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=988ca4dd-c5bb-48fa-93e1-43a686acf732\",\n                        \"WorkNoteContentItemId\": \"7144779e-c962-4c06-bb8e-3bdb0a207900\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"a4e93326-279c-4ef5-b947-e8cd38fa77e1\",\n        \"AssignmentName\": \"Testing worknote content item id\",\n        \"AssignmentDescription\": \"Testing worknote content item id\",\n        \"StartDate\": \"2023-02-02T00:00:00\",\n        \"DueDate\": \"2023-02-22T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=441b0133-7f65-4f37-92ff-745eff6d7407&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"441b0133-7f65-4f37-92ff-745eff6d7407\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"f23f0cfd-f118-4e34-96dd-4fc9c7d92aea\",\n        \"AssignmentName\": \"Testing rewind by Ashwani\",\n        \"AssignmentDescription\": \"Testing rewind by Ashwani\",\n        \"StartDate\": \"2023-02-10T00:00:00\",\n        \"DueDate\": \"2023-02-24T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"CourseName\": \"CSA Minutes\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=85855345-bcfc-4666-8e3a-3e9c98db0ee5&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"45dd659e-651f-42d7-93c1-9d2ef47470f6\",\n                        \"contentName\": \"CSA Minutes - Driving Without Required Paperwork\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"85855345-bcfc-4666-8e3a-3e9c98db0ee5\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e4f2a3b0-6e80-499c-9190-d2b94b393544&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"e4f2a3b0-6e80-499c-9190-d2b94b393544\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"9d73f494-65db-4dd3-afda-961fb0d16db2\",\n                \"CourseName\": \"2011-ELDT-2011 Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=1322f3cf-bf49-4907-bd12-409ce2a26298&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"4a1f738e-6c5d-45a9-bf6e-a4cf1bd6c881\",\n                        \"contentName\": \"ELDT-January - Jennifer Barton SRT\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 11,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"1322f3cf-bf49-4907-bd12-409ce2a26298\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=fcb116cb-22ec-402d-bc9f-d108f2766a6f&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 20,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"fcb116cb-22ec-402d-bc9f-d108f2766a6f\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"886d66d8-d235-49da-ac3d-5dd155e22eae\",\n                \"CourseName\": \"Streaming Testing 10-25\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=f4b1c5c4-ea76-4a07-a7f7-c04c1d328c62&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"3d1aae37-1787-453a-b59c-3788d6b0a8af\",\n                        \"contentName\": \"Stream Test 01\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"f4b1c5c4-ea76-4a07-a7f7-c04c1d328c62\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=81c9b789-efc7-4787-8629-42769acdc141&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c9f09137-50ed-41ba-ac74-e4ad28c15f0a\",\n                        \"contentName\": \"Stream Test 02\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"81c9b789-efc7-4787-8629-42769acdc141\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=52e780ca-5af9-4d7f-86cd-2490ac721f5d&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"58e8ec79-6410-4369-92a0-10f0e9adcd5c\",\n                        \"contentName\": \"Ash mp4- Preview testing\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"52e780ca-5af9-4d7f-86cd-2490ac721f5d\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=af12a42b-1baf-421f-9ae1-f8aff21997fe&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"58e7b282-fd77-41ec-bf05-048326c15c61\",\n                        \"contentName\": \"Preview testing-2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"af12a42b-1baf-421f-9ae1-f8aff21997fe\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"de0cf784-4d5d-439c-8280-fa8de193cf7b\",\n        \"AssignmentName\": \"content without quiz\",\n        \"AssignmentDescription\": \"content without quiz\",\n        \"StartDate\": \"2023-02-13T00:00:00\",\n        \"DueDate\": \"2023-02-28T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"886d66d8-d235-49da-ac3d-5dd155e22eae\",\n                \"CourseName\": \"Streaming Testing 10-25\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=970df04a-75a6-4424-a3df-80527d2c438c&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"3d1aae37-1787-453a-b59c-3788d6b0a8af\",\n                        \"contentName\": \"Stream Test 01\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"970df04a-75a6-4424-a3df-80527d2c438c\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"e7f8c966-3ee7-4009-857e-fcde43d2fb56\",\n                        \"contentName\": \"Ash streaming content\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:41\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/74d2e5ed-719b-49cf-b3fb-c8fae8dae00e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=74d2e5ed-719b-49cf-b3fb-c8fae8dae00e\",\n                        \"WorkNoteContentItemId\": \"529a45a5-14f4-4d0c-8bab-8c9bc3d86cec\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"fa9d6b8a-2592-4e36-9bf7-4253588c86f7\",\n        \"AssignmentName\": \"Media player testing for Preview\",\n        \"AssignmentDescription\": \"Media player testing for Preview\",\n        \"StartDate\": \"2023-02-17T00:00:00\",\n        \"DueDate\": \"2023-02-28T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6dc2a2b0-e65f-4b86-8111-6350c58a8f9d&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8753666a-fdd4-4c1b-aaa8-ced55958e120\",\n                        \"contentName\": \"Random-Q-1\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:18\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 28,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/7a744115-e759-4b6f-9630-5cf6ceb768bf\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=7a744115-e759-4b6f-9630-5cf6ceb768bf\",\n                        \"WorkNoteContentItemId\": \"6dc2a2b0-e65f-4b86-8111-6350c58a8f9d\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"58e8ec79-6410-4369-92a0-10f0e9adcd5c\",\n                        \"contentName\": \"Ash mp4- Preview testing\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:12\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/9dd73b21-aabd-48de-b495-aef73745439c\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=9dd73b21-aabd-48de-b495-aef73745439c\",\n                        \"WorkNoteContentItemId\": \"bdf29a13-8bb7-4fac-8ad7-de232ab49388\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"a93537a8-8efc-4bc2-80cb-80565ebb8ff8\",\n                \"CourseName\": \"seek time testing\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=82919078-cc3b-49d9-9c0e-b5fe8a20a4da&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"319a2f97-a735-452a-b051-f8ec3e772a5a\",\n                        \"contentName\": \"seek time test video\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 18,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"82919078-cc3b-49d9-9c0e-b5fe8a20a4da\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=8dc013ce-3817-4842-bd3f-bcd79c8346ad&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"1b9e4ac8-0b2f-47b6-aeef-73d69d1055b5\",\n                        \"contentName\": \"seek time streaming test\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"8dc013ce-3817-4842-bd3f-bcd79c8346ad\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=77af77b8-5102-4d13-9565-93acf45650e9&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"268ee427-ad6e-4c93-b20a-34495fa453f6\",\n                        \"contentName\": \"Streaming with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 6,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"77af77b8-5102-4d13-9565-93acf45650e9\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"a2dac8e2-d600-49aa-b19d-156637c42bae\",\n        \"AssignmentName\": \"Preview testing-2\",\n        \"AssignmentDescription\": \"Preview testing-2\",\n        \"StartDate\": \"2023-02-17T00:00:00\",\n        \"DueDate\": \"2023-02-28T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e72f8ce2-3b42-475a-91df-8b1035dbeda8&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"58e7b282-fd77-41ec-bf05-048326c15c61\",\n                        \"contentName\": \"Preview testing-2\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:18\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/e14cad28-0c3a-452b-9f5f-90660d24562d\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=e14cad28-0c3a-452b-9f5f-90660d24562d\",\n                        \"WorkNoteContentItemId\": \"e72f8ce2-3b42-475a-91df-8b1035dbeda8\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"97cdb3f9-021f-433a-8958-aefc121d19e4\",\n        \"AssignmentName\": \"Testing FF after first attempt\",\n        \"AssignmentDescription\": \"Testing FF after first attempt\",\n        \"StartDate\": \"2023-02-17T00:00:00\",\n        \"DueDate\": \"2023-02-28T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"a08ec36a-e3c2-4795-8f3d-56e3ed1bfd0f\",\n                \"CourseName\": \"CSA Minutes\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e8154586-2c7b-4715-ad86-db6f3733c21b&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"177410e8-826b-4e2e-b9cf-0cfd6839641c\",\n                        \"contentName\": \"CSA Minutes - Broken or Discolored Windshield\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"e8154586-2c7b-4715-ad86-db6f3733c21b\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=0dcd061f-1ec4-464e-95cf-1721a21d8278&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 7,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"0dcd061f-1ec4-464e-95cf-1721a21d8278\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"58e8ec79-6410-4369-92a0-10f0e9adcd5c\",\n                        \"contentName\": \"Ash mp4- Preview testing\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:05\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 9,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/39c05bb7-7f05-4231-b1bd-cdef8db62b5e\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=39c05bb7-7f05-4231-b1bd-cdef8db62b5e\",\n                        \"WorkNoteContentItemId\": \"69080784-2bfa-40ae-aaed-2baee5cf3bcd\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=1796d898-0898-40a3-85b6-b81273b24c5c&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"58e7b282-fd77-41ec-bf05-048326c15c61\",\n                        \"contentName\": \"Preview testing-2\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:11\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 8,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4c4e2303-4943-4cf4-a75f-92aa58df0016\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4c4e2303-4943-4cf4-a75f-92aa58df0016\",\n                        \"WorkNoteContentItemId\": \"1796d898-0898-40a3-85b6-b81273b24c5c\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"d0ba4ad6-5310-4f8e-8179-f2de46b57a2f\",\n        \"AssignmentName\": \"qa test suite\",\n        \"AssignmentDescription\": \"qa test suite\",\n        \"StartDate\": \"2023-02-17T00:00:00\",\n        \"DueDate\": \"2023-03-11T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=9daedbef-16da-4fc3-9636-5b45119f1694&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c5419f15-0343-425b-b950-c96fc48cb214\",\n                        \"contentName\": \"Ispring\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"9daedbef-16da-4fc3-9636-5b45119f1694\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=9dd0e340-b517-4ac5-b381-3f187fe456bd&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"bd85cd63-1727-497e-9ab4-9e94d0dc95a6\",\n                        \"contentName\": \"PDF with Quiz URL - No Test Q/A\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"9dd0e340-b517-4ac5-b381-3f187fe456bd\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=a227cef6-8674-4aaa-946a-552c9bd9aa9b&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"3bd4795d-7a19-46e9-92cc-794acf73b6b1\",\n                        \"contentName\": \"PDF with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"a227cef6-8674-4aaa-946a-552c9bd9aa9b\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6ab66b23-68c6-4da3-bb56-39fb9187f64c&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"43ab3d4f-e50a-40ef-bf86-06e36ad733d1\",\n                        \"contentName\": \"MP4 with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"6ab66b23-68c6-4da3-bb56-39fb9187f64c\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=3c3ff977-c93d-4f52-8c8f-8b893563dbca&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"3c3ff977-c93d-4f52-8c8f-8b893563dbca\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=d2193c23-abf9-42b8-a3ea-ae25edfe8c19&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"0037e98e-d1ee-42f2-b2ea-12025702be61\",\n                        \"contentName\": \"Streaming with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"d2193c23-abf9-42b8-a3ea-ae25edfe8c19\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=428aa013-d466-40ad-92fc-5c659c2585ab&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"268ee427-ad6e-4c93-b20a-34495fa453f6\",\n                        \"contentName\": \"Streaming with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"428aa013-d466-40ad-92fc-5c659c2585ab\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=7e4b088b-38d0-4be5-8384-524afcd4a140&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"18059dbe-848f-44ac-bc01-b155705164f9\",\n                        \"contentName\": \"Youtube with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"7e4b088b-38d0-4be5-8384-524afcd4a140\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=bf303565-376f-4b21-82b7-be8ed12aa466&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"64b4cdbb-4452-44da-86ae-7d59373bca3a\",\n                        \"contentName\": \"Youtube with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"bf303565-376f-4b21-82b7-be8ed12aa466\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"bce74756-4033-48b4-a3c9-ae774b7bd5c5\",\n        \"AssignmentName\": \"scorm testing by ash\",\n        \"AssignmentDescription\": \"scorm testing by ash\",\n        \"StartDate\": \"2023-03-02T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"3fa11ac1-df91-481b-9caf-4b3d9dce4918\",\n                \"CourseName\": \"Test course for SCORM\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b8499de7-9ae7-4ca4-bf37-788a85e514b8&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"ff8708a4-51ae-4549-8ead-65270c483a3f\",\n                        \"contentName\": \"SCORM2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b8499de7-9ae7-4ca4-bf37-788a85e514b8\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"e8e90583-cf05-4f8c-9ce7-68937004784b\",\n        \"AssignmentName\": \"new scorm\",\n        \"AssignmentDescription\": \"new scorm\",\n        \"StartDate\": \"2023-03-06T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"f9005e04-c975-4220-9007-d4f9b391140e\",\n                \"CourseName\": \"SCORM Test Content from PROD\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=75b1ba32-eb14-4431-9e1d-d60188a629c8&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"6c5492e3-43ae-464b-b28b-b2de1b6092cf\",\n                        \"contentName\": \"Current CA Pay\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"75b1ba32-eb14-4431-9e1d-d60188a629c8\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"ac3c969d-5032-4246-bd52-d10a7f876038\",\n        \"AssignmentName\": \"English video-version-1\",\n        \"AssignmentDescription\": \"English video-version-1\",\n        \"StartDate\": \"2023-03-20T00:00:00\",\n        \"DueDate\": \"2023-03-30T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=b5de984c-4d17-4973-acd7-db207d583e75&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"a2b47190-3f3c-4bcd-b120-0151a26c0430\",\n                        \"contentName\": \"English video-version-1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"b5de984c-4d17-4973-acd7-db207d583e75\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"0d09e7bc-34a5-4afb-9c60-6b998ef28c5b\",\n        \"AssignmentName\": \"ss-1\",\n        \"AssignmentDescription\": \"ss-1\",\n        \"StartDate\": \"2023-03-22T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=8cfa61a4-c618-4d7e-9179-069d4c398c21&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8d7b97f3-1fd6-4a10-9578-f771def9118d\",\n                        \"contentName\": \"SS-1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"8cfa61a4-c618-4d7e-9179-069d4c398c21\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"493a2ba5-2e7c-4989-a240-e11770ac12b8\",\n        \"AssignmentName\": \"cell phone\",\n        \"AssignmentDescription\": \"cell phone\",\n        \"StartDate\": \"2023-03-24T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"0b56d81a-6312-4ed7-8ece-fb0d340b8f6d\",\n                \"CourseName\": \"HR - Safepupil\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=4fa289b0-f095-48f6-adb7-362452476d21&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8a8a04ba-01c8-41e3-8658-28ed3d11d7cb\",\n                        \"contentName\": \"Cell Phone Use in the Workplace\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:13\",\n                        \"score\": 0,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/4dad84e9-a77c-429c-8f22-6f28470cd4e6\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=4dad84e9-a77c-429c-8f22-6f28470cd4e6\",\n                        \"WorkNoteContentItemId\": \"4fa289b0-f095-48f6-adb7-362452476d21\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"38d55256-25f6-4fe7-a33a-323c7444afaf\",\n        \"AssignmentName\": \"CORS 1-1\",\n        \"AssignmentDescription\": \"CORS 1-1\",\n        \"StartDate\": \"2023-03-24T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"15fc1d06-9495-4351-b76c-c6942c745b80\",\n                \"CourseName\": \"CORS 1-1\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=6976bae9-fbcb-4ba9-ae5a-000d3aeac7ac&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"03b45a7f-7d29-4cd7-91e6-e01cec5066e6\",\n                        \"contentName\": \"Cors-1\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"6976bae9-fbcb-4ba9-ae5a-000d3aeac7ac\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"be5bb20e-a4ba-4507-a755-cb130ace14ad\",\n        \"AssignmentName\": \"Streaming for CORS\",\n        \"AssignmentDescription\": \"Streaming for CORS\",\n        \"StartDate\": \"2023-03-24T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=9c47e9ac-3295-492b-a5b6-190bcc62cedc&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"67c6afb0-104a-4db5-96eb-73cee97466c6\",\n                        \"contentName\": \"Streaming for CORS\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"9c47e9ac-3295-492b-a5b6-190bcc62cedc\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"e51c0db6-74b8-478e-ab65-df16ddcf748f\",\n        \"AssignmentName\": \"CORS-testing for Kyle\",\n        \"AssignmentDescription\": \"CORS-testing for Kyle\",\n        \"StartDate\": \"2023-03-24T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"15fc1d06-9495-4351-b76c-c6942c745b80\",\n                \"CourseName\": \"CORS 1-1\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=307cd1e3-4115-4726-a7bd-6bef0ce90c7f&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"88316edc-6d58-42d7-8207-fa4a532b7e2e\",\n                        \"contentName\": \"CORS-2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"307cd1e3-4115-4726-a7bd-6bef0ce90c7f\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"7b872da9-a0bc-47cc-9d8c-47612576e67e\",\n        \"AssignmentName\": \"CC revert 2\",\n        \"AssignmentDescription\": \"CC revert 2\",\n        \"StartDate\": \"2023-03-27T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"9bd9f7aa-581b-4148-b287-fd441ff63675\",\n                \"CourseName\": \"CC revert 2\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=317d6f11-9c86-4252-82de-3b0c8ec0c8b2&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c872b4b4-79dd-4275-9a7e-5defc150812a\",\n                        \"contentName\": \"CC revert 2\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"317d6f11-9c86-4252-82de-3b0c8ec0c8b2\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"c3e37322-b8a6-4684-9366-2b7e3eecb9d3\",\n                \"CourseName\": \"Safe Practices\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=10aaae5d-edcf-40f7-a744-3006b4f464ae&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"1e48b8bc-0882-4906-a408-a16fc59b0449\",\n                        \"contentName\": \"Testing Rackspace Video 1 - Lifestyles\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"10aaae5d-edcf-40f7-a744-3006b4f464ae\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"0b56d81a-6312-4ed7-8ece-fb0d340b8f6d\",\n                \"CourseName\": \"HR - Safepupil\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=686d85e5-68a9-4234-9ec1-3afb31408275&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8a8a04ba-01c8-41e3-8658-28ed3d11d7cb\",\n                        \"contentName\": \"Cell Phone Use in the Workplace\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"686d85e5-68a9-4234-9ec1-3afb31408275\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"2576fb67-e88e-49f9-8b25-41d53c715986\",\n        \"AssignmentName\": \"Ispring\",\n        \"AssignmentDescription\": \"Ispring\",\n        \"StartDate\": \"2023-04-25T00:00:00\",\n        \"DueDate\": \"2023-04-30T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"19c8cbbf-b326-461e-80ee-ae0055f2235c\",\n                \"CourseName\": \"2013 Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e5bd5fb4-6870-4b14-b9d7-695c2e020d55&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"710cd43f-f3ee-41f0-9ec0-d3968217f07b\",\n                        \"contentName\": \"August 2013 - Driver Retention Strategies\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"e5bd5fb4-6870-4b14-b9d7-695c2e020d55\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"556d3f37-55f8-4afb-b5be-5dc26da84674\",\n        \"AssignmentName\": \"Test Detail testing\",\n        \"AssignmentDescription\": \"Test Detail testing\",\n        \"StartDate\": \"2023-05-22T00:00:00\",\n        \"DueDate\": \"2023-05-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=5310df8f-9c70-4503-b5da-54cdc0471f0a&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"0f295b9c-f780-481f-87e3-1e68841793e2\",\n                        \"contentName\": \"c10\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"5310df8f-9c70-4503-b5da-54cdc0471f0a\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"d7d400ce-39c4-46a6-8946-5b9038e94d55\",\n        \"AssignmentName\": \"Test Details -2\",\n        \"AssignmentDescription\": \"Test Details -2\",\n        \"StartDate\": \"2023-05-22T00:00:00\",\n        \"DueDate\": \"2023-05-31T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"fb815d2f-5198-40d1-80ef-2b4084fa52a6\",\n                \"CourseName\": \"Ash-course-6\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=5afd7084-d2f3-4505-9e80-58c2b088402e&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"f5a8168d-01af-44cb-a174-60e335e3b635\",\n                        \"contentName\": \"Test Details with 10 q\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 5,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"5afd7084-d2f3-4505-9e80-58c2b088402e\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"d27fdd95-0f1f-4283-a3b0-092bc11b0a66\",\n        \"AssignmentName\": \"FF -ash\",\n        \"AssignmentDescription\": \"FF -ash\",\n        \"StartDate\": \"2023-06-14T00:00:00\",\n        \"DueDate\": \"2023-06-30T00:00:00\",\n        \"Status\": \"Overdue\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"349c2f13-a498-417e-9013-e2e9b13283bb\",\n                \"CourseName\": \"New Viewer - Test Content\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=839216a4-8176-47ae-b50f-bf5e5724c37b&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"5476bd01-b4c5-46e9-8b5d-6bf4708be452\",\n                        \"contentName\": \"VIDEO - Azure - Streaming - BknWnd\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:01:02\",\n                        \"score\": 33,\n                        \"numberOfAttempts\": 3,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/25df339a-df7b-4c76-8f5e-fb423de980a9\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=25df339a-df7b-4c76-8f5e-fb423de980a9\",\n                        \"WorkNoteContentItemId\": \"839216a4-8176-47ae-b50f-bf5e5724c37b\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    },\n    {\n        \"UserDisplayName\": \"akumaran_user akumaran_user\",\n        \"UserId\": \"c550b2b9-fd4d-4654-b5cc-bbbc1ed16403\",\n        \"UserName\": \"akumaran_user\",\n        \"Id\": \"07fa1007-d73e-494c-b86e-d538ae97ae7c\",\n        \"AssignmentName\": \"Ispring testing\",\n        \"AssignmentDescription\": \"Ispring testing\",\n        \"StartDate\": \"2023-07-31T00:00:00\",\n        \"DueDate\": \"2023-08-05T00:00:00\",\n        \"Status\": \"Current\",\n        \"CompletedDate\": null,\n        \"Courses\": [\n            {\n                \"Id\": \"5d3a04ba-27d9-47aa-b356-31f1cb270730\",\n                \"CourseName\": \"QA Test Suite\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=46f07305-b013-451a-b411-676bb0627774&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"c5419f15-0343-425b-b950-c96fc48cb214\",\n                        \"contentName\": \"Ispring\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"46f07305-b013-451a-b411-676bb0627774\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=321059e7-721f-4bd7-923e-849c2f537685&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"bd85cd63-1727-497e-9ab4-9e94d0dc95a6\",\n                        \"contentName\": \"PDF with Quiz URL - No Test Q/A\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"321059e7-721f-4bd7-923e-849c2f537685\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=a9cf9c5b-8d74-45a6-9596-f20d2f60ece1&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"3bd4795d-7a19-46e9-92cc-794acf73b6b1\",\n                        \"contentName\": \"PDF with quiz engine\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:15\",\n                        \"score\": 66,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/167f5d9b-8c16-4a4c-a471-684684f4400b\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=167f5d9b-8c16-4a4c-a471-684684f4400b\",\n                        \"WorkNoteContentItemId\": \"a9cf9c5b-8d74-45a6-9596-f20d2f60ece1\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"43ab3d4f-e50a-40ef-bf86-06e36ad733d1\",\n                        \"contentName\": \"MP4 with quiz URL\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:07\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/3785df24-eb85-43da-abef-b24b3e9d1e2a\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=3785df24-eb85-43da-abef-b24b3e9d1e2a\",\n                        \"WorkNoteContentItemId\": \"7be7c869-c4fa-44de-8faf-6015d625b237\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=dbe64fdd-a9b9-4ed8-94f5-17d409674580&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"9baacfd9-b351-4d76-b055-d11ced2b4179\",\n                        \"contentName\": \"MP4 with quiz engine\",\n                        \"status\": \"Fail\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:13\",\n                        \"score\": 33,\n                        \"numberOfAttempts\": 2,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/68024e39-46e1-40f0-8abf-5ae7ea9506cf\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=68024e39-46e1-40f0-8abf-5ae7ea9506cf\",\n                        \"WorkNoteContentItemId\": \"dbe64fdd-a9b9-4ed8-94f5-17d409674580\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=3970f06b-1b9b-4d92-ab92-15a9278bc28a&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"0037e98e-d1ee-42f2-b2ea-12025702be61\",\n                        \"contentName\": \"Streaming with quiz URL\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"3970f06b-1b9b-4d92-ab92-15a9278bc28a\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=d42258b8-b072-448d-8788-2a966939a222&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"268ee427-ad6e-4c93-b20a-34495fa453f6\",\n                        \"contentName\": \"Streaming with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"d42258b8-b072-448d-8788-2a966939a222\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"\",\n                        \"id\": \"18059dbe-848f-44ac-bc01-b155705164f9\",\n                        \"contentName\": \"Youtube with quiz URL\",\n                        \"status\": \"Pass\",\n                        \"completedDate\": null,\n                        \"duration\": \"00:00:13\",\n                        \"score\": 100,\n                        \"numberOfAttempts\": 1,\n                        \"certificateLink\": \"https://yaddacube-uat.infinit-i.net#/Reports/Viewer/Content/3bb9b3cc-68e2-44ab-a233-86f9c8849359\",\n                        \"certificateDownLoadLink\": \"https://iwfcertificatepdf-uat.azurewebsites.net/certificate?level=content&download=true&contentGuid=3bb9b3cc-68e2-44ab-a233-86f9c8849359\",\n                        \"WorkNoteContentItemId\": \"ef845d00-f24d-4d0c-973c-dc40c189eed0\"\n                    },\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=414fe935-66a0-4330-a5e5-7e8fd4472577&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"64b4cdbb-4452-44da-86ae-7d59373bca3a\",\n                        \"contentName\": \"Youtube with quiz engine\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 0,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"414fe935-66a0-4330-a5e5-7e8fd4472577\"\n                    }\n                ]\n            },\n            {\n                \"Id\": \"fd410af4-ff7f-44b3-8c1c-12cda3b7a788\",\n                \"CourseName\": \"2015 Best Practices Webinars\",\n                \"Content\": [\n                    {\n                        \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=c9182242-7a8a-4991-a793-0aec2d6461e0&assignmentStatus=2&assignmentType=embedded&redirectUrl=\",\n                        \"id\": \"8b8760b9-76f1-428c-8d3e-d98b4fe955af\",\n                        \"contentName\": \"August 2015 - Controlling Workers Comp Related Costs\",\n                        \"status\": \"Incomplete\",\n                        \"completedDate\": null,\n                        \"duration\": \"\",\n                        \"score\": null,\n                        \"numberOfAttempts\": 4,\n                        \"certificateLink\": \"\",\n                        \"certificateDownLoadLink\": \"\",\n                        \"WorkNoteContentItemId\": \"c9182242-7a8a-4991-a793-0aec2d6461e0\"\n                    }\n                ]\n            }\n        ],\n        \"CertificateLink\": \"\",\n        \"CertificateDownLoadLink\": \"\"\n    }\n]"}],"_postman_id":"f7e30cd2-ea02-4ae1-a52f-def27395443b"},{"name":"ASSIGNMENTS - Embeddable Resource - Request Specific USER","id":"994e92d2-81b6-40db-a0cc-cfe945fe63d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/EmbeddableResource?userId=09653cbc-76b3-4aac-bea8-dbe3572f777a","description":"<p>The Embeddable Resource API request returns all the content assigned to the user as a resource. The training URL of the resource content is populated in the \"EmbeddableClassroomLink\" field.</p>\n<p>Parameters :</p>\n<p>UserId -User GUID can be retrieved using the User API calls</p>\n","urlObject":{"protocol":"https","path":["api","EmbeddableResource"],"host":["iwfclassroom-ext-api-uat","infinit-i","net"],"query":[{"key":"userId","value":"09653cbc-76b3-4aac-bea8-dbe3572f777a"}],"variable":[]}},"response":[{"id":"813399a5-3a2e-4e69-ad99-bbbba644c252","name":"ASSIGNMENTS  - Embeddable Request request specific user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AuthKeyi3}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://iwfclassroom-ext-api-uat.infinit-i.net/api/EmbeddableResource?userId=C550B2B9-FD4D-4654-B5CC-BBBC1ED16403","protocol":"https","host":["iwfclassroom-ext-api-uat","infinit-i","net"],"path":["api","EmbeddableResource"],"query":[{"key":"userId","value":"C550B2B9-FD4D-4654-B5CC-BBBC1ED16403"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1436"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 01 Aug 2023 22:04:40 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AssignmentId\": \"df58470b-052d-4be3-a7a7-b41a08f86fee\",\n        \"AssignmentName\": \"Testing REsource\",\n        \"StartDate\": \"2023-03-12T00:00:00\",\n        \"DueDate\": \"2023-03-20T00:00:00\",\n        \"CourseId\": \"6cbbcc24-d76e-4e77-a63f-cbf54fa22e8c\",\n        \"CourseName\": \"Ash-course-6\",\n        \"Content\": [\n            {\n                \"ContentId\": \"8753666a-fdd4-4c1b-aaa8-ced55958e120\",\n                \"contentName\": \"Random-Q-1\",\n                \"duration\": \"00:00:01\",\n                \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=8d5dfad6-4b3b-4224-a094-929458e2ebb7&assignmentStatus=1&assignmentType=embeddedResource&redirectUrl=\"\n            }\n        ]\n    },\n    {\n        \"AssignmentId\": \"f0fc8134-aa46-4563-b312-453f190c00a7\",\n        \"AssignmentName\": \"CC-20\",\n        \"StartDate\": \"2023-03-22T00:00:00\",\n        \"DueDate\": \"2023-03-31T00:00:00\",\n        \"CourseId\": \"986e4891-410b-4119-ae1b-26ccb524d364\",\n        \"CourseName\": \"Ash-course-6\",\n        \"Content\": [\n            {\n                \"ContentId\": \"391b751e-4ea1-47ae-b16e-7a5ae5977ffe\",\n                \"contentName\": \"CC-20\",\n                \"duration\": \"00:00:01\",\n                \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=e84c336f-f820-4a64-a131-4dadbb8acf2d&assignmentStatus=1&assignmentType=embeddedResource&redirectUrl=\"\n            }\n        ]\n    },\n    {\n        \"AssignmentId\": \"808192b5-ec6a-43f7-ae9e-0e1fad62a3b8\",\n        \"AssignmentName\": \"assignment testing- Resource Only - Override\",\n        \"StartDate\": \"1970-01-01T00:00:00\",\n        \"DueDate\": \"1970-01-01T00:00:00\",\n        \"CourseId\": \"5041c4ff-d7ef-4a32-9b39-e14483d6013a\",\n        \"CourseName\": \"DNI Logistics\",\n        \"Content\": [\n            {\n                \"ContentId\": \"e182f4ec-1ced-44a2-ba82-7bf24258b09d\",\n                \"contentName\": \"Driver Parking Trucks\",\n                \"duration\": \"00:01:00\",\n                \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=2de69070-0495-4b31-9a7d-bb20fba4c17f&assignmentStatus=1&assignmentType=embeddedResource&redirectUrl=\"\n            }\n        ]\n    },\n    {\n        \"AssignmentId\": \"c86bcd7b-b454-48d1-96f8-102ba554074b\",\n        \"AssignmentName\": \"assignment template - Resource only - Override-123\",\n        \"StartDate\": \"1970-01-01T00:00:00\",\n        \"DueDate\": \"1970-01-01T00:00:00\",\n        \"CourseId\": \"82fc68b1-c4b1-47bf-ba29-66ddd2909c2e\",\n        \"CourseName\": \"CSA Reminders\",\n        \"Content\": [\n            {\n                \"ContentId\": \"5adfa816-669a-4e00-a945-22f57b93796f\",\n                \"contentName\": \"Pre-Employment Screening\",\n                \"duration\": \"00:05:12\",\n                \"EmbeddableClassroomLink\": \"https://iwfmediaplayerv2-uat.azurewebsites.net/viewer.html?authenticationToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJjNTUwYjJiOS1mZDRkLTQ2NTQtYjVjYy1iYmJjMWVkMTY0MDMiLCJDb21wYW55SWQiOiI1NTE0ZThhNi1jNzYxLTQ4NzctOWU0ZC1mYmY4MzkwMzQxMTMifQ.2WWjCix8Q91AmNtLoL16V8r2k-y6n3_zL_UWpnZL_Vk&WorkNoteContentItemId=3d33d52b-c6a1-4a51-aacf-b07afebc17db&assignmentStatus=1&assignmentType=embeddedResource&redirectUrl=\"\n            }\n        ]\n    }\n]"}],"_postman_id":"994e92d2-81b6-40db-a0cc-cfe945fe63d5"}],"event":[{"listen":"prerequest","script":{"id":"2df9b2ae-540d-4332-a434-8d9339c6a93a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a54534c-bfa2-4ce8-8ed8-af530290c842","type":"text/javascript","exec":[""]}}]}