{"info":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","description":"<html><head></head><body><h1 id=\"welcome-to-interactivo-api-documentation\"><strong>Welcome to interactivo API documentation.</strong></h1>\n<img src=\"https://content.pstmn.io/387d884b-9a99-4c6a-87a5-c2e127a0afc7/bG9nby1ibHVlLnN2Zw==\" width=\"336\" height=\"103\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to interactivo API documentation.","slug":"welcome-to-interactivo-api-documentation"}],"owner":"24867955","collectionId":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","publishedId":"2sA3kUGMx6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4587df"},"publishDate":"2024-07-20T13:48:02.000Z"},"item":[{"name":"Version Beta","item":[{"name":"Users","item":[{"name":"Create User","id":"bbd245b1-06c4-4870-a0fb-72f7f64f05e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"example name d\",\n        \"email\": \"eample@abc110.xyz\",\n        \"external_id\": \"abc110\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://main.interactivo.io/c/api/user/create","description":"<h3 id=\"create-user\">Create User</h3>\n<p>This endpoint allows the creation of a new user.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>name</code> (string, required): The name of the user.</li>\n<li><code>email</code> (string, required): The email address of the user.</li>\n<li><code>external_id</code> (string, required): The external ID of the user.</li>\n</ul>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"email\": {\n          \"type\": \"string\"\n        },\n        \"client_id\": {\n          \"type\": \"integer\"\n        },\n        \"updated_at\": {\n          \"type\": \"string\"\n        },\n        \"created_at\": {\n          \"type\": \"string\"\n        },\n        \"id\": {\n          \"type\": \"integer\"\n        },\n        \"id_image_path\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"name\": \"example name\",\n    \"email\": \"eample@test3.xyz\",\n    \"external_id\": 0\n    \"id\": 0,\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["c","api","user","create"],"host":["main","interactivo","io"],"query":[],"variable":[]}},"response":[{"id":"7f0fb3aa-43b6-45c9-93ab-fdf118b6f73a","name":"Created User Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"example name d\",\n        \"email\": \"eample@test2.xyz\",\n        \"external_id\": \"!@efQ4rffdd\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/c/api/user/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Aug 2024 14:37:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 14529,\n        \"email\": \"eample@test2.xyz\",\n        \"name\": \"example name d\",\n        \"external_id\": null\n    }\n}"},{"id":"3f1e5acc-a0f7-4cc9-981e-78ca9b93c6fe","name":"Error: This Externa ID Already Exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"example name d\",\n        \"email\": \"eample@email.com\",\n        \"external_id\": \"!@efQ4rff\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/c/api/user/create"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Aug 2024 14:33:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": {\n        \"message\": \"User already exists with external id !@efQ4rff\",\n        \"error\": \"USER_ALREADY_EXISTS_WITH_EXTERNAL_ID\"\n    }\n}"},{"id":"e88860a9-d21e-419e-b351-65035cc4ddcb","name":"Error: This Email Exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"example name d\",\n        \"email\": \"eample@email.com\",\n        \"external_id\": \"!@efQ4rffdd\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/c/api/user/create"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Aug 2024 14:33:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": {\n        \"message\": \"User already exists with email eample@email.com\",\n        \"error\": \"USER_ALREADY_EXISTS_WITH_EMAIL\"\n    }\n}"}],"_postman_id":"bbd245b1-06c4-4870-a0fb-72f7f64f05e2"},{"name":"Get User","id":"032028bb-382e-4c28-9493-ee15acd97ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/c/api/user/:id","description":"<p>The endpoint makes an HTTP GET request to retrieve user information based on the provided user External ID. The response for this request is a JSON object with a \"success\" key indicating the success status of the request, and a \"data\" key containing user details such as email, name, and external ID. To document the response of this request as a JSON schema, you can use the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"email\": {\n          \"type\": \"string\"\n        },\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"external_id\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","user",":id"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"description":{"content":"<p>External ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"f07f9208-50c9-4fc0-853b-56a4cfcca3b1","name":"Show User","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/c/api/user/:id","host":["https://your-sub.interactivo.io"],"path":["c","api","user",":id"],"variable":[{"key":"id","value":"abc110"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 16 Dec 2024 13:45:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"email\": \"eample@abc110.xyz\",\n        \"name\": \"example name d\",\n        \"external_id\": \"abc110\"\n    }\n}"}],"_postman_id":"032028bb-382e-4c28-9493-ee15acd97ece"},{"name":"Update User","id":"0317fd2c-b7a0-4653-955e-c2eb9eb38271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://your-sub.interactivo.io/c/api/user/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","user",":id"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"type":"any","value":"abc110","key":"id"}]}},"response":[{"id":"de687d8a-2e57-4e0d-800c-79831cdd8a7e","name":"User Exists With Email","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Jon","type":"text"},{"key":"email","value":"main@interactivo.io","type":"text"}]},"url":{"raw":"https://main.interactivo.test/c/api/user/:id","protocol":"https","host":["main","interactivo","test"],"path":["c","api","user",":id"],"variable":[{"key":"id","value":"abc110"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 16 Dec 2024 14:54:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": {\n        \"message\": \"User already exists\",\n        \"error\": \"USER_ALREADY_EXISTS_WITH_EMAIL\",\n        \"user\": {\n            \"email\": \"main@interactivo.io\",\n            \"name\": \"admin\",\n            \"external_id\": null,\n            \"deleted_at\": null\n        }\n    }\n}"}],"_postman_id":"0317fd2c-b7a0-4653-955e-c2eb9eb38271"}],"id":"bdfe5e36-d253-4567-b823-80db560e8356","_postman_id":"bdfe5e36-d253-4567-b823-80db560e8356","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}}},{"name":"Roles","id":"3823ab4b-4f92-408b-922a-938afbf1bbe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/c/api/user/role","description":"<ul>\n<li><strong>Endpoint:</strong> <code>/c/api/user/role</code></li>\n<li><strong>Method:</strong> <code>POST</code></li>\n</ul>\n<p>The response is a JSON object with a <code>success</code> key indicating the success status of the request, and a <code>data</code> key containing an array of user role objects. Each user role object in the <code>data</code> array has an <code>id</code> key representing the role ID, a <code>name</code> key representing the role name, and a <code>default</code> key indicating whether it is the default role.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"integer\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"default\": {\n            \"type\": \"integer\"\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","user","role"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[]}},"response":[{"id":"6184de98-58c1-47f6-b8fb-2a1799005eb8","name":"roles","originalRequest":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/eapi/user/role"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 20 Jul 2024 10:08:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"363"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899994"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"admin\",\n            \"default\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"testtaker\",\n            \"default\": 1\n        },\n        {\n            \"id\": 5,\n            \"name\": \"testGiver\",\n            \"default\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"testCreator\",\n            \"default\": 0\n        },\n        {\n            \"id\": 7,\n            \"name\": \"rater\",\n            \"default\": 0\n        },\n        {\n            \"id\": 90,\n            \"name\": \"supervisor\",\n            \"default\": 0\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Berlitz tie-breaker\",\n            \"default\": 0\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Berlitz Supervisros\",\n            \"default\": 0\n        }\n    ]\n}"}],"_postman_id":"3823ab4b-4f92-408b-922a-938afbf1bbe1"},{"name":"User's Taken Tests","id":"7564afd6-ed90-4f97-a957-a7fc69f289d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/c/api/user/:external-user-id/tests","description":"<h3 id=\"get-user-tests\">Get User Tests</h3>\n<p>This endpoint retrieves the tests associated with a specific user identified by the <code>external-user-id</code>.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: GET</li>\n<li>URL: <code>https://your-sub.interactivo.io/c/api/user/:external-user-id/tests</code></li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 200</li>\n<li>Content-Type: application/json</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": [\n        {\n            \"takeId\": 0,\n            \"status\": \"\",\n            \"testName\": \"\",\n            \"testId\": 0,\n            \"startTime\": \"\",\n            \"endTime\": \"\",\n            \"completionRedirect\": \"\",\n            \"ratedAt\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","user",":external-user-id","tests"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"type":"any","value":"!@efQ4rff","key":"external-user-id"}]}},"response":[{"id":"25ccadd0-cc12-4beb-be85-8ce10127b0d0","name":"User's Tests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/eapi/user/:external-user-id/tests","host":["https://your-sub.interactivo.io"],"path":["eapi","user",":external-user-id","tests"],"variable":[{"key":"external-user-id","value":"!@efQ4rff"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 20 Jul 2024 10:09:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"takeId\": 23421,\n            \"status\": \"assigned\",\n            \"testName\": \"Big Apple Life Speaking Assessment\",\n            \"testId\": 344,\n            \"startTime\": null,\n            \"endTime\": null,\n            \"completionRedirect\": \"\",\n            \"ratedAt\": null\n        }\n    ]\n}"}],"_postman_id":"7564afd6-ed90-4f97-a957-a7fc69f289d4"},{"name":"Test-Take Results","id":"546f806c-990f-4705-a2f7-b9cf869d1411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-sub.interactivo.io/c/api/result/:take-id","description":"<h3 id=\"get-test-result\">Get Test Result</h3>\n<p>This endpoint retrieves the result of a specific test identified by its unique ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: GET</li>\n<li>URL: https://your-sub.interactivo.io/e/api/result/:take-id</li>\n<li>Description: This endpoint is used to retrieve the result of a specific test by providing its unique ID.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">        {\n            \"success\": true,\n            \"data\": {\n                \"id\": 0,\n                \"testId\": 0,\n                \"testName\": \"\",\n                \"uniqueId\": null,\n                \"status\": \"\",\n                \"rates\": [\n                    {\n                        \"title\": \"\",\n                        \"label\": \"\",\n                        \"raw\": 0,\n                        \"meta\": []\n                    }\n                ]\n            }\n        }\n\n</code></pre>\n</li>\n<li><p>Description: The response body consists of a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">        {\n            \"success\": boolean,\n            \"data\": {\n                \"id\": integer,\n                \"testId\": integer,\n                \"testName\": string,\n                \"uniqueId\": null,\n                \"status\": string,\n                \"rates\": [\n                    {\n                        \"title\": string,\n                        \"label\": string,\n                        \"raw\": integer,\n                        \"meta\": array\n                    }\n                ]\n            }\n        }\n\n</code></pre>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","result",":take-id"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"type":"any","value":"23421","key":"take-id"}]}},"response":[{"id":"78c71b00-3415-4180-aa65-713129317638","name":"Take Results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-sub.interactivo.io/eapi/result/10671"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 20 Jul 2024 08:11:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899997"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 10671,\n        \"testId\": 261,\n        \"testName\": \"SLTI SOPI - English\",\n        \"uniqueId\": null,\n        \"status\": \"Rated\",\n        \"rates\": [\n            {\n                \"title\": \"Speaking\",\n                \"label\": \"LB2\",\n                \"raw\": 42,\n                \"meta\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"546f806c-990f-4705-a2f7-b9cf869d1411"},{"name":"List of Test","id":"fd28501d-c358-4bf5-b7df-bf1dc6503451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/c/api/tests/list?language=en&support_language=en&name=japan","description":"<h3 id=\"get-tests-list\">Get Tests List</h3>\n<p>This endpoint retrieves a list of tests with the specified parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://your-sub.interactivo.io/c/api/tests/list</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>language (string): The language code for the test.</p>\n</li>\n<li><p>support_language (string): The support language code for the test.</p>\n</li>\n<li><p>name (string): The name of the test.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [\n        {\n            \"id\": 0,\n            \"name\": \"\",\n            \"label\": \"\",\n            \"logo_path\": \"\",\n            \"language\": {\n                \"id\": 0,\n                \"code\": \"\",\n                \"name\": \"\",\n                \"native\": \"\",\n                \"rtl\": 0,\n                \"created_at\": \"\",\n                \"updated_at\": \"\"\n            },\n            \"support_language\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 0,\n        \"from\": 0,\n        \"path\": \"\",\n        \"per_page\": 0,\n        \"to\": 0\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","tests","list"],"host":["https://your-sub.interactivo.io"],"query":[{"key":"language","value":"en"},{"key":"support_language","value":"en"},{"key":"name","value":"japan"}],"variable":[]}},"response":[{"id":"ac6efaf0-88ed-4b50-a48f-cd13ffac0a34","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/c/api/tests/list?language=en&support_language=en&name=japan","host":["https://your-sub.interactivo.io"],"path":["c","api","tests","list"],"query":[{"key":"language","value":"en"},{"key":"support_language","value":"en"},{"key":"name","value":"japan"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Feb 2025 13:13:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"639"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 581,\n            \"name\": \"Berlitz Speaking Test - Video Instruction - Japan\",\n            \"label\": \"Fully Randomized-Avatar\",\n            \"logo_path\": \"https://berlitz-learn.interactivo.test/media/view/6127/Test/581\",\n            \"language\": {\n                \"id\": 37,\n                \"code\": \"en\",\n                \"name\": \"English\",\n                \"native\": \"English\",\n                \"rtl\": 0,\n                \"created_at\": \"2024-02-14T08:18:20.000000Z\",\n                \"updated_at\": \"2024-02-14T08:18:20.000000Z\"\n            },\n            \"support_language\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://berlitz-learn.interactivo.test/c/api/tests/list?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"https://berlitz-learn.interactivo.test/c/api/tests/list\",\n        \"per_page\": 100,\n        \"to\": 1\n    }\n}"}],"_postman_id":"fd28501d-c358-4bf5-b7df-bf1dc6503451"},{"name":"List of assignments","id":"c021a34d-e451-4f5d-8d6e-261f27e1b236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://your-sub.interactivo.io/c/api/assignments?name=&test_language=en&test_support_language=en&test_id&ui_language=en","description":"<h3 id=\"retrieve-assignments\">Retrieve Assignments</h3>\n<p>This endpoint retrieves a list of assignments.</p>\n<h4 id=\"request\">Request</h4>\n<p>The request should be sent to:</p>\n<p><code>GET https://your-sub.interactivo.io/c/api/assignments</code></p>\n<p>The request should include the following query parameters:</p>\n<ul>\n<li><p><code>name</code>: (string, optional) The name of the assignment.</p>\n</li>\n<li><p><code>test_language</code>: (string, optional) The language code for the test.</p>\n</li>\n<li><p><code>test_support_language</code>: (string, optional) The language code for the supported language of the test.</p>\n</li>\n<li><p><code>test_id</code>: (string, optional) The ID of the test.</p>\n</li>\n<li><p><code>ui_language</code>: (string, optional) The language code for the user interface.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will have the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"number\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"test_id\": {\n            \"type\": \"number\"\n          }\n        }\n      }\n    },\n    \"links\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"first\": {\n          \"type\": \"string\"\n        },\n        \"last\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"prev\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"next\": {\n          \"type\": [\"string\", \"null\"]\n        }\n      }\n    },\n    \"meta\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"current_page\": {\n          \"type\": \"number\"\n        },\n        \"from\": {\n          \"type\": \"number\"\n        },\n        \"path\": {\n          \"type\": \"string\"\n        },\n        \"per_page\": {\n          \"type\": \"number\"\n        },\n        \"to\": {\n          \"type\": \"number\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"id\": 0,\n      \"name\": \"\",\n      \"test_id\": 0\n    }\n  ],\n  \"links\": {\n    \"first\": \"\",\n    \"last\": null,\n    \"prev\": null,\n    \"next\": null\n  },\n  \"meta\": {\n    \"current_page\": 0,\n    \"from\": 0,\n    \"path\": \"\",\n    \"per_page\": 0,\n    \"to\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint retrieves a list of assignments.</p>\n<h4 id=\"request-1\">Request</h4>\n<p>The request should be sent to:</p>\n<p><code>GET https://your-sub.interactivo.io/c/api/assignments?name=&amp;support_language_code=en</code></p>\n<p>The request body should be in form-data format and include the following parameters:</p>\n<ul>\n<li><code>name</code>: (string, optional) The name of the assignment.</li>\n</ul>\n<h4 id=\"response-1\">Response</h4>\n<p>The response will be in JSON format and will have the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"type\": \"array\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"number\"\n        },\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"test_id\": {\n          \"type\": \"number\"\n        },\n        \"test\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"id\": {\n              \"type\": \"number\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            },\n            \"label\": {\n              \"type\": \"string\"\n            },\n            \"logo_path\": {\n              \"type\": [\"string\", \"null\"]\n            },\n            \"language\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"id\": {\n                  \"type\": \"number\"\n                },\n                \"code\": {\n                  \"type\": \"string\"\n                },\n                \"name\": {\n                  \"type\": \"string\"\n                },\n                \"native\": {\n                  \"type\": \"string\"\n                },\n                \"rtl\": {\n                  \"type\": \"number\"\n                },\n                \"created_at\": {\n                  \"type\": \"string\"\n                },\n                \"updated_at\": {\n                  \"type\": \"string\"\n                }\n              }\n            },\n            \"support_language\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"id\": {\n                  \"type\": \"number\"\n                },\n                \"code\": {\n                  \"type\": \"string\"\n                },\n                \"name\": {\n                  \"type\": \"string\"\n                },\n                \"native\": {\n                  \"type\": \"string\"\n                },\n                \"rtl\": {\n                  \"type\": \"number\"\n                },\n                \"created_at\": {\n                  \"type\": \"string\"\n                },\n                \"updated_at\": {\n                  \"type\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"sub_client\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"id\": {\n              \"type\": [\"number\", \"null\"]\n            },\n            \"enabled\": {\n              \"type\": \"boolean\"\n            },\n            \"name\": {\n              \"type\": [\"string\", \"null\"]\n            },\n            \"configs\": {\n              \"type\": [\"object\", \"null\"]\n            },\n            \"logo\": {\n              \"type\": [\"string\", \"null\"]\n            }\n          }\n        },\n        \"test_center\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"id\": {\n              \"type\": \"number\"\n            },\n            \"enabled\": {\n              \"type\": \"boolean\"\n            }\n          }\n        }\n      }\n    },\n    \"links\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"first\": {\n          \"type\": \"string\"\n        },\n        \"last\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"prev\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"next\": {\n          \"type\": [\"string\", \"null\"]\n        }\n      }\n    },\n    \"meta\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"current_page\": {\n          \"type\": \"number\"\n        },\n        \"from\": {\n          \"type\": \"number\"\n        },\n        \"path\": {\n          \"type\": \"string\"\n        },\n        \"per_page\": {\n          \"type\": \"number\"\n        },\n        \"to\": {\n          \"type\": \"number\"\n        }\n      }\n    }\n  }\n}\nExample Response:\n``` json\n{\n  \"data\": [\n    {\n      \"id\": 0,\n      \"name\": \"\",\n      \"test_id\": 0,\n      \"test\": {\n        \"id\": 0,\n        \"name\": \"\",\n        \"label\": \"\",\n        \"logo_path\": null,\n        \"language\": {\n          \"id\": 0,\n          \"code\": \"\",\n          \"name\": \"\",\n          \"native\": \"\",\n          \"rtl\": 0,\n          \"created_at\": \"\",\n          \"updated_at\": \"\"\n        },\n        \"support_language\": {\n          \"id\": 0,\n          \"code\": \"\",\n          \"name\": \"\",\n          \"native\": \"\",\n          \"rtl\": 0,\n          \"created_at\": \"\",\n          \"updated_at\": \"\"\n        }\n      },\n      \"sub_client\": {\n        \"id\": null,\n        \"enabled\": true,\n        \"name\": null,\n        \"configs\": null,\n        \"logo\": null\n      },\n      \"test_center\": {\n        \"id\": 0,\n        \"enabled\": true\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"\",\n    \"last\": null,\n    \"prev\": null,\n    \"next\": null\n  },\n  \"meta\": {\n    \"current_page\": 0,\n    \"from\": 0,\n    \"path\": \"\",\n    \"per_page\": 0,\n    \"to\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint retrieves a list of assignments.</p>\n<h4 id=\"request-2\">Request</h4>\n<p>The request should be sent to:</p>\n<p><code>GET https://your-sub.interactivo.io/c/api/assignments</code></p>\n<p>The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p><code>name</code>: (string, optional) The name of the assignment.</p>\n</li>\n<li><p><code>test_id</code>: (number, optional) The ID of the test.</p>\n</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"my assignment name\",\n  \"test_id\": 0\n}\n\n</code></pre>\n<h4 id=\"response-2\">Response</h4>\n<p>The response will be in JSON format and will have the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"number\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"test_id\": {\n            \"type\": \"number\"\n          }\n        }\n      }\n    },\n    \"links\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"first\": {\n          \"type\": \"string\"\n        },\n        \"last\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"prev\": {\n          \"type\": [\"string\", \"null\"]\n        },\n        \"next\": {\n          \"type\": [\"string\", \"null\"]\n        }\n      }\n    },\n    \"meta\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"current_page\": {\n          \"type\": \"number\"\n        },\n        \"from\": {\n          \"type\": \"number\"\n        },\n        \"path\": {\n          \"type\": \"string\"\n        },\n        \"per_page\": {\n          \"type\": \"number\"\n        },\n        \"to\": {\n          \"type\": \"number\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"id\": 0,\n      \"name\": \"\",\n      \"test_id\": 0\n    }\n  ],\n  \"links\": {\n    \"first\": \"\",\n    \"last\": null,\n    \"prev\": null,\n    \"next\": null\n  },\n  \"meta\": {\n    \"current_page\": 0,\n    \"from\": 0,\n    \"path\": \"\",\n    \"per_page\": 0,\n    \"to\": 0\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","assignments"],"host":["https://your-sub.interactivo.io"],"query":[{"key":"name","value":""},{"description":{"content":"<p>iso 639</p>\n","type":"text/plain"},"key":"test_language","value":"en"},{"description":{"content":"<p>iso 639</p>\n","type":"text/plain"},"key":"test_support_language","value":"en"},{"key":"test_id","value":null},{"key":"ui_language","value":"en"}],"variable":[]}},"response":[{"id":"57794348-6b2a-4efc-9c49-47034703e198","name":"list of assignments","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"German\",\n    \"test_id\": 249\n}","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/c/api/assignments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Aug 2024 13:54:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"537"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1492,\n            \"name\": \"PPD Global - Bulgaria - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 1452,\n            \"name\": \"Berlitz  Deutschland - Frankfurt - German Writing\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 1390,\n            \"name\": \"German Written Communication Exam for Customer Service (CS WPE)\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 883,\n            \"name\": \"University of Phoenix - German Writing Proficiency Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 882,\n            \"name\": \"Taskus Navi Mumbai - German Writing\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 881,\n            \"name\": \"Taskus - German Writing Assessment/India\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 672,\n            \"name\": \"Blackhawk Network - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 671,\n            \"name\": \"InTouch CX - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 670,\n            \"name\": \"Concentrix India - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 669,\n            \"name\": \"Concentrix Egypt - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 629,\n            \"name\": \"Concentrix UK - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 553,\n            \"name\": \"Conduent Turkey - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 552,\n            \"name\": \"Conduent Poland - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 551,\n            \"name\": \"Conduent Netherlands - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 530,\n            \"name\": \"TaskUs EU - German Writing Test\",\n            \"test_id\": 249\n        },\n        {\n            \"id\": 516,\n            \"name\": \"Teleperformance - German Writing Proficiency Assessment/Egypt\",\n            \"test_id\": 249\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://berlitz.interactivo.test/c/api/assignments?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"https://berlitz.interactivo.test/c/api/assignments\",\n        \"per_page\": 100,\n        \"to\": 16\n    }\n}"}],"_postman_id":"c021a34d-e451-4f5d-8d6e-261f27e1b236"},{"name":"Assign to User","id":"e9a201e0-ac3b-486d-acdb-1d561d155a23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"assignment_id","value":"1492","description":"<p>the id of assignment</p>\n","type":"text"},{"key":"allow_duplicate","value":"false","description":"<p>allow duplicate if teh assigned test exists</p>\n","type":"text"},{"key":"completion_redirect","value":"","description":"<p>redirect back url after the test finishes</p>\n","type":"text"}]},"url":"https://your-sub.interactivo.io/c/api/user/:external-id/assign","description":"<h3 id=\"assign-user-to-assignment\">Assign User to Assignment</h3>\n<p>This endpoint allows assigning a user to a specific assignment and return an URL to to take the test.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>URL: https://your-sub.interactivo.io/c/api/user/:external-id/assign</p>\n</li>\n<li><p>Body (form-data):</p>\n<ul>\n<li><p><code>assignment_id</code> (text, required): The id of the assignment.</p>\n</li>\n<li><p><code>allow_duplicate</code> (text, optional): Allow duplicate if the assigned test exists.</p>\n</li>\n<li><p><code>completion_redirect</code> (text, optional): Redirect back URL after the test finishes.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"integer\"\n        },\n        \"status\": {\n          \"type\": \"string\"\n        },\n        \"url\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">        {\n          \"success\": true,\n          \"data\": {\n            \"id\": 0,\n            \"status\": \"\",\n            \"url\": \"\"\n          }\n        }\n\n</code></pre>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","user",":external-id","assign"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"type":"any","value":"abc110","key":"external-id"}]}},"response":[{"id":"420c72f5-31ba-44ca-848c-6646b26e4aed","name":"Assign to User","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"assignment_id","value":"1492","description":"the id of assignment","type":"text"},{"key":"allow_duplicate","value":"false","description":"allow duplicate if teh assigned test exists","type":"text"},{"key":"completion_redirect","value":"","description":"redirect back url after the test finishes","type":"text"}]},"url":{"raw":"https://your-sub.interactivo.io/c/api/user/:external-id/assign","host":["https://your-sub.interactivo.io"],"path":["c","api","user",":external-id","assign"],"variable":[{"key":"external-id","value":"asdgyh"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Aug 2024 13:50:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 24630,\n        \"status\": \"assigned\",\n        \"url\": \"https://berlitz.t.interactivo.test/take/5IXBtY54A1bW09xENcrWL4c7a4YItkNAOXx5c3PfXXxuQWUJQoVK96jih9qT\"\n    }\n}"}],"_postman_id":"e9a201e0-ac3b-486d-acdb-1d561d155a23"},{"name":"Tests","id":"e04a4842-8eb7-43da-8fa2-b60c0d724702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/c/api/test","description":"<h1 id=\"this-item-is-deprecated-and-you-should-no-longer-use-it\">**This item is Deprecated and you should no longer use it</h1>\n<p>**<br />The <code>GET /c/api/test</code> endpoint retrieves a list of available tests</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"integer\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"label\": {\n            \"type\": \"string\"\n          },\n          \"description\": {\n            \"type\": \"string\"\n          },\n          \"hash\": {\n            \"type\": \"string\"\n          },\n          \"url\": {\n            \"type\": \"string\"\n          },\n          \"logo_path\": {\n            \"type\": \"string\"\n          },\n          \"is_archived\": {\n            \"type\": \"boolean\"\n          },\n          \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"take_count\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"assigned\": {\n                    \"type\": \"integer\"\n                  },\n                  \"active\": {\n                    \"type\": \"integer\"\n                  },\n                  \"done\": {\n                    \"type\": \"integer\"\n                  },\n                  \"terminated\": {\n                    \"type\": \"integer\"\n                  },\n                  \"rated\": {\n                    \"type\": \"integer\"\n                  },\n                  \"all\": {\n                    \"type\": \"integer\"\n                  }\n                }\n              }\n            }\n          },\n          \"creator_user\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"id\": {\n                \"type\": \"integer\"\n              },\n              \"email\": {\n                \"type\": \"string\"\n              },\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"unique_id\": {\n                \"type\": \"string\"\n              },\n              \"avatar\": {\n                \"type\": \"string\"\n              }\n            }\n          },\n          \"client\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"id\": {\n                \"type\": \"integer\"\n              },\n              \"email\": {\n                \"type\": \"string\"\n              },\n              \"name\": {\n                \"type\": \"string\"\n              }\n            }\n          },\n          \"test_group\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"id\": {\n                \"type\": \"integer\"\n              },\n              \"name\": {\n                \"type\": \"string\"\n              }\n            }\n          },\n          \"created_at\": {\n            \"type\": \"string\"\n          },\n          \"updated_at\": {\n            \"type\": \"string\"\n          },\n          \"deleted_at\": {\n            \"type\": \"string\"\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}},"urlObject":{"path":["c","api","test"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[]}},"response":[{"id":"29152a66-cbff-4c34-a6f6-48cbfb5f5452","name":"Tests","originalRequest":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/eapi/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 20 Jul 2024 09:02:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 68,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"CeVm8gUp0J9WCQ5x9lKnRfwutLjRlqW69aXoqKAW8ull7sxOMi\",\n            \"url\": \"https://berlitz.interactivo.test/test/CeVm8gUp0J9WCQ5x9lKnRfwutLjRlqW69aXoqKAW8ull7sxOMi/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/68\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 16,\n                    \"active\": 0,\n                    \"done\": 16,\n                    \"terminated\": 27,\n                    \"rated\": 2,\n                    \"all\": 63\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-14T21:44:53.000000Z\",\n            \"updated_at\": \"2024-07-15T14:18:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 69,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"cqt06CdUK5XIX1Dt0KYYpCw6vHzh2WN4jXwzfzcPDPurNzxL9X\",\n            \"url\": \"https://berlitz.interactivo.test/test/cqt06CdUK5XIX1Dt0KYYpCw6vHzh2WN4jXwzfzcPDPurNzxL9X/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/69\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 6,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 9\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-15T23:05:46.000000Z\",\n            \"updated_at\": \"2024-06-25T09:02:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 78,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"RVWwPrnmBRGfchPcpHrQO3SuB6DLoboaxx4YIQT9vMHkfx2lnZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/RVWwPrnmBRGfchPcpHrQO3SuB6DLoboaxx4YIQT9vMHkfx2lnZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/78\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-16T22:51:58.000000Z\",\n            \"updated_at\": \"2024-06-25T16:22:20.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 80,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"ctRf5Eh6Xfif2xKkchFOa8uh65OepilJcID8N8HK64Pwm1gJy9\",\n            \"url\": \"https://berlitz.interactivo.test/test/ctRf5Eh6Xfif2xKkchFOa8uh65OepilJcID8N8HK64Pwm1gJy9/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/80\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2023-10-17T00:57:18.000000Z\",\n            \"updated_at\": \"2023-11-05T11:29:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 81,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"GRbR5pHygzJsDG8eXHuFBynvWzqm2agpjKrn4pwFRdWxIjvj1w\",\n            \"url\": \"https://berlitz.interactivo.test/test/GRbR5pHygzJsDG8eXHuFBynvWzqm2agpjKrn4pwFRdWxIjvj1w/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/81\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-17T02:05:31.000000Z\",\n            \"updated_at\": \"2024-06-25T16:24:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 82,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"Xl8S231FA84koVULnLapEVWSn9u1iVgt6fL3xD4LaV0fudhC1j\",\n            \"url\": \"https://berlitz.interactivo.test/test/Xl8S231FA84koVULnLapEVWSn9u1iVgt6fL3xD4LaV0fudhC1j/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/82\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-17T02:34:52.000000Z\",\n            \"updated_at\": \"2024-06-25T16:25:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 85,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"59vNPOqovqj3YxjLTDDJvGsEXd22vjrn3lTc5jO1fQZELgk3sw\",\n            \"url\": \"https://berlitz.interactivo.test/test/59vNPOqovqj3YxjLTDDJvGsEXd22vjrn3lTc5jO1fQZELgk3sw/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/85\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-21T19:48:20.000000Z\",\n            \"updated_at\": \"2024-06-25T16:26:10.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 86,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"je8xiiTQo6OCsbMdTwC2RzYTwKspGBSKREHPsCdmgaw6mNqlCZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/je8xiiTQo6OCsbMdTwC2RzYTwKspGBSKREHPsCdmgaw6mNqlCZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/86\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-21T20:10:47.000000Z\",\n            \"updated_at\": \"2024-06-25T16:28:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 88,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"kkKA3sF1SzMOXPa3AIhZlzA3o08KFWfcG3036z8lLzE4vJrl32\",\n            \"url\": \"https://berlitz.interactivo.test/test/kkKA3sF1SzMOXPa3AIhZlzA3o08KFWfcG3036z8lLzE4vJrl32/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/88\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-21T20:35:34.000000Z\",\n            \"updated_at\": \"2024-06-25T16:30:35.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 89,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"9IvTLnMjEehv6NzP2FVGaiYpCvyfgtJcykeljTldL9fbjzM2bu\",\n            \"url\": \"https://berlitz.interactivo.test/test/9IvTLnMjEehv6NzP2FVGaiYpCvyfgtJcykeljTldL9fbjzM2bu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/89\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 2,\n                \"name\": \"SOPI - English & Human Rated\"\n            },\n            \"created_at\": \"2023-10-21T20:55:28.000000Z\",\n            \"updated_at\": \"2024-06-25T16:32:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 266,\n            \"name\": \"SOPI English\",\n            \"label\": \"Demo\",\n            \"description\": null,\n            \"hash\": \"eKqU1TCzO6QLJ48FDrvssSGUx9zThk2qLO3Wr258hSsei4Pncp\",\n            \"url\": \"https://berlitz.interactivo.test/test/eKqU1TCzO6QLJ48FDrvssSGUx9zThk2qLO3Wr258hSsei4Pncp/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/266\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 25,\n                    \"active\": 1,\n                    \"done\": 187,\n                    \"terminated\": 95,\n                    \"rated\": 0,\n                    \"all\": 308\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 19,\n                \"name\": \"Berlitz US Demos\"\n            },\n            \"created_at\": \"2024-04-17T21:01:37.000000Z\",\n            \"updated_at\": \"2024-07-17T08:27:17.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 278,\n            \"name\": \"SLTI SOPI - Dutch\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"ci7SLPry42cXGKu0ADO2yVvjLhKw2evMqOO27mB0QLsmvedunF\",\n            \"url\": \"https://berlitz.interactivo.test/test/ci7SLPry42cXGKu0ADO2yVvjLhKw2evMqOO27mB0QLsmvedunF/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/278\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 17,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 5,\n                    \"all\": 25\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 33,\n                \"name\": \"SOPI - Dutch\"\n            },\n            \"created_at\": \"2024-04-18T14:36:01.000000Z\",\n            \"updated_at\": \"2024-07-16T10:38:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 279,\n            \"name\": \"SLTI SOPI - Swedish\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"yxuhaQ39YDaR9tx6pxnpn38nLVa6sI2g90KPXznEO25FWX3Mke\",\n            \"url\": \"https://berlitz.interactivo.test/test/yxuhaQ39YDaR9tx6pxnpn38nLVa6sI2g90KPXznEO25FWX3Mke/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/279\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 34,\n                \"name\": \"SOPI - Swedish\"\n            },\n            \"created_at\": \"2024-04-18T18:10:59.000000Z\",\n            \"updated_at\": \"2024-06-27T16:17:12.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 280,\n            \"name\": \"SLTI SOPI - Japanese\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"V28bXQlnM2ZeWTzf1jUlsgRvoajXh9BFES0cGXcxAjv8mdJt3y\",\n            \"url\": \"https://berlitz.interactivo.test/test/V28bXQlnM2ZeWTzf1jUlsgRvoajXh9BFES0cGXcxAjv8mdJt3y/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/280\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 35,\n                \"name\": \"SOPI - Japanese\"\n            },\n            \"created_at\": \"2024-04-18T18:55:41.000000Z\",\n            \"updated_at\": \"2024-06-27T16:08:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 281,\n            \"name\": \"SLTI SOPI - Dutch\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"IfXplBm0ySZogw6az2FcVt4vVQsRPzklA3VXJ274hZ5t2S8aS0\",\n            \"url\": \"https://berlitz.interactivo.test/test/IfXplBm0ySZogw6az2FcVt4vVQsRPzklA3VXJ274hZ5t2S8aS0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/281\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 115,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 12,\n                    \"all\": 134\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 33,\n                \"name\": \"SOPI - Dutch\"\n            },\n            \"created_at\": \"2024-04-19T12:29:51.000000Z\",\n            \"updated_at\": \"2024-07-15T16:08:19.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 282,\n            \"name\": \"SLTI SOPI - Swedish\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"OCTdiPp4OCEboRzRjQFS2bOFkhvEC6GAcSUTnY3qb3ju9UCDm7\",\n            \"url\": \"https://berlitz.interactivo.test/test/OCTdiPp4OCEboRzRjQFS2bOFkhvEC6GAcSUTnY3qb3ju9UCDm7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/282\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 34,\n                \"name\": \"SOPI - Swedish\"\n            },\n            \"created_at\": \"2024-04-19T14:02:30.000000Z\",\n            \"updated_at\": \"2024-06-27T16:19:17.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 283,\n            \"name\": \"SLTI SOPI - Japanese\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"ZutXP6p6p9RG0OV3T4P5LB2XlKk9Vrz02CqolCDNP8iuETXkfC\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZutXP6p6p9RG0OV3T4P5LB2XlKk9Vrz02CqolCDNP8iuETXkfC/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/283\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 35,\n                \"name\": \"SOPI - Japanese\"\n            },\n            \"created_at\": \"2024-04-19T14:53:55.000000Z\",\n            \"updated_at\": \"2024-06-27T16:10:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 284,\n            \"name\": \"SLTI SOPI - Japanese\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"GGHs5lby2wHD2mQEij8Vl0w0mwYJrNOZv1O4tz62A1A6WgH4YS\",\n            \"url\": \"https://berlitz.interactivo.test/test/GGHs5lby2wHD2mQEij8Vl0w0mwYJrNOZv1O4tz62A1A6WgH4YS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/284\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 35,\n                \"name\": \"SOPI - Japanese\"\n            },\n            \"created_at\": \"2024-04-19T16:58:12.000000Z\",\n            \"updated_at\": \"2024-06-27T16:12:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 285,\n            \"name\": \"SLTI SOPI - Japanese\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"0iJslzUNCVlQATSCmcpB5FSuml4Se6ZkVti1uNKDos6O0hwh6f\",\n            \"url\": \"https://berlitz.interactivo.test/test/0iJslzUNCVlQATSCmcpB5FSuml4Se6ZkVti1uNKDos6O0hwh6f/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/285\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 35,\n                \"name\": \"SOPI - Japanese\"\n            },\n            \"created_at\": \"2024-04-19T17:22:21.000000Z\",\n            \"updated_at\": \"2024-06-27T16:14:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 289,\n            \"name\": \"SLTI SOPI - Mandarin Traditional\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"rymGsBhOcS944bWfGuRIKhjCOaB1sLrqgifAD7UovlZlXROEmG\",\n            \"url\": \"https://berlitz.interactivo.test/test/rymGsBhOcS944bWfGuRIKhjCOaB1sLrqgifAD7UovlZlXROEmG/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/289\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 37,\n                \"name\": \"SOPI - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-21T12:43:55.000000Z\",\n            \"updated_at\": \"2024-06-27T16:03:48.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 290,\n            \"name\": \"SLTI SOPI - Mandarin Traditional\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"biVtBz7B5Q6IUjuVBsENcFjsZtneHQ0boHeW5Ukji4sd38xFNQ\",\n            \"url\": \"https://berlitz.interactivo.test/test/biVtBz7B5Q6IUjuVBsENcFjsZtneHQ0boHeW5Ukji4sd38xFNQ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/290\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 37,\n                \"name\": \"SOPI - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-21T16:40:00.000000Z\",\n            \"updated_at\": \"2024-06-27T16:06:03.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 291,\n            \"name\": \"SLTI SOPI - Polish\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"9TJRNDco1ON9A6Hx6F8vcNDxiuYVwvBzVHkVq1ag1IYmQNaDU3\",\n            \"url\": \"https://berlitz.interactivo.test/test/9TJRNDco1ON9A6Hx6F8vcNDxiuYVwvBzVHkVq1ag1IYmQNaDU3/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/291\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 38,\n                \"name\": \"SOPI - Polish\"\n            },\n            \"created_at\": \"2024-04-21T17:09:48.000000Z\",\n            \"updated_at\": \"2024-07-15T15:20:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 292,\n            \"name\": \"SLTI SOPI - Polish\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"MFl2gBOrhjCMnYZMopMfE1pxEqzvHPFARLZjzUVWmjeCq1gZri\",\n            \"url\": \"https://berlitz.interactivo.test/test/MFl2gBOrhjCMnYZMopMfE1pxEqzvHPFARLZjzUVWmjeCq1gZri/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/292\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 38,\n                \"name\": \"SOPI - Polish\"\n            },\n            \"created_at\": \"2024-04-21T17:46:54.000000Z\",\n            \"updated_at\": \"2024-06-27T15:59:46.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 317,\n            \"name\": \"SLTI SOPI - Indonesian\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"n9QQTZui6rVFoRbgirduCLUjPBjHcjUo4Om70Vre0GLGzC83C0\",\n            \"url\": \"https://berlitz.interactivo.test/test/n9QQTZui6rVFoRbgirduCLUjPBjHcjUo4Om70Vre0GLGzC83C0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/317\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 45,\n                \"name\": \"SOPI - Indonesian\"\n            },\n            \"created_at\": \"2024-04-25T14:18:08.000000Z\",\n            \"updated_at\": \"2024-06-27T18:52:13.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 318,\n            \"name\": \"SLTI SOPI - Indonesian\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"ND7gegTnq7qGhunmwYBhAxXafm0fIgP1Ys1e4txrwFIBjzoAgx\",\n            \"url\": \"https://berlitz.interactivo.test/test/ND7gegTnq7qGhunmwYBhAxXafm0fIgP1Ys1e4txrwFIBjzoAgx/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/318\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 45,\n                \"name\": \"SOPI - Indonesian\"\n            },\n            \"created_at\": \"2024-04-25T15:38:19.000000Z\",\n            \"updated_at\": \"2024-06-27T18:56:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 319,\n            \"name\": \"SLTI SOPI - Vietnamese\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"KrMQMuKNjxvryYZh66SqmFonkrGlQT7jK5Lp5GBOt9l9RWW1WV\",\n            \"url\": \"https://berlitz.interactivo.test/test/KrMQMuKNjxvryYZh66SqmFonkrGlQT7jK5Lp5GBOt9l9RWW1WV/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/319\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 5,\n                    \"all\": 5\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 46,\n                \"name\": \"SOPI - Vietnamese\"\n            },\n            \"created_at\": \"2024-04-26T12:32:09.000000Z\",\n            \"updated_at\": \"2024-07-12T00:54:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 320,\n            \"name\": \"SLTI SOPI - Vietnamese\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"qBOhYvVa5RaNyuyqbQBtYDbvlG22OceKJlmxbBKVfLiEvoNzpV\",\n            \"url\": \"https://berlitz.interactivo.test/test/qBOhYvVa5RaNyuyqbQBtYDbvlG22OceKJlmxbBKVfLiEvoNzpV/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/320\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 46,\n                \"name\": \"SOPI - Vietnamese\"\n            },\n            \"created_at\": \"2024-04-28T11:08:24.000000Z\",\n            \"updated_at\": \"2024-07-08T02:49:46.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 321,\n            \"name\": \"SLTI SOPI - Russian\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"5t23KAr5bUsGNgmx1l7aMyaWH7bLxdXsLSKCWepQQ0M5f7ngMA\",\n            \"url\": \"https://berlitz.interactivo.test/test/5t23KAr5bUsGNgmx1l7aMyaWH7bLxdXsLSKCWepQQ0M5f7ngMA/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/321\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 47,\n                \"name\": \"SOPI - Russian\"\n            },\n            \"created_at\": \"2024-04-28T11:34:37.000000Z\",\n            \"updated_at\": \"2024-06-27T15:43:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 322,\n            \"name\": \"SLTI SOPI - Russian\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"oed2fhv1ZKvcF7ZNO4NdgFwFa1eoVYoK5WlqMp88XYlPM98ytu\",\n            \"url\": \"https://berlitz.interactivo.test/test/oed2fhv1ZKvcF7ZNO4NdgFwFa1eoVYoK5WlqMp88XYlPM98ytu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/322\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 71,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 51,\n                    \"all\": 129\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 47,\n                \"name\": \"SOPI - Russian\"\n            },\n            \"created_at\": \"2024-04-28T12:45:45.000000Z\",\n            \"updated_at\": \"2024-07-16T12:02:33.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 323,\n            \"name\": \"SLTI SOPI - Turkish\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"teQkv1laKt8GH8yuPkD45l2etIf4qkZgeSpqeuL5FyiM4QAQFR\",\n            \"url\": \"https://berlitz.interactivo.test/test/teQkv1laKt8GH8yuPkD45l2etIf4qkZgeSpqeuL5FyiM4QAQFR/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/323\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 30,\n                    \"active\": 1,\n                    \"done\": 3,\n                    \"terminated\": 10,\n                    \"rated\": 136,\n                    \"all\": 188\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 48,\n                \"name\": \"SOPI - Turkish\"\n            },\n            \"created_at\": \"2024-04-28T13:07:25.000000Z\",\n            \"updated_at\": \"2024-07-17T08:33:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 324,\n            \"name\": \"SLTI SOPI - Turkish\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"6r2xlDkyaIkyQG5nDXzCkpDBCF47k2NCgi0lC9vX5ippz5NLGp\",\n            \"url\": \"https://berlitz.interactivo.test/test/6r2xlDkyaIkyQG5nDXzCkpDBCF47k2NCgi0lC9vX5ippz5NLGp/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/324\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 48,\n                \"name\": \"SOPI - Turkish\"\n            },\n            \"created_at\": \"2024-04-30T11:53:29.000000Z\",\n            \"updated_at\": \"2024-07-10T03:33:54.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 325,\n            \"name\": \"SLTI SOPI - Mandarin (Simplified)\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"94UrsDCefSg1JkCxdGKkflgV1mdaNoRyZyPSAo2FIYtEQl0GsN\",\n            \"url\": \"https://berlitz.interactivo.test/test/94UrsDCefSg1JkCxdGKkflgV1mdaNoRyZyPSAo2FIYtEQl0GsN/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/325\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 4,\n                    \"all\": 5\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 49,\n                \"name\": \"SOPI - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-04-30T12:25:01.000000Z\",\n            \"updated_at\": \"2024-07-11T21:22:11.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 326,\n            \"name\": \"SLTI SOPI - Mandarin (Simplified)\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"vp98vxen1k3lHMBuZdTHUmoveB4XobB49YxEuityYBbjNbBSzg\",\n            \"url\": \"https://berlitz.interactivo.test/test/vp98vxen1k3lHMBuZdTHUmoveB4XobB49YxEuityYBbjNbBSzg/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/326\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 49,\n                \"name\": \"SOPI - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-04-30T16:12:11.000000Z\",\n            \"updated_at\": \"2024-06-27T15:38:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 336,\n            \"name\": \"SLTI SOPI - Building Demo\",\n            \"label\": \"English\",\n            \"description\": null,\n            \"hash\": \"TKzfjhKFVTa2jTabsM1IxBxSzEEHRBfwMvre90rdUKQ8rBCNSi\",\n            \"url\": \"https://berlitz.interactivo.test/test/TKzfjhKFVTa2jTabsM1IxBxSzEEHRBfwMvre90rdUKQ8rBCNSi/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/336\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"created_at\": \"2024-05-07T18:05:46.000000Z\",\n            \"updated_at\": \"2024-05-07T18:10:47.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 337,\n            \"name\": \"SLTI SOPI - Korean\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"76YvQoKAW03jPdRbGI7BpF16xyPks539pAcpo82V565E1JXaB0\",\n            \"url\": \"https://berlitz.interactivo.test/test/76YvQoKAW03jPdRbGI7BpF16xyPks539pAcpo82V565E1JXaB0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/337\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 10,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 3,\n                    \"all\": 13\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 51,\n                \"name\": \"SOPI - Korean\"\n            },\n            \"created_at\": \"2024-05-07T18:57:08.000000Z\",\n            \"updated_at\": \"2024-07-08T19:45:14.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 338,\n            \"name\": \"SLTI SOPI - Korean\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"7uV2IOlmTZGFjGX75E1is8xjO506MpK5Unw7aVSGP0mRlibVvd\",\n            \"url\": \"https://berlitz.interactivo.test/test/7uV2IOlmTZGFjGX75E1is8xjO506MpK5Unw7aVSGP0mRlibVvd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/338\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 51,\n                \"name\": \"SOPI - Korean\"\n            },\n            \"created_at\": \"2024-05-07T19:36:32.000000Z\",\n            \"updated_at\": \"2024-07-01T19:41:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 339,\n            \"name\": \"SLTI SOPI - Cantonese\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"MNZqlEo1yl5EEbTEYMw2x1wTAdNAauI7mlnLJm8hj9GGsBmMd8\",\n            \"url\": \"https://berlitz.interactivo.test/test/MNZqlEo1yl5EEbTEYMw2x1wTAdNAauI7mlnLJm8hj9GGsBmMd8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/339\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 52,\n                \"name\": \"SOPI - Cantonese\"\n            },\n            \"created_at\": \"2024-05-08T14:22:53.000000Z\",\n            \"updated_at\": \"2024-06-27T15:27:33.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 340,\n            \"name\": \"SLTI SOPI - Cantonese\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"LajFlBgPdfA8zAOCRoLAQkzWG0hXoEin7Va1R2fmwA1owZiPqT\",\n            \"url\": \"https://berlitz.interactivo.test/test/LajFlBgPdfA8zAOCRoLAQkzWG0hXoEin7Va1R2fmwA1owZiPqT/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/340\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 52,\n                \"name\": \"SOPI - Cantonese\"\n            },\n            \"created_at\": \"2024-05-08T14:55:07.000000Z\",\n            \"updated_at\": \"2024-07-10T19:13:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 341,\n            \"name\": \"SLTI SOPI - Arabic\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"sMx6zyTibm5TOM8jYvhw9BMZgrJ9s23LOBKyiha25fyk22TIvf\",\n            \"url\": \"https://berlitz.interactivo.test/test/sMx6zyTibm5TOM8jYvhw9BMZgrJ9s23LOBKyiha25fyk22TIvf/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/341\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 15,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 5,\n                    \"all\": 22\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 53,\n                \"name\": \"SOPI - Arabic\"\n            },\n            \"created_at\": \"2024-05-08T15:17:32.000000Z\",\n            \"updated_at\": \"2024-07-16T22:21:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 342,\n            \"name\": \"SLTI SOPI - Arabic\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"u0yZcMPklyvtTPigb2MrWTXf6PGpATE5ASLNMGTZEU5YZX01Ds\",\n            \"url\": \"https://berlitz.interactivo.test/test/u0yZcMPklyvtTPigb2MrWTXf6PGpATE5ASLNMGTZEU5YZX01Ds/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/342\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 53,\n                \"name\": \"SOPI - Arabic\"\n            },\n            \"created_at\": \"2024-05-08T17:17:13.000000Z\",\n            \"updated_at\": \"2024-06-13T17:35:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 343,\n            \"name\": \"SLTI SOPI - Arabic\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"UFxkhH8melznJ03pc7dfLKKXcNjzzu8ZsUfHrhMahmk3p09Cha\",\n            \"url\": \"https://berlitz.interactivo.test/test/UFxkhH8melznJ03pc7dfLKKXcNjzzu8ZsUfHrhMahmk3p09Cha/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/343\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 53,\n                \"name\": \"SOPI - Arabic\"\n            },\n            \"created_at\": \"2024-05-08T17:37:05.000000Z\",\n            \"updated_at\": \"2024-06-27T15:19:47.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 346,\n            \"name\": \"SLTI SOPI - Arabic\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"W6y0LoNeZyoy4FynKr4y0D6Tjt1Xpjr87jqDS0RIEsBzGiRRoN\",\n            \"url\": \"https://berlitz.interactivo.test/test/W6y0LoNeZyoy4FynKr4y0D6Tjt1Xpjr87jqDS0RIEsBzGiRRoN/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/346\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 53,\n                \"name\": \"SOPI - Arabic\"\n            },\n            \"created_at\": \"2024-05-09T10:51:29.000000Z\",\n            \"updated_at\": \"2024-06-27T15:22:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 347,\n            \"name\": \"SLTI SOPI - Tagalog\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"Ufhk3M6SNXOi1H8bwWp3EXxfUUUJJW1Bgheb7Vcy8s5HT8wi1V\",\n            \"url\": \"https://berlitz.interactivo.test/test/Ufhk3M6SNXOi1H8bwWp3EXxfUUUJJW1Bgheb7Vcy8s5HT8wi1V/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/347\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 9,\n                    \"all\": 12\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 55,\n                \"name\": \"SOPI - Tagalog\"\n            },\n            \"created_at\": \"2024-05-09T11:13:07.000000Z\",\n            \"updated_at\": \"2024-07-17T01:01:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 348,\n            \"name\": \"SLTI SOPI - Tagalog\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"pCfz2ZHcpER1HHlZQdhQsSG3zEjQ01kjFnfbFY0Z3khQAceeS4\",\n            \"url\": \"https://berlitz.interactivo.test/test/pCfz2ZHcpER1HHlZQdhQsSG3zEjQ01kjFnfbFY0Z3khQAceeS4/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/348\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 55,\n                \"name\": \"SOPI - Tagalog\"\n            },\n            \"created_at\": \"2024-05-09T12:58:51.000000Z\",\n            \"updated_at\": \"2024-06-26T18:30:36.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 349,\n            \"name\": \"SLTI SOPI - Farsi\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"Deq7b6Cwnf8BsYZcbBxDWHbGUgTqCksGpKvukm9ROLr089heh2\",\n            \"url\": \"https://berlitz.interactivo.test/test/Deq7b6Cwnf8BsYZcbBxDWHbGUgTqCksGpKvukm9ROLr089heh2/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/349\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 56,\n                \"name\": \"SOPI - Farsi\"\n            },\n            \"created_at\": \"2024-05-09T13:25:00.000000Z\",\n            \"updated_at\": \"2024-07-15T10:40:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 350,\n            \"name\": \"SLTI SOPI - Farsi\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"JNsLeJsuKBCWhkLdyMo7rnivJjSC2xulS4DeZg2yOFKRy7ofrg\",\n            \"url\": \"https://berlitz.interactivo.test/test/JNsLeJsuKBCWhkLdyMo7rnivJjSC2xulS4DeZg2yOFKRy7ofrg/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/350\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 22,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 23\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 56,\n                \"name\": \"SOPI - Farsi\"\n            },\n            \"created_at\": \"2024-05-09T13:55:37.000000Z\",\n            \"updated_at\": \"2024-06-23T19:50:44.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 351,\n            \"name\": \"SLTI SOPI - Hindi\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"vzOZJRKtl0bJHngx23Uvaex3s1YnY7McldymJzKBR0wTk4dCNS\",\n            \"url\": \"https://berlitz.interactivo.test/test/vzOZJRKtl0bJHngx23Uvaex3s1YnY7McldymJzKBR0wTk4dCNS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/351\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 57,\n                \"name\": \"SOPI - Hindi\"\n            },\n            \"created_at\": \"2024-05-09T15:46:21.000000Z\",\n            \"updated_at\": \"2024-06-26T18:22:46.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 352,\n            \"name\": \"SLTI SOPI - Hindi\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"gGBvCl0QAVBupTA1Udb6VjUqwTDYJJOYJL33Cag6Yx4l5TDuKq\",\n            \"url\": \"https://berlitz.interactivo.test/test/gGBvCl0QAVBupTA1Udb6VjUqwTDYJJOYJL33Cag6Yx4l5TDuKq/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/352\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 57,\n                \"name\": \"SOPI - Hindi\"\n            },\n            \"created_at\": \"2024-05-09T16:17:21.000000Z\",\n            \"updated_at\": \"2024-06-26T18:24:46.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 353,\n            \"name\": \"SLTI SOPI - Thai\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"vAhKZu29XjoY11HRt3wOaXZnCJxfPVX81xipZuYW3xOzRzHc6a\",\n            \"url\": \"https://berlitz.interactivo.test/test/vAhKZu29XjoY11HRt3wOaXZnCJxfPVX81xipZuYW3xOzRzHc6a/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/353\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 58,\n                \"name\": \"SOPI - Thai\"\n            },\n            \"created_at\": \"2024-05-10T15:03:58.000000Z\",\n            \"updated_at\": \"2024-06-26T21:22:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 355,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"7PqvCIGqaAHVFW2UmNjuS9Q6Rpr394MzXEVIMItjEKsqPJ17MB\",\n            \"url\": \"https://berlitz.interactivo.test/test/7PqvCIGqaAHVFW2UmNjuS9Q6Rpr394MzXEVIMItjEKsqPJ17MB/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/355\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T09:02:54.000000Z\",\n            \"updated_at\": \"2024-06-11T13:27:22.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 356,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"zwDiyeJanCxrCzOb5mF9SbvCg5tYmeDUUvyF3KfqZ8XRFAnUm1\",\n            \"url\": \"https://berlitz.interactivo.test/test/zwDiyeJanCxrCzOb5mF9SbvCg5tYmeDUUvyF3KfqZ8XRFAnUm1/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/356\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T10:21:53.000000Z\",\n            \"updated_at\": \"2024-06-28T17:09:38.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 357,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"iPvNPjW1KJB2X1xypvosUn9fR2ZurJZQPfoGjT44EANfg4PUkz\",\n            \"url\": \"https://berlitz.interactivo.test/test/iPvNPjW1KJB2X1xypvosUn9fR2ZurJZQPfoGjT44EANfg4PUkz/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/357\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T12:27:31.000000Z\",\n            \"updated_at\": \"2024-06-26T18:10:18.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 358,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"torye8ARfRckNjFzxd9qQrCuCzBjWEhRpe2HDwdOGCLMtozS3I\",\n            \"url\": \"https://berlitz.interactivo.test/test/torye8ARfRckNjFzxd9qQrCuCzBjWEhRpe2HDwdOGCLMtozS3I/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/358\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T12:56:06.000000Z\",\n            \"updated_at\": \"2024-06-26T18:12:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 359,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"yS2bFiWjFBlPMMFHwATL74jyOr7iJfu4czX7dG9n9ozDVxZZgv\",\n            \"url\": \"https://berlitz.interactivo.test/test/yS2bFiWjFBlPMMFHwATL74jyOr7iJfu4czX7dG9n9ozDVxZZgv/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/359\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T13:16:15.000000Z\",\n            \"updated_at\": \"2024-06-26T18:14:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 360,\n            \"name\": \"SLTI SOPI - French Canadian\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"Z4AtdeAc94ZdGv5Ren4XBEPKeGtB6BCmohb1qZGzKVtjy4kDlL\",\n            \"url\": \"https://berlitz.interactivo.test/test/Z4AtdeAc94ZdGv5Ren4XBEPKeGtB6BCmohb1qZGzKVtjy4kDlL/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/360\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 59,\n                \"name\": \"SOPI - French Canadian\"\n            },\n            \"created_at\": \"2024-05-13T13:49:19.000000Z\",\n            \"updated_at\": \"2024-06-26T18:16:39.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 361,\n            \"name\": \"SLTI SOPI - Haitian Creole\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"kw5CLQziWPamqaYQq8ZPhf8wAP4SjcewfWIlXTQjvyPF1HlTh7\",\n            \"url\": \"https://berlitz.interactivo.test/test/kw5CLQziWPamqaYQq8ZPhf8wAP4SjcewfWIlXTQjvyPF1HlTh7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/361\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 60,\n                \"name\": \"SOPI - Haitian Creole\"\n            },\n            \"created_at\": \"2024-05-13T14:15:58.000000Z\",\n            \"updated_at\": \"2024-06-26T18:02:35.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 362,\n            \"name\": \"SLTI SOPI - Haitian Creole\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"h06pLgavn40z4fW37VGc8raCQirY5vtxpjyri3UjXhd4shUW3Y\",\n            \"url\": \"https://berlitz.interactivo.test/test/h06pLgavn40z4fW37VGc8raCQirY5vtxpjyri3UjXhd4shUW3Y/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/362\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 60,\n                \"name\": \"SOPI - Haitian Creole\"\n            },\n            \"created_at\": \"2024-05-13T14:43:39.000000Z\",\n            \"updated_at\": \"2024-06-26T18:04:36.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 363,\n            \"name\": \"SLTI SOPI - Western Armenian\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"ZurWWGspOapBkmv9G64RMAgywmnI0cOvq5l3DzUW0U2MyTqtpk\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZurWWGspOapBkmv9G64RMAgywmnI0cOvq5l3DzUW0U2MyTqtpk/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/363\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 61,\n                \"name\": \"SOPI - Western Armenian\"\n            },\n            \"created_at\": \"2024-05-13T15:15:20.000000Z\",\n            \"updated_at\": \"2024-06-26T17:44:11.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 364,\n            \"name\": \"SLTI SOPI - Hmong\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"Rvhb1Y0wResl1B9F16IubhTCwEy68GQqSeoav63D9pPOCL7p8v\",\n            \"url\": \"https://berlitz.interactivo.test/test/Rvhb1Y0wResl1B9F16IubhTCwEy68GQqSeoav63D9pPOCL7p8v/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/364\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 62,\n                \"name\": \"SOPI - Hmong\"\n            },\n            \"created_at\": \"2024-05-13T15:49:41.000000Z\",\n            \"updated_at\": \"2024-06-26T20:53:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 365,\n            \"name\": \"SLTI SOPI - Khmer\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"GWKKmFLBe6anVRU4NHHeSTy6XOdEK2sn2sjo3IgSD6894Rnnwp\",\n            \"url\": \"https://berlitz.interactivo.test/test/GWKKmFLBe6anVRU4NHHeSTy6XOdEK2sn2sjo3IgSD6894Rnnwp/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/365\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 63,\n                \"name\": \"SOPI - Khmer\"\n            },\n            \"created_at\": \"2024-05-14T12:13:52.000000Z\",\n            \"updated_at\": \"2024-06-26T17:39:20.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 366,\n            \"name\": \"SLTI SOPI - Punjabi\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"nN5NUwzXo7qEHHRMUolJVgCrCaenG8IvKC0BWCFbvyrh5STChk\",\n            \"url\": \"https://berlitz.interactivo.test/test/nN5NUwzXo7qEHHRMUolJVgCrCaenG8IvKC0BWCFbvyrh5STChk/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/366\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 64,\n                \"name\": \"SOPI - Punjabi\"\n            },\n            \"created_at\": \"2024-05-14T12:40:12.000000Z\",\n            \"updated_at\": \"2024-06-26T20:38:09.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 367,\n            \"name\": \"SLTI SOPI - Danish\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"orakxr267pGXIYm3qt2yS0UaO2lhCW6mLa0sh0F9VbdHdY8mRO\",\n            \"url\": \"https://berlitz.interactivo.test/test/orakxr267pGXIYm3qt2yS0UaO2lhCW6mLa0sh0F9VbdHdY8mRO/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/367\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 65,\n                \"name\": \"SOPI - Danish\"\n            },\n            \"created_at\": \"2024-05-14T13:15:27.000000Z\",\n            \"updated_at\": \"2024-06-26T17:20:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 368,\n            \"name\": \"SLTI SOPI - Danish\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"xyUB1jgKQ1kcLNOfQObAYbhMQFksPQ22nGrjhVz9HBdht3p9zW\",\n            \"url\": \"https://berlitz.interactivo.test/test/xyUB1jgKQ1kcLNOfQObAYbhMQFksPQ22nGrjhVz9HBdht3p9zW/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/368\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 65,\n                \"name\": \"SOPI - Danish\"\n            },\n            \"created_at\": \"2024-05-14T13:54:52.000000Z\",\n            \"updated_at\": \"2024-06-26T20:25:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 369,\n            \"name\": \"SLTI SOPI - Danish\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"WqoULTAMxnflNGmUGL9bpmsPk7gr2iZ54yA05gGWu9Nr08Lmor\",\n            \"url\": \"https://berlitz.interactivo.test/test/WqoULTAMxnflNGmUGL9bpmsPk7gr2iZ54yA05gGWu9Nr08Lmor/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/369\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 65,\n                \"name\": \"SOPI - Danish\"\n            },\n            \"created_at\": \"2024-05-14T14:22:43.000000Z\",\n            \"updated_at\": \"2024-06-26T20:30:10.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 370,\n            \"name\": \"SLTI SOPI - Danish\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"XXlQayaA3C8dVe6oH9LsbdMubStr1LWsgrefnQJSwbJsprbycn\",\n            \"url\": \"https://berlitz.interactivo.test/test/XXlQayaA3C8dVe6oH9LsbdMubStr1LWsgrefnQJSwbJsprbycn/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/370\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 65,\n                \"name\": \"SOPI - Danish\"\n            },\n            \"created_at\": \"2024-05-14T14:45:43.000000Z\",\n            \"updated_at\": \"2024-06-26T20:33:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 371,\n            \"name\": \"SLTI SOPI - Hebrew\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"RolcLSOPCMr3UcE952GgHdQd4euKIESQFt3IVUF8drlhtMlfD6\",\n            \"url\": \"https://berlitz.interactivo.test/test/RolcLSOPCMr3UcE952GgHdQd4euKIESQFt3IVUF8drlhtMlfD6/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/371\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 66,\n                \"name\": \"SOPI - Hebrew\"\n            },\n            \"created_at\": \"2024-05-14T16:28:14.000000Z\",\n            \"updated_at\": \"2024-06-26T17:12:54.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 372,\n            \"name\": \"SLTI SOPI - Hebrew\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"tA9tZiofeXG4v2bt3fpxS2fvJnnlYRR6XHzIHku9r1MqybLiwb\",\n            \"url\": \"https://berlitz.interactivo.test/test/tA9tZiofeXG4v2bt3fpxS2fvJnnlYRR6XHzIHku9r1MqybLiwb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/372\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 66,\n                \"name\": \"SOPI - Hebrew\"\n            },\n            \"created_at\": \"2024-05-14T16:50:20.000000Z\",\n            \"updated_at\": \"2024-06-26T17:15:14.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 474,\n            \"name\": \"SLTI SOPI - Czech\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"d1SHEh6UadxuEktFJwctzgnDXw4ld92futMjWbKo1FzX4mLWUc\",\n            \"url\": \"https://berlitz.interactivo.test/test/d1SHEh6UadxuEktFJwctzgnDXw4ld92futMjWbKo1FzX4mLWUc/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/474\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 90,\n                \"name\": \"SOPI - Czech\"\n            },\n            \"created_at\": \"2024-06-19T16:51:49.000000Z\",\n            \"updated_at\": \"2024-07-14T21:45:38.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 475,\n            \"name\": \"SLTI SOPI - Czech\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"QrsxBSQAQbu0TrNpM7R2FbJRNX70iFZha8jTALElqx55ZyMC8s\",\n            \"url\": \"https://berlitz.interactivo.test/test/QrsxBSQAQbu0TrNpM7R2FbJRNX70iFZha8jTALElqx55ZyMC8s/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/475\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 90,\n                \"name\": \"SOPI - Czech\"\n            },\n            \"created_at\": \"2024-06-19T17:19:36.000000Z\",\n            \"updated_at\": \"2024-06-27T19:32:15.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 476,\n            \"name\": \"SLTI SOPI - Greek\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"DrIBIpYIC83SCprVwHSdlC4x0Z8Q2Qt5APBXFefOUMOLkKdoca\",\n            \"url\": \"https://berlitz.interactivo.test/test/DrIBIpYIC83SCprVwHSdlC4x0Z8Q2Qt5APBXFefOUMOLkKdoca/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/476\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 100,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 102\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 91,\n                \"name\": \"SOPI - Greek\"\n            },\n            \"created_at\": \"2024-06-20T13:17:42.000000Z\",\n            \"updated_at\": \"2024-07-09T12:44:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 477,\n            \"name\": \"SLTI SOPI - Greek\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"ZDoxiY7dq46dyXy3c03Er5ZAGBky80iQfAO8PYCWYEnVXBzsJ8\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZDoxiY7dq46dyXy3c03Er5ZAGBky80iQfAO8PYCWYEnVXBzsJ8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/477\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 91,\n                \"name\": \"SOPI - Greek\"\n            },\n            \"created_at\": \"2024-06-20T13:43:29.000000Z\",\n            \"updated_at\": \"2024-07-09T20:05:16.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 478,\n            \"name\": \"SLTI SOPI - Slovak\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"aspMPJqHmbJtqnWuUVG99LOKJ6g32TTlpWJOvMF6MqPeWGFBsc\",\n            \"url\": \"https://berlitz.interactivo.test/test/aspMPJqHmbJtqnWuUVG99LOKJ6g32TTlpWJOvMF6MqPeWGFBsc/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/478\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 92,\n                \"name\": \"SOPI - Slovak\"\n            },\n            \"created_at\": \"2024-06-21T13:17:48.000000Z\",\n            \"updated_at\": \"2024-06-27T19:46:31.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 479,\n            \"name\": \"SLTI SOPI - Slovak\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"hQS0q84ZoUgFEhX0T9VMcUa5Y2CPAhmSYFLUe3l6qBAOmLWtnx\",\n            \"url\": \"https://berlitz.interactivo.test/test/hQS0q84ZoUgFEhX0T9VMcUa5Y2CPAhmSYFLUe3l6qBAOmLWtnx/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/479\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 92,\n                \"name\": \"SOPI - Slovak\"\n            },\n            \"created_at\": \"2024-06-21T13:52:13.000000Z\",\n            \"updated_at\": \"2024-06-27T19:52:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 480,\n            \"name\": \"SLTI SOPI - Laotian\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"SYJWCimsMoSKqYulBLoCPh8hrM6tgBRAy2UjVk1nAL9gXT5r0C\",\n            \"url\": \"https://berlitz.interactivo.test/test/SYJWCimsMoSKqYulBLoCPh8hrM6tgBRAy2UjVk1nAL9gXT5r0C/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/977/Test/480\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 93,\n                \"name\": \"SOPI - Laotian\"\n            },\n            \"created_at\": \"2024-06-21T14:57:37.000000Z\",\n            \"updated_at\": \"2024-06-27T19:56:43.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 92,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"plOYWw5YCWqsCmF00XbZaBy210ZDBo7rxpdY7InDeROgqRd6Wb\",\n            \"url\": \"https://berlitz.interactivo.test/test/plOYWw5YCWqsCmF00XbZaBy210ZDBo7rxpdY7InDeROgqRd6Wb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/92\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2023-10-21T22:27:35.000000Z\",\n            \"updated_at\": \"2024-05-24T04:21:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 94,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"DRA7YHboEyvJIQ9BPMWGu5AH53w3u6EU7NRW8VFNRDG5bR6U1Z\",\n            \"url\": \"https://berlitz.interactivo.test/test/DRA7YHboEyvJIQ9BPMWGu5AH53w3u6EU7NRW8VFNRDG5bR6U1Z/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/94\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T22:44:38.000000Z\",\n            \"updated_at\": \"2024-06-25T09:09:16.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 95,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"aahwfXt2Z04b68nsSpdefyZ55yYpci16a93aqgYZM6IaC57S2f\",\n            \"url\": \"https://berlitz.interactivo.test/test/aahwfXt2Z04b68nsSpdefyZ55yYpci16a93aqgYZM6IaC57S2f/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/95\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T22:54:12.000000Z\",\n            \"updated_at\": \"2024-06-25T09:16:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 96,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"mFoQIGzjh31Vv2h32UAx2b5oEDRpo7tS0nEtQY92OZ9deZ6Ijz\",\n            \"url\": \"https://berlitz.interactivo.test/test/mFoQIGzjh31Vv2h32UAx2b5oEDRpo7tS0nEtQY92OZ9deZ6Ijz/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/96\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T23:02:40.000000Z\",\n            \"updated_at\": \"2024-06-25T09:20:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 97,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 5\",\n            \"description\": null,\n            \"hash\": \"jyoVSkQkncNSWWPO1erAXAO4WtyPDgIhF0btJ4hZORX7erHkc3\",\n            \"url\": \"https://berlitz.interactivo.test/test/jyoVSkQkncNSWWPO1erAXAO4WtyPDgIhF0btJ4hZORX7erHkc3/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/97\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T23:08:11.000000Z\",\n            \"updated_at\": \"2024-06-25T09:30:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 98,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 6\",\n            \"description\": null,\n            \"hash\": \"x5Qtrua886dL0fmao6u1ymFAjxOtQHkEi27vZRk2gRvdhG6GqP\",\n            \"url\": \"https://berlitz.interactivo.test/test/x5Qtrua886dL0fmao6u1ymFAjxOtQHkEi27vZRk2gRvdhG6GqP/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/98\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 4,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 5\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T23:13:26.000000Z\",\n            \"updated_at\": \"2024-06-25T09:34:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 99,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"yEFp5CruqHHbyN3r7qFg6KFSUVj5u74ZXTBaYiOS7MuOIfLfQW\",\n            \"url\": \"https://berlitz.interactivo.test/test/yEFp5CruqHHbyN3r7qFg6KFSUVj5u74ZXTBaYiOS7MuOIfLfQW/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/99\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T23:18:57.000000Z\",\n            \"updated_at\": \"2024-06-25T09:37:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 100,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"qkchTyzjPdXrUs7lGHL1JKz1s0gGqW5i1O5K5yvuw7GhVMm6HP\",\n            \"url\": \"https://berlitz.interactivo.test/test/qkchTyzjPdXrUs7lGHL1JKz1s0gGqW5i1O5K5yvuw7GhVMm6HP/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/100\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 3,\n                \"name\": \"WPE - English\"\n            },\n            \"created_at\": \"2023-10-21T23:23:29.000000Z\",\n            \"updated_at\": \"2024-06-25T09:41:22.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 295,\n            \"name\": \"SLTI WPE - Dutch\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"y1a3N3lgbKqvnTCXHk7R6ghQyTeFPgs5MG6YaHnBvOGEi7j5c2\",\n            \"url\": \"https://berlitz.interactivo.test/test/y1a3N3lgbKqvnTCXHk7R6ghQyTeFPgs5MG6YaHnBvOGEi7j5c2/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/295\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 39,\n                \"name\": \"WPE - Dutch\"\n            },\n            \"created_at\": \"2024-04-23T12:04:58.000000Z\",\n            \"updated_at\": \"2024-06-26T12:47:17.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 296,\n            \"name\": \"SLTI WPE - Dutch\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"ohVgh9pXCU1tBsSfybHqmbr9O81uCQFzLAUhyEefjEz92kzoPG\",\n            \"url\": \"https://berlitz.interactivo.test/test/ohVgh9pXCU1tBsSfybHqmbr9O81uCQFzLAUhyEefjEz92kzoPG/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/296\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 39,\n                \"name\": \"WPE - Dutch\"\n            },\n            \"created_at\": \"2024-04-23T12:39:43.000000Z\",\n            \"updated_at\": \"2024-06-26T12:49:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 297,\n            \"name\": \"SLTI WPE - Dutch\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"QK2vdbKi8NHRw8AWBf7iYW5k99GEAR1cxJbjWoWYrvGE5qwzJb\",\n            \"url\": \"https://berlitz.interactivo.test/test/QK2vdbKi8NHRw8AWBf7iYW5k99GEAR1cxJbjWoWYrvGE5qwzJb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/297\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 39,\n                \"name\": \"WPE - Dutch\"\n            },\n            \"created_at\": \"2024-04-23T12:51:34.000000Z\",\n            \"updated_at\": \"2024-06-26T12:51:43.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 298,\n            \"name\": \"SLTI WPE - Dutch\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"xalxP9FxkALe9k5HMoqdbSkHdph1QBGlctmRedRkcCSOlDyZuf\",\n            \"url\": \"https://berlitz.interactivo.test/test/xalxP9FxkALe9k5HMoqdbSkHdph1QBGlctmRedRkcCSOlDyZuf/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/298\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 39,\n                \"name\": \"WPE - Dutch\"\n            },\n            \"created_at\": \"2024-04-23T14:46:48.000000Z\",\n            \"updated_at\": \"2024-06-26T12:53:47.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 299,\n            \"name\": \"SLTI WPE - Swedish\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"SfEmmK60HGl0077H9u9ijltLUwHBR2j6Xb4BYOipLgsWMWBBX8\",\n            \"url\": \"https://berlitz.interactivo.test/test/SfEmmK60HGl0077H9u9ijltLUwHBR2j6Xb4BYOipLgsWMWBBX8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/299\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 40,\n                \"name\": \"WPE - Swedish\"\n            },\n            \"created_at\": \"2024-04-23T14:58:17.000000Z\",\n            \"updated_at\": \"2024-06-26T10:46:10.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 300,\n            \"name\": \"SLTI WPE - Swedish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"BSHBFB8YsubYkkzVmO5ntts6WZfnA3o1mADTyaItdgUSKFtdqX\",\n            \"url\": \"https://berlitz.interactivo.test/test/BSHBFB8YsubYkkzVmO5ntts6WZfnA3o1mADTyaItdgUSKFtdqX/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/300\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 40,\n                \"name\": \"WPE - Swedish\"\n            },\n            \"created_at\": \"2024-04-23T18:33:33.000000Z\",\n            \"updated_at\": \"2024-06-26T10:48:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 301,\n            \"name\": \"SLTI WPE - Swedish\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"FgNC2luUBgbjNnBTtEdgd3T5OFEMt7KdKBod6VAs5wypyvTl0b\",\n            \"url\": \"https://berlitz.interactivo.test/test/FgNC2luUBgbjNnBTtEdgd3T5OFEMt7KdKBod6VAs5wypyvTl0b/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/301\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 40,\n                \"name\": \"WPE - Swedish\"\n            },\n            \"created_at\": \"2024-04-23T18:44:31.000000Z\",\n            \"updated_at\": \"2024-06-26T10:50:14.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 302,\n            \"name\": \"SLTI WPE - Swedish\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"IuhjenPsVpKrPJfcEGw0rpaqiJyTzMT7sO63fC4Fo5GEn36rfi\",\n            \"url\": \"https://berlitz.interactivo.test/test/IuhjenPsVpKrPJfcEGw0rpaqiJyTzMT7sO63fC4Fo5GEn36rfi/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/302\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 40,\n                \"name\": \"WPE - Swedish\"\n            },\n            \"created_at\": \"2024-04-23T18:52:40.000000Z\",\n            \"updated_at\": \"2024-06-26T12:44:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 304,\n            \"name\": \"SLTI WPE - Japanese\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"x7Uim3Sq5h8dAJuCf3qMA8opvBxaH4MHhw9zrla38lIpxlDR0L\",\n            \"url\": \"https://berlitz.interactivo.test/test/x7Uim3Sq5h8dAJuCf3qMA8opvBxaH4MHhw9zrla38lIpxlDR0L/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/304\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 4,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 41,\n                \"name\": \"WPE - Japanese\"\n            },\n            \"created_at\": \"2024-04-24T11:07:27.000000Z\",\n            \"updated_at\": \"2024-06-28T15:42:38.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 305,\n            \"name\": \"SLTI WPE - Japanese\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"r0Biq1rXcl6w5UFvjiNBfI8HU6ZnP8UE1SZ0vw4I01jkXXkykU\",\n            \"url\": \"https://berlitz.interactivo.test/test/r0Biq1rXcl6w5UFvjiNBfI8HU6ZnP8UE1SZ0vw4I01jkXXkykU/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/305\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 6\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 41,\n                \"name\": \"WPE - Japanese\"\n            },\n            \"created_at\": \"2024-04-24T11:33:19.000000Z\",\n            \"updated_at\": \"2024-07-05T14:12:19.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 306,\n            \"name\": \"SLTI WPE - Japanese\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"z906pYf8LxDow1jNcMe6bBQLbxsQOI90GTkfuYZMwi3FOlWekd\",\n            \"url\": \"https://berlitz.interactivo.test/test/z906pYf8LxDow1jNcMe6bBQLbxsQOI90GTkfuYZMwi3FOlWekd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/306\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 41,\n                \"name\": \"WPE - Japanese\"\n            },\n            \"created_at\": \"2024-04-24T11:42:43.000000Z\",\n            \"updated_at\": \"2024-06-26T10:38:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 307,\n            \"name\": \"SLTI WPE - Japanese\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"GCIZdy6xx2T1VxiOyizNyAX6LDjEqUTv9uXWcOp6goEkBT0UJP\",\n            \"url\": \"https://berlitz.interactivo.test/test/GCIZdy6xx2T1VxiOyizNyAX6LDjEqUTv9uXWcOp6goEkBT0UJP/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/307\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 41,\n                \"name\": \"WPE - Japanese\"\n            },\n            \"created_at\": \"2024-04-24T11:56:30.000000Z\",\n            \"updated_at\": \"2024-06-26T10:38:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 308,\n            \"name\": \"SLTI WPE - Mandarin Traditional\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"s21kCH5Bl4EYGGdxZBYRbphXN0ciU12e6j6NtVHx7KcmfZoH0W\",\n            \"url\": \"https://berlitz.interactivo.test/test/s21kCH5Bl4EYGGdxZBYRbphXN0ciU12e6j6NtVHx7KcmfZoH0W/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/308\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 42,\n                \"name\": \"WPE - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-24T14:04:11.000000Z\",\n            \"updated_at\": \"2024-06-26T10:27:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 309,\n            \"name\": \"SLTI WPE - Mandarin Traditional\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"Rv3sDLwFMBlptNELCMXOozNYEoztxjgy3xui1pmKy4srNuccLk\",\n            \"url\": \"https://berlitz.interactivo.test/test/Rv3sDLwFMBlptNELCMXOozNYEoztxjgy3xui1pmKy4srNuccLk/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/309\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 42,\n                \"name\": \"WPE - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-24T14:19:39.000000Z\",\n            \"updated_at\": \"2024-06-26T10:29:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 310,\n            \"name\": \"SLTI WPE - Mandarin Traditional\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"LoJN2Vk0MObV48HbndxAvp84wSEJZCmmmEnz7q1WqWMVMVW121\",\n            \"url\": \"https://berlitz.interactivo.test/test/LoJN2Vk0MObV48HbndxAvp84wSEJZCmmmEnz7q1WqWMVMVW121/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/310\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 42,\n                \"name\": \"WPE - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-24T14:29:04.000000Z\",\n            \"updated_at\": \"2024-06-26T10:32:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 311,\n            \"name\": \"SLTI WPE - Mandarin Traditional\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"GYWfEkWzGEfJX3Ky3nJeNMU2FIgyTgMiEGigDhrQeBaHfQGP0H\",\n            \"url\": \"https://berlitz.interactivo.test/test/GYWfEkWzGEfJX3Ky3nJeNMU2FIgyTgMiEGigDhrQeBaHfQGP0H/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/311\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 42,\n                \"name\": \"WPE - Chinese Traditional\"\n            },\n            \"created_at\": \"2024-04-24T14:41:21.000000Z\",\n            \"updated_at\": \"2024-06-26T10:33:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 312,\n            \"name\": \"SLTI WPE - Polish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"XuQuZR4qxK829vYpySzAqjIt2OcndyBRzPNAq8T2p9GfNMtoKE\",\n            \"url\": \"https://berlitz.interactivo.test/test/XuQuZR4qxK829vYpySzAqjIt2OcndyBRzPNAq8T2p9GfNMtoKE/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/312\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 4,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 5\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 43,\n                \"name\": \"WPE - Polish\"\n            },\n            \"created_at\": \"2024-04-24T14:51:26.000000Z\",\n            \"updated_at\": \"2024-07-16T21:05:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 313,\n            \"name\": \"SLTI WPE - Polish\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"931z7yo53jQoGofwHHiedPVePpHorKn6ifxGC5bZhdJdfVZSUV\",\n            \"url\": \"https://berlitz.interactivo.test/test/931z7yo53jQoGofwHHiedPVePpHorKn6ifxGC5bZhdJdfVZSUV/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/313\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 43,\n                \"name\": \"WPE - Polish\"\n            },\n            \"created_at\": \"2024-04-24T15:52:09.000000Z\",\n            \"updated_at\": \"2024-06-26T10:18:54.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 314,\n            \"name\": \"SLTI WPE - Polish\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"BRnCbRyVXV2BhnMpOGLCNsVZU55I1UvTH77rJXUSxyjw8CweYa\",\n            \"url\": \"https://berlitz.interactivo.test/test/BRnCbRyVXV2BhnMpOGLCNsVZU55I1UvTH77rJXUSxyjw8CweYa/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/314\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 43,\n                \"name\": \"WPE - Polish\"\n            },\n            \"created_at\": \"2024-04-24T16:00:34.000000Z\",\n            \"updated_at\": \"2024-06-26T10:21:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 315,\n            \"name\": \"SLTI WPE - Polish\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"nMUgcuDOoMuqT3QQlRsNaUZ8GGRiSWMoYtnv8C4DLTL793srS2\",\n            \"url\": \"https://berlitz.interactivo.test/test/nMUgcuDOoMuqT3QQlRsNaUZ8GGRiSWMoYtnv8C4DLTL793srS2/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/315\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 43,\n                \"name\": \"WPE - Polish\"\n            },\n            \"created_at\": \"2024-04-24T16:07:16.000000Z\",\n            \"updated_at\": \"2024-06-26T10:23:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 376,\n            \"name\": \"SLTI WPE - Vietnamese\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"exxlzDS50tb9p1uXtMVlFHnr7qnmAqwSNeuNEGMDnMMMYDTJtd\",\n            \"url\": \"https://berlitz.interactivo.test/test/exxlzDS50tb9p1uXtMVlFHnr7qnmAqwSNeuNEGMDnMMMYDTJtd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/376\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 67,\n                \"name\": \"WPE - Vietnamese\"\n            },\n            \"created_at\": \"2024-05-16T13:58:25.000000Z\",\n            \"updated_at\": \"2024-06-25T14:56:13.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 377,\n            \"name\": \"SLTI WPE - Vietnamese\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"4I0ZgGMbbkq68CcKB0vgSC1ItxHLnDS7LJLn5tG4AEFOilTGUL\",\n            \"url\": \"https://berlitz.interactivo.test/test/4I0ZgGMbbkq68CcKB0vgSC1ItxHLnDS7LJLn5tG4AEFOilTGUL/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/377\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 67,\n                \"name\": \"WPE - Vietnamese\"\n            },\n            \"created_at\": \"2024-05-16T14:12:43.000000Z\",\n            \"updated_at\": \"2024-06-25T20:47:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 378,\n            \"name\": \"SLTI WPE - Russian\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"LFqGwfa4Au6c71jlOqu1PWRnMpD9xfhqUew3zg3VkHPKXS2CaH\",\n            \"url\": \"https://berlitz.interactivo.test/test/LFqGwfa4Au6c71jlOqu1PWRnMpD9xfhqUew3zg3VkHPKXS2CaH/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/378\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 68,\n                \"name\": \"WPE - Russian\"\n            },\n            \"created_at\": \"2024-05-16T14:20:53.000000Z\",\n            \"updated_at\": \"2024-06-26T10:11:03.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 379,\n            \"name\": \"SLTI WPE - Russian\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"Tcffyd8HnIPqLKC8KnKy7yv4Ob4Rwut5qI5GwQpv3bIM0DO0uv\",\n            \"url\": \"https://berlitz.interactivo.test/test/Tcffyd8HnIPqLKC8KnKy7yv4Ob4Rwut5qI5GwQpv3bIM0DO0uv/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/379\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 79,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 10,\n                    \"rated\": 54,\n                    \"all\": 147\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 68,\n                \"name\": \"WPE - Russian\"\n            },\n            \"created_at\": \"2024-05-16T14:39:23.000000Z\",\n            \"updated_at\": \"2024-07-16T14:29:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 380,\n            \"name\": \"SLTI WPE - Turkish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"TuKJyYxyf2HELGHxH81sBPfWkp1gK7UV0Z3dm7tHPywUbFIj2Q\",\n            \"url\": \"https://berlitz.interactivo.test/test/TuKJyYxyf2HELGHxH81sBPfWkp1gK7UV0Z3dm7tHPywUbFIj2Q/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/380\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 22,\n                    \"active\": 1,\n                    \"done\": 1,\n                    \"terminated\": 52,\n                    \"rated\": 114,\n                    \"all\": 196\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 69,\n                \"name\": \"WPE - Turkish\"\n            },\n            \"created_at\": \"2024-05-16T14:49:23.000000Z\",\n            \"updated_at\": \"2024-07-17T08:02:36.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 381,\n            \"name\": \"SLTI WPE - Turkish\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"oybbrAWU7njTsPPN5h8ytI6D9DojHT2PuWf7Xyr2vR8QiLKlwG\",\n            \"url\": \"https://berlitz.interactivo.test/test/oybbrAWU7njTsPPN5h8ytI6D9DojHT2PuWf7Xyr2vR8QiLKlwG/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/381\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 69,\n                \"name\": \"WPE - Turkish\"\n            },\n            \"created_at\": \"2024-05-16T15:18:58.000000Z\",\n            \"updated_at\": \"2024-06-26T10:08:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 383,\n            \"name\": \"SLTI WPE - Mandarin Simplified\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"g7NomUE0RvxkfV5sojZJShTkubGnpFs4SWtzk4Va5q0c8xTSk8\",\n            \"url\": \"https://berlitz.interactivo.test/test/g7NomUE0RvxkfV5sojZJShTkubGnpFs4SWtzk4Va5q0c8xTSk8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/383\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 70,\n                \"name\": \"WPE - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-05-16T17:36:26.000000Z\",\n            \"updated_at\": \"2024-07-10T18:29:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 384,\n            \"name\": \"SLTI WPE - Mandarin Simplified\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"RsXvoKzEtHzwAMRzyAZJI1lgEp2Nv98uIoC4praTg5WjPgWlqr\",\n            \"url\": \"https://berlitz.interactivo.test/test/RsXvoKzEtHzwAMRzyAZJI1lgEp2Nv98uIoC4praTg5WjPgWlqr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/384\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 70,\n                \"name\": \"WPE - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-05-16T17:49:25.000000Z\",\n            \"updated_at\": \"2024-06-26T09:59:12.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 385,\n            \"name\": \"SLTI WPE - Mandarin Simplified\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"sags0jy9zSzAeGezBtmLakJ5oQxzPSsgzRkotp3FbZI8NqdTP2\",\n            \"url\": \"https://berlitz.interactivo.test/test/sags0jy9zSzAeGezBtmLakJ5oQxzPSsgzRkotp3FbZI8NqdTP2/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/385\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 70,\n                \"name\": \"WPE - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-05-16T17:57:57.000000Z\",\n            \"updated_at\": \"2024-06-26T10:01:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 386,\n            \"name\": \"SLTI WPE - Mandarin Simplified\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"JOf9P2LS5qUtHL5JhMGItRlEjP252uNWl8lyqEhK1hYCzqNcs5\",\n            \"url\": \"https://berlitz.interactivo.test/test/JOf9P2LS5qUtHL5JhMGItRlEjP252uNWl8lyqEhK1hYCzqNcs5/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/386\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 70,\n                \"name\": \"WPE - Chinese Simplified\"\n            },\n            \"created_at\": \"2024-05-16T18:05:27.000000Z\",\n            \"updated_at\": \"2024-06-26T10:04:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 388,\n            \"name\": \"SLTI WPE - Indonesian\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"TSYCgC5XeqXd35ISqLkGzkLRSjIFX2GPWB6d5rMFmQTTN5BhPI\",\n            \"url\": \"https://berlitz.interactivo.test/test/TSYCgC5XeqXd35ISqLkGzkLRSjIFX2GPWB6d5rMFmQTTN5BhPI/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/388\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 71,\n                \"name\": \"WPE - Indonesian\"\n            },\n            \"created_at\": \"2024-05-17T12:53:54.000000Z\",\n            \"updated_at\": \"2024-06-26T09:39:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 389,\n            \"name\": \"SLTI WPE - Indonesian\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"laq9GMFiI6wR0MmRl1nKjsAtKdLaM2j20Jaxo9L7W0T4jWZlZT\",\n            \"url\": \"https://berlitz.interactivo.test/test/laq9GMFiI6wR0MmRl1nKjsAtKdLaM2j20Jaxo9L7W0T4jWZlZT/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/389\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 71,\n                \"name\": \"WPE - Indonesian\"\n            },\n            \"created_at\": \"2024-05-17T13:30:40.000000Z\",\n            \"updated_at\": \"2024-06-26T09:46:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 390,\n            \"name\": \"SLTI WPE - Korean\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"ydB7YkGmH4aTraLwRHPZDFwjnpQWn5QcGMaPD6VWG4ZT6pzhCb\",\n            \"url\": \"https://berlitz.interactivo.test/test/ydB7YkGmH4aTraLwRHPZDFwjnpQWn5QcGMaPD6VWG4ZT6pzhCb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/390\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 72,\n                \"name\": \"WPE - Korean\"\n            },\n            \"created_at\": \"2024-05-17T13:40:17.000000Z\",\n            \"updated_at\": \"2024-06-28T09:04:43.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 391,\n            \"name\": \"SLTI WPE - Korean\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"h3guHhTQcO56gdzPpkMVmvu0m8ecLxVsLInZM6Bmc97AeithCL\",\n            \"url\": \"https://berlitz.interactivo.test/test/h3guHhTQcO56gdzPpkMVmvu0m8ecLxVsLInZM6Bmc97AeithCL/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/391\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 72,\n                \"name\": \"WPE - Korean\"\n            },\n            \"created_at\": \"2024-05-17T13:52:44.000000Z\",\n            \"updated_at\": \"2024-06-26T09:14:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 392,\n            \"name\": \"SLTI WPE - Korean\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"eg4X0q1WTpftHqLncKF9h1FNVQnuFJzLUMjJFvFlMDO8bx3PQu\",\n            \"url\": \"https://berlitz.interactivo.test/test/eg4X0q1WTpftHqLncKF9h1FNVQnuFJzLUMjJFvFlMDO8bx3PQu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/392\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 72,\n                \"name\": \"WPE - Korean\"\n            },\n            \"created_at\": \"2024-05-17T14:01:50.000000Z\",\n            \"updated_at\": \"2024-06-26T09:18:46.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 393,\n            \"name\": \"SLTI WPE - Korean\",\n            \"label\": \"Form 8\",\n            \"description\": null,\n            \"hash\": \"bkcatp5mytScxawMkLAoA2oktNJrGl3jSKU9x6FpCLUfjeofOn\",\n            \"url\": \"https://berlitz.interactivo.test/test/bkcatp5mytScxawMkLAoA2oktNJrGl3jSKU9x6FpCLUfjeofOn/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/393\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 72,\n                \"name\": \"WPE - Korean\"\n            },\n            \"created_at\": \"2024-05-17T14:12:28.000000Z\",\n            \"updated_at\": \"2024-06-26T09:27:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 394,\n            \"name\": \"SLTI WPE - Arabic\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"5RLTpb1oTZP4XkKDKVINVdcPoPgcxty3mVVsk8w62bE9tH3Rv9\",\n            \"url\": \"https://berlitz.interactivo.test/test/5RLTpb1oTZP4XkKDKVINVdcPoPgcxty3mVVsk8w62bE9tH3Rv9/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/394\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 3,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 73,\n                \"name\": \"WPE - Arabic\"\n            },\n            \"created_at\": \"2024-05-17T14:21:24.000000Z\",\n            \"updated_at\": \"2024-06-26T08:56:18.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 395,\n            \"name\": \"SLTI WPE - Arabic\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"jUoripvwJhzr1MQfaJ2qGkitewt83tdx1rjEI531Y1yLvz26cO\",\n            \"url\": \"https://berlitz.interactivo.test/test/jUoripvwJhzr1MQfaJ2qGkitewt83tdx1rjEI531Y1yLvz26cO/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/395\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 73,\n                \"name\": \"WPE - Arabic\"\n            },\n            \"created_at\": \"2024-05-17T14:34:54.000000Z\",\n            \"updated_at\": \"2024-06-26T09:00:01.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 396,\n            \"name\": \"SLTI WPE - Arabic\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"ued5VmiP4NxaZ9U24p3FylW847eASSYSs5cZuApuDgzhXBVfX8\",\n            \"url\": \"https://berlitz.interactivo.test/test/ued5VmiP4NxaZ9U24p3FylW847eASSYSs5cZuApuDgzhXBVfX8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/396\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 14,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 15\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 73,\n                \"name\": \"WPE - Arabic\"\n            },\n            \"created_at\": \"2024-05-17T14:41:57.000000Z\",\n            \"updated_at\": \"2024-07-03T22:11:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 397,\n            \"name\": \"SLTI WPE - Arabic\",\n            \"label\": \"Form 7\",\n            \"description\": null,\n            \"hash\": \"sS0UlqGbbXhpWp9GrGMFutC3urH7ueQ92tv4BlmX5fkPVa91ZG\",\n            \"url\": \"https://berlitz.interactivo.test/test/sS0UlqGbbXhpWp9GrGMFutC3urH7ueQ92tv4BlmX5fkPVa91ZG/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/397\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 73,\n                \"name\": \"WPE - Arabic\"\n            },\n            \"created_at\": \"2024-05-17T14:49:59.000000Z\",\n            \"updated_at\": \"2024-06-26T09:06:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 398,\n            \"name\": \"SLTI WPE - Tagalog\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"xdz9USUrLrcMhhh5mlDKgcHfI3YmRJVOrQtQtrPi28DHgk4lgX\",\n            \"url\": \"https://berlitz.interactivo.test/test/xdz9USUrLrcMhhh5mlDKgcHfI3YmRJVOrQtQtrPi28DHgk4lgX/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/398\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 74,\n                \"name\": \"WPE - Tagalog\"\n            },\n            \"created_at\": \"2024-05-17T15:00:42.000000Z\",\n            \"updated_at\": \"2024-06-26T08:49:45.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 399,\n            \"name\": \"SLTI WPE - Tagalog\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"ndwR3x8hdJM6DRqaBoPi9OehJClQSH5TI98yPPXFD6TKR4tNmk\",\n            \"url\": \"https://berlitz.interactivo.test/test/ndwR3x8hdJM6DRqaBoPi9OehJClQSH5TI98yPPXFD6TKR4tNmk/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/399\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 74,\n                \"name\": \"WPE - Tagalog\"\n            },\n            \"created_at\": \"2024-05-17T15:09:03.000000Z\",\n            \"updated_at\": \"2024-07-13T05:42:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 411,\n            \"name\": \"SLTI LEO IS WPE\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"ApTjk43Lm5WC9jtTUYnHuLbiVaPOmg8lRJ5hBsW53Ltrt27AZq\",\n            \"url\": \"https://berlitz.interactivo.test/test/ApTjk43Lm5WC9jtTUYnHuLbiVaPOmg8lRJ5hBsW53Ltrt27AZq/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/5080/Test/411\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-05-20T18:20:22.000000Z\",\n            \"updated_at\": \"2024-05-20T20:35:02.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 414,\n            \"name\": \"SLTI LEO IS WPE - Spanish\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"c2Cu4xRIzqJJRbyZYjrNVnurgtkPo3MDv5D9qyiwlV6uXJNIKe\",\n            \"url\": \"https://berlitz.interactivo.test/test/c2Cu4xRIzqJJRbyZYjrNVnurgtkPo3MDv5D9qyiwlV6uXJNIKe/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/5080/Test/414\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 5,\n                    \"all\": 6\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 77,\n                \"name\": \"LEO IS WPE\"\n            },\n            \"created_at\": \"2024-05-21T19:26:12.000000Z\",\n            \"updated_at\": \"2024-06-21T17:35:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 415,\n            \"name\": \"SLTI LEO IS WPE - Spanish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"SstIrifxWtmX6O5Wh7HJRY2TD3zTl8luJfZSAYZ85ayE0whPTP\",\n            \"url\": \"https://berlitz.interactivo.test/test/SstIrifxWtmX6O5Wh7HJRY2TD3zTl8luJfZSAYZ85ayE0whPTP/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/5080/Test/415\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 77,\n                \"name\": \"LEO IS WPE\"\n            },\n            \"created_at\": \"2024-05-21T19:42:47.000000Z\",\n            \"updated_at\": \"2024-06-21T17:25:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 481,\n            \"name\": \"SLTI WPE - Czech\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"Zh69TYE1MaqmCeJ7XIlNCZPgbntdeT7bgxQ339SUMxP7hI69fU\",\n            \"url\": \"https://berlitz.interactivo.test/test/Zh69TYE1MaqmCeJ7XIlNCZPgbntdeT7bgxQ339SUMxP7hI69fU/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/481\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 94,\n                \"name\": \"WPE - Czech\"\n            },\n            \"created_at\": \"2024-06-21T15:25:17.000000Z\",\n            \"updated_at\": \"2024-06-26T13:07:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 482,\n            \"name\": \"SLTI WPE - Czech\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"STlV9QuYjhxHSCBGNtujAfKnjlKQUi4wdSOcozMb6cv1iweJxR\",\n            \"url\": \"https://berlitz.interactivo.test/test/STlV9QuYjhxHSCBGNtujAfKnjlKQUi4wdSOcozMb6cv1iweJxR/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/482\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 94,\n                \"name\": \"WPE - Czech\"\n            },\n            \"created_at\": \"2024-06-21T15:40:38.000000Z\",\n            \"updated_at\": \"2024-06-26T13:07:55.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 483,\n            \"name\": \"SLTI WPE - Slovak\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"1CxCj7dfb3pNEQBd36wurZk2EFRU0YWrO1E8M6g9EF3FtQufUw\",\n            \"url\": \"https://berlitz.interactivo.test/test/1CxCj7dfb3pNEQBd36wurZk2EFRU0YWrO1E8M6g9EF3FtQufUw/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/483\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 95,\n                \"name\": \"WPE - Slovak\"\n            },\n            \"created_at\": \"2024-06-21T15:49:14.000000Z\",\n            \"updated_at\": \"2024-06-26T13:02:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 484,\n            \"name\": \"SLTI WPE - Slovak\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"thWdedKN3mPOaN9LoOWlCs5pNjy91CUFVLShhQYY2eIcspbJK0\",\n            \"url\": \"https://berlitz.interactivo.test/test/thWdedKN3mPOaN9LoOWlCs5pNjy91CUFVLShhQYY2eIcspbJK0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/484\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 95,\n                \"name\": \"WPE - Slovak\"\n            },\n            \"created_at\": \"2024-06-21T16:02:16.000000Z\",\n            \"updated_at\": \"2024-06-26T13:06:57.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 490,\n            \"name\": \"SLTI Academic IS WPE\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"lYhe8MCMTCXefESbJXNbQZKLCN0R0VDRYGqObnpmhH4Sf8pqiY\",\n            \"url\": \"https://berlitz.interactivo.test/test/lYhe8MCMTCXefESbJXNbQZKLCN0R0VDRYGqObnpmhH4Sf8pqiY/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/490\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-09T15:20:28.000000Z\",\n            \"updated_at\": \"2024-07-09T15:22:44.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 494,\n            \"name\": \"SLTI Academic IS WPE\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"IymAQOS0VieeO7KgsPYdUikvuEnGEMggjYREdnShf2C7fdyI8Q\",\n            \"url\": \"https://berlitz.interactivo.test/test/IymAQOS0VieeO7KgsPYdUikvuEnGEMggjYREdnShf2C7fdyI8Q/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/494\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-10T15:45:09.000000Z\",\n            \"updated_at\": \"2024-07-10T16:00:14.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 496,\n            \"name\": \"SLTI Academic IS WPE\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"qZ8C5m1bOilnzVE5fV9eH9jNwIxrfEwSiBlQEVuuK61BviIgKT\",\n            \"url\": \"https://berlitz.interactivo.test/test/qZ8C5m1bOilnzVE5fV9eH9jNwIxrfEwSiBlQEVuuK61BviIgKT/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/496\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-14T15:34:08.000000Z\",\n            \"updated_at\": \"2024-07-14T15:51:00.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 497,\n            \"name\": \"SLTI Academic IS WPE\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"ldp20IGWV2C9txTMydSFjNi3XM81twIngj27OQAqDA70iD8kWS\",\n            \"url\": \"https://berlitz.interactivo.test/test/ldp20IGWV2C9txTMydSFjNi3XM81twIngj27OQAqDA70iD8kWS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/497\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-14T15:34:41.000000Z\",\n            \"updated_at\": \"2024-07-14T16:03:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 498,\n            \"name\": \"SLTI Academic IS WPE\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"6Nwo8Q09vDX5VUiTxJmuFzmYjsqs0q6sWCBdti5r7W0bQtFQ76\",\n            \"url\": \"https://berlitz.interactivo.test/test/6Nwo8Q09vDX5VUiTxJmuFzmYjsqs0q6sWCBdti5r7W0bQtFQ76/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/498\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-14T16:05:08.000000Z\",\n            \"updated_at\": \"2024-07-14T16:26:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 101,\n            \"name\": \"SLTI WPE - English\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"ltCtM8AJas1XWAkxc76WAOdICH4rTKjdcqiho1Uh0h9JYoLZX9\",\n            \"url\": \"https://berlitz.interactivo.test/test/ltCtM8AJas1XWAkxc76WAOdICH4rTKjdcqiho1Uh0h9JYoLZX9/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/997/Test/101\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 551,\n                    \"active\": 2,\n                    \"done\": 2,\n                    \"terminated\": 25,\n                    \"rated\": 479,\n                    \"all\": 1074\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4201,\n                \"email\": \"berlitz@berlitz.com\",\n                \"name\": \"Berlitz\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2023-10-21T23:32:28.000000Z\",\n            \"updated_at\": \"2024-07-17T08:25:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 328,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 1a-1b\",\n            \"description\": null,\n            \"hash\": \"qgTK1c4sQ3V9pDMjnyUOd0wVELaIZz8fcXRw8hRM8OVW7iAbb1\",\n            \"url\": \"https://berlitz.interactivo.test/test/qgTK1c4sQ3V9pDMjnyUOd0wVELaIZz8fcXRw8hRM8OVW7iAbb1/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/328\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 25,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 69,\n                    \"rated\": 73,\n                    \"all\": 167\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T13:01:50.000000Z\",\n            \"updated_at\": \"2024-07-04T10:14:55.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 330,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 1c-2a\",\n            \"description\": null,\n            \"hash\": \"MYlvqpRtcn1l7aynC0FVAj4NOdinShvxEvgMYQGTy9OHqwXFKf\",\n            \"url\": \"https://berlitz.interactivo.test/test/MYlvqpRtcn1l7aynC0FVAj4NOdinShvxEvgMYQGTy9OHqwXFKf/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/330\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 29,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 56,\n                    \"rated\": 71,\n                    \"all\": 157\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T20:12:09.000000Z\",\n            \"updated_at\": \"2024-06-15T11:28:55.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 331,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 2b-2c\",\n            \"description\": null,\n            \"hash\": \"aVhxddOmErmVGcPlJspvMHPHTUAzgqJHs8PLOzf7FMQj2mYAtn\",\n            \"url\": \"https://berlitz.interactivo.test/test/aVhxddOmErmVGcPlJspvMHPHTUAzgqJHs8PLOzf7FMQj2mYAtn/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/331\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 17,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 43,\n                    \"rated\": 57,\n                    \"all\": 118\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T20:20:27.000000Z\",\n            \"updated_at\": \"2024-05-24T22:29:29.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 332,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 3a-3b\",\n            \"description\": null,\n            \"hash\": \"jEdmwtum56Xt4nhMaG0JtE8aTzKRvGok3Tqk4ZPWDsG39R86r7\",\n            \"url\": \"https://berlitz.interactivo.test/test/jEdmwtum56Xt4nhMaG0JtE8aTzKRvGok3Tqk4ZPWDsG39R86r7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/332\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 28,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 75,\n                    \"rated\": 92,\n                    \"all\": 195\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T20:35:04.000000Z\",\n            \"updated_at\": \"2024-05-29T15:04:48.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 333,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 3c-4a\",\n            \"description\": null,\n            \"hash\": \"WEqY9TpketO1eKY4ZqYtMK4SPte9UIja3VSEnn8SxqMWIv1mDo\",\n            \"url\": \"https://berlitz.interactivo.test/test/WEqY9TpketO1eKY4ZqYtMK4SPte9UIja3VSEnn8SxqMWIv1mDo/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/333\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 33,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 81,\n                    \"rated\": 62,\n                    \"all\": 176\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T20:43:41.000000Z\",\n            \"updated_at\": \"2024-05-30T04:35:12.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 334,\n            \"name\": \"Berlitz Placement Test - Listening & Reading Pilot\",\n            \"label\": \"Form 4b-4c\",\n            \"description\": null,\n            \"hash\": \"s05Ez8nJ8OuzaEWiQXfJL4vx3040aBJbj1FPsQKki7ZFnxjmnn\",\n            \"url\": \"https://berlitz.interactivo.test/test/s05Ez8nJ8OuzaEWiQXfJL4vx3040aBJbj1FPsQKki7ZFnxjmnn/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/334\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 31,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 60,\n                    \"rated\": 58,\n                    \"all\": 149\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 50,\n                \"name\": \"BPT LR Pilot\"\n            },\n            \"created_at\": \"2024-05-01T20:50:43.000000Z\",\n            \"updated_at\": \"2024-05-31T09:43:49.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 373,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR)\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"Xy9y19CTaWcWNGAAcoVEcIi9BjayQ9ElLVJMpLV6zZO2LydBXR\",\n            \"url\": \"https://berlitz.interactivo.test/test/Xy9y19CTaWcWNGAAcoVEcIi9BjayQ9ElLVJMpLV6zZO2LydBXR/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/373\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-05-14T18:43:46.000000Z\",\n            \"updated_at\": \"2024-06-07T15:29:56.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 387,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR)\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"jrqzGn59XqHKZO7OYfrp8FAHZmNPp9hudeBCbWbzAtSltMq1zs\",\n            \"url\": \"https://berlitz.interactivo.test/test/jrqzGn59XqHKZO7OYfrp8FAHZmNPp9hudeBCbWbzAtSltMq1zs/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/387\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 183,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 11,\n                    \"all\": 195\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-05-16T20:00:35.000000Z\",\n            \"updated_at\": \"2024-07-17T06:06:31.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 418,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR)\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"zMd3tVB6OgFjr7ruvO99D3iFuakSVwW0xJxmeBRilOQoGjriD6\",\n            \"url\": \"https://berlitz.interactivo.test/test/zMd3tVB6OgFjr7ruvO99D3iFuakSVwW0xJxmeBRilOQoGjriD6/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/418\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 104,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 28,\n                    \"all\": 134\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-05-22T14:21:44.000000Z\",\n            \"updated_at\": \"2024-07-16T04:13:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 432,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Spanish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"HRX4TkUe7ir22ozVwPUeIzgiXFlpsL2M83RmiJ3u5mvtwxGVEA\",\n            \"url\": \"https://berlitz.interactivo.test/test/HRX4TkUe7ir22ozVwPUeIzgiXFlpsL2M83RmiJ3u5mvtwxGVEA/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/432\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 2,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 5,\n                    \"all\": 7\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-04T07:41:46.000000Z\",\n            \"updated_at\": \"2024-07-15T17:31:53.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 433,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - French\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"b71YkaQE4w12I4dj5Q6XzFSy8uEBcWpDcLEiOCEdOAZvJzkObZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/b71YkaQE4w12I4dj5Q6XzFSy8uEBcWpDcLEiOCEdOAZvJzkObZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/433\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 25,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 16,\n                    \"all\": 42\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-04T09:16:14.000000Z\",\n            \"updated_at\": \"2024-07-16T05:48:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 434,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Italian\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"poBFrOLTutY5S36SaEDLdWnKrenzRIciGNkoMY6RoP7wM9YiA9\",\n            \"url\": \"https://berlitz.interactivo.test/test/poBFrOLTutY5S36SaEDLdWnKrenzRIciGNkoMY6RoP7wM9YiA9/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/434\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 31,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 8,\n                    \"all\": 39\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-04T10:27:03.000000Z\",\n            \"updated_at\": \"2024-07-16T09:46:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 435,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - German\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"pSMwrz7L86nBu5Gx3vYk1DdHlA6om2iG9DzPkuvQWHHoh8cFs5\",\n            \"url\": \"https://berlitz.interactivo.test/test/pSMwrz7L86nBu5Gx3vYk1DdHlA6om2iG9DzPkuvQWHHoh8cFs5/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/435\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 12,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 14\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-04T13:27:37.000000Z\",\n            \"updated_at\": \"2024-07-17T05:52:20.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 436,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Spanish\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"c8J6C4Gy3i4qgb5ksSIhuKxOwJhQ1hOy3aekL2DvGvyGZCfiaZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/c8J6C4Gy3i4qgb5ksSIhuKxOwJhQ1hOy3aekL2DvGvyGZCfiaZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/436\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 37,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 39,\n                    \"all\": 78\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-04T14:04:30.000000Z\",\n            \"updated_at\": \"2024-07-16T14:45:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 437,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Portuguese\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"8VaSFRHQ0CoYr5KMUQG3vqs5yyUwMkYwNtP0PAEoQLBP3wndCj\",\n            \"url\": \"https://berlitz.interactivo.test/test/8VaSFRHQ0CoYr5KMUQG3vqs5yyUwMkYwNtP0PAEoQLBP3wndCj/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/437\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 29,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 10,\n                    \"all\": 40\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-05T10:20:48.000000Z\",\n            \"updated_at\": \"2024-07-12T02:08:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 439,\n            \"name\": \"Berlitz Test of Listening - English\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"UCyYggXtgpgltBDoijqKR8DNm0RDqDfuognZszHMkeEDWLdApm\",\n            \"url\": \"https://berlitz.interactivo.test/test/UCyYggXtgpgltBDoijqKR8DNm0RDqDfuognZszHMkeEDWLdApm/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/439\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 81,\n                \"name\": \"Berlitz Test of Listening (BTL)\"\n            },\n            \"created_at\": \"2024-06-06T18:37:34.000000Z\",\n            \"updated_at\": \"2024-06-11T14:59:36.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 441,\n            \"name\": \"Berlitz Test of Listening - English\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"HO6Cq5XMoaMpcTO4ycD8jT5TPrSF195NMnB2ACuEgRmzBcJYNC\",\n            \"url\": \"https://berlitz.interactivo.test/test/HO6Cq5XMoaMpcTO4ycD8jT5TPrSF195NMnB2ACuEgRmzBcJYNC/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/441\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 20,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 21\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 81,\n                \"name\": \"Berlitz Test of Listening (BTL)\"\n            },\n            \"created_at\": \"2024-06-06T23:26:48.000000Z\",\n            \"updated_at\": \"2024-07-15T19:53:43.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 443,\n            \"name\": \"Berlitz Test of Listening - Spanish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"rjp9GuaMnFZTKFMrxt5fqPLAwo0D1rPOuvKK8b08jC3ew5v3uj\",\n            \"url\": \"https://berlitz.interactivo.test/test/rjp9GuaMnFZTKFMrxt5fqPLAwo0D1rPOuvKK8b08jC3ew5v3uj/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/443\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 30,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 32\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 81,\n                \"name\": \"Berlitz Test of Listening (BTL)\"\n            },\n            \"created_at\": \"2024-06-07T14:30:52.000000Z\",\n            \"updated_at\": \"2024-07-11T01:21:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 444,\n            \"name\": \"Berlitz Test of Listening - French\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"LEFCUmVYnICI0fe8OGm8waOCjLskfX3BIjrEIZDJTgNabFV9aU\",\n            \"url\": \"https://berlitz.interactivo.test/test/LEFCUmVYnICI0fe8OGm8waOCjLskfX3BIjrEIZDJTgNabFV9aU/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/444\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 81,\n                \"name\": \"Berlitz Test of Listening (BTL)\"\n            },\n            \"created_at\": \"2024-06-07T15:50:00.000000Z\",\n            \"updated_at\": \"2024-06-07T15:55:16.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 445,\n            \"name\": \"Berlitz Test of Reading - English\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"OrVOy6e42RJGw1ltSqgy7seSykWh43GrBPZnxybLM28bnbgzJS\",\n            \"url\": \"https://berlitz.interactivo.test/test/OrVOy6e42RJGw1ltSqgy7seSykWh43GrBPZnxybLM28bnbgzJS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/445\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 22,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 23\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 82,\n                \"name\": \"Berlitz Test of Reading (BTR)\"\n            },\n            \"created_at\": \"2024-06-07T18:02:16.000000Z\",\n            \"updated_at\": \"2024-06-11T14:08:16.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 451,\n            \"name\": \"DPS Spanish Reading Comp Exam - Teachers\",\n            \"label\": \"Form A\",\n            \"description\": null,\n            \"hash\": \"aq3ywUjChinj514dTNpUSuEm5rz0jTHodonvGOKyRfYWVdc60L\",\n            \"url\": \"https://berlitz.interactivo.test/test/aq3ywUjChinj514dTNpUSuEm5rz0jTHodonvGOKyRfYWVdc60L/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/451\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 17,\n                    \"all\": 18\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 84,\n                \"name\": \"DPS Reading Proficiency Tests - Teachers\"\n            },\n            \"created_at\": \"2024-06-08T03:49:26.000000Z\",\n            \"updated_at\": \"2024-07-17T03:21:53.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 453,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - French\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"E0JoCyfAShwvOyRWfc4x72gY2lVF1WqP1hizqV81CrCodImtYK\",\n            \"url\": \"https://berlitz.interactivo.test/test/E0JoCyfAShwvOyRWfc4x72gY2lVF1WqP1hizqV81CrCodImtYK/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/453\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-08T09:11:28.000000Z\",\n            \"updated_at\": \"2024-06-28T02:45:17.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 454,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Italian\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"b0diLxzuIjL9rC3wsdYlECvR9sP2fYvhdj41Oy4FinD3sRIizs\",\n            \"url\": \"https://berlitz.interactivo.test/test/b0diLxzuIjL9rC3wsdYlECvR9sP2fYvhdj41Oy4FinD3sRIizs/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/454\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-08T10:10:32.000000Z\",\n            \"updated_at\": \"2024-06-13T20:36:57.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 455,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - German\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"BXPPQjQjYRUMOmbmp47bMc4HvDiJiZh0VF6OxSy6xhMAnwQVdH\",\n            \"url\": \"https://berlitz.interactivo.test/test/BXPPQjQjYRUMOmbmp47bMc4HvDiJiZh0VF6OxSy6xhMAnwQVdH/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/455\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-08T11:59:43.000000Z\",\n            \"updated_at\": \"2024-06-13T20:34:53.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 458,\n            \"name\": \"Berlitz Test of Listening & Reading (BTLR) - Portuguese\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"Luoxrz5Ky6Apxq8SUR2qANZB0Jqp8aisPHPwwvDdwBsuNDsuoW\",\n            \"url\": \"https://berlitz.interactivo.test/test/Luoxrz5Ky6Apxq8SUR2qANZB0Jqp8aisPHPwwvDdwBsuNDsuoW/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/458\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 79,\n                \"name\": \"BTLR\"\n            },\n            \"created_at\": \"2024-06-08T12:56:01.000000Z\",\n            \"updated_at\": \"2024-06-25T16:47:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 459,\n            \"name\": \"DPS Spanish Reading Comp Exam - Paras & Clerical\",\n            \"label\": \"Form A\",\n            \"description\": null,\n            \"hash\": \"6mh6YNk5YRuzpCyT51DNf07iFJMtvEW8gAe2VpLjBJrib7k5IH\",\n            \"url\": \"https://berlitz.interactivo.test/test/6mh6YNk5YRuzpCyT51DNf07iFJMtvEW8gAe2VpLjBJrib7k5IH/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/459\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 6,\n                    \"all\": 6\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 85,\n                \"name\": \"DPS Reading Proficiency Tests - Paras\"\n            },\n            \"created_at\": \"2024-06-09T14:53:20.000000Z\",\n            \"updated_at\": \"2024-07-14T21:03:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 460,\n            \"name\": \"DPS Spanish Reading Comp Exam - Paras & Clerical\",\n            \"label\": \"Form B\",\n            \"description\": null,\n            \"hash\": \"NZT1EzaxFZ3iyv4OH6Tnt5eL2nLldx2qeu4QPMFTaXZylJmsFW\",\n            \"url\": \"https://berlitz.interactivo.test/test/NZT1EzaxFZ3iyv4OH6Tnt5eL2nLldx2qeu4QPMFTaXZylJmsFW/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/460\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 85,\n                \"name\": \"DPS Reading Proficiency Tests - Paras\"\n            },\n            \"created_at\": \"2024-06-09T15:14:25.000000Z\",\n            \"updated_at\": \"2024-06-11T17:16:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 461,\n            \"name\": \"DPS Spanish Reading Comp Exam - Teachers\",\n            \"label\": \"Form B\",\n            \"description\": null,\n            \"hash\": \"bNzWdBEViKo1gmO5VXENvOnuIVsG92VPEefMPhCe9GJDm0EuSc\",\n            \"url\": \"https://berlitz.interactivo.test/test/bNzWdBEViKo1gmO5VXENvOnuIVsG92VPEefMPhCe9GJDm0EuSc/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/461\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 84,\n                \"name\": \"DPS Reading Proficiency Tests - Teachers\"\n            },\n            \"created_at\": \"2024-06-09T18:12:08.000000Z\",\n            \"updated_at\": \"2024-06-12T16:35:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 462,\n            \"name\": \"DPS Spanish Reading Comp Exam - Teachers\",\n            \"label\": \"Form C\",\n            \"description\": null,\n            \"hash\": \"LCy58ZW6rP5R1lwiral14riXdrJJxLnbDFvP5EeFwARvNnrEc5\",\n            \"url\": \"https://berlitz.interactivo.test/test/LCy58ZW6rP5R1lwiral14riXdrJJxLnbDFvP5EeFwARvNnrEc5/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/462\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 84,\n                \"name\": \"DPS Reading Proficiency Tests - Teachers\"\n            },\n            \"created_at\": \"2024-06-09T18:39:21.000000Z\",\n            \"updated_at\": \"2024-06-12T17:14:12.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 463,\n            \"name\": \"Berlitz Test of Reading - Spanish\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"PiYbhpX3E4KmqvVvWh5DF8zdpWEyeqZ1KNIEtqkwyNmrny5OB0\",\n            \"url\": \"https://berlitz.interactivo.test/test/PiYbhpX3E4KmqvVvWh5DF8zdpWEyeqZ1KNIEtqkwyNmrny5OB0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/463\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 131,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 10,\n                    \"all\": 143\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 82,\n                \"name\": \"Berlitz Test of Reading (BTR)\"\n            },\n            \"created_at\": \"2024-06-10T00:51:37.000000Z\",\n            \"updated_at\": \"2024-07-15T18:30:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 464,\n            \"name\": \"Berlitz Test of Reading - French\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"ZkZN0g7WnqoHsP3MYSJMOjSg1z8825FFdC8oTZJ4z18s1a9jeq\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZkZN0g7WnqoHsP3MYSJMOjSg1z8825FFdC8oTZJ4z18s1a9jeq/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/464\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 82,\n                \"name\": \"Berlitz Test of Reading (BTR)\"\n            },\n            \"created_at\": \"2024-06-10T03:55:30.000000Z\",\n            \"updated_at\": \"2024-06-10T14:59:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 142,\n            \"name\": \"SLTI WPE - Spanish\",\n            \"label\": \"Form 1 - Main\",\n            \"description\": null,\n            \"hash\": \"YBMxX0crRwWzKfEeYWBOJU15naTih6qGSJNodCAsk14LLvqcws\",\n            \"url\": \"https://berlitz.interactivo.test/test/YBMxX0crRwWzKfEeYWBOJU15naTih6qGSJNodCAsk14LLvqcws/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/142\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 0\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 10,\n                \"name\": \"WPE - Spanish\"\n            },\n            \"created_at\": \"2024-02-27T01:32:52.000000Z\",\n            \"updated_at\": \"2024-06-25T12:20:39.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 148,\n            \"name\": \"SLTI WPE - Spanish\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"hUP6d65RvAoEORBbivTfrEs0TFhCN79R0XRkxA2vx9NQQxpiHl\",\n            \"url\": \"https://berlitz.interactivo.test/test/hUP6d65RvAoEORBbivTfrEs0TFhCN79R0XRkxA2vx9NQQxpiHl/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/148\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 10,\n                \"name\": \"WPE - Spanish\"\n            },\n            \"created_at\": \"2024-02-27T17:42:28.000000Z\",\n            \"updated_at\": \"2024-06-25T12:25:33.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 150,\n            \"name\": \"SLTI WPE - German\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"MaaVeIk5o1TCljqOsfb58BeyIE0OkzqIkN7t3UnK063cDkiTiu\",\n            \"url\": \"https://berlitz.interactivo.test/test/MaaVeIk5o1TCljqOsfb58BeyIE0OkzqIkN7t3UnK063cDkiTiu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/150\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 11,\n                \"name\": \"WPE - German\"\n            },\n            \"created_at\": \"2024-02-27T18:44:23.000000Z\",\n            \"updated_at\": \"2024-06-25T12:30:22.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 151,\n            \"name\": \"SLTI WPE - German\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"ZSboi6RguhAWR8Msb3A8bsVHbnqa9RYZOh2zx7x9kuBPnVlGC5\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZSboi6RguhAWR8Msb3A8bsVHbnqa9RYZOh2zx7x9kuBPnVlGC5/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/151\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 11,\n                \"name\": \"WPE - German\"\n            },\n            \"created_at\": \"2024-02-27T18:44:45.000000Z\",\n            \"updated_at\": \"2024-06-25T12:42:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 152,\n            \"name\": \"SLTI WPE - German\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"lUOLIZQ7D0UHnaLhFTHMqd7GCZfxmwpuJTFiTJixgpgzzsbVtd\",\n            \"url\": \"https://berlitz.interactivo.test/test/lUOLIZQ7D0UHnaLhFTHMqd7GCZfxmwpuJTFiTJixgpgzzsbVtd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/152\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 11,\n                \"name\": \"WPE - German\"\n            },\n            \"created_at\": \"2024-02-27T18:45:49.000000Z\",\n            \"updated_at\": \"2024-06-25T12:46:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 153,\n            \"name\": \"SLTI WPE - German\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"pZ6rUEjMCYHcMFaGplukC3r2HRdYsb5L0PU5xkPndqMVcoLbbd\",\n            \"url\": \"https://berlitz.interactivo.test/test/pZ6rUEjMCYHcMFaGplukC3r2HRdYsb5L0PU5xkPndqMVcoLbbd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/153\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 1\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 11,\n                \"name\": \"WPE - German\"\n            },\n            \"created_at\": \"2024-02-27T18:46:07.000000Z\",\n            \"updated_at\": \"2024-06-25T12:54:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 155,\n            \"name\": \"SLTI WPE - French\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"czLSudDvrL9Hhkj4DnqxjItYAIecdHHMISlGz955rxIfikqO0y\",\n            \"url\": \"https://berlitz.interactivo.test/test/czLSudDvrL9Hhkj4DnqxjItYAIecdHHMISlGz955rxIfikqO0y/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/155\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 12,\n                \"name\": \"WPE - French\"\n            },\n            \"created_at\": \"2024-02-28T18:18:11.000000Z\",\n            \"updated_at\": \"2024-06-25T13:38:54.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 156,\n            \"name\": \"SLTI WPE - French\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"6IQ2KhnDRWEQW1OyLTjKpLtQzXM8aVWYW1YFXNkDn5DgB0jb1J\",\n            \"url\": \"https://berlitz.interactivo.test/test/6IQ2KhnDRWEQW1OyLTjKpLtQzXM8aVWYW1YFXNkDn5DgB0jb1J/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/156\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 2,\n                    \"all\": 3\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 12,\n                \"name\": \"WPE - French\"\n            },\n            \"created_at\": \"2024-02-28T18:18:24.000000Z\",\n            \"updated_at\": \"2024-06-25T13:44:00.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 157,\n            \"name\": \"SLTI WPE - French\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"HWPi4vGoDBsHo3POtCixXeBiY6QtfSxm7NsEQwOF72P3Ou6Yy7\",\n            \"url\": \"https://berlitz.interactivo.test/test/HWPi4vGoDBsHo3POtCixXeBiY6QtfSxm7NsEQwOF72P3Ou6Yy7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/157\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 12,\n                \"name\": \"WPE - French\"\n            },\n            \"created_at\": \"2024-02-28T18:18:35.000000Z\",\n            \"updated_at\": \"2024-06-25T13:48:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 158,\n            \"name\": \"SLTI WPE - French\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"spFBaswleEggub388ZdRiDacdaX7jc5kCHLQGpqkK1S5hxXEtB\",\n            \"url\": \"https://berlitz.interactivo.test/test/spFBaswleEggub388ZdRiDacdaX7jc5kCHLQGpqkK1S5hxXEtB/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/158\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 12,\n                \"name\": \"WPE - French\"\n            },\n            \"created_at\": \"2024-02-28T18:18:44.000000Z\",\n            \"updated_at\": \"2024-06-25T14:03:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 160,\n            \"name\": \"SLTI WPE - Italian\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"tNwk6j5uXraGhobeylS2OlYdG91xU1FOH2dDSl8YP8HJvw3LZN\",\n            \"url\": \"https://berlitz.interactivo.test/test/tNwk6j5uXraGhobeylS2OlYdG91xU1FOH2dDSl8YP8HJvw3LZN/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/160\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 13,\n                \"name\": \"WPE - Italian\"\n            },\n            \"created_at\": \"2024-02-28T19:49:51.000000Z\",\n            \"updated_at\": \"2024-06-25T13:06:26.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 161,\n            \"name\": \"SLTI WPE - Italian\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"sHplb8pXPOKWX4lJL8pDiZo4Q4rQohzhCNOSxoU1FRh8Lce2b7\",\n            \"url\": \"https://berlitz.interactivo.test/test/sHplb8pXPOKWX4lJL8pDiZo4Q4rQohzhCNOSxoU1FRh8Lce2b7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/161\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 13,\n                \"name\": \"WPE - Italian\"\n            },\n            \"created_at\": \"2024-02-28T19:50:17.000000Z\",\n            \"updated_at\": \"2024-06-25T13:18:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 162,\n            \"name\": \"SLTI WPE - Italian\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"8M0Iv5KILFsPH5uMBz5B7QCADcMERFnwlHxTPAFxp009dRUptr\",\n            \"url\": \"https://berlitz.interactivo.test/test/8M0Iv5KILFsPH5uMBz5B7QCADcMERFnwlHxTPAFxp009dRUptr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/162\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 13,\n                \"name\": \"WPE - Italian\"\n            },\n            \"created_at\": \"2024-02-28T19:51:11.000000Z\",\n            \"updated_at\": \"2024-06-25T13:21:47.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 163,\n            \"name\": \"SLTI WPE - Italian\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"3FJOS7Jg4UJsszbEMNPT8iOsukdL1bOTWzJMYKulTVtoCE5jc6\",\n            \"url\": \"https://berlitz.interactivo.test/test/3FJOS7Jg4UJsszbEMNPT8iOsukdL1bOTWzJMYKulTVtoCE5jc6/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/163\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 13,\n                \"name\": \"WPE - Italian\"\n            },\n            \"created_at\": \"2024-02-28T19:51:45.000000Z\",\n            \"updated_at\": \"2024-06-25T13:25:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 165,\n            \"name\": \"SLTI WPE - Portuguese\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"3pgM7IAGQShKFIIeAE6CCu6e4hmcQ8ZFDMWUkgTwPnSKm1SWvk\",\n            \"url\": \"https://berlitz.interactivo.test/test/3pgM7IAGQShKFIIeAE6CCu6e4hmcQ8ZFDMWUkgTwPnSKm1SWvk/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/165\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 14,\n                \"name\": \"WPE - Portuguese\"\n            },\n            \"created_at\": \"2024-03-01T20:45:35.000000Z\",\n            \"updated_at\": \"2024-06-25T14:11:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 166,\n            \"name\": \"SLTI WPE - Portuguese\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"lKCoH3xO0ZcPfZFvIZT621rockwIZJcgv3FKYKA1O017QDgGEC\",\n            \"url\": \"https://berlitz.interactivo.test/test/lKCoH3xO0ZcPfZFvIZT621rockwIZJcgv3FKYKA1O017QDgGEC/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/166\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 14,\n                \"name\": \"WPE - Portuguese\"\n            },\n            \"created_at\": \"2024-03-01T20:45:47.000000Z\",\n            \"updated_at\": \"2024-06-25T14:15:10.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 167,\n            \"name\": \"SLTI WPE - Portuguese\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"Sj3WHhUfcbolU4U05h5FuUzQoQ6xGtfHopVhRDGfc6J7ZXkrLu\",\n            \"url\": \"https://berlitz.interactivo.test/test/Sj3WHhUfcbolU4U05h5FuUzQoQ6xGtfHopVhRDGfc6J7ZXkrLu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/167\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 14,\n                \"name\": \"WPE - Portuguese\"\n            },\n            \"created_at\": \"2024-03-01T20:45:59.000000Z\",\n            \"updated_at\": \"2024-06-25T14:20:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 168,\n            \"name\": \"SLTI WPE - Portuguese\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"afKrM08AKwrBE2NK84HpNsxeVzwxJXYMzIyjTYnAz9mNCT3ez2\",\n            \"url\": \"https://berlitz.interactivo.test/test/afKrM08AKwrBE2NK84HpNsxeVzwxJXYMzIyjTYnAz9mNCT3ez2/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/168\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 14,\n                \"name\": \"WPE - Portuguese\"\n            },\n            \"created_at\": \"2024-03-01T20:46:13.000000Z\",\n            \"updated_at\": \"2024-06-25T14:30:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 173,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 1 - Main\",\n            \"description\": null,\n            \"hash\": \"PXWsvVWeUCid4GBAdbJNQcW9JHCk7nmKGXbxdPtimt4YnxODMz\",\n            \"url\": \"https://berlitz.interactivo.test/test/PXWsvVWeUCid4GBAdbJNQcW9JHCk7nmKGXbxdPtimt4YnxODMz/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/173\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 3,\n                    \"active\": 0,\n                    \"done\": 3,\n                    \"terminated\": 0,\n                    \"rated\": 1,\n                    \"all\": 8\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T00:58:59.000000Z\",\n            \"updated_at\": \"2024-06-10T19:27:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 174,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"HcYbE7EvNa17K0Q3UyfRs2Vjp9Lju5J5G5eqvcylRiAjAoe8oC\",\n            \"url\": \"https://berlitz.interactivo.test/test/HcYbE7EvNa17K0Q3UyfRs2Vjp9Lju5J5G5eqvcylRiAjAoe8oC/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/174\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T01:19:28.000000Z\",\n            \"updated_at\": \"2024-06-25T16:37:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 175,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"prqVGI3LgLPZVVjv7wAZzaqxw4cJ92xu3slj9Jc8ATA49aW5Iz\",\n            \"url\": \"https://berlitz.interactivo.test/test/prqVGI3LgLPZVVjv7wAZzaqxw4cJ92xu3slj9Jc8ATA49aW5Iz/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/175\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T01:29:42.000000Z\",\n            \"updated_at\": \"2024-06-25T16:42:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 176,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"SA7zq3VG18P7ODcIItpkBD6oeDAv6LtedJCAHhB4QnYBiuNT7S\",\n            \"url\": \"https://berlitz.interactivo.test/test/SA7zq3VG18P7ODcIItpkBD6oeDAv6LtedJCAHhB4QnYBiuNT7S/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/176\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 3,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T01:40:19.000000Z\",\n            \"updated_at\": \"2024-06-25T16:49:39.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 177,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"6FIBcWuQPGicHfLB89qdFdKhcqcy23YxzVhsZVe3WLrTPHaj0Y\",\n            \"url\": \"https://berlitz.interactivo.test/test/6FIBcWuQPGicHfLB89qdFdKhcqcy23YxzVhsZVe3WLrTPHaj0Y/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/177\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 3,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T01:48:28.000000Z\",\n            \"updated_at\": \"2024-06-25T16:54:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 178,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"CBU9hFfjxTQlfoXfU5geleUaJw4Gb1uvcv7QIx03fOxGoD0QhA\",\n            \"url\": \"https://berlitz.interactivo.test/test/CBU9hFfjxTQlfoXfU5geleUaJw4Gb1uvcv7QIx03fOxGoD0QhA/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/178\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T01:55:42.000000Z\",\n            \"updated_at\": \"2024-06-25T16:58:39.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 179,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"P4SFSEZ6qb2u0hvjVJlFmi9wJRLOEL6mpW28XoDCFaMIpz9bpE\",\n            \"url\": \"https://berlitz.interactivo.test/test/P4SFSEZ6qb2u0hvjVJlFmi9wJRLOEL6mpW28XoDCFaMIpz9bpE/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/179\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T02:03:10.000000Z\",\n            \"updated_at\": \"2024-06-25T17:02:38.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 180,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"A3UC7xwhKnySkMhWAR3tiqcHsuHG3HQN8mJ5LkbpfDvT5rftgB\",\n            \"url\": \"https://berlitz.interactivo.test/test/A3UC7xwhKnySkMhWAR3tiqcHsuHG3HQN8mJ5LkbpfDvT5rftgB/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/180\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 1,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-04T02:12:21.000000Z\",\n            \"updated_at\": \"2024-06-04T21:32:40.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 192,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"J1j4CtGhuYSJf8ZQbs6IPYd5dEwTtC5krOGS1rQdPASmwzN1fU\",\n            \"url\": \"https://berlitz.interactivo.test/test/J1j4CtGhuYSJf8ZQbs6IPYd5dEwTtC5krOGS1rQdPASmwzN1fU/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/192\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 2,\n                    \"rated\": 0,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-07T04:13:30.000000Z\",\n            \"updated_at\": \"2024-06-25T17:08:41.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 194,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"QOWNheGzPAJR4kRNctkxTo0t44HGSdtRagTsXvnk2wR2u83puS\",\n            \"url\": \"https://berlitz.interactivo.test/test/QOWNheGzPAJR4kRNctkxTo0t44HGSdtRagTsXvnk2wR2u83puS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/194\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-07T04:31:01.000000Z\",\n            \"updated_at\": \"2024-06-25T17:11:55.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 196,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"PaDbQE96RdjHFuIAcDObqGNy0H8er6o42hi7abnUzlTs8bZVws\",\n            \"url\": \"https://berlitz.interactivo.test/test/PaDbQE96RdjHFuIAcDObqGNy0H8er6o42hi7abnUzlTs8bZVws/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/196\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-08T20:23:39.000000Z\",\n            \"updated_at\": \"2024-06-25T20:15:11.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 197,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"T3ih4JKJ3PCUnS9HLjWJax1MPR7nlZcdlPLrwQveHAZ3KC9Drb\",\n            \"url\": \"https://berlitz.interactivo.test/test/T3ih4JKJ3PCUnS9HLjWJax1MPR7nlZcdlPLrwQveHAZ3KC9Drb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/197\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-08T20:38:34.000000Z\",\n            \"updated_at\": \"2024-06-25T20:18:36.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 198,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"JgxxAwidbv0flhLUJhBwFu9Y7QMvpidXCXirJ52ZXD9eeDHZDX\",\n            \"url\": \"https://berlitz.interactivo.test/test/JgxxAwidbv0flhLUJhBwFu9Y7QMvpidXCXirJ52ZXD9eeDHZDX/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/198\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-08T20:49:56.000000Z\",\n            \"updated_at\": \"2024-06-25T20:22:29.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 199,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"mqf68psnXURPH74ZgVNCJ2wVWnRSOTR672L5Gq5s0eqRWLkh1f\",\n            \"url\": \"https://berlitz.interactivo.test/test/mqf68psnXURPH74ZgVNCJ2wVWnRSOTR672L5Gq5s0eqRWLkh1f/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/199\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 2,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 16,\n                \"name\": \"STLI SOPI - German\"\n            },\n            \"created_at\": \"2024-03-08T20:59:19.000000Z\",\n            \"updated_at\": \"2024-06-25T20:25:48.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 183,\n            \"name\": \"SLTI SOPI - Italian\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"WZ3G5JFPQNJmq4XPwdTjsSAOqTrXnwD0qCD76H2f41DBXhkiRf\",\n            \"url\": \"https://berlitz.interactivo.test/test/WZ3G5JFPQNJmq4XPwdTjsSAOqTrXnwD0qCD76H2f41DBXhkiRf/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/183\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 17,\n                \"name\": \"SLTI SOPI - Italian\"\n            },\n            \"created_at\": \"2024-03-06T19:50:01.000000Z\",\n            \"updated_at\": \"2024-06-25T20:29:10.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 184,\n            \"name\": \"SLTI SOPI - Italian\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"d7dfVGPjihWjq9vg60vPrzMrQa4NNI0Dv53egYqNeq0Tc4tLF9\",\n            \"url\": \"https://berlitz.interactivo.test/test/d7dfVGPjihWjq9vg60vPrzMrQa4NNI0Dv53egYqNeq0Tc4tLF9/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/184\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 17,\n                \"name\": \"SLTI SOPI - Italian\"\n            },\n            \"created_at\": \"2024-03-06T20:18:15.000000Z\",\n            \"updated_at\": \"2024-06-25T20:32:49.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 185,\n            \"name\": \"SLTI SOPI - Italian\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"PVIOt5c8BEY8fPDJMlj8K7Lkrbhn3u5S2JlYbFExQNpDHwGuJb\",\n            \"url\": \"https://berlitz.interactivo.test/test/PVIOt5c8BEY8fPDJMlj8K7Lkrbhn3u5S2JlYbFExQNpDHwGuJb/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/185\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 17,\n                \"name\": \"SLTI SOPI - Italian\"\n            },\n            \"created_at\": \"2024-03-06T20:32:15.000000Z\",\n            \"updated_at\": \"2024-06-25T20:36:22.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 186,\n            \"name\": \"SLTI SOPI - Italian\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"nCJ1dCbM16ULH8kpNWkjV3FNSp94NAwkrwLIArAL1unhdL1Td7\",\n            \"url\": \"https://berlitz.interactivo.test/test/nCJ1dCbM16ULH8kpNWkjV3FNSp94NAwkrwLIArAL1unhdL1Td7/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/186\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 17,\n                \"name\": \"SLTI SOPI - Italian\"\n            },\n            \"created_at\": \"2024-03-06T20:48:02.000000Z\",\n            \"updated_at\": \"2024-06-25T20:39:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 188,\n            \"name\": \"SLTI SOPI - Portuguese\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"lSJD8ndNh90O3OX4kPiGOBCkxEITe7tpznwIBIWTwqoGsGMqqY\",\n            \"url\": \"https://berlitz.interactivo.test/test/lSJD8ndNh90O3OX4kPiGOBCkxEITe7tpznwIBIWTwqoGsGMqqY/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/188\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 18,\n                \"name\": \"SLTI SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-03-07T03:04:58.000000Z\",\n            \"updated_at\": \"2024-06-26T20:00:25.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 189,\n            \"name\": \"SLTI SOPI - Portuguese\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"MwRP4bu3RhAhwLPq1ZvlX3hty3SjnLwHH0NlHgfZRyUGfrdKVE\",\n            \"url\": \"https://berlitz.interactivo.test/test/MwRP4bu3RhAhwLPq1ZvlX3hty3SjnLwHH0NlHgfZRyUGfrdKVE/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/189\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 18,\n                \"name\": \"SLTI SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-03-07T03:34:02.000000Z\",\n            \"updated_at\": \"2024-06-26T20:04:22.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 190,\n            \"name\": \"SLTI SOPI - Portuguese\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"UmJL1hfxjDtGGytdtmb0CsgvUNXNDr9w3UaBn8Lihif0PTdLF6\",\n            \"url\": \"https://berlitz.interactivo.test/test/UmJL1hfxjDtGGytdtmb0CsgvUNXNDr9w3UaBn8Lihif0PTdLF6/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/190\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 18,\n                \"name\": \"SLTI SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-03-07T03:47:20.000000Z\",\n            \"updated_at\": \"2024-06-26T20:08:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 191,\n            \"name\": \"SLTI SOPI - Portuguese\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"Hmw4vTAlU9JzBK5GZ2bFQj3tgfCk5y3EMq3CANmaa4uxzuU8We\",\n            \"url\": \"https://berlitz.interactivo.test/test/Hmw4vTAlU9JzBK5GZ2bFQj3tgfCk5y3EMq3CANmaa4uxzuU8We/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/191\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 18,\n                \"name\": \"SLTI SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-03-07T03:59:14.000000Z\",\n            \"updated_at\": \"2024-07-01T21:47:59.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 195,\n            \"name\": \"WPE English\",\n            \"label\": \"Demo\",\n            \"description\": null,\n            \"hash\": \"9ABwOuTKm9xvu29g1AmD7ngg4WyapDVX9JqiOad4a3GJ8ySqOL\",\n            \"url\": \"https://berlitz.interactivo.test/test/9ABwOuTKm9xvu29g1AmD7ngg4WyapDVX9JqiOad4a3GJ8ySqOL/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/195\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 3,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 1,\n                    \"all\": 6\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 19,\n                \"name\": \"Berlitz US Demos\"\n            },\n            \"created_at\": \"2024-03-08T00:20:27.000000Z\",\n            \"updated_at\": \"2024-07-10T17:17:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 208,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"qTULNW1F6z7IDFFRBiUP8JvJkofMFsHMPDra98IB3Fwye28WI0\",\n            \"url\": \"https://berlitz.interactivo.test/test/qTULNW1F6z7IDFFRBiUP8JvJkofMFsHMPDra98IB3Fwye28WI0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/208\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 6,\n                    \"all\": 9\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T18:05:16.000000Z\",\n            \"updated_at\": \"2024-07-16T15:43:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 209,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"HBBA8GMHqWMiJ4oMsF4fBvZg2djpCzKh7XslyFRoubZE8YhLIm\",\n            \"url\": \"https://berlitz.interactivo.test/test/HBBA8GMHqWMiJ4oMsF4fBvZg2djpCzKh7XslyFRoubZE8YhLIm/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/209\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T18:15:37.000000Z\",\n            \"updated_at\": \"2024-06-26T19:41:21.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 210,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"9llNE41S7fgvHM5rbtlHEO0jILf1LdJ6YKtLm3XDYw65NgEAi8\",\n            \"url\": \"https://berlitz.interactivo.test/test/9llNE41S7fgvHM5rbtlHEO0jILf1LdJ6YKtLm3XDYw65NgEAi8/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/210\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T18:24:32.000000Z\",\n            \"updated_at\": \"2024-06-26T19:46:09.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 211,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"W2VPuMSAECq2zcXJzFQQIRW81OmcaIQOWGGnw7SDqdPFdqajSt\",\n            \"url\": \"https://berlitz.interactivo.test/test/W2VPuMSAECq2zcXJzFQQIRW81OmcaIQOWGGnw7SDqdPFdqajSt/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/211\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T18:42:49.000000Z\",\n            \"updated_at\": \"2024-06-26T19:49:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 212,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"RGExLml3WmxJf3SpsDVbBLsxwUGItcWobYEbOBo3MOEJqPy3iv\",\n            \"url\": \"https://berlitz.interactivo.test/test/RGExLml3WmxJf3SpsDVbBLsxwUGItcWobYEbOBo3MOEJqPy3iv/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/212\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 2,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T18:51:05.000000Z\",\n            \"updated_at\": \"2024-06-26T19:53:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 213,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"4kYbCq9W3SzS05a0SdyvnPt4ECNixc9y23dkXDGuDU18ADm43C\",\n            \"url\": \"https://berlitz.interactivo.test/test/4kYbCq9W3SzS05a0SdyvnPt4ECNixc9y23dkXDGuDU18ADm43C/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/213\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 3,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 20,\n                \"name\": \"SLTI SOPI - French\"\n            },\n            \"created_at\": \"2024-03-12T19:02:22.000000Z\",\n            \"updated_at\": \"2024-06-26T19:56:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 214,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 2 - Main\",\n            \"description\": null,\n            \"hash\": \"n2fWPNqFejLk2rBqbuwFHwLW0MKnEk4KiwLn9lBj68CN0IP5zd\",\n            \"url\": \"https://berlitz.interactivo.test/test/n2fWPNqFejLk2rBqbuwFHwLW0MKnEk4KiwLn9lBj68CN0IP5zd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/214\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-12T19:16:35.000000Z\",\n            \"updated_at\": \"2024-06-24T16:07:20.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 226,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"kGiGmEQ82YLeT1B0Mh3xVLlBNCusDepMVAJ6hD4t4x3uau7euc\",\n            \"url\": \"https://berlitz.interactivo.test/test/kGiGmEQ82YLeT1B0Mh3xVLlBNCusDepMVAJ6hD4t4x3uau7euc/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/226\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-03-13T18:28:56.000000Z\",\n            \"updated_at\": \"2024-05-14T15:11:14.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 227,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 3 - Main\",\n            \"description\": null,\n            \"hash\": \"GfjVEUGMs0c9JTCMAjfbQnlxz6tmgdsFcJra3AxU5FrgYNeZPr\",\n            \"url\": \"https://berlitz.interactivo.test/test/GfjVEUGMs0c9JTCMAjfbQnlxz6tmgdsFcJra3AxU5FrgYNeZPr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/227\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-13T18:33:48.000000Z\",\n            \"updated_at\": \"2024-06-25T19:50:13.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 228,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 4 - Main\",\n            \"description\": null,\n            \"hash\": \"NXeIWEqWyo0Lst4L3eT7mwoPXudw1lkQaUgxDkgUMFPvsphhCA\",\n            \"url\": \"https://berlitz.interactivo.test/test/NXeIWEqWyo0Lst4L3eT7mwoPXudw1lkQaUgxDkgUMFPvsphhCA/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/228\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 3,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 3\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-13T18:45:48.000000Z\",\n            \"updated_at\": \"2024-06-25T19:53:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 229,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 5 - Main\",\n            \"description\": null,\n            \"hash\": \"dvdsUwNr0SAKhEy4Vc9yUmGpJI59bLrBMIJnDaNY7br5zocAC4\",\n            \"url\": \"https://berlitz.interactivo.test/test/dvdsUwNr0SAKhEy4Vc9yUmGpJI59bLrBMIJnDaNY7br5zocAC4/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/229\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-13T18:57:55.000000Z\",\n            \"updated_at\": \"2024-06-25T19:55:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 230,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 6 - Main\",\n            \"description\": null,\n            \"hash\": \"1w9a57rUl1IncTJKtxpBNFx35PhCK0tvnd9w2nJwWwRoZJmgbq\",\n            \"url\": \"https://berlitz.interactivo.test/test/1w9a57rUl1IncTJKtxpBNFx35PhCK0tvnd9w2nJwWwRoZJmgbq/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/230\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-13T19:09:18.000000Z\",\n            \"updated_at\": \"2024-06-25T20:02:03.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 237,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 7 - Main\",\n            \"description\": null,\n            \"hash\": \"YuUmjxbzqiwxzrnJkgDsJNnybRbZKL5qUpGRCWp0R510TABRO0\",\n            \"url\": \"https://berlitz.interactivo.test/test/YuUmjxbzqiwxzrnJkgDsJNnybRbZKL5qUpGRCWp0R510TABRO0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/237\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-14T03:38:05.000000Z\",\n            \"updated_at\": \"2024-06-25T20:08:30.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 238,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Form 8 - Main\",\n            \"description\": null,\n            \"hash\": \"utiufG3wxDQ75grRuxc6mvBGklzLmVxuv6uONN3OmLBCnOaDhi\",\n            \"url\": \"https://berlitz.interactivo.test/test/utiufG3wxDQ75grRuxc6mvBGklzLmVxuv6uONN3OmLBCnOaDhi/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/238\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 1\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 21,\n                \"name\": \"CS IS SOPI - Form Randomized\"\n            },\n            \"created_at\": \"2024-03-14T03:48:27.000000Z\",\n            \"updated_at\": \"2024-06-25T20:10:01.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 375,\n            \"name\": \"SLTI LEO IS SOPI\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"9jwRQWGHPp9npZxWFwEWZUxWWN3SuStIsxnk11cXGA23d2VVWe\",\n            \"url\": \"https://berlitz.interactivo.test/test/9jwRQWGHPp9npZxWFwEWZUxWWN3SuStIsxnk11cXGA23d2VVWe/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/375\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-05-15T16:17:59.000000Z\",\n            \"updated_at\": \"2024-05-15T16:20:47.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 412,\n            \"name\": \"SLTI LEO IS SOPI - Spanish\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"UIBeoVzKHLNR4w8jMtYaEuh6ESGOjeMuQoiY91AtbmRLWf82mh\",\n            \"url\": \"https://berlitz.interactivo.test/test/UIBeoVzKHLNR4w8jMtYaEuh6ESGOjeMuQoiY91AtbmRLWf82mh/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/412\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 5,\n                    \"all\": 5\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 76,\n                \"name\": \"LEO IS SOPI\"\n            },\n            \"created_at\": \"2024-05-21T18:01:17.000000Z\",\n            \"updated_at\": \"2024-06-21T18:06:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 413,\n            \"name\": \"SLTI LEO IS SOPI\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"kiSkqReCdsIsZeyhqKb6hFMKyCIOwuVwv5NkMg9sNDht2CAlAr\",\n            \"url\": \"https://berlitz.interactivo.test/test/kiSkqReCdsIsZeyhqKb6hFMKyCIOwuVwv5NkMg9sNDht2CAlAr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/413\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 5,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 2,\n                    \"all\": 7\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 76,\n                \"name\": \"LEO IS SOPI\"\n            },\n            \"created_at\": \"2024-05-21T19:03:25.000000Z\",\n            \"updated_at\": \"2024-07-05T14:14:49.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 420,\n            \"name\": \"Costa Mesa LEO IS SOPI - Spanish\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"nnMTAgdhIj1IG2Na3p8GaoLRmolPLISTwyluBID3pWavFpIm4H\",\n            \"url\": \"https://berlitz.interactivo.test/test/nnMTAgdhIj1IG2Na3p8GaoLRmolPLISTwyluBID3pWavFpIm4H/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/420\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-22T19:47:04.000000Z\",\n            \"updated_at\": \"2024-06-10T15:26:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 421,\n            \"name\": \"Costa Mesa City IS SOPI - Spanish\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"pIR8wXxls08B3nzwHQ9N26c5MY8SgJuHJpi00vmtgQcx4CPq8c\",\n            \"url\": \"https://berlitz.interactivo.test/test/pIR8wXxls08B3nzwHQ9N26c5MY8SgJuHJpi00vmtgQcx4CPq8c/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/421\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-23T14:36:13.000000Z\",\n            \"updated_at\": \"2024-06-10T15:27:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 422,\n            \"name\": \"Costa Mesa Firefighter IS SOPI - Spanish\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"Bf6ReUZRYprdPqcgUuHGbZqmEc9mV5ZnA2JqfCBGzyIdbb6bf6\",\n            \"url\": \"https://berlitz.interactivo.test/test/Bf6ReUZRYprdPqcgUuHGbZqmEc9mV5ZnA2JqfCBGzyIdbb6bf6/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/422\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-23T16:03:45.000000Z\",\n            \"updated_at\": \"2024-06-10T15:29:37.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 423,\n            \"name\": \"Costa Mesa LEO IS SOPI - Vietnamese\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"Z6Gt3YMvroNwLKBZD1Kewg6XdbJoXF0diRKub5iyG0iBVuxw5u\",\n            \"url\": \"https://berlitz.interactivo.test/test/Z6Gt3YMvroNwLKBZD1Kewg6XdbJoXF0diRKub5iyG0iBVuxw5u/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/423\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-23T16:29:55.000000Z\",\n            \"updated_at\": \"2024-06-10T15:31:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 424,\n            \"name\": \"Costa Mesa City IS SOPI - Vietnamese\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"j60fhd2q9d8uDWZF2NSoQU0oZpdWtrEaH1Bm6GVoc8mcUPACma\",\n            \"url\": \"https://berlitz.interactivo.test/test/j60fhd2q9d8uDWZF2NSoQU0oZpdWtrEaH1Bm6GVoc8mcUPACma/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/424\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-23T16:59:36.000000Z\",\n            \"updated_at\": \"2024-06-10T15:32:15.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 425,\n            \"name\": \"Costa Mesa Firefighter IS SOPI - Vietnamese\",\n            \"label\": \"Item Randomized\",\n            \"description\": null,\n            \"hash\": \"EbO5jZIzPPt7Qxpxu3jwLktWtDmcxwPpX1w3mS8r4fX5XPiQEd\",\n            \"url\": \"https://berlitz.interactivo.test/test/EbO5jZIzPPt7Qxpxu3jwLktWtDmcxwPpX1w3mS8r4fX5XPiQEd/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/4863/Test/425\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 78,\n                \"name\": \"City of Costa Mesa Testing\"\n            },\n            \"created_at\": \"2024-05-23T17:22:43.000000Z\",\n            \"updated_at\": \"2024-06-10T15:33:31.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 438,\n            \"name\": \"SLTI CS IS SOPI - Spanish\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"ZYbrlOjzX09HmTsZeFbFK7IbIHqyTrEfqmc3baV9RaTAd8M6ew\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZYbrlOjzX09HmTsZeFbFK7IbIHqyTrEfqmc3baV9RaTAd8M6ew/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/438\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 1,\n                    \"rated\": 3,\n                    \"all\": 7\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 83,\n                \"name\": \"CS IS SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-06-06T09:28:33.000000Z\",\n            \"updated_at\": \"2024-07-13T12:04:03.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 442,\n            \"name\": \"SLTI CS IS SOPI - Spanish\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"Mway08kmikufTGMC84pArxbfIS4oceZwaptNjrB8lne23F2Zdr\",\n            \"url\": \"https://berlitz.interactivo.test/test/Mway08kmikufTGMC84pArxbfIS4oceZwaptNjrB8lne23F2Zdr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/442\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 2\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 83,\n                \"name\": \"CS IS SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-06-07T09:52:07.000000Z\",\n            \"updated_at\": \"2024-06-07T22:53:43.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 466,\n            \"name\": \"SLTI CS IS SOPI - French\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"53uhAfN7omJStuGOYWzmaUnzxvyuDQ0bI5VBkVfa14fvdJ7HDW\",\n            \"url\": \"https://berlitz.interactivo.test/test/53uhAfN7omJStuGOYWzmaUnzxvyuDQ0bI5VBkVfa14fvdJ7HDW/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/466\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 86,\n                \"name\": \"CS IS SOPI - French\"\n            },\n            \"created_at\": \"2024-06-19T07:45:59.000000Z\",\n            \"updated_at\": \"2024-06-26T15:16:29.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 467,\n            \"name\": \"SLTI CS IS SOPI - French\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"zJmjDjwI2k3U5vNyEDPsReHQbejrA3E10drhydouOt2hqFMoKj\",\n            \"url\": \"https://berlitz.interactivo.test/test/zJmjDjwI2k3U5vNyEDPsReHQbejrA3E10drhydouOt2hqFMoKj/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/467\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 86,\n                \"name\": \"CS IS SOPI - French\"\n            },\n            \"created_at\": \"2024-06-19T09:29:19.000000Z\",\n            \"updated_at\": \"2024-06-26T15:28:48.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 468,\n            \"name\": \"SLTI CS IS SOPI - Italian\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"wtbfTp7vwwj8T2Riip6nV8xVAk7EFKCddhkxItpU7zeCSYW4JY\",\n            \"url\": \"https://berlitz.interactivo.test/test/wtbfTp7vwwj8T2Riip6nV8xVAk7EFKCddhkxItpU7zeCSYW4JY/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/468\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 87,\n                \"name\": \"CS IS SOPI - Italian\"\n            },\n            \"created_at\": \"2024-06-19T10:33:51.000000Z\",\n            \"updated_at\": \"2024-06-26T15:37:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 469,\n            \"name\": \"SLTI CS IS SOPI - Italian\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"cAMATAeTq8qZlY7QRf8AGBNvlQ83pU5tNH5obWp8ti6Acn3XQV\",\n            \"url\": \"https://berlitz.interactivo.test/test/cAMATAeTq8qZlY7QRf8AGBNvlQ83pU5tNH5obWp8ti6Acn3XQV/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/469\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 87,\n                \"name\": \"CS IS SOPI - Italian\"\n            },\n            \"created_at\": \"2024-06-19T10:34:08.000000Z\",\n            \"updated_at\": \"2024-06-26T15:44:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 470,\n            \"name\": \"SLTI CS IS SOPI - German\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"e1e81MkWHetQ9kB66a60XEWmIplSce9wVDv2eia50uVa5lZTZZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/e1e81MkWHetQ9kB66a60XEWmIplSce9wVDv2eia50uVa5lZTZZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/470\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 88,\n                \"name\": \"CS IS SOPI - German\"\n            },\n            \"created_at\": \"2024-06-19T12:15:25.000000Z\",\n            \"updated_at\": \"2024-06-26T16:56:24.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 471,\n            \"name\": \"SLTI CS IS SOPI - German\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"oxsi8xarVMGpLH3FQzNsXEINsQ9JBmPlJLUmXnf3LcGzkTUoug\",\n            \"url\": \"https://berlitz.interactivo.test/test/oxsi8xarVMGpLH3FQzNsXEINsQ9JBmPlJLUmXnf3LcGzkTUoug/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/471\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 88,\n                \"name\": \"CS IS SOPI - German\"\n            },\n            \"created_at\": \"2024-06-19T12:15:42.000000Z\",\n            \"updated_at\": \"2024-06-27T15:38:29.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 472,\n            \"name\": \"SLTI CS IS SOPI - Portuguese\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"jJplqSHrKSwBPmjIIo8aWlorbqQB4QFk2dmu0XXiWCHv09AWbq\",\n            \"url\": \"https://berlitz.interactivo.test/test/jJplqSHrKSwBPmjIIo8aWlorbqQB4QFk2dmu0XXiWCHv09AWbq/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/472\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 89,\n                \"name\": \"CS IS SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-06-19T13:07:48.000000Z\",\n            \"updated_at\": \"2024-06-27T15:45:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 473,\n            \"name\": \"SLTI CS IS SOPI - Portuguese\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"qFymUJ82np5Zxv5qfD7xokNr6sOHhXnO2ukidP6RO50Zm2Wv4r\",\n            \"url\": \"https://berlitz.interactivo.test/test/qFymUJ82np5Zxv5qfD7xokNr6sOHhXnO2ukidP6RO50Zm2Wv4r/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/473\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 89,\n                \"name\": \"CS IS SOPI - Portuguese\"\n            },\n            \"created_at\": \"2024-06-19T13:08:04.000000Z\",\n            \"updated_at\": \"2024-06-27T15:51:01.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 485,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Comcast Demo\",\n            \"description\": null,\n            \"hash\": \"FPb2b5dbwgLwk2NgslIuk2L76rdFyc6qL9AaPku3f6CaeFvM19\",\n            \"url\": \"https://berlitz.interactivo.test/test/FPb2b5dbwgLwk2NgslIuk2L76rdFyc6qL9AaPku3f6CaeFvM19/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/485\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 2,\n                    \"active\": 0,\n                    \"done\": 5,\n                    \"terminated\": 0,\n                    \"rated\": 0,\n                    \"all\": 7\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 19,\n                \"name\": \"Berlitz US Demos\"\n            },\n            \"created_at\": \"2024-07-02T15:51:27.000000Z\",\n            \"updated_at\": \"2024-07-10T19:52:08.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 486,\n            \"name\": \"SLTI Academic IS SOPI\",\n            \"label\": \"Template\",\n            \"description\": null,\n            \"hash\": \"9YfKA5inBldt2mbpS4tJwBqIcx51FGCEgC9wwP5RMxzZTAPJOS\",\n            \"url\": \"https://berlitz.interactivo.test/test/9YfKA5inBldt2mbpS4tJwBqIcx51FGCEgC9wwP5RMxzZTAPJOS/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/486\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-08T14:24:54.000000Z\",\n            \"updated_at\": \"2024-07-08T14:25:31.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 495,\n            \"name\": \"SLTI Academic IS SOPI\",\n            \"label\": \"Form 1\",\n            \"description\": null,\n            \"hash\": \"UZedHQ5q8PYMZvRkK8gxikAxy3Of7nOJBCN0DqrwZ8jXt0OWDr\",\n            \"url\": \"https://berlitz.interactivo.test/test/UZedHQ5q8PYMZvRkK8gxikAxy3Of7nOJBCN0DqrwZ8jXt0OWDr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/495\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-13T19:24:04.000000Z\",\n            \"updated_at\": \"2024-07-13T20:08:34.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 499,\n            \"name\": \"SLTI Academic IS SOPI\",\n            \"label\": \"Form 2\",\n            \"description\": null,\n            \"hash\": \"4swR9rV07UxVXzQk1MB257gS3cxHT4agVK7kNcpZ6lia2B7aEm\",\n            \"url\": \"https://berlitz.interactivo.test/test/4swR9rV07UxVXzQk1MB257gS3cxHT4agVK7kNcpZ6lia2B7aEm/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/499\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-14T16:28:32.000000Z\",\n            \"updated_at\": \"2024-07-14T17:00:51.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 500,\n            \"name\": \"SLTI Academic IS SOPI\",\n            \"label\": \"Form 4\",\n            \"description\": null,\n            \"hash\": \"drNVQmDjVSkDHEAjoMDJjOsAx9jxhENFC8sbCudV5L0CC6qm2e\",\n            \"url\": \"https://berlitz.interactivo.test/test/drNVQmDjVSkDHEAjoMDJjOsAx9jxhENFC8sbCudV5L0CC6qm2e/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/500\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-16T15:43:16.000000Z\",\n            \"updated_at\": \"2024-07-16T16:16:06.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 501,\n            \"name\": \"SLTI Academic IS SOPI\",\n            \"label\": \"Form 3\",\n            \"description\": null,\n            \"hash\": \"1YSm3b0F0A0y8Vz5Ni8wIwavAoeUXfzT9J4ZlilmifUxLkjc35\",\n            \"url\": \"https://berlitz.interactivo.test/test/1YSm3b0F0A0y8Vz5Ni8wIwavAoeUXfzT9J4ZlilmifUxLkjc35/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/501\",\n            \"is_archived\": false,\n            \"meta\": null,\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 4,\n                \"name\": \"Templates\"\n            },\n            \"created_at\": \"2024-07-16T16:40:11.000000Z\",\n            \"updated_at\": \"2024-07-16T17:07:23.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 239,\n            \"name\": \"SLTI CS IS SOPI\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"ZMDhhr74PpyxSuELVSMevkT1NrNcVu4ZTDySmjyIQMPBUujZiQ\",\n            \"url\": \"https://berlitz.interactivo.test/test/ZMDhhr74PpyxSuELVSMevkT1NrNcVu4ZTDySmjyIQMPBUujZiQ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/239\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 408,\n                    \"active\": 1,\n                    \"done\": 1,\n                    \"terminated\": 14,\n                    \"rated\": 887,\n                    \"all\": 1390\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 31,\n                \"name\": \"Item Randomized CS IS SOPI\"\n            },\n            \"created_at\": \"2024-03-14T19:19:22.000000Z\",\n            \"updated_at\": \"2024-07-17T08:35:05.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 240,\n            \"name\": \"SLTI SOPI - French\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"oHiAjWbQp9HCizMPjzXScMyMqJ0i46UdCROWpNjhnYYzbUkIbV\",\n            \"url\": \"https://berlitz.interactivo.test/test/oHiAjWbQp9HCizMPjzXScMyMqJ0i46UdCROWpNjhnYYzbUkIbV/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/240\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 154,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 29,\n                    \"rated\": 277,\n                    \"all\": 520\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 5,\n                \"name\": \"Item Randomized SOPIs\"\n            },\n            \"created_at\": \"2024-03-14T21:09:19.000000Z\",\n            \"updated_at\": \"2024-07-17T08:28:18.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 241,\n            \"name\": \"SLTI SOPI - German\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"4Z76SuBoOp3Ax4lPZaAbsrSZmvv0Exhq2ErZdR6REfWt3cogEr\",\n            \"url\": \"https://berlitz.interactivo.test/test/4Z76SuBoOp3Ax4lPZaAbsrSZmvv0Exhq2ErZdR6REfWt3cogEr/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/241\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 236,\n                    \"active\": 0,\n                    \"done\": 3,\n                    \"terminated\": 20,\n                    \"rated\": 290,\n                    \"all\": 633\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 5,\n                \"name\": \"Item Randomized SOPIs\"\n            },\n            \"created_at\": \"2024-03-14T21:23:52.000000Z\",\n            \"updated_at\": \"2024-07-17T07:10:09.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 242,\n            \"name\": \"SLTI SOPI - Portuguese\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"FyTetiFdS2Ks2SO2v61Jv6ej3qrxMzf5u9fz8gZ25EtsI0Wt9F\",\n            \"url\": \"https://berlitz.interactivo.test/test/FyTetiFdS2Ks2SO2v61Jv6ej3qrxMzf5u9fz8gZ25EtsI0Wt9F/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/242\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 13,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 14,\n                    \"all\": 34\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 5,\n                \"name\": \"Item Randomized SOPIs\"\n            },\n            \"created_at\": \"2024-03-14T21:35:54.000000Z\",\n            \"updated_at\": \"2024-07-08T18:27:42.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 243,\n            \"name\": \"SLTI SOPI - Italian\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"QSv7CDp2rNvc1pop9lhxyHNhR3LL01oCRSAOcNdYAUguCIOMGT\",\n            \"url\": \"https://berlitz.interactivo.test/test/QSv7CDp2rNvc1pop9lhxyHNhR3LL01oCRSAOcNdYAUguCIOMGT/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/243\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 129,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 15,\n                    \"rated\": 156,\n                    \"all\": 404\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 5,\n                \"name\": \"Item Randomized SOPIs\"\n            },\n            \"created_at\": \"2024-03-14T21:45:59.000000Z\",\n            \"updated_at\": \"2024-07-17T07:57:27.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 244,\n            \"name\": \"SLTI SOPI - Spanish\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"hXQAOabDBd7BV4dmVmKywiJJtTWe33PDwdNqmPw18dFJMoYNI0\",\n            \"url\": \"https://berlitz.interactivo.test/test/hXQAOabDBd7BV4dmVmKywiJJtTWe33PDwdNqmPw18dFJMoYNI0/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/969/Test/244\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 352,\n                    \"active\": 0,\n                    \"done\": 2,\n                    \"terminated\": 27,\n                    \"rated\": 554,\n                    \"all\": 979\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4208,\n                \"email\": \"elliott@tiro.org\",\n                \"name\": \"Elliott\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 15,\n                \"name\": \"SLTI SOPI - Spanish\"\n            },\n            \"created_at\": \"2024-03-14T22:03:40.000000Z\",\n            \"updated_at\": \"2024-07-17T01:37:07.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 245,\n            \"name\": \"SLTI WPE - Portuguese\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"8ZPfAvYkVPZuFv2sSBsgVM6BFC1ZU3CEhd8JhccMMYXcUAuaf4\",\n            \"url\": \"https://berlitz.interactivo.test/test/8ZPfAvYkVPZuFv2sSBsgVM6BFC1ZU3CEhd8JhccMMYXcUAuaf4/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/245\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 9,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 4,\n                    \"rated\": 10,\n                    \"all\": 24\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2024-03-15T02:54:23.000000Z\",\n            \"updated_at\": \"2024-07-03T16:17:39.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 263,\n            \"name\": \"a\",\n            \"label\": \"a\",\n            \"description\": null,\n            \"hash\": \"3sxIJ7sf2fwr6qDmUnygmf1TzTbp68qxozaOtuZy2oK7ZyUKan\",\n            \"url\": \"https://berlitz.interactivo.test/test/3sxIJ7sf2fwr6qDmUnygmf1TzTbp68qxozaOtuZy2oK7ZyUKan/take\",\n            \"logo_path\": null,\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 3,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 1,\n                    \"rated\": 0,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4219,\n                \"email\": \"webmaster.hadi@gmail.com\",\n                \"name\": \"Hadi Aghandeh\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"created_at\": \"2024-04-16T08:03:54.000000Z\",\n            \"updated_at\": \"2024-04-24T14:53:04.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 246,\n            \"name\": \"SLTI WPE - Spanish\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"TS15vnjO47xwxWGwdJuvWtLVDDzIv8bPSHvsC5GnPCk4V2RtxL\",\n            \"url\": \"https://berlitz.interactivo.test/test/TS15vnjO47xwxWGwdJuvWtLVDDzIv8bPSHvsC5GnPCk4V2RtxL/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/246\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 92,\n                    \"active\": 0,\n                    \"done\": 1,\n                    \"terminated\": 14,\n                    \"rated\": 103,\n                    \"all\": 211\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2024-03-15T03:48:55.000000Z\",\n            \"updated_at\": \"2024-07-17T02:35:44.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 247,\n            \"name\": \"SLTI WPE - Italian\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"7vw4HQXd1dWHDBIlKiUvop8KbJPZpwes44TMqhnXyFpb2oP87F\",\n            \"url\": \"https://berlitz.interactivo.test/test/7vw4HQXd1dWHDBIlKiUvop8KbJPZpwes44TMqhnXyFpb2oP87F/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/247\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 146,\n                    \"active\": 2,\n                    \"done\": 1,\n                    \"terminated\": 8,\n                    \"rated\": 138,\n                    \"all\": 332\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2024-03-15T21:43:49.000000Z\",\n            \"updated_at\": \"2024-07-17T08:28:32.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 248,\n            \"name\": \"SLTI WPE - French\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"Qn8syUeSriMJ52YRvQt6H7LvbBjwZvohYfjHsXuBSOUim3ldkZ\",\n            \"url\": \"https://berlitz.interactivo.test/test/Qn8syUeSriMJ52YRvQt6H7LvbBjwZvohYfjHsXuBSOUim3ldkZ/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/248\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 110,\n                    \"active\": 1,\n                    \"done\": 0,\n                    \"terminated\": 13,\n                    \"rated\": 85,\n                    \"all\": 224\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2024-03-15T22:08:17.000000Z\",\n            \"updated_at\": \"2024-07-17T08:24:11.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 249,\n            \"name\": \"SLTI WPE - German\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"1V93OaqJNA8eeeWmPzLcjXVKomXlyg4yR2wizy0PQgsCbVZpSu\",\n            \"url\": \"https://berlitz.interactivo.test/test/1V93OaqJNA8eeeWmPzLcjXVKomXlyg4yR2wizy0PQgsCbVZpSu/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/995/Test/249\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 126,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 5,\n                    \"rated\": 34,\n                    \"all\": 166\n                }\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 30,\n                \"name\": \"Item Randomized WPEs\"\n            },\n            \"created_at\": \"2024-03-15T22:28:41.000000Z\",\n            \"updated_at\": \"2024-07-16T18:31:58.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 261,\n            \"name\": \"SLTI SOPI - English\",\n            \"label\": \"Randomized\",\n            \"description\": null,\n            \"hash\": \"oh3psbuwmkqCxn0OpjLqMY4RlTiu8zXRLRuBsFSqmsug9eVcEc\",\n            \"url\": \"https://berlitz.interactivo.test/test/oh3psbuwmkqCxn0OpjLqMY4RlTiu8zXRLRuBsFSqmsug9eVcEc/take\",\n            \"logo_path\": \"https://berlitz.interactivo.test/media/view/3496/Test/261\",\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 1786,\n                    \"active\": 5,\n                    \"done\": 8,\n                    \"terminated\": 114,\n                    \"rated\": 3411,\n                    \"all\": 5790\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4219,\n                \"email\": \"webmaster.hadi@gmail.com\",\n                \"name\": \"Hadi Aghandeh\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"test_group\": {\n                \"id\": 5,\n                \"name\": \"Item Randomized SOPIs\"\n            },\n            \"created_at\": \"2024-04-08T23:40:38.000000Z\",\n            \"updated_at\": \"2024-07-17T08:34:54.000000Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": 382,\n            \"name\": \"Berlitz Test of Speaking Skills (BTSS)\",\n            \"label\": \"ID Check Only\",\n            \"description\": null,\n            \"hash\": \"49dGezZwUn5f765NJkJVd9skbFQLSRXrzyWFsOtzUkzeBtiC2w\",\n            \"url\": \"https://berlitz.interactivo.test/test/49dGezZwUn5f765NJkJVd9skbFQLSRXrzyWFsOtzUkzeBtiC2w/take\",\n            \"logo_path\": null,\n            \"is_archived\": false,\n            \"meta\": {\n                \"take_count\": {\n                    \"assigned\": 0,\n                    \"active\": 0,\n                    \"done\": 0,\n                    \"terminated\": 0,\n                    \"rated\": 4,\n                    \"all\": 4\n                }\n            },\n            \"creator_user\": {\n                \"id\": 4205,\n                \"email\": \"mabraham@2lti.com\",\n                \"name\": \"Maria\",\n                \"unique_id\": null,\n                \"avatar\": null\n            },\n            \"client\": {\n                \"id\": 3,\n                \"email\": \"mika.hama@2lti.com\",\n                \"name\": \"Berlitz\"\n            },\n            \"created_at\": \"2024-05-16T16:37:35.000000Z\",\n            \"updated_at\": \"2024-07-10T14:12:51.000000Z\",\n            \"deleted_at\": null\n        }\n    ]\n}"}],"_postman_id":"e04a4842-8eb7-43da-8fa2-b60c0d724702"}],"id":"d395dd9b-ba9a-4e0d-a0eb-92aa96dbcd32","description":"<h1 id=\"authentication\"><strong>Authentication</strong></h1>\n<ul>\n<li><p><strong>Retrieve Your API Key:</strong></p>\n<ul>\n<li><p><strong>Log In:</strong> Sign in to your administrator account.</p>\n</li>\n<li><p><strong>Create an API Key:</strong> Navigate to the API key management section and generate a new API key. It is under the Setting section.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Set the API Key in Your Request:</strong></p>\n<ul>\n<li><strong>Header Configuration:</strong> Include your API key in the request header to authenticate your API calls. Use the following header format:</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X GET \"https://client-subdomain.interactivo.io/endpoint\" \\\n     -H \"Authorization: Bearer YOUR_API_KEY\"\n\n</code></pre>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li><p><strong>Confidentiality:</strong> Ensure that your API key is kept confidential and not shared with unauthorized parties. Exposure of your API key could lead to unauthorized access to your data.</p>\n</li>\n<li><p><strong>Key Management:</strong> The API key is displayed only once when it is created. If you lose the key, you will need to generate a new one. Make sure to store the key securely to avoid the need for re-creation.</p>\n</li>\n</ul>\n<h1 id=\"api-base-url\"><strong>API Base URL:</strong></h1>\n<p><em>API base url of every client is their subdomain. For example</em> <strong>mysubdomain.interactivo.io</strong></p>\n","_postman_id":"d395dd9b-ba9a-4e0d-a0eb-92aa96dbcd32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","id":"3ee7f706-c9d5-4f42-b4ac-ba5fd8c6328c","name":"Interactivo API","type":"collection"}}},{"name":"SAML","item":[{"name":"Assertion Consumer Service (ACS)","id":"0f5f5a2c-ea37-49e8-a2c8-ff394f81a347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/saml/acs","description":"<p>In a <strong>Security Assertion Markup Language (SAML)</strong> authentication flow, the <strong>Assertion Consumer Service (ACS) endpoint</strong> is a critical component that receives and processes <strong>SAML assertions</strong> sent from the Identity Provider (IdP) to the Service Provider (SP)</p>\n<h3 id=\"configuring-the-acs-endpoint\"><strong>Configuring the ACS Endpoint</strong></h3>\n<p>When setting up SAML authentication between an IdP and an SP, the ACS endpoint must be configured properly:</p>\n<ul>\n<li><p><strong>In the Service Provider (SP) Metadata:</strong><br />  The ACS endpoint URL is included in the SP’s metadata file that is shared with the IdP.</p>\n</li>\n<li><p><strong>In the Identity Provider (IdP) Settings:</strong><br />  The IdP must be configured to send SAML responses to the correct ACS endpoint of the SP.</p>\n</li>\n</ul>\n<h3 id=\"role-of-acs-in-saml-authentication\"><strong>Role of ACS in SAML Authentication</strong></h3>\n<p>When a user attempts to access an SP (such as a cloud application), the authentication process involves the following steps:</p>\n<ol>\n<li><p><strong>User Attempts Access</strong></p>\n<ol>\n<li><p>The user tries to log in to the SP.</p>\n</li>\n<li><p>The SP redirects the user to the IdP for authentication.</p>\n</li>\n</ol>\n</li>\n<li><p><strong>IdP Authenticates the User</strong></p>\n<ol>\n<li><p>The IdP verifies the user's identity.</p>\n</li>\n<li><p>If authentication is successful, the IdP generates a <strong>SAML assertion</strong> (an XML document containing authentication and authorization information).</p>\n</li>\n</ol>\n</li>\n<li><p><strong>SAML Assertion Sent to ACS Endpoint</strong></p>\n<ol>\n<li><p>The IdP sends the <strong>SAML assertion</strong> to the SP’s <strong>ACS endpoint</strong> (typically via HTTP POST or Redirect binding).</p>\n</li>\n<li><p>This ACS endpoint is a URL on the SP where the assertion is received.</p>\n</li>\n</ol>\n</li>\n<li><p><strong>SP Validates the SAML Assertion</strong></p>\n<ol>\n<li><p>The SP validates the assertion's integrity and authenticity using:</p>\n<ul>\n<li><p><strong>Signature verification</strong> (to ensure it was issued by a trusted IdP).</p>\n</li>\n<li><p><strong>Expiration checks</strong> (to confirm it hasn’t expired).</p>\n</li>\n<li><p><strong>Audience validation</strong> (to ensure it’s meant for this SP).</p>\n</li>\n</ul>\n</li>\n</ol>\n</li>\n<li><p><strong>User is Granted Access</strong></p>\n<ol>\n<li>If validation succeeds, the SP creates a session for the user and grants access to the requested application.</li>\n</ol>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","name":"SAML","type":"folder"}},"urlObject":{"path":["saml","acs"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f5f5a2c-ea37-49e8-a2c8-ff394f81a347"},{"name":"Single Logout Service (SLS)","id":"2bc1747d-04d6-4c32-ae72-7182a06d5baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>The <strong>Single Logout Service (SLS)</strong> in <strong>SAML (Security Assertion Markup Language)</strong> is responsible for handling <strong>Single Logout (SLO)</strong> requests and responses. It ensures that when a user logs out from one service (either an <strong>Identity Provider (IdP)</strong> or a <strong>Service Provider (SP)</strong>), they are also logged out from all connected services.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","name":"SAML","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2bc1747d-04d6-4c32-ae72-7182a06d5baf"},{"name":"Meta Data","id":"78c63496-bbfa-4699-93df-a7dc63a38297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>This XML snippet represents SAML (Security Assertion Markup Language) metadata for a <strong>Service Provider (SP)</strong>. Here's a breakdown of each element:</p>\n<h3 id=\"1entitydescriptor\">1.EntityDescriptor</h3>\n<ul>\n<li><p><strong><code>entityID=\"{host}/saml\"</code></strong></p>\n<ul>\n<li><p>This defines a unique identifier for the <strong>Service Provider (SP)</strong>.</p>\n</li>\n<li><p>The placeholder <code>{host}</code> represents the base URL of the SP.</p>\n</li>\n<li><p>This ID helps Identity Providers (IdPs) recognize and interact with the SP.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"2-spssodescriptor\"><strong>2.</strong> SPSSODescriptor</h3>\n<ul>\n<li><p><strong><code>AuthnRequestsSigned=\"true\"</code></strong></p>\n<ul>\n<li><p>Indicates that authentication requests from the SP to the IdP must be <strong>signed</strong> for security.</p>\n</li>\n<li><p>This ensures that the SP is genuinely requesting authentication.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>WantAssertionsSigned=\"true\"</code></strong></p>\n<ul>\n<li><p>Specifies that the SP expects SAML <strong>assertions</strong> (authentication responses from the IdP) to be <strong>signed</strong>.</p>\n</li>\n<li><p>This ensures the integrity and authenticity of the received assertions.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"3-singlelogoutservice\"><strong>3.</strong> SingleLogoutService</h3>\n<ul>\n<li><p><strong><code>Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\"</code></strong></p>\n<ul>\n<li><p>Defines the method (binding) used for <strong>Single Logout (SLO)</strong> requests.</p>\n</li>\n<li><p><code>HTTP-POST</code> means that logout messages will be sent as <strong>form POST requests</strong>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Location=\"{host}/saml/sls\"</code></strong></p>\n<ul>\n<li><p>Specifies the <strong>Single Logout Service (SLS) endpoint</strong> where logout requests/responses are handled.</p>\n</li>\n<li><p><code>{host}/saml/sls</code> is the URL where users are logged out across all connected applications.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"4-assertionconsumerservice\"><strong>4.</strong> AssertionConsumerService</h3>\n<ul>\n<li><p><strong><code>Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\"</code></strong></p>\n<ul>\n<li><p>Defines the method (binding) for receiving <strong>SAML authentication responses</strong>.</p>\n</li>\n<li><p><code>HTTP-POST</code> means the IdP sends authentication responses as <strong>form POST requests</strong> to the SP.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>Location=\"{host}/saml/acs\"</code></strong></p>\n<ul>\n<li><p>Specifies the <strong>Assertion Consumer Service (ACS) endpoint</strong> where authentication responses are sent.</p>\n</li>\n<li><p><code>{host}/saml/acs</code> is the URL where the SP processes user authentication.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>index=\"1\"</code></strong></p>\n<ul>\n<li>This indicates an <strong>index value</strong> for the ACS endpoint, which can be useful when multiple ACS endpoints exist.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","name":"SAML","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"68cd34c8-c03a-4d05-bc26-81195fb0582b","name":"Meta Data","originalRequest":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/saml/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 05 Mar 2025 18:15:20 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"1291"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ikg4czBqTW1nZWNNd2dwMjFDai9HZ0E9PSIsInZhbHVlIjoiWE1IWGI5OERTdXRROTgyUDFlVFh4MDlsMVBEcEdhNUdHZVdSTHl5bGZBazhoTkhCTVVJbmZiaUZFRmVFa25XK1Y0TllXVjNaRHBRRDdjVTV6ZlM5WEpkNGUzaVFVa0N5WXJtSFF1RVB6ZGNzellRQ0l1QjZmcUptYzZnV3BOR0kiLCJtYWMiOiI2ODI4M2E3NjBlYTM0MDgwZWU3ZjlmN2M4YWQyZWYzMWJkZjE5MWU1MTk5ZTQ1Y2ZmYzM2OGRjNzdhYmQzN2NjIiwidGFnIjoiIn0%3D; expires=Wed, 05-Mar-2025 20:15:20 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"interactivo_session=eyJpdiI6Inl5Tktjc2syQzFubG9aWENxOFJiUlE9PSIsInZhbHVlIjoiOFhJbytaOEtzVXB5ZUwrUHhFV1RFbzlicXNpRWpGRWVjb0hDQVNtb2xWRTE5dWRYeEYwOHVpdGwveTdFQnMwcGdTbkYyMjFUR2UxZk5tOFNrQ0l1Y0VUc3lwcyt2cWQ3RGZkTHNnK2NoenlzczN2TlJYZjZOeHpvLzhrL2g4Z2MiLCJtYWMiOiJmMTZlZjU5NWIzNmU2ZmM1ZDYwMjZiYWE3MDNkMTZkNTI0ODk5YTFmNDg2ODU4ZDhlZTMyODM5ZDVjMTJkZWE5IiwidGFnIjoiIn0%3D; expires=Wed, 05-Mar-2025 20:15:20 GMT; Max-Age=7200; path=/; httponly"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\"?>\n<md:EntityDescriptor xmlns:md=\"urn:oasis:names:tc:SAML:2.0:metadata\" validUntil=\"2025-03-07T18:15:20Z\" cacheDuration=\"PT604800S\" entityID=\"https://your-sub.interactivo.io/saml/metadata\">\n    <md:SPSSODescriptor AuthnRequestsSigned=\"true\" WantAssertionsSigned=\"false\" protocolSupportEnumeration=\"urn:oasis:names:tc:SAML:2.0:protocol\">\n        <md:KeyDescriptor use=\"signing\">\n            <ds:KeyInfo xmlns:ds=\"http://www.w3.org/2000/09/xmldsig#\">\n                <ds:X509Data>\n                    <ds:X509Certificate>MIIC5TCCAc0CBgGTBk+axjANBgkqhkiG9w0BAQsFADA2MTQwMgYDVQQDDCtodHRwczovL21haW4uaW50ZXJhY3Rpdm8udGVzdC9zYW1sL21ldGFkYXRhMB4XDTI0MTEwNzExMDY0MFoXDTM0MTEwNzExMDgyMFowNjE0MDIGA1UEAwwraHR0cHM6Ly9tYWluLmludGVyYWN0aXZvLnRlc3Qvc2FtbC9tZXRhZGF0YTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKH2iSM3tvR6hoPXZ6Do9ZflM7+XhdrTYf4AQySKP3hl4PmeNLrNalw9DlI5Rrdj9tvhYqh9ZNDxmzRjj3tf0gqLthGogYVxydOv7KgHGRTUeUCRNvUMnQpFIYfgQsve9eSRX9cAypkzI6Gadrc1IBDeGpaRv3BAxZ3QN2i5UOO7D0xgkjrCVwRM5/nG90yO2y67kqZqj/1JBtxcledM6gBlLcm6Kj71LY7gPylI9/jsgXG7ggCLdWG/MvJItRn4zYcdQ53LhOqkUxL62XE/CPUkDifYBsCjEZbsLQVt79FKNMjsZz4gJo0rJJgDpbiuaWaYv/jlJyPGlCYQYB5ra1MCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAmDbHXibkwnEWNslaL6t3JRSN+pW3/nJmkOq6DlBeAXGrNzMkhcTmdY1VIkoTjLQS1aqGl5/zDPich5eB7S+wzFJHhiu+P0EDLKKX0N8aPn3pW2/kdENMA5rhoplQPyZWF8UCrg387ywQLmEkzzCgs59cT1cqVmP/6gCyEtgXPpV0nWbTGkp9JbbSa73MmPI0KXakO9UauUaO5wHtDHLL7BZ4mj+tie5BVokwOf9AIUa/EBPrUu55M7dLbheECPh7sLX8J4eWYaTFvlsbK0fTwOnVu3nmWlMnYhfIHJmA5VaMHV9MrirzRVIuEuCVwXkzaWbGH2fB/Ycggq5v2BEj8A==</ds:X509Certificate>\n                </ds:X509Data>\n            </ds:KeyInfo>\n        </md:KeyDescriptor>\n        <md:SingleLogoutService Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\" Location=\"https://your-sub.interactivo.io/saml/sls\"/>\n        <md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat>\n        <md:AssertionConsumerService Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\" Location=\"https://your-sub.interactivo.io/saml/acs\" index=\"1\"/>\n    </md:SPSSODescriptor>\n</md:EntityDescriptor>"}],"_postman_id":"78c63496-bbfa-4699-93df-a7dc63a38297"}],"id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e","description":"<h1 id=\"how-saml-sso-works-to-authenticate-test-takers\"><strong>How SAML SSO Works To Authenticate Test-Takers:</strong></h1>\n<ol>\n<li><p><strong>User initiates the test login</strong> – The user starts the login process by clicking the <strong>SSO login button</strong> provided by the <strong>Identity Provider (IdP)</strong>.</p>\n</li>\n<li><p><strong>App generates a SAML request</strong> – The <strong>Service Provider (SP)</strong> creates an authentication request and includes a <strong>RelayState</strong>, which is sent to the <strong>IdP</strong>. RelayState has important information for interactivo, this help us know which test the user is trying to access.</p>\n</li>\n<li><p><strong>Redirection to the Identity Provider (IdP)</strong> – The user is redirected to the <strong>IdP</strong> for authentication.</p>\n</li>\n<li><p><strong>Identity Provider authenticates the user</strong> – The <strong>IdP</strong> verifies the user's credentials.</p>\n</li>\n<li><p><strong>Identity Provider generates a SAML response</strong> – After successful authentication, the <strong>IdP</strong> creates a <strong>SAML response</strong> and sends it to the <strong>SP</strong>, including the <strong>RelayState</strong> that was originally provided by the <strong>SP</strong> in step 2. The IdP also provide user fullname and email in the request, then SP can create a test for user.</p>\n</li>\n<li><p><strong>App verifies the SAML response</strong> – The <strong>SP</strong> validates the response for authenticity and integrity.</p>\n</li>\n<li><p><strong>User gains access to the test</strong> – If the verification is successful, the user is granted access to the test.</p>\n</li>\n</ol>\n<p>This process ensures a <strong>secure Single Sign-On (SSO) authentication</strong> by delegating login verification to an external <strong>Identity Provider (IdP)</strong>.</p>\n<h1 id=\"our-saml-authentication-for-test-takers-includes-the-following-routes\">Our SAML authentication for Test-Takers includes the following routes:</h1>\n<ol>\n<li><p><strong>Assertion Consumer Service (ACS)</strong> - <code>{host}/saml/acs</code></p>\n</li>\n<li><p><strong>Single Logout Service (SLS)</strong> - <code>{host}/saml/sls</code></p>\n</li>\n<li><p><strong>Metadata</strong> - <code>{host}/saml/metadata</code></p>\n</li>\n</ol>\n<p>This documentation describes the endpoints for handling SAML-based Single Sign-On (SSO) and Single Logout (SLS) processes between a Service Provider (SP) and an Identity Provider</p>\n<p>Host: <a href=\"https://your-subdomain.interactivo.io\">https://your-subdomain.interactivo.io</a></p>\n<h3 id=\"1-assertion-consumer-service-acs\">1. Assertion Consumer Service (ACS)</h3>\n<h4 id=\"endpoint\"><strong>Endpoint</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST {host}/saml/acs\n\n</code></pre><p>The ACS endpoint processes the SAML response from the Identity Provider (IdP) after a user successfully authenticates.</p>\n<p><strong>Relay State:</strong></p>\n<p>It is important that when the <strong>Identity Provider (IdP)</strong> sends a request to the <strong>Assertion Consumer Service (ACS) endpoint</strong>, it includes the <strong>RelayState</strong>. The <strong>Service Provider (SP)</strong> provides this <strong>RelayState</strong> when creating the <strong>SAML request</strong> and sends it to the <strong>IdP</strong>. The <strong>IdP</strong> then returns this data to the <strong>SP</strong>, allowing the <strong>SP</strong> to determine exactly which test the user is about to start.</p>\n<h4 id=\"required-parameters-for-acs-end-point\"><strong>Required Parameters For ACS End Point</strong></h4>\n<p>To authenticate users and allow them to start the test, we require their email and name. We support the following data types for retrieving this information from requests sent to the ACS endpoint.</p>\n<p><strong>The attributes supported for email in SAML include:</strong></p>\n<p>We need an email to register the Test-Taker to start a test.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"urn:oid:1.2.840.113549.1.9.1\",\n\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress\",\n\"urn:oid:0.9.2342.19200300.100.1.3\",\n\"http://schemas.xmlsoap.org/claims/EmailAddress\",\n\"http://schemas.microsoft.com/ws/2008/06/identity/claims/emailaddress\",\n\"email\",\n\"mail\",\n\"EmailAddress\",\n\n</code></pre><p><strong>Supported Attributes for FullName:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"urn:oid:2.16.840.1.113730.3.1.241\",\n\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name\",\n\"urn:oid:2.5.4.3\",\n\"fullname\",\n\n</code></pre><p>If the fullname is not provided, you can include <strong>First</strong> and <strong>Last Name</strong> in the request.</p>\n<p><strong>Supported Attributes For First Name</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"urn:oid:2.5.4.42\"\n\n</code></pre><p><strong>Supported Attributes for Last Name</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"urn:oid:2.5.4.4\"\n\n</code></pre><h3 id=\"2-single-logout-service-sls-endpoint\"><em><strong>2.</strong></em> <strong>Single Logout Service (SLS) Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST {host}/saml/sls\n\n</code></pre><p>The SLS endpoint allows the SP to process <strong>Single Logout (SLO)</strong> requests and responses when a user logs out.</p>\n<p><strong>Purpose:</strong></p>\n<ul>\n<li><p>Receives <strong>SAML Logout Requests</strong> from the IdP.</p>\n</li>\n<li><p>Terminates the user session at the SP.</p>\n</li>\n<li><p>Sends a <strong>SAML Logout Response</strong> back to the IdP.</p>\n</li>\n</ul>\n<h3 id=\"3-metadata\">3. metadata</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {host}/saml/metadata\n\n</code></pre><p>Provides the SAML metadata of the Service Provider (SP). This XML document contains the SP's configuration details.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>&lt;EntityDescriptor entityID=\"{host}/saml\"&gt;\n  &lt;SPSSODescriptor AuthnRequestsSigned=\"true\" WantAssertionsSigned=\"true\"&gt;\n    &lt;SingleLogoutService Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\" Location=\"{host}/saml/sls\"/&gt;\n    &lt;AssertionConsumerService Binding=\"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\" Location=\"{host}/saml/acs\" index=\"1\"/&gt;\n  &lt;/SPSSODescriptor&gt;\n&lt;/EntityDescriptor&gt;\n\n</code></pre>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ae0e19ae-f187-442f-936e-5bc6240ba0b6","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7e9e96cf-4751-43f1-aa21-45084ba53c1d","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"76817e00-4f0b-4df3-9043-a8722e4e8b1e"},{"name":"Sub Client API","item":[{"name":"Ver 1.0","item":[{"name":"list of assignments","id":"eb8cea57-88ae-4408-97f2-42dacaadef5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/api/v1/sub-client/assignment/list","description":"<p>Returns a paginated list of speaking test assignments for a sub‑client.</p>\n<p><strong>Behavior</strong></p>\n<ul>\n<li><p>Results are filtered by test name and test language when those parameters are provided.</p>\n</li>\n<li><p>Supports optional searching by assignment name.</p>\n</li>\n</ul>\n<p><strong>Query parameters</strong></p>\n<ul>\n<li><p><code>name</code> (optional): Search term to filter assignments by name.</p>\n</li>\n<li><p><code>test_name</code> (optional): Test identifier (for example, <code>Berlitz</code>).</p>\n</li>\n<li><p><code>test_language</code> (optional): Test language code (for example, <code>en</code>).</p>\n</li>\n</ul>\n<p><strong>Response overview (200 OK)</strong></p>\n<ul>\n<li><p><code>data[]</code>: Array of assignment objects, each including:</p>\n<ul>\n<li><p><code>id</code>: Assignment identifier.</p>\n</li>\n<li><p><code>name</code>: Human‑readable assignment name.</p>\n</li>\n<li><p><code>test</code>: Object describing the speaking test (id, name, label, logo, language, etc.).</p>\n</li>\n<li><p><code>test_center</code>: Object describing the test center or context.</p>\n</li>\n<li><p><code>default_ui_language</code>: Default UI language code for the assignment.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code> / <code>meta</code>: Pagination details for navigating result pages.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":true,"source":{"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","name":"Sub Client API","type":"folder"}},"urlObject":{"path":["api","v1","sub-client","assignment","list"],"host":["https://your-sub.interactivo.io"],"query":[{"disabled":true,"description":{"content":"<p>search for assignment with specific name</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>search for assignment with specific test name</p>\n","type":"text/plain"},"key":"test_name","value":""},{"disabled":true,"description":{"content":"<p>iso</p>\n","type":"text/plain"},"key":"test_language","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"bb690e7c-23a2-4ffd-aeec-c2d0849b9a2f","name":"list of assignments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/api/v1/sub-client/assignment/list","host":["https://your-sub.interactivo.io"],"path":["api","v1","sub-client","assignment","list"],"query":[{"key":"name","value":"","description":"search for assignment with specific name","disabled":true},{"key":"test_name","value":"","description":"search for assignment with specific test name","disabled":true},{"key":"test_language","value":"","description":"iso","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 18 Dec 2025 14:26:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"626"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1834,\n            \"name\": \"Main Assignment\",\n            \"test_id\": 591,\n            \"test\": {\n                \"id\": 591,\n                \"name\": \"Demo 1\",\n                \"label\": \"test for demo\",\n                \"logo_path\": null,\n                \"language\": {\n                    \"code\": \"en\",\n                    \"name\": \"English\",\n                    \"native\": \"English\",\n                    \"rtl\": 0\n                },\n                \"support_language\": {\n                    \"code\": \"en\",\n                    \"name\": \"English\",\n                    \"native\": \"English\",\n                    \"rtl\": 0\n                }\n            },\n            \"test_center\": {\n                \"id\": null,\n                \"enabled\": true\n            },\n            \"default_ui_language\": \"en-us\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://staging.interactivo.io/api/v1/sub-client/assignment/list?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"https://staging.interactivo.io/api/v1/sub-client/assignment/list\",\n        \"per_page\": 100,\n        \"to\": 1\n    }\n}"}],"_postman_id":"eb8cea57-88ae-4408-97f2-42dacaadef5f"},{"name":"fast assign","id":"03697ce9-bf3f-42c8-8208-7ce9f020835a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@example1.com\",\r\n    \"name\": \"john doe 1\",\r\n    \"external_id\": \"1111111x\",\r\n    \"update_user_if_exists\": true,\r\n    \"assignment_id\": 1,\r\n    \"allow_suplicate\": false,\r\n    \"completion_redirect\": \"google.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/api/v1/sub-client/test-taker/create","description":"<h3 id=\"overview\">Overview</h3>\n<p>Creates or updates a test taker and immediately assigns them to the specified assignment (\"fast assign\").</p>\n<p><strong>Method</strong>: <code>POST</code></p>\n<p><strong>URL</strong>: <code>https://your-sub.interactivo.io/api/v1/sub-client/test-taker/create</code></p>\n<hr />\n<h3 id=\"request-body\">Request Body</h3>\n<p>Raw JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"email\": \"john@example.com\",\n  \"password\": \"abc123\",\n  \"name\": \"john doe\",\n  \"external_id\": \"xxxxxxxx\",\n  \"update_user_if_exists\": false,\n  \"assignment_id\": 1784,\n  \"allow_suplicate\": false,\n  \"completion_redirect\": \"https://www.google.com\"\n}\n</code></pre>\n<h4 id=\"fields\">Fields</h4>\n<ul>\n<li><p><code>email</code> (string, required)</p>\n<ul>\n<li>Email address of the test taker. Must uniquely identify the user.</li>\n</ul>\n</li>\n<li><p><code>name</code> (string, required)</p>\n<ul>\n<li>Full name of the test taker.</li>\n</ul>\n</li>\n<li><p><code>password</code> (string, required when creating a new test taker)</p>\n<ul>\n<li>Password to set for the test taker when a new user record is created.</li>\n<li>If <code>update_user_if_exists</code> is <code>true</code> and the user already exists, providing a password will update the user's password.</li>\n</ul>\n</li>\n<li><p><code>external_id</code> (string, optional but <strong>strongly recommended</strong>)</p>\n<ul>\n<li>A client-defined unique identifier for the test taker.</li>\n<li>Typically used to map your internal user record to Interactivo's user record.</li>\n<li><strong>Uniqueness rule with respect to email:</strong><ul>\n<li>Each <code>external_id</code> is expected to be consistently associated with a single <code>email</code>.</li>\n<li>If you send an <code>external_id</code> that is already associated with a <em>different</em> <code>email</code> in the system, the request will fail with a <code>400 Bad Request</code> error and the type <code>duplicate_external_id</code> (see <strong>Error Responses</strong> below).</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>update_user_if_exists</code> (boolean, optional, default: <code>false</code>)</p>\n<ul>\n<li><code>false</code>: Do not modify an existing user with the same email; typically results in assigning the existing user as-is.</li>\n<li><code>true</code>: Update user fields (e.g., <code>name</code>, <code>password</code>, and possibly <code>external_id</code> as long as it does <strong>not</strong> conflict with another email) if a user with the same email already exists.</li>\n<li>If a password is provided in the payload and the user exists, then the new password will be saved.</li>\n</ul>\n</li>\n<li><p><code>assignment_id</code> (integer, required)</p>\n<ul>\n<li>ID of the assignment to which the test taker will be assigned.</li>\n</ul>\n</li>\n<li><p><code>allow_suplicate</code> (boolean, optional, default: <code>false</code>)</p>\n<ul>\n<li>Controls whether the same user can get multiple assignment records for the same assignment.</li>\n<li><code>false</code>: Prevents creating duplicate assignment entries for the same user and assignment (recommended in most cases).</li>\n<li><code>true</code>: Allows creating a new assignment entry even if one already exists for this user and assignment.</li>\n</ul>\n</li>\n<li><p><code>completion_redirect</code> (string, optional)</p>\n<ul>\n<li>URL to redirect the test taker to after completing the assignment.</li>\n<li>Example: <code>\"https://www.google.com\"</code>.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"successful-response\">Successful Response</h3>\n<p>On success, the endpoint returns HTTP <code>200 OK</code> with a JSON body similar to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"id\": 114526,\n    \"status\": \"assigned\",\n    \"user\": {\n      \"id\": 98765,\n      \"email\": \"john@example.com\",\n      \"name\": \"john doe\",\n      \"external_id\": \"xxxxxxxx\"\n    },\n    \"assignment\": {\n      \"id\": 1784,\n      \"status\": \"assigned\"\n    }\n  }\n}\n</code></pre>\n<p>The exact shape of <code>data</code> may include additional fields not listed here.</p>\n<hr />\n<h3 id=\"error-responses\">Error Responses</h3>\n<p>This endpoint can return standard validation and business-logic errors. All error responses share this general structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": false,\n  \"type\": \"&lt;error_type&gt;\",\n  \"message\": \"&lt;optional_human_readable_message&gt;\",\n  \"errors\": {\n    // optional field-level validation details\n  }\n}\n</code></pre>\n<h4 id=\"external-id--email-uniqueness-error\">External ID / Email Uniqueness Error</h4>\n<p>If the provided <code>external_id</code> is already associated with a <em>different</em> <code>email</code> in the system, the request fails. In this case, the API enforces that each <code>external_id</code> can only belong to a single email identity.</p>\n<ul>\n<li><p>Condition:</p>\n<ul>\n<li>You send a payload where <code>external_id</code> = <code>E123</code> and email = <code>new-user@example.com</code>,</li>\n<li>But <code>E123</code> is already associated with, for example, <code>existing-user@example.com</code>.</li>\n</ul>\n</li>\n<li><p>Result:</p>\n<ul>\n<li>The API returns HTTP <code>400 Bad Request</code> with a body similar to:</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": false,\n  \"type\": \"duplicate_external_id\"\n}\n</code></pre>\n<p>Use this signal to detect and resolve conflicts in your own user mapping logic (for example, by reconciling which email should be associated with the given <code>external_id</code> before retrying).</p>\n<p>Other <code>type</code> values may be returned for different validation errors (e.g., missing required fields, invalid assignment, etc.). Refer to your integration logs and any additional documentation for the complete list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":true,"source":{"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","name":"Sub Client API","type":"folder"}},"urlObject":{"path":["api","v1","sub-client","test-taker","create"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[]}},"response":[{"id":"4e5e643f-eba2-45a4-92de-c9272641bbc0","name":"create a test take","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@example.com\",\r\n    \"name\": \"john doe 1\",\r\n    \"external_id\": \"123345sr\",\r\n    \"password\": \"123456\",\r\n    \"update_user_if_exists\": true,\r\n    \"assignment_id\": 1784,\r\n    \"allow_suplicate\": false,\r\n    \"completion_redirect\": \"google.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/api/v1/sub-client/test-taker/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 14 Dec 2025 15:24:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"255"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899999"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 114526,\n        \"status\": \"assigned\",\n        \"url\": \"https://main.t.interactivo.test/take/vsz-ajkt-zqu\",\n        \"completion_redirect\": \"google.com\",\n        \"user\": {\n            \"email\": \"john@example.com\",\n            \"name\": \"john doe 1\",\n            \"external_id\": \"123345sr\",\n            \"updated_fields\": []\n        }\n    }\n}"},{"id":"db1ae705-099a-4515-8194-c3ee9a87761c","name":"Error: duplicate external id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@example1.com\",\r\n    \"name\": \"john doe 1\",\r\n    \"external_id\": \"123345sr\",\r\n    \"password\": \"123456\",\r\n    \"update_user_if_exists\": true,\r\n    \"assignment_id\": 1784,\r\n    \"allow_suplicate\": false,\r\n    \"completion_redirect\": \"google.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-sub.interactivo.io/api/v1/sub-client/test-taker/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 14 Dec 2025 15:24:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899997"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"type\": \"duplicate_external_id\"\n}"}],"_postman_id":"03697ce9-bf3f-42c8-8208-7ce9f020835a"},{"name":"user test records","id":"aecf213d-8063-4759-a1e3-ecd7488a941b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/api/v1/sub-client/test-taker/:externalId/records","description":"<h3 id=\"overview\">Overview</h3>\n<p>Retrieves all test records for a given <strong>test taker</strong> (user) under the current sub-client.</p>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>URL:</strong> <code>https://your-sub.interactivo.io/api/v1/sub-client/test-taker/:externalId/records</code></p>\n<hr />\n<h3 id=\"path-variables\">Path Variables</h3>\n<ul>\n<li><code>externalId</code> (string)<ul>\n<li>The external identifier of the user in your system.</li>\n<li>Example: <code>1111111</code></li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<p>Currently, this request does not define explicit query parameters in Postman. However, the response supports pagination metadata (<code>current_page</code>, <code>per_page</code>, etc.), so the API may accept typical pagination query parameters such as <code>page</code> and <code>per_page</code> (refer to your backend docs for the exact list and defaults).</p>\n<hr />\n<h3 id=\"successful-response-200\">Successful Response (200)</h3>\n<p>On success, the API returns a JSON object with:</p>\n<ul>\n<li><p><code>data</code> (array)</p>\n<ul>\n<li>List of test records for the specified user.</li>\n<li>Each item has the following structure:<ul>\n<li><code>id</code> (number): Unique ID of the test record.</li>\n<li><code>url</code> (string): URL where the user can take or view the test.</li>\n<li><code>user</code> (object): Information about the user.<ul>\n<li><code>external_id</code> (string): The user external ID (matches the <code>externalId</code> path variable).</li>\n<li><code>name</code> (string): Display name or identifier for the user.</li>\n<li><code>email</code> (string): User email address.</li>\n</ul>\n</li>\n<li><code>test</code> (object): Information about the test.<ul>\n<li><code>id</code> (number): Test ID.</li>\n<li><code>name</code> (string): Test name.</li>\n</ul>\n</li>\n<li><code>assignment</code> (object): Assignment metadata.<ul>\n<li><code>id</code> (number): Assignment ID.</li>\n<li><code>name</code> (string): Assignment name.</li>\n</ul>\n</li>\n<li><code>status</code> (string): Current status of the test record, e.g. <code>\"assigned\"</code>.</li>\n<li><code>created_at</code> (string, ISO 8601): When the record was created.</li>\n<li><code>started_at</code> (string | null): When the test was started, or <code>null</code> if not started.</li>\n<li><code>finished_at</code> (string | null): When the test was completed, or <code>null</code> if not completed.</li>\n<li><code>rated_at</code> (string | null): When the test was rated, or <code>null</code> if not yet rated.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>links</code> (object)</p>\n<ul>\n<li>Pagination links.</li>\n<li>Fields can include:<ul>\n<li><code>first</code> (string | null): URL to the first page of results.</li>\n<li><code>last</code> (string | null): URL to the last page of results.</li>\n<li><code>prev</code> (string | null): URL to the previous page.</li>\n<li><code>next</code> (string | null): URL to the next page.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code> (object)</p>\n<ul>\n<li>Pagination metadata.</li>\n<li>Common fields:<ul>\n<li><code>current_page</code> (number): Current page number.</li>\n<li><code>from</code> (number | null): Index of the first item in the current page.</li>\n<li><code>path</code> (string): Base path of the endpoint.</li>\n<li><code>per_page</code> (number): Maximum number of items per page.</li>\n<li><code>to</code> (number | null): Index of the last item in the current page.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"example-200-response\">Example 200 Response</h3>\n<p>Based on the latest successful response in this tab:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"id\": 114530,\n      \"url\": \"https://main.t.interactivo.test/take/lon...\",\n      \"user\": {\n        \"external_id\": \"1111111\",\n        \"name\": \"john@example1.com\",\n        \"email\": \"john@example1.com\"\n      },\n      \"test\": {\n        \"id\": 287,\n        \"name\": \"Berlitz AI Speaking Test (BAST)\"\n      },\n      \"assignment\": {\n        \"id\": 1784,\n        \"name\": \"aaa\"\n      },\n      \"status\": \"assigned\",\n      \"created_at\": \"2025-12-14T15:41:07.000000Z\",\n      \"started_at\": null,\n      \"finished_at\": null,\n      \"rated_at\": null\n    }\n  ],\n  \"links\": {\n    \"first\": \"https://main.interactivo.test/api/v1/sub...\",\n    \"last\": null,\n    \"prev\": null,\n    \"next\": null\n  },\n  \"meta\": {\n    \"current_page\": 1,\n    \"from\": 1,\n    \"path\": \"https://main.interactivo.test/api/v1/sub...\",\n    \"per_page\": 10,\n    \"to\": 1\n  }\n}\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":true,"source":{"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","name":"Sub Client API","type":"folder"}},"urlObject":{"path":["api","v1","sub-client","test-taker",":externalId","records"],"host":["https://your-sub.interactivo.io"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"1111111x","key":"externalId"}]}},"response":[{"id":"715961c2-1e9f-48c1-a944-d7663bb95ef0","name":"taken tests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/api/v1/sub-client/test-taker/:externalId/records","host":["https://your-sub.interactivo.io"],"path":["api","v1","sub-client","test-taker",":externalId","records"],"query":[{"key":"","value":"","type":"text","disabled":true}],"variable":[{"key":"externalId","value":"1111111"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 14 Dec 2025 16:24:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"681"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899998"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 114530,\n            \"url\": \"https://main.t.interactivo.test/take/lon-iptk-ygs\",\n            \"user\": {\n                \"external_id\": \"1111111\",\n                \"name\": \"john@example1.com\",\n                \"email\": \"john@example1.com\"\n            },\n            \"test\": {\n                \"id\": 287,\n                \"name\": \"Berlitz AI Speaking Test (BAST)\"\n            },\n            \"assignment\": {\n                \"id\": 1784,\n                \"name\": \"aaa\"\n            },\n            \"status\": \"assigned\",\n            \"created_at\": \"2025-12-14T15:41:07.000000Z\",\n            \"started_at\": null,\n            \"finished_at\": null,\n            \"rated_at\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://main.interactivo.test/api/v1/sub-client/test-taker/1111111/records?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"https://main.interactivo.test/api/v1/sub-client/test-taker/1111111/records\",\n        \"per_page\": 10,\n        \"to\": 1\n    }\n}"}],"_postman_id":"aecf213d-8063-4759-a1e3-ecd7488a941b"},{"name":"show record","id":"dadbc3a9-bcaa-4565-8a33-f3c8995d71a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-sub.interactivo.io/api/v1/sub-client/test-take/:takeId","description":"<p>Retrieves details for a specific sub-client test take by its unique ID.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint returns detailed information about a sub-client test take, including the test, assignment, user, status, timestamps, and rating data.</p>\n<p><strong>Method:</strong> <code>GET</code><br /><strong>URL:</strong> <code>https://your-sub.interactivo.io/api/v1/sub-client/test-take/:takeId</code>  </p>\n<p>This request uses the following variables:</p>\n<ul>\n<li><code>https://your-sub.interactivo.io</code> — Base URL for the Interactivo API (from the active environment)</li>\n<li><code>{{subClientApi}}</code> — Sub-client API-related configuration (from the active environment/collection, if used by related requests)</li>\n</ul>\n<h2 id=\"path-variables\">Path Variables</h2>\n<ul>\n<li><code>takeId</code> (number, required) — The ID of the test take to retrieve.</li>\n</ul>\n<h2 id=\"successful-response-200\">Successful Response (200)</h2>\n<p>A successful request returns a JSON object with a <code>data</code> field containing the test take details.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"id\": 114469,\n    \"url\": \"https://main.t.interactivo.test/take/eqh...\",\n    \"user\": {\n      \"external_id\": null,\n      \"name\": \"main@interactivo.io\",\n      \"email\": \"main@interactivo.io\"\n    },\n    \"test\": {\n      \"id\": 417,\n      \"name\": \"test\"\n    },\n    \"assignment\": {\n      \"id\": 497,\n      \"name\": \"Main Assignment\"\n    },\n    \"status\": \"rated\",\n    \"created_at\": \"2025-08-30T14:33:56.000000Z\",\n    \"started_at\": \"2025-08-30T14:38:53.000000Z\",\n    \"finished_at\": \"2025-08-30T14:47:01.000000Z\",\n    \"rated_at\": \"2025-08-30T14:47:11.000000Z\",\n    \"ratings\": [\n      {\n        \"label\": \"A\",\n        \"raw\": 0\n      }\n    ]\n  }\n}\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>Ensure <code>https://your-sub.interactivo.io</code> and <code>{{subClientApi}}</code> are correctly set in the active environment/collection before sending this request.</li>\n<li>Only the description of this request has been customized; the URL, method, headers, scripts, and tests remain unchanged.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":true,"source":{"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","name":"Sub Client API","type":"folder"}},"urlObject":{"path":["api","v1","sub-client","test-take",":takeId"],"host":["https://your-sub.interactivo.io"],"query":[],"variable":[{"type":"any","value":"55641","key":"takeId"}]}},"response":[{"id":"498d97ed-1108-4e83-9b6c-df9aa16b1dfb","name":"show record","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-sub.interactivo.io/api/v1/sub-client/test-take/:takeId","host":["https://your-sub.interactivo.io"],"path":["api","v1","sub-client","test-take",":takeId"],"variable":[{"key":"takeId","value":"114469"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 14 Dec 2025 17:10:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"494"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Ratelimit-Limit","value":"900000"},{"key":"X-Ratelimit-Remaining","value":"899996"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 114469,\n        \"url\": \"https://main.t.interactivo.test/take/eqh-isxp-ezr\",\n        \"user\": {\n            \"external_id\": null,\n            \"name\": \"main@interactivo.io\",\n            \"email\": \"main@interactivo.io\"\n        },\n        \"test\": {\n            \"id\": 417,\n            \"name\": \"test\"\n        },\n        \"assignment\": {\n            \"id\": 497,\n            \"name\": \"Main Assignment\"\n        },\n        \"status\": \"rated\",\n        \"created_at\": \"2025-08-30T14:33:56.000000Z\",\n        \"started_at\": \"2025-08-30T14:38:53.000000Z\",\n        \"finished_at\": \"2025-08-30T14:47:01.000000Z\",\n        \"rated_at\": \"2025-08-30T14:47:11.000000Z\",\n        \"ratings\": [\n            {\n                \"criterion\": \"score\",\n                \"label\": \"A\",\n                \"raw\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"dadbc3a9-bcaa-4565-8a33-f3c8995d71a5"}],"id":"00371ea8-7b1d-436b-b592-6d2cd9e9327b","_postman_id":"00371ea8-7b1d-436b-b592-6d2cd9e9327b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":true,"source":{"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","name":"Sub Client API","type":"folder"}}}],"id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{subClientApi}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ab29aef5-ced6-4e49-9535-fe61e1f2c071","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"09293daf-d1e4-437f-92c1-5af457f46cbd","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"9dc9277a-3f3d-45ea-9c0f-3b172d5bb004","description":""}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"c5a96c4b-b7d7-420c-8bb0-370caf9aeb75","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"aa578642-ae04-4c38-a48d-bbecc2acbedf","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"token","value":"xxxx","type":"string"},{"key":"baseUrl","value":"https://your-sub.interactivo.io","type":"string"}]}