{"info":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","description":"<html><head></head><body><h3 id=\"this-document-is-the-official-reference-for-the-service_name-web-service-application-programming-interface\">This document is the official reference for the SHOPL Web Service Application Programming Interface.</h3>\n<h1 id=\"what-is-servicename\">What is SHOPL?</h1>\n<ul>\n<li>SHOPL is a SaaS-based Retail Execution Solution with full-features for your store operation, from scheduling, communication, and collecting field data to manage sales targets.</li>\n</ul>\n<hr>\n<h1 id=\"our-web-service-api-is-http-based\">Our Web Service API is HTTP based</h1>\n<ul>\n<li><p>The methods to retrieve data from our Web Service (WS) API require an HTTP <strong>GET</strong> request method.</p>\n</li>\n<li><p>The methods that add data require a <strong>POST</strong> request method.</p>\n</li>\n<li><p>The methods that change data require a <strong>PUT</strong> request method.</p>\n</li>\n<li><p>The methods that delete data require a <strong>DELETE</strong> request method.</p>\n</li>\n<li><p>The API methods will return to an error if you do not make your request with the correct HTTP method.</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"we-use-json-for-structured-data-exchange\">We use JSON for structured data exchange</h1>\n<ul>\n<li><p>Our API uses the JSON (JavaScript Object Notation) format.</p>\n</li>\n<li><p>More information about JSON and how it works can be found here: <a href=\"https://\">http://json.org/</a> and here: <a href=\"https://\">http://en.wikipedia.org/wiki/JSON</a>.</p>\n</li>\n<li><p>There are many available libraries to convert to and from the JSON format both for popular and for more esoteric programming languages.</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"ssl-is-required\">SSL is required</h1>\n<p>Using SSL (https) is required to avoid passing both the authentication key and potentially confidential data in clear text over the web.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"What is SHOPL?","slug":"what-is-servicename"},{"content":"Our Web Service API is HTTP based","slug":"our-web-service-api-is-http-based"},{"content":"We use JSON for structured data exchange","slug":"we-use-json-for-structured-data-exchange"},{"content":"SSL is required","slug":"ssl-is-required"}],"owner":"6714081","collectionId":"8ee04b9d-28e6-4968-9321-d7523398f000","publishedId":"SztBanim","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3399FE"},"publishDate":"2023-08-31T06:16:31.000Z"},"item":[{"name":"Version","item":[],"id":"6d2619a4-2a32-472f-9399-7fdf86372dcf","description":"<h4 id=\"v13-update\"><strong>V1.3 Update</strong></h4>\n<ul>\n<li><strong>Journey Plan (JP):</strong> A memo has been added.</li>\n</ul>\n<h4 id=\"v14-update\"><strong>V1.4 Update</strong></h4>\n<ul>\n<li><p><strong>[v2] Get User’s Current Status and Attendance History</strong> (/api/att/v2/user/current/status)</p>\n</li>\n<li><p><strong>[v2] Get Attendance Report - Daily</strong> (/api/att/v2/report)</p>\n</li>\n<li><p><strong>[v2] Get User JP Schedule List - Daily</strong> (/api/jp/v2/user/schedule/list)</p>\n</li>\n<li><p><strong>(NEW) Get Display Raw Data List - Daily</strong> (/api/psi/display/raw/data)</p>\n</li>\n</ul>\n<h4 id=\"v15-update\"><strong>V1.5 Update</strong></h4>\n<ul>\n<li><p><strong>Get Report Group List</strong> (/api/lgr/group/list)</p>\n</li>\n<li><p><strong>Get Report List</strong> (/api/lgr/report/list)</p>\n</li>\n</ul>\n<h4 id=\"v151-update\"><strong>V1.5.1 Update</strong></h4>\n<ul>\n<li><p><strong>Get Report Group List</strong> (/api/lgr/group/list)</p>\n<ul>\n<li><p>Added request parameters: \"tmplTitle\", \"sortType\"</p>\n</li>\n<li><p>dded response parameter: \"lastReportDt\"</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Get Report List</strong> (/api/lgr/report/list)</p>\n</li>\n<li><p>Added response parameter: \"lastReportDt\"</p>\n</li>\n</ul>\n<h4 id=\"v152-update-2023-06-08\"><strong>V1.5.2 Update (2023-06-08)</strong></h4>\n<ul>\n<li><p><strong>Get Sales Raw Data List - Daily</strong> (/api/psi/sales/raw/data)</p>\n<ul>\n<li>Added request parameter: \"collectData\"</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v153-update-2023-06-28\"><strong>V1.5.3 Update (2023-06-28)</strong></h4>\n<ul>\n<li><p><strong>[v2] Get Attendance Report - Daily</strong></p>\n<ul>\n<li>Added response parameter: \"schTmplInfo\"</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v160-update-2023-09-01\"><strong>V1.6.0 Update (2023-09-01)</strong></h4>\n<p><strong>*Group API (New)</strong></p>\n<ul>\n<li><p><strong>Get Group List</strong> (/api/group/list)</p>\n</li>\n<li><p><strong>Get Group Hierarchy</strong> (/api/group/hierarchy)</p>\n</li>\n</ul>\n<p><strong>*Schedule API (New)</strong></p>\n<ul>\n<li><p><strong>Get Schedule Code List (Dayoff/Leave)</strong> (/api/schedule/code/list)</p>\n</li>\n<li><p><strong>Get Group Templates</strong> (/api/schedule/group/:groupId/template)</p>\n</li>\n<li><p><strong>Get Group User’s Schedule</strong> (/api/schedule/group/:groupId)</p>\n</li>\n<li><p><strong>Get User Schedule</strong> (/api/schedule/user/:empId)</p>\n</li>\n<li><p><strong>Set User Schedule (Template)</strong> (POST /api/schedule/user/:empId/template)</p>\n</li>\n<li><p><strong>Set User Schedule</strong> (POST /api/schedule/user/:empId)</p>\n</li>\n</ul>\n<h4 id=\"v161-update-2024-07-15\"><strong>V1.6.1 Update (2024-07-15)</strong></h4>\n<ul>\n<li><strong>Get User List (including Resigned Users)</strong> (GET /api/user/list/v2)</li>\n</ul>\n<h4 id=\"v162-update-2024-08-27\"><strong>V1.6.2 Update (2024-08-27)</strong></h4>\n<p><strong>*Journey Plan API (New)</strong></p>\n<ul>\n<li><strong>[v2] Get All User JP Schedule List - Daily</strong> (GET /api/jp/v2/daily/schedule/list)</li>\n</ul>\n<p><strong>*Schedule / Attendance Record Change History API (New)</strong></p>\n<ul>\n<li><p><strong>Get User Schedule Change History</strong> (GET /api/schedule/change/history/:empId)</p>\n</li>\n<li><p><strong>Get User’s Schedule Change History - Daily</strong> (GET /api/schedule/change/history)</p>\n</li>\n</ul>\n<p><strong>*Board (Field Report - FR)</strong></p>\n<ul>\n<li><p><strong>Get Field Report Contents List - Daily</strong></p>\n<ul>\n<li><p>Added response parameters:</p>\n<ul>\n<li><p>\"frgId\": Posting Board ID</p>\n</li>\n<li><p>\"frgName\": Posting Board Name</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v170-update-2024-11-25\"><strong>V1.7.0 Update (2024-11-25)</strong></h4>\n<p><strong>*Leave API (New)</strong></p>\n<ul>\n<li><p><strong>Get Leave Type List</strong> (/api/leave/type/list)</p>\n</li>\n<li><p><strong>Get Leave Grant List</strong> (/api/leave/grant/list)</p>\n</li>\n<li><p><strong>Get User Leave Grant</strong> (/api/leave/grant/{empId})</p>\n</li>\n<li><p><strong>Get Leave Usage List</strong> (/api/leave/usage/list)</p>\n</li>\n<li><p><strong>Get User Leave Usage</strong> (/api/leave/usage/{empId})</p>\n</li>\n</ul>\n<h4 id=\"v180-update-2024-12-23\"><strong>V1.8.0 Update (2024-12-23)</strong></h4>\n<p><strong>*To-Do API (New)</strong></p>\n<ul>\n<li><p><strong>Get To-Do Work List</strong> (/api/td/work/list)</p>\n</li>\n<li><p><strong>Get To-Do Work Task List</strong> (/api/td/work/task/list)</p>\n</li>\n</ul>\n<h4 id=\"v181-update-2025-01-07\"><strong>V1.8.1 Update (2025-01-07)</strong></h4>\n<p><strong>*Group Object Update</strong> (\"modifiedAt\" added to response parameters)</p>\n<ul>\n<li><p><strong>Get Group List</strong> (/api/group/list)</p>\n</li>\n<li><p><strong>Get Group Hierarchy</strong> (/api/group/hierarchy)</p>\n</li>\n<li><p><strong>Get Group User’s Schedule</strong> (/api/schedule/group/:groupId/template)</p>\n</li>\n<li><p><strong>Get Group Templates</strong> (/api/schedule/group/:groupId)</p>\n</li>\n</ul>\n<h4 id=\"v182-update-2025-03-06\"><strong>V1.8.2 Update (2025-03-06)</strong></h4>\n<p><strong>*Journey Plan API Update</strong></p>\n<ul>\n<li><p><strong>[v2] Get All User JP Schedule List - Daily</strong></p>\n<ul>\n<li><p>Added request parameter: \"targetType\" (optional, default: SCHEDULE_ONLY)</p>\n<ul>\n<li><p><strong>SCHEDULE_ONLY</strong> (Default): Employees with a JP schedule</p>\n</li>\n<li><p><strong>SCHEDULE_OR_VISIT_RECORD</strong>: Employees with either a JP schedule or JP visit records</p>\n</li>\n<li><p><strong>TARGET_ONLY</strong>: Only employees who are JP targets</p>\n</li>\n<li><p><strong>ANY</strong>: Employees who satisfy at least one of the above conditions</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>*To-Do API Update</strong></p>\n<ul>\n<li><p><strong>Get To-Do Work Info (New)</strong> (/api/td/work/info)</p>\n</li>\n<li><p><strong>Get To-Do Work Task Results</strong></p>\n<ul>\n<li><p>Added request parameter: \"lastCheckDt\" (optional)</p>\n<ul>\n<li><p>Used to retrieve reports that were submitted after the last time the same API was called</p>\n</li>\n<li><p>Format: YYYY-MM-DD\"T\"HH:mm:ss</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>*Newly Added Fields:</strong></p>\n<ul>\n<li><p><strong>Work Info Object</strong> → \"lastReportUpdateDt\" added</p>\n</li>\n<li><p><strong>Task Object</strong> → \"reportUpdateDt\" added</p>\n</li>\n</ul>\n<h4 id=\"v183-update2025-03-17\">V1.8.3 Update(2025-03-17)</h4>\n<h5 id=\"attendance-raw-data-apinew\">*Attendance Raw Data API(New)</h5>\n<ul>\n<li>[v3] Get Attendance Raw Data - Daily(/api/att/v3/rawdata)</li>\n</ul>\n<h4 id=\"v184-update2025-03-27\">V1.8.4 Update(2025-03-27)</h4>\n<ul>\n<li><p><strong>Get To-Do Work Task Results</strong></p>\n<ul>\n<li>The <code>retaskRequests</code> field, containing information on retask requests for completed reports, has been added to the Task Object.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v190-update2025-04-17\">V1.9.0 Update(2025-04-17)</h4>\n<h5 id=\"noticesurvey-apinew\">*Notice/Survey API(New)</h5>\n<ul>\n<li><p><strong>Get Notice/Survey List(/api/c2e/list)</strong></p>\n</li>\n<li><p><strong>Get Notice/Survey Info(/api/c2e/info/:id)</strong></p>\n</li>\n</ul>\n<h4 id=\"v191-update2025-09-09\">V1.9.1 Update(2025-09-09)</h4>\n<p>*Price/Sales/Inventory(PSI) &amp; Display &gt; Collect Unavailable List</p>\n<ul>\n<li><p>Get Sales No Sold List - Daily(/api/psi/sales/sold/none)</p>\n</li>\n<li><p>Get Price Collect Unavailable List - Daily(/api/psi/price/collect/unavailable)</p>\n</li>\n<li><p>Get Inventory Collect Unavailable List - Daily(/api/psi/inventory/collect/unavailable)</p>\n</li>\n<li><p>Get Display Collect Unavailable List - Daily(/api/psi/display/collect/unavailable)</p>\n</li>\n</ul>\n<h4 id=\"v192-update2025-10-27\">V1.9.2 Update(2025-10-27)</h4>\n<p><strong>*To-Do API Update</strong></p>\n<ul>\n<li><strong>Get To-Do Work Task Result(Multiple Submissions) (New)</strong> (/api/td/work/task/list/all)</li>\n</ul>\n<h4 id=\"v193-update2025-11-20\">V1.9.3 Update(2025-11-20)</h4>\n<h5 id=\"attendance-raw-data-apinew-1\">*Attendance Raw Data API(New)</h5>\n<ul>\n<li>[v3] Get Attendance Raw Data by Date range - Daily(/api/att/v3/rawdata/range)</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3bcaa918-8978-4241-93e6-d9e58e5e04b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2bee91f1-ec8a-4b4e-9486-f476c9f1d4f5","type":"text/javascript","exec":[""]}}],"_postman_id":"6d2619a4-2a32-472f-9399-7fdf86372dcf"},{"name":"Authentication","item":[],"id":"5a46e412-df27-420f-aeae-114326e9309f","description":"<p>The SHOPL Web Service API authentication key parameter is required with all API requests, in addition to all the standard parameters.</p>\n<p>Activating the Web Service API requires the authentication key issuance.</p>\n<p>Please request for the issuance through email, <a href=\"mailto:support@shoplworks.com\">support@shoplworks.com</a> </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>authKey</code></td>\n<td>string</td>\n<td>authentication key(length:64)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-code\">Error Code</h2>\n<p>INVALID_AUTH_KEY : Invalid authentication key</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"41f35666-6ffd-4606-8600-991c43afdbc5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e60efd7-a3a9-4175-887d-03c3ef2a8cde","type":"text/javascript","exec":[""]}}],"_postman_id":"5a46e412-df27-420f-aeae-114326e9309f"},{"name":"Response Format(Json)","item":[],"id":"e7cc5b31-9119-4ed8-927f-6555afe162e8","description":"<h3 id=\"response-data-format\">Response Data Format</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"info\":{\"key\":\"value\"},  // Info Object Example\n        \"list\":[    // List Object Example\n                {\"key\":\"value\"}\n        ]\n    }\n}\n</code></pre>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"186b10c1-d31c-4d2d-a5bc-86de211fff2f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83bacbae-4049-4cd0-82ac-a9e7378ea694","type":"text/javascript","exec":[""]}}],"_postman_id":"e7cc5b31-9119-4ed8-927f-6555afe162e8"},{"name":"User(Employee) API","item":[{"name":"Get User List - V2(Include Resigned)","id":"ad0d7422-0953-411c-bbcb-f9782fe92299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/user/list/v2?includeResignedAfterDate=2023-01-01","description":"<p><em>All the Users' (Members') Information Are Provided (Include Resigned)</em></p>\n<p>Response Object : <strong>User Object</strong></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","user","list","v2"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>This parameter specifies whether to include employees who resigned after a certain date in the API response. The value should be a date string in the format \"YYYY-MM-DD\". When this parameter is set, the API will return data that includes employees who have resigned on or after the specified date.</p>\n","type":"text/plain"},"key":"includeResignedAfterDate","value":"2023-01-01"}],"variable":[]}},"response":[{"id":"9ef352ef-3376-437b-80f4-424a00e13fa1","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/user/list/v2?includeResignedAfterDate=2023-01-01","host":["https://api.shoplworks.com"],"path":["api","user","list","v2"],"query":[{"key":"includeResignedAfterDate","value":"2023-01-01","description":"This parameter specifies whether to include employees who resigned after a certain date in the API response. The value should be a date string in the format \"YYYY-MM-DD\". When this parameter is set, the API will return data that includes employees who have resigned on or after the specified date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 01:22:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"userId\": \"1AD035C5D3C41420\",\n                \"userName\": \"a*************a\",\n                \"userRegImg\": \"/img/face/Default.png\",\n                \"empId\": \"AHN1234567890\",\n                \"phone\": \"0*********2\",\n                \"workplaceId\": \"AC3BF215F79B89EF\",\n                \"workplaceName\": \"StartUp Campus\",\n                \"groupId\": \"44354123434222\",\n                \"groupName\": \"SHOPL\",\n                \"isResign\": \"1\",\n                \"resignDt\": \"2024-03-18\",\n                \"isLeader\": \"0\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            },\n            {\n                \"userId\": \"9D7C23B799372EB6\",\n                \"userName\": \"Active User\",\n                \"empId\": \"1234567890\",\n                \"phone\": \"010200305222\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceCode\": \"HQ0000001\",\n                \"groupId\": \"4571D0045C70FF72\",\n                \"groupName\": \"test5-02\",\n                \"positionId\": \"A882634C4A7542E4\",\n                \"positionName\": \"Supervisor\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"0\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ad0d7422-0953-411c-bbcb-f9782fe92299"},{"name":"Get User List (Active Users)","id":"f6d03aff-6e45-415d-a277-c1cf6ddcf690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/user/list","description":"<p><em>All the Users' (Members') Information Are Provided (Excluding Those Who Resigned)</em></p>\n<p>Response Object : <strong>User Object</strong></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","user","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"635c8e47-2186-42fb-af3c-62cc39fe6764","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/user/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 00:21:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"Jay\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F********/4DD2F3**********.jpg\",\n                \"empId\": \"A05*******\",\n                \"phone\": \"010********\",\n                \"workplaceId\": \"PLANE****\",\n                \"workplaceName\": \"SHOPL&C******\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Deve*****\",\n                \"positionId\": \"27B28DA*******\",\n                \"positionName\": \"Manager\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE076*****6\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f6d03aff-6e45-415d-a277-c1cf6ddcf690"}],"id":"acf58ec7-8819-481c-b1d2-82859e684629","description":"<ul>\n<li>List of Users (Members) Provided (Excluding Those Who Resigned)</li>\n</ul>\n<h3 id=\"user-object\">User Object</h3>\n<p><a href=\"null\"></a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userId</code></td>\n<td>string</td>\n<td>User Id</td>\n</tr>\n<tr>\n<td><code>userName</code></td>\n<td>string</td>\n<td>User Name</td>\n</tr>\n<tr>\n<td><code>userRegImg</code></td>\n<td>string</td>\n<td>User Face Image</td>\n</tr>\n<tr>\n<td><code>empId</code></td>\n<td>string</td>\n<td>Employee Number</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td><code>workplaceId</code></td>\n<td>string</td>\n<td>Default Workplace Id - Workplace Object</td>\n</tr>\n<tr>\n<td><code>workplaceName</code></td>\n<td>string</td>\n<td>Default Workplace Name - Workplace Object</td>\n</tr>\n<tr>\n<td><code>workplaceCode</code></td>\n<td>string</td>\n<td>Default Workplace Code- Workplace Object</td>\n</tr>\n<tr>\n<td><code>groupId</code></td>\n<td>string</td>\n<td>Group Id</td>\n</tr>\n<tr>\n<td><code>groupName</code></td>\n<td>string</td>\n<td>Group Name</td>\n</tr>\n<tr>\n<td><code>positionId</code></td>\n<td>string</td>\n<td>Position Id</td>\n</tr>\n<tr>\n<td><code>positionName</code></td>\n<td>string</td>\n<td>Position Name</td>\n</tr>\n<tr>\n<td><code>userGradeId</code></td>\n<td>string</td>\n<td>User Grade Id</td>\n</tr>\n<tr>\n<td><code>userGradeName</code></td>\n<td>string</td>\n<td>User Grade Name</td>\n</tr>\n<tr>\n<td><code>isLeader</code></td>\n<td>string</td>\n<td>Leader authority</td>\n</tr>\n<tr>\n<td>isResign</td>\n<td>string</td>\n<td>Resignation Status</td>\n</tr>\n<tr>\n<td>hireDt</td>\n<td>string</td>\n<td>Hire Date</td>\n</tr>\n<tr>\n<td><code>resignDt</code></td>\n<td>string</td>\n<td>Last Working Day</td>\n</tr>\n<tr>\n<td>createDt</td>\n<td>string</td>\n<td>Registration Date</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"210c73b7-d911-4ca5-9874-3c4614d5f222","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"338e75dd-0e86-4020-bdee-82382a2b4dea","type":"text/javascript","exec":[""]}}],"_postman_id":"acf58ec7-8819-481c-b1d2-82859e684629","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Group API","item":[{"name":"Get Group List","id":"4a3188c7-8e7e-496e-8c0e-50b8ceddbf92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/group/list","description":"<p><em>All the Group Information Are Provided</em></p>\n<p>Response Object : <strong>Group Object</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","group","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"0a1b3132-0326-49f1-a81d-efe9303f6151","name":"Response","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/group/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Aug 2023 06:04:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"list\": [\n            {\n                \"groupId\": \"874642C246119362\",\n                \"groupName\": \"SHOPL AND COMPANY\",\n                \"groupDepth\": \"874642C246119362\",\n                \"groupFullName\": \"SHOPL AND COMPANY\",\n                \"modifiedAt\": \"2024-04-09 07:51:43\"\n            },\n            {\n                \"groupId\": \"BD06092D310392C5\",\n                \"groupName\": \"Dev\",\n                \"groupDepth\": \"874642C246119362/BD06092D310392C5\",\n                \"groupFullName\": \"SHOPL AND COMPANY/Dev\",\n                \"modifiedAt\": \"2024-04-09 07:51:43\"\n            },\n            {\n                \"groupId\": \"F0B396D7BF4C52AD\",\n                \"groupName\": \"Android\",\n                \"groupDepth\": \"874642C246119362/E345B79D18D4055A/F0B396D7BF4C52AD\",\n                \"groupFullName\": \"SHOPL AND COMPANY/Dev/Android\",\n                \"modifiedAt\": \"2024-04-09 07:51:43\"\n            },\n            {\n                \"groupId\": \"1441C5DAF8268593\",\n                \"groupName\": \"iOS\",\n                \"groupDepth\": \"874642C246119362/E345B79D18D4055A/1441C5DAF8268593\",\n                \"groupFullName\": \"SHOPL AND COMPANY/Dev/iOS\",\n                \"modifiedAt\": \"2024-04-09 07:51:43\"\n            },\n            {\n                \"groupId\": \"72FA9AE8CF008645\",\n                \"groupName\": \"Web\",\n                \"groupDepth\": \"874642C246119362/E345B79D18D4055A/72FA9AE8CF008645\",\n                \"groupFullName\": \"SHOPL AND COMPANY/Dev/Web\",\n                \"modifiedAt\": \"2024-04-09 07:51:43\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4a3188c7-8e7e-496e-8c0e-50b8ceddbf92"},{"name":"Get Group Hierarchy","id":"2a6db11b-e6f2-4b16-ad6a-df5a6bbdd3fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/group/hierarchy","description":"<p>Hierarchy from top-level group to sub-group</p>\n<p>Response Object : <strong>Hierarchy from Group Object</strong></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","group","hierarchy"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"a947bce4-b7d9-47db-aae3-3ed7f519e1b6","name":"Get Group Hierarchy","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/group/hierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"490"},{"key":"Date","value":"Thu, 31 Aug 2023 04:53:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"groupInfo\": {\n            \"groupId\": \"CE7C311F91B99918\",\n            \"groupName\": \"External Api Company\",\n            \"groupDepth\": \"CE7C311F91B99918\",\n            \"groupFullName\": \"External Api Company\",\n            \"modifiedAt\": \"2024-10-20 06:24:31\"\n        },\n        \"subGroupList\": [\n            {\n                \"groupInfo\": {\n                    \"groupId\": \"E0BA170256543064\",\n                    \"groupName\": \"Dev\",\n                    \"groupDepth\": \"CE7C311F91B99918/E0BA170256543064\",\n                    \"groupFullName\": \"External Api Company/Dev\",\n                    \"modifiedAt\": \"2024-10-20 06:24:32\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"2a6db11b-e6f2-4b16-ad6a-df5a6bbdd3fb"}],"id":"c52b4bb3-c059-48e1-a1de-d3e3395f9c88","description":"<ul>\n<li>List of Groups Provided</li>\n</ul>\n<h3 id=\"group-object\">Group Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>groupId</code></td>\n<td>string</td>\n<td>Group Id</td>\n</tr>\n<tr>\n<td><code>groupName</code></td>\n<td>string</td>\n<td>Group Name</td>\n</tr>\n<tr>\n<td><code>groupDepth</code></td>\n<td>string</td>\n<td>Hierarchy from Top Group ID to Subgroup ID</td>\n</tr>\n<tr>\n<td><code>groupFullName</code></td>\n<td>string</td>\n<td>Hierarchy from Top Group Name to Subgroup Name</td>\n</tr>\n<tr>\n<td><code>modifiedAt</code></td>\n<td>string(Datetime, Format:yyyy-MM-dd HH:mm:ss )</td>\n<td>Time of Last Modification</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c52b4bb3-c059-48e1-a1de-d3e3395f9c88","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Workplace API","item":[{"name":"Get Workplace List","id":"54893776-2355-427f-a53d-5ef6467309f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/workplace/list","description":"<p><em>All workplaces information provided (Excluding Deleted Workplaces)</em></p>\n<p>Response Object : <strong>Workplace Object</strong></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","workplace","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"cc543de6-7ea8-40b9-ab7d-836b04e79723","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/workplace/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"SESSION=24882e72-a4f3-4b54-9933-3a361e18be7c; Path=/; HttpOnly"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:23:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceAddr\": \"경기 성남시 분당구 대왕판교로645번길 128층 R19\",\n                \"workplaceLat\": \"37.400561\",\n                \"workplaceLng\": \"127.104422\",\n                \"retailerId\": \"2104DE4F051C780E\",\n                \"retailerName\": \"SHOPL&COMPANY\",\n                \"retailerLogo\": \"/files/fm/C_AWS_PLANETORY/retailer/2104DE4F051C780E/2104DE4F051C780E_20190911013649055.jpg\",\n                \"regionId\": \"5F85D1DE2816A4E7\",\n                \"regionName\": \"경기도\",\n                \"stateId\": \"5C384777773F4AC1\",\n                \"stateName\": \"경기도\",\n                \"cityId\": \"F7DF2505326C3A6C\",\n                \"cityName\": \"성남시\"\n            }\n        ]\n    }\n}"}],"_postman_id":"54893776-2355-427f-a53d-5ef6467309f2"}],"id":"45250fdc-165c-4512-a328-b355e55ad2aa","description":"<p>API List About the Workplace</p>\n<h3 id=\"workplace-object\">Workplace Object</h3>\n<p><a></a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workplaceId</code></td>\n<td>string</td>\n<td>Workplace Id</td>\n</tr>\n<tr>\n<td><code>workplaceName</code></td>\n<td>string</td>\n<td>Workplace Name</td>\n</tr>\n<tr>\n<td><code>workplaceCode</code></td>\n<td>string</td>\n<td>Workplace Code</td>\n</tr>\n<tr>\n<td><code>workplaceAddr</code></td>\n<td>string</td>\n<td>Workplace Address</td>\n</tr>\n<tr>\n<td><code>workplaceAddrDetail</code></td>\n<td>string</td>\n<td>Additional Info for Workplace Address</td>\n</tr>\n<tr>\n<td><code>workplaceLat</code></td>\n<td>string<br />(double)</td>\n<td>Location - Latitude</td>\n</tr>\n<tr>\n<td><code>workplaceLng</code></td>\n<td>string<br />(double)</td>\n<td>Location - Longitude</td>\n</tr>\n<tr>\n<td><code>retailerId</code></td>\n<td>string</td>\n<td>Retailer Id</td>\n</tr>\n<tr>\n<td><code>retailerName</code></td>\n<td>string</td>\n<td>Retailer Name</td>\n</tr>\n<tr>\n<td><code>regionId</code></td>\n<td>string</td>\n<td>District Id</td>\n</tr>\n<tr>\n<td><code>regionName</code></td>\n<td>string</td>\n<td>District Name</td>\n</tr>\n<tr>\n<td><code>stateId</code></td>\n<td>string</td>\n<td>State/Province Id</td>\n</tr>\n<tr>\n<td><code>stateName</code></td>\n<td>string</td>\n<td>State/Province Name</td>\n</tr>\n<tr>\n<td><code>cityId</code></td>\n<td>string</td>\n<td>City Id</td>\n</tr>\n<tr>\n<td><code>cityName</code></td>\n<td>string</td>\n<td>City Name</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"ad7aca85-32df-4342-a1b4-8e7933e3d29c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4fc36f34-1a8d-4488-b0ed-6177a4128e57","type":"text/javascript","exec":[""]}}],"_postman_id":"45250fdc-165c-4512-a328-b355e55ad2aa","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Journey Plan API(JP)","item":[{"name":"Get Jp Taget User List","id":"cec2ab89-1aab-4c2b-9149-18df23365a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/jp/target/user/list","description":"<p><em>List of Employees With the Visit Plan</em></p>\n<ul>\n<li><p>Check Point </p>\n<p>  Dashboard &gt; Journey Plan &gt; Settings &gt; Selected employees List</p>\n</li>\n</ul>\n<p>Response Object : <strong>User Object</strong></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","target","user","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"b1193dab-eaed-44ec-9137-02a53db336cf","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/jp/target/user/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:24:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"userId\": \"F29CFF89BB1845E8\",\n                \"userName\": \"bb\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/EDC36C9D69C94475/EDC36C9D69C94475_20200128031126755.jpg\",\n                \"phone\": \"01084894029\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"AWS_PLANETORY\",\n                \"groupName\": \"SHOPL & COMPANY\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"484FE0F571C07B79\",\n                \"userGradeName\": \"Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_5.png\"\n            },\n            {\n                \"userId\": \"A480F894E77EEDF7\",\n                \"userName\": \"jack_2\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/13F2A1AD80F9F81B/13F2A1AD80F9F81B_20200526080424186.jpg\",\n                \"phone\": \"01097458446\",\n                \"groupId\": \"AWS_PLANETORY\",\n                \"groupName\": \"SHOPL & COMPANY\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"CA3E6969A9F5C5E2\",\n                \"userName\": \"Jun\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/D21CE999AA568CCE/D21CE999AA568CCE_20171030004145658.jpg\",\n                \"phone\": \"01025647957\",\n                \"groupId\": \"AWS_PLANETORY\",\n                \"groupName\": \"SHOPL & COMPANY\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"288F883A263968F4\",\n                \"userName\": \"Elin\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/1DEC6DB2CA14FEF3/1DEC6DB2CA14FEF3_20200316001837660.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01083952040\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"D633659CD60DAFDF\",\n                \"groupName\": \"1. Management\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"830F570F0521E98D\",\n                \"userName\": \"Jin\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4FA1FF63A983F1FD/4FA1FF63A983F1FD_20191202041539896.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01054010531\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"C25388C64A9B25C1\",\n                \"groupName\": \"2. Plan & Design\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            },\n            {\n                \"userId\": \"F1739A13070DCC75\",\n                \"userName\": \"Ray\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/CA00B2BBB4AC6FFD/CA00B2BBB4AC6FFD_20180706020458154.jpg\",\n                \"empId\": \"A0000000001\",\n                \"phone\": \"01041672015\",\n                \"workplaceId\": \"AC3BF215F79B89EF\",\n                \"workplaceName\": \"Startup Campus\",\n                \"groupId\": \"C25388C64A9B25C1\",\n                \"groupName\": \"2. Plan & Design\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"DA213619A62C3A55\",\n                \"userGradeName\": \"Challenger\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n            },\n            {\n                \"userId\": \"F7FF48F98C6FAA0F\",\n                \"userName\": \"Chester\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/AACA56A59492A5CD/AACA56A59492A5CD_20190212064648168.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01089540562\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"8F696CD783A49B7E\",\n                \"userName\": \"Jack\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/378B43026AC1E686/378B43026AC1E686_20191001044529172.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01097458445\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"Jay\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"01029789562\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"27B28DAC6DB3246A\",\n                \"positionName\": \"Manager\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            },\n            {\n                \"userId\": \"849EE0518116B2F2\",\n                \"userName\": \"Victoria\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/9F293E19E7FB39E8/9F293E19E7FB39E8_20200326091509379.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01032306042\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"DEEED8BA6AD9B2A2\",\n                \"positionName\": \"Developer\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"5C2A2D5B46B54560\",\n                \"userGradeName\": \"Diamond\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_2.png\"\n            },\n            {\n                \"userId\": \"8530A7F143F32AC4\",\n                \"userName\": \"Willy\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/131B204445EA194B/131B204445EA194B_20181127051256052.jpg\",\n                \"phone\": \"01099298318\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"1087D1B2C07B9147\",\n                \"userName\": \"willy_grand\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/7F5A07EB9DDCB439/7F5A07EB9DDCB439_20190610050612337.jpg\",\n                \"empId\": \"A0102212\",\n                \"phone\": \"01099190415\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"DEEED8BA6AD9B2A2\",\n                \"positionName\": \"Developer\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"PLANETORY_ADMIN\",\n                \"userName\": \"CPS\",\n                \"userRegImg\": \"/files/user/default/cps.png\",\n                \"empId\": \"\",\n                \"phone\": \"99999999999\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"A4739B74C5E34EB6\",\n                \"userName\": \"Daren Kang\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/9A48DA00BD35ADB7/9A48DA00BD35ADB7_20191122085628888.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"903036187\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"C2CAB17273547B23\",\n                \"userName\": \"Isabel\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/1AE8B5F920379880/1AE8B5F920379880_20190516071659391.jpg\",\n                \"empId\": \"AHN123456789\",\n                \"phone\": \"01046242269\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"234116FA72F06C0D\",\n                \"userName\": \"Jay_iOS\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/28DAF01A7A0E0C0E/28DAF01A7A0E0C0E_20191104003300662.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"010297895620\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"939C212E691DC3E3\",\n                \"userGradeName\": \"Iron\"\n            },\n            {\n                \"userId\": \"754EE096E1CDCF0E\",\n                \"userName\": \"jin_Android\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/641DFB3D3F97CEB4/641DFB3D3F97CEB4_20191203065540447.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01054010541\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"4F54BF9616E9C30F\",\n                \"userName\": \"Ray (리더)\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4944B5111A63D8D1/4944B5111A63D8D1_20200107010010704.jpg\",\n                \"empId\": \"A000000000999\",\n                \"phone\": \"01041672016\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"676A5BCAD0CD1EE9\",\n                \"userName\": \"Test01\",\n                \"empId\": \"A00001\",\n                \"phone\": \"7878787878\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            {\n                \"userId\": \"8D6CFBFC1560C241\",\n                \"userName\": \"Victoria_Android\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/8C03A78D6966617D/8C03A78D6966617D_20190711081527338.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01032306043\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            },\n            {\n                \"userId\": \"3716C8FBD297407E\",\n                \"userName\": \"victoria_그룹_test계정\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/E22D453D14D75B4A/E22D453D14D75B4A_20191028102210369.jpg\",\n                \"empId\": \"\",\n                \"phone\": \"01032306046\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"3FFBA6BA0BBAF300\",\n                \"userGradeName\": \"Grand Master\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_1.png\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cec2ab89-1aab-4c2b-9149-18df23365a17"},{"name":"Set User Jp Schedule - Daily, One Waypoint","id":"eae90b7a-3667-4c10-a37f-ed994e638576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.shoplworks.com/api/jp/user/schedule?empId=A0500902&workplaceCode=SC_KR001&schDate=2020-05-21&startTime=09:00&endTime=18:00&memo=Please visit us.","description":"<p><em>Add Daily Visiting Workplace to Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled \nINVALID_USER : Invalid user information \nINVALID_WORKPLACE : Invalid workplace information  \nINCORRECT_DATE_FORMAT : Incorrect date format \nINCORRECT_TIME_FORMAT : Incorrect time format \nJP_INVALID_TARGET_USER : JP non-assigned employee \nJP_SCHEDULE_TIME_OVERLAP : JP schedule time duplicate \nJP_WORKPLACE_OVERLAP : JP workplace duplicate \n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","user","schedule"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"},{"description":{"content":"<p>Workplace Code</p>\n","type":"text/plain"},"key":"workplaceCode","value":"SC_KR001"},{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2020-05-21"},{"description":{"content":"<p>┌ (optional)  JP  Start Time  &gt; Format (HH:mm) 24h</p>\n","type":"text/plain"},"key":"startTime","value":"09:00"},{"description":{"content":"<p>└ (optional) JP End Time &gt;  Format (HH:mm) 24h</p>\n","type":"text/plain"},"key":"endTime","value":"18:00"},{"description":{"content":"<p>(optional) JP Memo (Max : 2000 characters)</p>\n","type":"text/plain"},"key":"memo","value":"Please visit us."}],"variable":[]}},"response":[{"id":"a27cd940-dbb8-4fbd-a973-7103706b97d8","name":"SUCCESS","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/user/schedule?empId=A0500902&workplaceCode=SC_KR001&schDate=2020-05-21&startTime=09:00&endTime=18:00","host":["https://api.shoplworks.com"],"path":["api","jp","user","schedule"],"query":[{"key":"empId","value":"A0500902","description":"EmployeeId"},{"key":"workplaceCode","value":"SC_KR001","description":"Workplace Code"},{"key":"schDate","value":"2020-05-21","description":"JP Schedule Date > Formant (yyyy-MM-dd) - ISO 8601"},{"key":"startTime","value":"09:00","description":"┌ (optional)  JP  Start Time  > Format (HH:mm) 24h"},{"key":"endTime","value":"18:00","description":"└ (optional) JP End Time >  Format (HH:mm) 24h"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:29:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {}\n}"}],"_postman_id":"eae90b7a-3667-4c10-a37f-ed994e638576"},{"name":"Remove User Jp Schedule - Daily, One Waypoint","id":"eec10d9a-4534-4a0b-b930-8f655fe1d3ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.shoplworks.com/api/jp/user/schedule?empId=A0500902&workplaceCode=SC_KR001&schDate=2020-05-21","description":"<p><em>Delete Daily Workplace From Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled \nINVALID_USER : Invalid user information \nINVALID_WORKPLACE : Invalid workplace information \nINCORRECT_DATE_FORMAT : Incorrect date format \n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","user","schedule"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"},{"description":{"content":"<p>Workplace Code</p>\n","type":"text/plain"},"key":"workplaceCode","value":"SC_KR001"},{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2020-05-21"}],"variable":[]}},"response":[{"id":"376e28d0-abf1-445f-ab99-9f7659ceb9eb","name":"SUCCESS","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/user/schedule?empId=A0500902&workplaceCode=SC_KR001&schDate=2020-05-21","host":["https://api.shoplworks.com"],"path":["api","jp","user","schedule"],"query":[{"key":"empId","value":"A0500902","description":"EmployeeId"},{"key":"workplaceCode","value":"SC_KR001","description":"Workplace Code"},{"key":"schDate","value":"2020-05-21","description":"JP Schedule Date > Formant (yyyy-MM-dd) - ISO 8601"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:30:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\"header\":{\"statusCode\":\"SUCCESS\"},\"body\":{}}\r\n"}],"_postman_id":"eec10d9a-4534-4a0b-b930-8f655fe1d3ae"},{"name":"Get User Jp Schedule List - Daily","id":"b7d1e0aa-e0d1-42ac-8ce9-e62fbe016261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/jp/user/schedule/list?empId=A0500902&schDate=2024-06-04","description":"<p><em>Providing the List of Daily Visit Plan Schedule for Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled\nINVALID_USER : Invalid user (member) \nINCORRECT_DATE_FORMAT : Incorrect date format\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n    \"info\": {\n      \"userInfo\": {    /* __User Object__ */\n        \"userId\": \"91C44E3B2FE97D20\",\n        \"userName\": \"Jay\",\n        \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n        \"empId\": \"A0500902\",\n        \"phone\": \"01029789562\",\n        \"workplaceId\": \"PLANETORY_WI\",\n        \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n        \"workplaceCode\": \"SC_KR001\",\n        \"groupId\": \"70F456E0B1A0C2EB\",\n        \"groupName\": \"3. Developers\",\n        \"positionId\": \"27B28DAC6DB3246A\",\n        \"positionName\": \"Manager\",\n        \"isResign\": \"0\",\n        \"isLeader\": \"1\",\n        \"userGradeId\": \"EF362DE07699B286\",\n        \"userGradeName\": \"Silver\",\n        \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n      },\n      \"schList\": [      /*__JP Scehdule &amp; Visit Status Object__*/\n        {\n          \"schDate\": \"2020-05-21\",\n          \"isSch\": \"1\",\n          \"startTime\": \"09:00\",\n          \"endTime\": \"18:00\",\n          \"memo\": \"Please visit us.\",\n          \"workplaceId\": \"PLANETORY_WI\",\n          \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n          \"workplaceCode\": \"SC_KR001\",\n          \"workplaceAddr\": \"경기 성남시 분당구 대왕판교로645번길 128층 R19\",\n          \"workplaceLat\": \"37.400561\",\n          \"workplaceLng\": \"127.104422\",\n          \"visitState\": \"2\"\n        }\n      ],\n      \"summray\": {      /* __JP Visit Summary__ */\n        \"visitRate\": \"0.0\", \n        \"totalSchCnt\": 1,\n        \"scheduled\": \"0\",\n        \"visited\": \"0\",\n        \"unvisited\": \"1\",\n        \"unscheduled\": \"0\"\n      }\n    }\n  }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","user","schedule","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"},{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2024-06-04"}],"variable":[]}},"response":[{"id":"a3049108-1cf8-4bc4-96ad-fe432e3d6476","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/user/schedule/list?empId=A0500902&schDate=2020-05-21","host":["https://api.shoplworks.com"],"path":["api","jp","user","schedule","list"],"query":[{"key":"empId","value":"A0500902","description":"EmployeeId"},{"key":"schDate","value":"2020-05-21","description":"JP Schedule Date > Formant (yyyy-MM-dd) - ISO 8601"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:30:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"info\": {\n            \"userInfo\": {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"Jay\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"01029789562\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                \"workplaceCode\": \"SC_KR001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"27B28DAC6DB3246A\",\n                \"positionName\": \"Manager\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            },\n            \"schList\": [\n                {\n                    \"schDate\": \"2020-05-21\",\n                    \"isSch\": \"1\",\n                    \"startTime\": \"09:00\",\n                    \"endTime\": \"18:00\",\n                    \"memo\": \"Please visit us.\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL&COMPANY HQ\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceAddr\": \"경기 성남시 분당구 대왕판교로645번길 128층 R19\",\n                    \"workplaceLat\": \"37.400561\",\n                    \"workplaceLng\": \"127.104422\",\n                    \"visitState\": \"2\"\n                }\n            ],\n            \"summray\": {\n                \"visitRate\": \"0.0\",\n                \"totalSchCnt\": 1,\n                \"scheduled\": \"0\",\n                \"visited\": \"0\",\n                \"unvisited\": \"1\",\n                \"unscheduled\": \"0\"\n            }\n        }\n    }\n}"}],"_postman_id":"b7d1e0aa-e0d1-42ac-8ce9-e62fbe016261"},{"name":"Set User Jp Schedule List - Daily, Renew All Waypoint","id":"6a9378f2-0f22-44f7-8a9f-ee43aae93f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"empId\": \"A0500902\",\r\n\t\"schDate\": \"2020-05-21\",\r\n\t\"schList\": [{\r\n\t\t\t\"workplaceCode\": \"SC_KR001\",\r\n\t\t\t\"startTime\": \"09:00\",\r\n\t\t\t\"endTime\": \"12:00\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"workplaceCode\": \"44444\",\r\n\t\t\t\"startTime\": \"12:00\",\r\n\t\t\t\"endTime\": \"18:00\",\r\n            \"memo\": \"Please visit us.\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"workplaceCode\": \"A00002\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shoplworks.com/api/jp/user/schedule/list","description":"<p><em>Re-registering All After Deleting All the Daily Visit Workplaces for Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled \nINVALID_USER : Invalid user information \nINVALID_WORKPLACE : Invalid workplace information \nINCORRECT_DATE_FORMAT : Incorrect date format \nINCORRECT_TIME_FORMAT : Incorrect time format \nJP_INVALID_TARGET_USER : JP non-assigned employee  \nJP_SCHEDULE_TIME_OVERLAP : JP schedule time duplicate  \nJP_WORKPLACE_OVERLAP : JP workplace duplicate \n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","user","schedule","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"73092de3-d255-4b24-8521-3acebddd9a7e","name":"SUCCESS","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"empId\": \"A0500902\",\r\n\t\"schDate\": \"2020-05-21\",\r\n\t\"schList\": [{\r\n\t\t\t\"workplaceCode\": \"SC_KR001\",\r\n\t\t\t\"startTime\": \"09:00\",\r\n\t\t\t\"endTime\": \"12:00\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"workplaceCode\": \"44444\",\r\n\t\t\t\"startTime\": \"12:00\",\r\n\t\t\t\"endTime\": \"18:00\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"workplaceCode\": \"A00002\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shoplworks.com/api/jp/user/schedule/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:31:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {}\n}"}],"_postman_id":"6a9378f2-0f22-44f7-8a9f-ee43aae93f96"},{"name":"Clear User Jp Schedule List - Daily, All Waypoint","id":"8cf4cc3e-0eab-48df-90e5-a1bf451783ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.shoplworks.com/api/jp/user/schedule/list?empId=A0500902&schDate=2020-05-21","description":"<p><em>Delete All Daily Visit Plan From Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan disabled \nINVALID_USER : Invalid user information \nINCORRECT_DATE_FORMAT : Invalid date format \n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","user","schedule","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"},{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2020-05-21"}],"variable":[]}},"response":[{"id":"abe0e4da-ecf3-49de-97dd-e49ae71bdc9a","name":"SUCCESS","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/user/schedule/list?empId=A0500902&schDate=2020-05-21","host":["https://api.shoplworks.com"],"path":["api","jp","user","schedule","list"],"query":[{"key":"empId","value":"A0500902","description":"EmployeeId"},{"key":"schDate","value":"2020-05-21"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:29:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {}\n}"}],"_postman_id":"8cf4cc3e-0eab-48df-90e5-a1bf451783ba"},{"name":"[v2]Get User Jp Schedule List - Daily","id":"e377f759-a6fb-4342-b54e-416054b912e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/jp/v2/user/schedule/list?empId=A0500902&schDate=2024-06-04","description":"<p><em>Providing the List of Daily Visit Plan Schedule for Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled\nINVALID_USER : Invalid user (member) \nINCORRECT_DATE_FORMAT : Incorrect date format\n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        /* __User Object__ */\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"82109999999\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceName\": \"SHOPL HQ\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"3. Developers\",\n            \"positionId\": \"27B28DAC6DB3246A\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\",\n            \"userGradeId\": \"EF362DE07699B286\",\n            \"userGradeName\": \"Silver\",\n            \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n        },\n        /*__JP Scehdule &amp; Visit Status Object__*/\n        \"schList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"10:00\",\n                \"endTime\": \"11:00\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceAddr\": \"111 ,Dogok-ro, Gangnam-gu, Seoul\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"visitState\": \"1\",\n                \"visitDt\": \"2021-05-06 10:23:25|2021-05-06 13:33:59\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"12:00\",\n                \"endTime\": \"15:00\",\n                \"workplaceId\": \"9327D41529468BA9\",\n                \"workplaceName\": \"AK Plaza\",\n                \"workplaceAddr\": \"AK plaza ,Bundang-Gu,Seongnam-Si,Gyeonggi\",\n                \"workplaceLat\": \"37.385213\",\n                \"workplaceLng\": \"127.123680\",\n                \"visitState\": \"2\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"17:00\",\n                \"endTime\": \"18:00\",\n                \"workplaceId\": \"D90BEFA00E0704D8\",\n                \"workplaceName\": \"Startup Campus F8\",\n                \"workplaceCode\": \"Workplace 999\",\n                \"workplaceAddr\": \"Startup Campus\",\n                \"workplaceLat\": \"37.401102\",\n                \"workplaceLng\": \"127.104901\",\n                \"visitState\": \"0\"\n            }\n        ],\n        /* __JP Visit Summary__ */\n        \"summary\": {\n            \"visitrate\": \"33.3\",\n            \"totalschcnt\": 3,\n            \"scheduled\": \"1\",\n            \"visited\": \"1\",\n            \"unvisited\": \"1\",\n            \"unscheduled\": \"0\"\n        },\n        /*__Attendance Object__*/\n        \"attList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"1\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"1\",\n                \"modifyMemo\": \"Create punch in!\",\n                \"modifyDt\": \"2021-05-06 09:37\",\n                \"modifyUserInfo\": {\n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL HQ\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workingTime\": 83\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"1\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"awayTime\": 60\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"1\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"awayEndTime\": \"2021-05-06 11:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"workingTime\": 130\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 37\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"awayEndTime\": \"2021-05-06 14:10\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\"\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","v2","user","schedule","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"},{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2024-06-04"}],"variable":[]}},"response":[{"id":"ec688280-6c76-416b-9a39-9b100dfe2274","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/v2/user/schedule/list?empId=A0500902&schDate=2021-05-06","host":["https://api.shoplworks.com"],"path":["api","jp","v2","user","schedule","list"],"query":[{"key":"empId","value":"A0500902","description":"EmployeeId"},{"key":"schDate","value":"2021-05-06","description":"JP Schedule Date > Formant (yyyy-MM-dd) - ISO 8601"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 08:11:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"01029789562\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceName\": \"SHOPL HQ\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"3. Developers\",\n            \"positionId\": \"27B28DAC6DB3246A\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\",\n            \"userGradeId\": \"EF362DE07699B286\",\n            \"userGradeName\": \"Silver\",\n            \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n        },\n        \"schList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"10:00\",\n                \"endTime\": \"11:00\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceAddr\": \"Seoul\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"visitState\": \"1\",\n                \"visitDt\": \"2021-05-06 10:23:25|2021-05-06 13:33:59\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"12:00\",\n                \"endTime\": \"15:00\",\n                \"workplaceId\": \"9327D41529468BA9\",\n                \"workplaceName\": \"AK Plaza\",\n                \"workplaceAddr\": \"AK Plaza\",\n                \"workplaceLat\": \"37.385213\",\n                \"workplaceLng\": \"127.123680\",\n                \"visitState\": \"2\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"17:00\",\n                \"endTime\": \"18:00\",\n                \"workplaceId\": \"D90BEFA00E0704D8\",\n                \"workplaceName\": \"Startup Campus F8\",\n                \"workplaceCode\": \"Workplace 999\",\n                \"workplaceAddr\": \"Startup Campus\",\n                \"workplaceLat\": \"37.401102\",\n                \"workplaceLng\": \"127.104901\",\n                \"visitState\": \"0\"\n            }\n        ],\n        \"summary\": {\n            \"visitrate\": \"33.3\",\n            \"totalschcnt\": 3,\n            \"scheduled\": \"1\",\n            \"visited\": \"1\",\n            \"unvisited\": \"1\",\n            \"unscheduled\": \"0\"\n        },\n        \"attList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"1\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"1\",\n                \"modifyMemo\": \"Create punch in!\",\n                \"modifyDt\": \"2021-05-06 09:37\",\n                \"modifyUserInfo\": {\n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL HQ\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workingTime\": 83\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 60\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"awayEndTime\": \"2021-05-06 11:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"workingTime\": 130\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 37\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"awayEndTime\": \"2021-05-06 14:10\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e377f759-a6fb-4342-b54e-416054b912e2"},{"name":"[v2]Get All User Jp Schedule List - Daily","id":"1036bb56-7c9b-434f-943e-acda41cdd882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/jp/v2/daily/schedule/list?schDate=2025-02-25&targetType=ANY","description":"<p><em>Providing the List of Daily Visit Plan Schedule for All Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nAPI_STATUS_JP_DO_NOT_USE : Visit plan function disabled\nINCORRECT_DATE_FORMAT : Incorrect date format\n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n      \"list\": [\n        /* __User Object__ */\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"82109999999\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceName\": \"SHOPL HQ\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"3. Developers\",\n            \"positionId\": \"27B28DAC6DB3246A\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\",\n            \"userGradeId\": \"EF362DE07699B286\",\n            \"userGradeName\": \"Silver\",\n            \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n        },\n        /*__JP Scehdule &amp; Visit Status Object__*/\n        \"schList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"10:00\",\n                \"endTime\": \"11:00\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceAddr\": \"111 ,Dogok-ro, Gangnam-gu, Seoul\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"visitState\": \"1\",\n                \"visitDt\": \"2021-05-06 10:23:25|2021-05-06 13:33:59\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"12:00\",\n                \"endTime\": \"15:00\",\n                \"workplaceId\": \"9327D41529468BA9\",\n                \"workplaceName\": \"AK Plaza\",\n                \"workplaceAddr\": \"AK plaza ,Bundang-Gu,Seongnam-Si,Gyeonggi\",\n                \"workplaceLat\": \"37.385213\",\n                \"workplaceLng\": \"127.123680\",\n                \"visitState\": \"2\"\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"isSch\": \"1\",\n                \"startTime\": \"17:00\",\n                \"endTime\": \"18:00\",\n                \"workplaceId\": \"D90BEFA00E0704D8\",\n                \"workplaceName\": \"Startup Campus F8\",\n                \"workplaceCode\": \"Workplace 999\",\n                \"workplaceAddr\": \"Startup Campus\",\n                \"workplaceLat\": \"37.401102\",\n                \"workplaceLng\": \"127.104901\",\n                \"visitState\": \"0\"\n            }\n        ],\n        /* __JP Visit Summary__ */\n        \"summray\": {\n            \"visitrate\": \"33.3\",\n            \"totalschcnt\": 3,\n            \"scheduled\": \"1\",\n            \"visited\": \"1\",\n            \"unvisited\": \"1\",\n            \"unscheduled\": \"0\"\n        },\n        /*__Attendance Object__*/\n        \"attList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"1\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"1\",\n                \"modifyMemo\": \"Create punch in!\",\n                \"modifyDt\": \"2021-05-06 09:37\",\n                \"modifyUserInfo\": {\n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL HQ\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workingTime\": 83\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"1\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"awayTime\": 60\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"1\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"awayEndTime\": \"2021-05-06 11:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"workingTime\": 130\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 37\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"awayEndTime\": \"2021-05-06 14:10\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\"\n            }\n        ]\n    }\n  ]\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","jp","v2","daily","schedule","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>JP Schedule Date &gt; Formant (yyyy-MM-dd) - ISO 8601</p>\n","type":"text/plain"},"key":"schDate","value":"2025-02-25"},{"description":{"content":"<p>(optional) \nDefault : SCHEDULE_ONLY</p>\n<ul>\n<li>SCHEDULE_ONLY (Default) : Only employees with a JP schedule</li>\n<li>SCHEDULE_OR_VISIT_RECORD : Employees with either a JP schedule or JP visit records</li>\n<li>TARGET_ONLY:  Only employees who are JP targets</li>\n<li>ANY : Employees who satisfy at least one of the above conditions</li>\n</ul>\n","type":"text/plain"},"key":"targetType","value":"ANY"}],"variable":[]}},"response":[{"id":"11fd9826-2f10-4202-a409-57294821fde5","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/jp/v2/daily/schedule/list?schDate=2024-08-20","host":["https://api.shoplworks.com"],"path":["api","jp","v2","daily","schedule","list"],"query":[{"key":"schDate","value":"2024-08-20","description":"JP Schedule Date > Formant (yyyy-MM-dd) - ISO 8601"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2024 04:51:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"list\": [\n            {\n                \"userInfo\": {\n                    \"userId\": \"91C4***********\",\n                    \"userName\": \"J**\",\n                    \"userRegImg\": \"/img/preset/profile/woman.png\",\n                    \"phone\": \"010*******2\",\n                    \"workplaceId\": \"AC3BF*******\",\n                    \"workplaceName\": \"StartUp Campus\",\n                    \"groupId\": \"70F4532*****\",\n                    \"groupName\": \"Dev********\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\",\n                    \"userGradeId\": \"61F09AA*********\",\n                    \"userGradeName\": \"MAS****\",\n                    \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                },\n                \"schList\": [\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"0\",\n                        \"workplaceId\": \"296A67A81A5355F3\",\n                        \"workplaceName\": \"StartUp Campus A\",\n                        \"workplaceCode\": \"shopl\",\n                        \"workplaceAddr\": \"Dodok-ro 111\",\n                        \"workplaceLat\": \"37.4901478\",\n                        \"workplaceLng\": \"127.0326559\",\n                        \"visitState\": \"3\",\n                        \"visitDt\": \"2024-08-20 13:50:20\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"09:00\",\n                        \"endTime\": \"10:00\",\n                        \"memo\": \"1\",\n                        \"workplaceId\": \"AC3BF*******\",\n                        \"workplaceName\": \"StartUp Campus\",\n                        \"workplaceLat\": \"37.404779\",\n                        \"workplaceLng\": \"127.105999\",\n                        \"visitState\": \"2\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"11:00\",\n                        \"endTime\": \"12:00\",\n                        \"workplaceId\": \"52EED5********\",\n                        \"workplaceName\": \"Dogok-ro 118\",\n                        \"workplaceCode\": \"2024021408\",\n                        \"workplaceAddr\": \"Dogok-ro 118\",\n                        \"workplaceLat\": \"37.4899932\",\n                        \"workplaceLng\": \"127.03287139999998\",\n                        \"visitState\": \"2\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"13:00\",\n                        \"endTime\": \"14:00\",\n                        \"workplaceId\": \"8569C*********\",\n                        \"workplaceName\": \"Loooooooooooooooooooong\",\n                        \"workplaceAddr\": \"Long 600\",\n                        \"workplaceLat\": \"37.5015839\",\n                        \"workplaceLng\": \"127.0681582\",\n                        \"visitState\": \"0\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"15:00\",\n                        \"endTime\": \"16:00\",\n                        \"memo\": \"4\",\n                        \"workplaceId\": \"316971D*******\",\n                        \"workplaceName\": \"A**** Company\",\n                        \"workplaceAddr\": \"Migum-ro 58\",\n                        \"workplaceLat\": \"37.3469899\",\n                        \"workplaceLng\": \"127.1135062\",\n                        \"visitState\": \"0\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"16:00\",\n                        \"endTime\": \"17:00\",\n                        \"memo\": \"3\",\n                        \"workplaceId\": \"50F74E8*******\",\n                        \"workplaceName\": \"Ali** Company 2\",\n                        \"workplaceAddr\": \"Migum-ro 58\",\n                        \"workplaceLat\": \"37.3471775\",\n                        \"workplaceLng\": \"127.1153623\",\n                        \"visitState\": \"0\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"18:00\",\n                        \"endTime\": \"19:00\",\n                        \"memo\": \"2\",\n                        \"workplaceId\": \"658C280*****\",\n                        \"workplaceName\": \"Apple Store\",\n                        \"workplaceAddr\": \"Garosu-gil 43\",\n                        \"workplaceLat\": \"37.5208796\",\n                        \"workplaceLng\": \"127.0226099\",\n                        \"visitState\": \"0\"\n                    }\n                ],\n                \"summary\": {\n                    \"visitRate\": \"0.0\",\n                    \"totalSchCnt\": \"6\",\n                    \"scheduled\": \"4\",\n                    \"visited\": \"0\",\n                    \"unvisited\": \"2\",\n                    \"unscheduled\": \"1\"\n                },\n                \"attList\": [\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"inoutType\": \"1\",\n                        \"attendanceTime\": \"2024-08-20 13:50\",\n                        \"quittingTime\": null,\n                        \"workplaceId\": \"296A67A*******\",\n                        \"workplaceName\": \"StartUp Campus\",\n                        \"workplaceCode\": \"shopl\",\n                        \"workplaceLat\": \"37.4901478\",\n                        \"workplaceLng\": \"127.0326559\",\n                        \"isLate\": null,\n                        \"isEarly\": null,\n                        \"lateTime\": null,\n                        \"earlyTime\": null,\n                        \"lateReason\": null,\n                        \"isModify\": \"0\",\n                        \"modifyMemo\": null,\n                        \"modifyDt\": \"2024-08-20 13:50\",\n                        \"modifyUserInfo\": null,\n                        \"workingTime\": 0,\n                        \"movingTime\": 0,\n                        \"awayTime\": 0\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"inoutType\": \"3\",\n                        \"attendanceTime\": \"2024-08-20 13:50\",\n                        \"quittingTime\": null,\n                        \"awayType\": \"4\",\n                        \"awayStartTime\": \"2024-08-20 13:50\",\n                        \"workplaceId\": \"296A67A81A5355F3\",\n                        \"workplaceName\": \"SHOPL&COMPANY HQ (강남)\",\n                        \"workplaceCode\": \"shopl\",\n                        \"workplaceLat\": \"37.4901478\",\n                        \"workplaceLng\": \"127.0326559\",\n                        \"isLate\": null,\n                        \"isEarly\": null,\n                        \"lateTime\": null,\n                        \"earlyTime\": null,\n                        \"lateReason\": null,\n                        \"isModify\": \"0\",\n                        \"modifyMemo\": null,\n                        \"modifyDt\": \"2024-08-20 13:50\",\n                        \"modifyUserInfo\": null,\n                        \"workingTime\": 0,\n                        \"movingTime\": 0,\n                        \"awayTime\": 0\n                    }\n                ]\n            },\n            {\n                \"userInfo\": {\n                    \"userId\": \"234116FA72F06C0D\",\n                    \"userName\": \"J***_***\",\n                    \"userRegImg\": \"/files/user/*******3300662.jpg\",\n                    \"phone\": \"010**********0\",\n                    \"workplaceId\": \"P*********\",\n                    \"workplaceName\": \"StartUp Campus B\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev********\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                },\n                \"schList\": [\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"09:00\",\n                        \"endTime\": \"13:00\",\n                        \"workplaceId\": \"A1AD0F8F726F7F1C\",\n                        \"workplaceName\": \"emart24\",\n                        \"workplaceCode\": \"emart078\",\n                        \"workplaceAddr\": \"경기 안산시 단원구 석수로 138\",\n                        \"workplaceLat\": \"37.3492459\",\n                        \"workplaceLng\": \"126.8061655\",\n                        \"visitState\": \"2\"\n                    },\n                    {\n                        \"schDate\": \"2024-08-20\",\n                        \"isSch\": \"1\",\n                        \"startTime\": \"14:00\",\n                        \"endTime\": \"18:00\",\n                        \"workplaceId\": \"63F2E568F37F3314\",\n                        \"workplaceName\": \"GPS Allow Area 100\",\n                        \"workplaceAddr\": \"Dogok-ro 100\",\n                        \"visitState\": \"0\"\n                    }\n                ],\n                \"summary\": {\n                    \"visitRate\": \"0.0\",\n                    \"totalSchCnt\": \"2\",\n                    \"scheduled\": \"1\",\n                    \"visited\": \"0\",\n                    \"unvisited\": \"1\",\n                    \"unscheduled\": \"0\"\n                },\n                \"attList\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"1036bb56-7c9b-434f-943e-acda41cdd882"}],"id":"941e7fab-93e4-4a98-a95d-b92ffbe55892","description":"<h3 id=\"jp-scehdule--visit-status-object\">JP Scehdule &amp; Visit Status Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>schDate</code></td>\n<td>string</td>\n<td>JP Schedule Date format(yyyy-MM-dd)</td>\n</tr>\n<tr>\n<td><code>isSch</code></td>\n<td>string</td>\n<td>JP Schedule time exists</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>string</td>\n<td>Jp Schedule Start Time</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>string</td>\n<td>Jp Schedule EndTime</td>\n</tr>\n<tr>\n<td><code>memo</code></td>\n<td>string</td>\n<td>Jp Memo (Max : 2000 characters)</td>\n</tr>\n<tr>\n<td><code>workplaceId</code></td>\n<td>string</td>\n<td>Workplace Id</td>\n</tr>\n<tr>\n<td><code>workplaceName</code></td>\n<td>string</td>\n<td>Workplace Name</td>\n</tr>\n<tr>\n<td><code>workplaceCode</code></td>\n<td>string</td>\n<td>Workplace Code</td>\n</tr>\n<tr>\n<td><code>workplaceAddr</code></td>\n<td>string</td>\n<td>Workplace Address</td>\n</tr>\n<tr>\n<td><code>workplaceLat</code></td>\n<td>string  <br />(double)</td>\n<td>Location - Latitude</td>\n</tr>\n<tr>\n<td><code>workplaceLng</code></td>\n<td>string  <br />(double)</td>\n<td>Location - Longitude</td>\n</tr>\n<tr>\n<td><code>visitState</code></td>\n<td>string</td>\n<td>Workplace Visit Status &gt; 0:Scheduled, 1:Visited, 2:Unvisited, 3: Non-Scheduled Visit</td>\n</tr>\n<tr>\n<td><code>visitDt</code></td>\n<td>string</td>\n<td>visit Datetime</td>\n</tr>\n<tr>\n<td><code>reason</code></td>\n<td>string</td>\n<td>Reason for unvisited</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"desc\">DESC</h3>\n<ul>\n<li>V1.3 &gt; 'memo' added</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"a654f932-ee6e-45d2-861e-ea7a86e3688c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb958be2-78a7-4cdd-9757-9c9998e21ee8","type":"text/javascript","exec":[""]}}],"_postman_id":"941e7fab-93e4-4a98-a95d-b92ffbe55892","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Attendance API(ATT)","item":[{"name":"Get User Current Attended Status","id":"1e78ce3d-bd5c-438a-b866-53565e37d5f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/user/current/status?empId=A0500902","description":"<p><em>Lastest Punch In/Out Information on Today for Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \nINVALID_USER : Invalid user information \nATT_NO_CURRENT_WORKING_STATUS : No data found on current punch in/out \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n    \"status\": {\n      /*__User Object__*/\n      \"userId\": \"91C44E3B2FE97D20\",\n      \"userName\": \"Jay\",\n      \"empId\": \"A0500902\",\n      /*__Workplace Object__*/\n      \"workplaceId\": \"PLANETORY_WI\",\n      \"workplaceCode\": \"SC_KR001\",\n      \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n      /*__Attendance Object__*/\n      \"schDate\": \"2020-05-28\",\n      \"inoutType\": \"1\",         /*Work types &gt; \"1\":Punch in, \"2\":Punch out, \"3\":Away, \"4\":Returned */\n      \"awayType\": null,         /*Away types &gt; \"1\":Meal, \"2\":Break time, \"3\":Outside work, \"4\":Move to different workplace, \"9\":Etc.*/\n      \"awayMemo\": null,         /*Memo when away type code is Etc.(\"9\")*/\n      \"checkTime\": \"2020-05-28 11:32\" /* Workplace arrival time */\n    }\n  }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","user","current","status"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Empoyee ID</p>\n","type":"text/plain"},"key":"empId","value":"A0500902"}],"variable":[]}},"response":[{"id":"89272551-b017-4785-b45a-48f5262ec674","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/user/current/status?empId=A0500902","host":["https://api.shoplworks.com"],"path":["api","att","user","current","status"],"query":[{"key":"empId","value":"A0500902"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 28 May 2020 02:32:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"status\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay\",\n            \"empId\": \"A0500902\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceCode\": \"SC_KR001\",\n            \"workplaceName\": \"SHOPL&COMPANY HQ\",\n            \"schDate\": \"2020-05-28\",\n            \"inoutType\": \"1\",\n            \"awayType\": null,\n            \"awayMemo\": null,\n            \"checkTime\": \"2020-05-28 11:32\"\n        }\n    }\n}"}],"_postman_id":"1e78ce3d-bd5c-438a-b866-53565e37d5f0"},{"name":"Get Attendance Report - Daily","id":"c36c92cc-892e-4684-b36f-553075e5cace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/report?date=2020-07-20","description":"<ul>\n<li>Punch In/Out Information on Date for Users*</li>\n</ul>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n      \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n      \"list\": [\n          {\n            /* att* - Punch In*/\n            \"attendanceTime\": \"2020-07-06 08:50\",       // Punch In - Datetime\n            \"attWorkplaceId\": \"PLANETORY_WI\",           // Punch In - Workplace Id \n            \"attWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",     // Punch In - Workplace Name\n            \"attWorkplaceCode\": \"SC_KR001\",             // Punch In - Workplace Code\n            \"attIsUseFaceAuth\": \"1\",                    // Punch In - Use Face Verification (0:No, 1:Yes)\n            \"attMaskedImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/masked/4DD2F365D9C293D7_20200705235050287.jpg\", // Punch In - Face Verification Image\n            \"attIsModify\": \"0\",                     // Punch In - Modified\n            /*quit* - Punch Out*/\n            \"quittingTime\": \"2020-07-10 10:50\",          // Punch Out - Datetime\n            \"quitWorkplaceId\": \"PLANETORY_WI\",          // Punch Out - Workplace Id \n            \"quitWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",    // Punch Out - Workplace Name\n            \"quitWorkplaceCode\": \"SC_KR001\",            // Punch Out - Workplace Code\n            \"quitIsUseFaceAuth\": \"1\",                  // Punch Out - Use Face Verification\n            \"quitMaskedImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/masked/4DD2F365D9C293D7_20200710015046673.jpg\", // // Punch Out - Use Face Verification Image\n            \"quitIsModify\": \"0\",                    //// Punch Out - Modified (0:No, 1:Yes)\n            \"quitIsRequest\": \"0\",                   // // Punch Out - Request (0:No, 1:Yes)\n            /* Status */\n            \"isLate\": \"0\",                          // Late (0:No, 1:Yes)\n            \"isEarly\": \"0\",                         // Early (0:No, 1:Yes)\n            \"lateTime\": 0,                          // Late Time (Minute)\n            \"earlyTime\": 0,                         // Early Time (Minute)\n            \"lateReason\":null,                      // Late Reason\n            \"stayRate\": 0.0,                        // Stay Rate\n            \"stayData\": \"0/0\",                      // Stay Data (Stayed Cnt/ Checked Cnt)\n            \"status\": \"2\",                          // Status (1:Working, 2:Punch Out, 3:Away, 34:On the Away, 4:No-show, 5:Before Punch In)\n            /* Schedule */\n            \"schType\": \"0\",                         // Schedule Type (0:No Schedule, 1:Work, 2:Day off, 3:Leave, 4:Trainning, 9:Other)\n            \"schTypeName\": \"No Schedule\",               // Schedule Type Name\n            \"schDate\": \"2020-07-06\",                // Schedule Date\n            \"schLeaveType\": null,                   // Leave Type Code\n            \"schLeaveTypeName\": null,               // Leave Type Name\n            /*Abnormal Attendance*/\n            \"abnormalNsa\": \"1\",                     // Not scheduled, but punched in(0:No, 1:Yes)\n            \"abnormalOwa\": \"0\",                     // Punched in at unassigned workplace (0:No, 1:Yes)\n            \"abnormalMod\": \"0\",                     // Modified punch in/out record(0:No, 1:Yes)\n            \"abnormalAco\": \"0\",                     // Automatically punched out(0:No, 1:Yes)\n            /*User Info Object*/\n            \"userInfo\": {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"Jay\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"01029789562\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"27B28DAC6DB3246A\",\n                \"positionName\": \"Manager\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            }\n        }\n    ]\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","report"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2020-07-20"}],"variable":[]}},"response":[],"_postman_id":"c36c92cc-892e-4684-b36f-553075e5cace"},{"name":"Get Attendance Stats - Daily","id":"6e0eb0bd-b543-4239-85dc-002f6f28a5b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/stats?date=2020-07-20","description":"<p><em>Punch In/Out Statistics By Date</em></p>\n<ul>\n<li>Dashboard &gt; Attendance &gt; Main</li>\n</ul>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n    \"stats\": {\n      \"totalUserCnt\": 21,     // Total Employees\n      \"workingCnt\": 0,        // Working User\n      \"punchOutCnt\": 11,      // Punched Out (All)\n      \"awayCnt\": 0,           // Away\n      \"moveCnt\": 0,           // On the way\n      \"noShowCnt\": 3,         // No-show\n      \"attWaitCnt\": 0,        // Before Punch In\n      \"targetPunchInCnt\": 11, // Punched In (Scheduled to Work)\n      \"targetPunchoutCnt\": 11,  // Punched Out (Scheduled to Work)\n      \"noSchCnt\": 7,          // No Schedule\n      \"targetCnt\": 14,        // Scheduled to Work\n      \"dayoffCnt\": 0,         // Day off\n      \"leaveCnt\": 0,          // Leave\n      \"trainingCnt\": 0,       // Training\n      \"etcCnt\": 0,            // Other Type\n      \"attendanceRate\": 78.6, // Punch in Rate\n      \"lateCnt\": 1,          // Late\n      \"earlyCnt\": 0,          // Early Leave\n      \"lateRate\": 9.1,        // Late Rate\n      \"earlyRate\": 0.0,       // Early Leave Rate \n      \"lateTimeAvg\": 59,      // Late Time(Minute)\n      \"earlyTimeAvg\": 0,      // Early Leave Time(Minute)\n      \"abnormalNsaCnt\": 0,    // Not scheduled, but punched in\n      \"abnormalOwaCnt\": 0,    // Punched in at unassigned workplace\n      \"abnormalModCnt\": 1,    // Modified punch in/out record\n      \"abnormalAcoCnt\": 0,    // Automatically punched out\n      \"avgStayRate\": 84.5,    // Avg stay rate\n      \"minStayRate\": 0.0,     // stay rate (Lowest)\n      \"maxStayRate\": 87.8,    // stay rate (Highest)\n      \"existStayCheckCnt\": 5,   // Stay Data exist\n      \"emptyStayCheckCnt\": 9    // No Stay Data\n    }\n  }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","stats"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2020-07-20"}],"variable":[]}},"response":[],"_postman_id":"6e0eb0bd-b543-4239-85dc-002f6f28a5b1"},{"name":"[v2] Get User's Current Status and Attendance History","id":"14f6213a-97c5-4b46-bdec-765a715901e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/v2/user/current/status?empId=A0500902","description":"<p><em>Lastest Punch In/Out Information on Today for Users (Members)</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \nINVALID_USER : Invalid user information \nATT_NO_CURRENT_WORKING_STATUS : No data found on current punch in/out \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"statusCode\": \"SUCCESS\",\n\"body\": {\n    /* __User info Object __*/\n    \"userInfo\": {\n        \"userId\": \"2FA80CB0DBS84DZ85W\",\n        \"userName\": \"TESTER\",\n        \"userRegImg\": \"/img/face/Default.png\",\n        \"empId\": \"TEST2021\",\n        \"phone\": \"684578976615\",\n        \"groupId\": \"357523212345\",\n        \"groupName\": \"Merchandiser\",\n        \"positionId\": \"6F12125423321CA9\",\n        \"positionName\": \"Merchandiser\",\n        \"isResign\": \"0\",\n        \"isLeader\": \"0\"\n    },\n    /* __Schedule Object__*/\n    \"schInfo\": {\n        \"schDate\": \"2021-05-07\", /*Date*/\n        \"schType\": \"1\",          /*Schedule types &gt; \"1\":Work, \"2\":Day off, \"3\":Leave, \"4\":Training, \"9\":Other*/\n        \"schTypeName\": \"Work\", /*Schedule type name*/       \n        \"schAttendanceTime\": \"09:00\", /*Scheduled Attendance Time*/\n        \"schQuittingTime\": \"18:00\", /*Scheduled Quitting Time*/\n        \"schBreakTime\": \"01:00\", /*Scheduled BreakTime*/\n        \"schIsHalfLeave\": \"0\", /*Leave Usage Type &gt; \"0\": Day, \"1\":Work + Half Leave, \"2\":Work + Quarter Leave, \"3\":Leave + Leave*/\n        \"schWorkplaceId\": null, /*Scheduled Workplace Id*/\n        \"schWorkplaceCode\": null, /*Scheduled Workplace Code*/\n        \"schWorkplaceName\": null, /*Scheduled Workplace Name*/\n        \"schEtcMemo\": null, /*Memo*/\n        /*Day off - SchType = \"2\"*/\n        \"schDayoffTypeId\": null, /*Day off Id*/\n        \"schDayoffTypeName\": null, /*Day off Name*/\n        /* __ Leave Object__ \n        (   SchType = \"1\"(schIsHalfLeave = \"1\" or \"2\") \n            or SchType = \"3\"(schIsHalfLeave = \"0\" or \"3\")\n        )*/\n        \"schLeaveTypeId\": null,  /*Leave Id*/\n        \"schLeaveTypeName\": null /*Leave Name*/\n    },\n    \"status\": {\n        /*__User Object__*/\n        \"userId\": \"2F80D04B384DC850\",\n        \"userName\": \"BA 37\",\n        \"empId\": \"ani2005\",\n        /*__Workplace Object__*/\n        \"workplaceId\": \"FA5B27849E05D0F3\",\n        \"workplaceCode\": \"BA37: Start1\",\n        \"workplaceName\": \"BA37: Start1\",\n        /*__Attendance Object__*/\n        \"schDate\": \"2021-05-07\", /*Date*/\n        \"inoutType\": \"1\", /*Work types &gt; \"1\":Punch in, \"2\":Punch out, \"3\":Away, \"4\":Returned */\n        \"awayType\": null, /*Away types &gt; \"1\":Meal, \"2\":Break time, \"3\":Outside work, \"4\":Move to different workplace, \"9\":Etc.*/\n        \"awayMemo\": null, /*Memo when away type code is Etc.(\"9\")*/\n        \"checkTime\": \"2021-05-07 08:42\" /* Workplace arrival time */\n    },\n    \"attList\": [\n        {\n            \"schDate\": \"2021-05-07\",\n            \"inoutType\": \"1\", /*Work types &gt; \"1\":Punch in, \"2\":Punch out, \"3\":Away, \"4\":Returned */\n            \"attendanceTime\": \"2021-05-07 08:42\", /*Punch in time */\n            \"quittingTime\": null,                 /*Punch out time */   \n            /*__Workplace Object__*/\n            \"workplaceId\": \"FA5B27849E05D0F3\",\n            \"workplaceName\": \"BA37: Start1\",\n            \"workplaceCode\": \"BA37: Start1\",\n            \"workplaceLat\": \"50.3726117\",\n            \"workplaceLng\": \"8.016072\",\n            /*Late &amp; Early*/\n            \"isLate\": null,\n            \"isEarly\": null,\n            \"lateTime\": null,\n            \"earlyTime\": null,\n            \"lateReason\": null,\n            /*Modify*/\n            \"isModify\": \"0\",\n            \"modifyMemo\": null,\n            \"modifyDt\": null,\n            \"modifyUserInfo\": null, /*__User info Object __*/\n            /*Times(minutes)*/\n            \"workingTime\": 0, /*Time spent at work(mins)*/\n            \"movingTime\": 0, /*Time taken moving to another location(mins)*/\n            \"awayTime\": 0 /*Time spent being away(mins)*/\n        }\n    ]\n}\n</code></pre><p>}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","v2","user","current","status"],"host":["https://api.shoplworks.com"],"query":[{"key":"empId","value":"A0500902"}],"variable":[]}},"response":[{"id":"5ff30c60-9e14-4abe-bbdb-68387fbc2447","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v2/user/current/status?empId=A0500902","host":["https://api.shoplworks.com"],"path":["api","att","v2","user","current","status"],"query":[{"key":"empId","value":"A0500902"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 08:25:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay Lim\",\n            \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"01029789562\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"3. Developers\",\n            \"positionId\": \"27B28DAC6DB3246A\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\",\n            \"userGradeId\": \"EF362DE07699B286\",\n            \"userGradeName\": \"Silver\",\n            \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n        },\n        \"schInfo\": {\n            \"schDate\": \"2021-05-06\",\n            \"schType\": \"0\",\n            \"schTypeName\": \"일정없음\",\n            \"schAttendanceTime\": null,\n            \"schQuittingTime\": null,\n            \"schBreakTime\": null,\n            \"schIsHalfLeave\": null,\n            \"schWorkplaceId\": null,\n            \"schWorkplaceCode\": null,\n            \"schWorkplaceName\": null,\n            \"schEtcMemo\": null,\n            \"schDayoffTypeId\": null,\n            \"schDayoffTypeName\": null,\n            \"schLeaveTypeId\": null,\n            \"schLeaveTypeName\": null\n        },\n        \"status\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay Lim\",\n            \"empId\": \"A0500902\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceCode\": null,\n            \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n            \"schDate\": \"2021-05-06\",\n            \"inoutType\": \"4\",\n            \"awayType\": \"4\",\n            \"awayMemo\": null,\n            \"checkTime\": \"2021-05-06 14:10\"\n        },\n        \"attList\": [\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"1\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"1\",\n                \"modifyMemo\": \"출근 생성\",\n                \"modifyDt\": \"2021-05-06 09:37\",\n                \"modifyUserInfo\": {\n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workingTime\": 83\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 60\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 10:23\",\n                \"awayEndTime\": \"2021-05-06 11:23\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"workingTime\": 130\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"3\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\",\n                \"movingTime\": 37\n            },\n            {\n                \"schDate\": \"2021-05-06\",\n                \"inoutType\": \"4\",\n                \"attendanceTime\": \"2021-05-06 09:00\",\n                \"quittingTime\": null,\n                \"awayType\": \"4\",\n                \"awayStartTime\": \"2021-05-06 13:33\",\n                \"awayEndTime\": \"2021-05-06 14:10\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"workplaceLat\": \"37.4900797\",\n                \"workplaceLng\": \"127.0326398\",\n                \"isModify\": \"0\"\n            }\n        ]\n    }\n}"},{"id":"fa63c6db-ef6e-4b37-99e7-538554c8de68","name":"INVALID_USER","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v2/user/current/status?empId=A0500902ZZZZZZ","host":["https://api.shoplworks.com"],"path":["api","att","v2","user","current","status"],"query":[{"key":"empId","value":"A0500902ZZZZZZ"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"text/xml;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 08:25:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"header\":{\"statusCode\":\"INVALID_USER\"},\"body\":null}\r\n"},{"id":"11156e0e-c93c-48b7-8b95-9051c3cd5245","name":"ATT_NO_CURRENT_WORKING_STATUS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v2/user/current/status?empId=A0500902","host":["https://api.shoplworks.com"],"path":["api","att","v2","user","current","status"],"query":[{"key":"empId","value":"A0500902"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 08:26:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"ATT_NO_CURRENT_WORKING_STATUS\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"821099999999\",\n            \"workplaceId\": \"PLANETORY_WI\",\n            \"workplaceName\": \"SHOPL HQ\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"3. Developers\",\n            \"positionId\": \"27B28DAC6DB3246A\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\",\n            \"userGradeId\": \"EF362DE07699B286\",\n            \"userGradeName\": \"Silver\",\n            \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n        },\n        \"schInfo\": {\n            \"schDate\": \"2021-05-06\",\n            \"schType\": \"0\",\n            \"schTypeName\": \"No Schedule\",\n            \"schAttendanceTime\": null,\n            \"schQuittingTime\": null,\n            \"schBreakTime\": null,\n            \"schIsHalfLeave\": null,\n            \"schWorkplaceId\": null,\n            \"schWorkplaceCode\": null,\n            \"schWorkplaceName\": null,\n            \"schEtcMemo\": null,\n            \"schDayoffTypeId\": null,\n            \"schDayoffTypeName\": null,\n            \"schLeaveTypeId\": null,\n            \"schLeaveTypeName\": null\n        },\n        \"status\": null,\n        \"attList\": []\n    }\n}"}],"_postman_id":"14f6213a-97c5-4b46-bdec-765a715901e2"},{"name":"[v2.1]Get Attendance Report - Daily","id":"8fc3f38a-fcde-40ca-8e03-ff3397ca6e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/v2/report?date=2024-11-26","description":"<ul>\n<li>Punch In/Out Information on Date for Users*</li>\n</ul>\n<h3 id=\"version\">Version</h3>\n<p>[v2] added : attModifyUserInfo, quitModifyUserInfo<br />[v2.1] added : schTmplInfo</p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n      \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n      \"list\": [\n          {\n            /* att* - Punch In*/\n            \"attendanceTime\": \"2021-05-06 09:28\",       // Punch In - Datetime\n            \"attWorkplaceId\": \"PLANETORY_WI\",           // Punch In - Workplace Id \n            \"attWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",     // Punch In - Workplace Name\n            \"attWorkplaceCode\": \"SC_KR001\",             // Punch In - Workplace Code\n            \"attIsUseFaceAuth\": \"1\",                    // Punch In - Use Face Verification (0:No, 1:Yes)\n            \"attMaskedImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/masked/4DD2F365D9C293D7_20200705235050287.jpg\", // Punch In - Face Verification Image\n            \"attIsModify\": \"1\",                     // Punch In - Modified (0:No, 1:Yes)\n            \"attModifyMemo\": \"Update attendance time!\",        // Punch In - Modify Memo\n            \"attModifyUserInfo\": {                            // punch In - Modify User Info\n                /* __User Object__ */\n                \"userId\": \"PLANETORY_ADMIN\",\n                \"userName\": \"CPS\",\n                \"userRegImg\": \"/files/user/default/cps.png\",\n                \"phone\": \"99999999999\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            }\n            /*quit* - Punch Out*/\n            \"quittingTime\": \"2020-07-10 10:50\",          // Punch Out - Datetime\n            \"quitWorkplaceId\": \"PLANETORY_WI\",          // Punch Out - Workplace Id \n            \"quitWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",    // Punch Out - Workplace Name\n            \"quitWorkplaceCode\": \"SC_KR001\",            // Punch Out - Workplace Code\n            \"quitIsUseFaceAuth\": \"1\",                  // Punch Out - Use Face Verification\n            \"quitMaskedImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/masked/4DD2F365D9C293D7_20200710015046673.jpg\", // // Punch Out - Use Face Verification Image\n            \"quitIsModify\": \"1\",                    // Punch Out - Modified (0:No, 1:Yes)\n            \"quitModifyUserInfo\": {                    // punch Out - Modify User Info\n                /* __User Object__ */                \n                \"userId\": \"PLANETORY_ADMIN\",\n                \"userName\": \"CPS\",\n                \"userRegImg\": \"/files/user/default/cps.png\",\n                \"phone\": \"99999999999\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                \"groupId\": \"B4A8746A76E2B710\",\n                \"groupName\": \"4. Others\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            /* Status */\n            \"isLate\": \"0\",                          // Late (0:No, 1:Yes)\n            \"isEarly\": \"0\",                         // Early (0:No, 1:Yes)\n            \"lateTime\": 0,                          // Late Time (Minute)\n            \"earlyTime\": 0,                         // Early Time (Minute)\n            \"lateReason\":null,                      // Late Reason\n            \"stayRate\": 0.0,                        // Stay Rate\n            \"stayData\": \"0/0\",                      // Stay Data (Stayed Cnt/ Checked Cnt)\n            \"status\": \"2\",                          // Status (1:Working, 2:Punch Out, 3:Away, 34:On the Away, 4:No-show, 5:Before Punch In)\n            /* Schedule */\n            \"schType\": \"0\",                         // Schedule Type (0:No Schedule, 1:Work, 2:Day off, 3:Leave, 4:Trainning, 9:Other)\n            \"schTypeName\": \"No Schedule\",               // Schedule Type Name\n            \"schDate\": \"2020-07-06\",                // Schedule Date\n            \"schLeaveType\": null,                   // Leave Type Code\n            \"schLeaveTypeName\": null,               // Leave Type Name\n            \"schTmplInfo\": {                        // Template Info\n               \"tmplId\": 100034504,                 // Template ID\n               \"tmplName\": \"ROUTINE\",               // Template Name\n               \"tmplColor\": \"#992068\"               // Template Color\n            },\n            /*Abnormal Attendance*/\n            \"abnormalNsa\": \"1\",                     // Not scheduled, but punched in(0:No, 1:Yes)\n            \"abnormalOwa\": \"0\",                     // Punched in at unassigned workplace (0:No, 1:Yes)\n            \"abnormalMod\": \"0\",                     // Modified punch in/out record(0:No, 1:Yes)\n            \"abnormalAco\": \"0\",                     // Automatically punched out(0:No, 1:Yes)\n            /* __User Info Object__ */\n            \"userInfo\": {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"Jay\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"01029789562\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"3. Developers\",\n                \"positionId\": \"27B28DAC6DB3246A\",\n                \"positionName\": \"Manager\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\",\n                \"userGradeId\": \"EF362DE07699B286\",\n                \"userGradeName\": \"Silver\",\n                \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n            }\n        }\n    ]\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","v2","report"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2024-11-26"}],"variable":[]}},"response":[{"id":"abf951bb-8ba8-4bbf-bf49-82eae97e4492","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v2/report?date=2023-06-28","host":["https://api.shoplworks.com"],"path":["api","att","v2","report"],"query":[{"key":"date","value":"2023-06-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 08:29:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"list\": [\n            {\n                \"attendanceTime\": \"2023-06-28 13:38\",\n                \"quittingTime\": null,\n                \"attWorkplaceId\": \"296A67A813213255F3\",\n                \"attWorkplaceName\": \"SHOPL&COMPANY HQ\",\n                \"attWorkplaceCode\": \"shopl\",\n                \"attIsUseFaceAuth\": \"1\",\n                \"attMaskedImg\": \"/files/user/C_4535453845612/32D2F2321244/masked/4DD21235456456_20230628043833272.jpg\",\n                \"attIsModify\": \"0\",\n                \"isLate\": \"1\",\n                \"isEarly\": \"0\",\n                \"lateTime\": 218,\n                \"earlyTime\": 0,\n                \"stayRate\": 0.0,\n                \"stayData\": \"0/0\",\n                \"status\": \"1\",\n                \"schType\": \"1\",\n                \"schIsHalfLeave\": \"0\",\n                \"schDate\": \"2023-06-28\",\n                \"schAttendanceTime\": \"10:00\",\n                \"schQuittingTime\": \"17:00\",\n                \"schBreakTime\": \"01:00\",\n                \"schWorkplaceId\": \"AC3BF215F79B123\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schTmplInfo\": {\n                    \"tmplId\": 100034504,\n                    \"tmplName\": \"ROUTINE\",\n                    \"tmplColor\": \"#992068\"\n                },\n                \"abnormalNsa\": \"0\",\n                \"abnormalOwa\": \"1\",\n                \"abnormalMod\": \"0\",\n                \"abnormalAco\": \"0\",\n                \"userInfo\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"Jay\",\n                    \"userRegImg\": \"/files/user/C_4535453845612/32D2F2321244/4DD21235456456_20230628043833272.jpg\",\n                    \"empId\": \"\",\n                    \"phone\": \"21529789562\",\n                    \"groupId\": \"70F456E0B1A0C321\",\n                    \"groupName\": \"Developers\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\",\n                    \"userGradeId\": \"61F09AA082E15123\",\n                    \"userGradeName\": \"MASTER\",\n                    \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"8fc3f38a-fcde-40ca-8e03-ff3397ca6e5e"},{"name":"[v3] Get Attendance Raw Data - Daily","id":"cfeb20a6-9f16-47ad-83ef-cbacdb728fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/v3/rawdata?date=2025-03-09","description":"<p><strong>This API provides daily attendance data, including employee information, work schedules, attendance status, attendance history, and abnormal attendance records.</strong></p>\n<h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-kotlin\">@Schema(name = \"ApiAttRawDataResponse\", description = \"API &gt; Attendance &gt; Rawdata Response\")\ndata class ApiAttRawDataResponse(\n    @Schema(description = \"User Object\") val user: User,\n    @Schema(description = \"Schedule Object\") val schedule: Schedule,\n    @Schema(description = \"Attendance Status Object\") val attStatus: AttStatus,\n    @Schema(description = \"Attendance Abnormal List\") val attAbnormal: List&lt;AttAbnormal&gt;,\n    @Schema(description = \"Attendance Records\") val attRecordList: List&lt;AttRecord&gt;,\n) {\n    @Schema(name = \"ApiAttRawDataResponse.User\", description = \"User Object\")\n    data class User(\n        /* User Basic Info */\n        @Schema(\n            description = \"A unique identifier for the employee, generated randomly by the system (RandomKey).\",\n            required = true\n        ) val userId: String,\n        @Schema(\n            description = \"The employee's official name registered in the system.\",\n            required = true\n        ) val userName: String,\n        @Schema(\n            description = \"The unique employee identification number (Employee ID).\", required = false\n        ) val empId: String?,\n        @Schema(\n            description = \"The employee's mobile phone number.\", required = true\n        ) val phone: String,\n        @Schema(\n            description = \"Indicates whether the employee has resigned. (true: resigned, false: not resigned)\",\n            required = true\n        ) val isResign: Boolean,\n        @Schema(\n            description = \"The date on which the employee was hired. (Null if the employee has not joined yet)\",\n            required = false\n        ) val hireDate: LocalDate?,\n        @Schema(\n            description = \"The date on which the employee resigned. (Null if the employee is still working)\",\n            required = false\n        ) val resignDate: LocalDate?,\n        @Schema(\n            description = \"Indicates whether the employee is a leader. (true: leader, false: not a leader)\",\n            required = true\n        ) val isLeader: Boolean,\n        /* Fixed Workplace (include Workplace Object) */\n        @Schema(\n            description = \"The unique identifier for the employee's fixed workplace.\", required = false\n        ) val workplaceId: String?,\n        @Schema(\n            description = \"The name of the employee's fixed workplace.\", required = false\n        ) val workplaceName: String?,\n        @Schema(\n            description = \"The code representing the employee's fixed workplace.\", required = false\n        ) val workplaceCode: String?,\n        /* Group (include Group Object) */\n        @Schema(\n            description = \"The unique identifier for the group or organization.\", required = true\n        ) val groupId: String,\n        @Schema(\n            description = \"The name of the group or organization.\", required = true\n        ) val groupName: String,\n        /* Position (include Position Object) */\n        @Schema(\n            description = \"The unique identifier for the user's position or job title.\", required = false\n        ) val positionId: String?,\n        @Schema(\n            description = \"The name of the user's position or job title.\", required = false\n        ) val positionName: String?,\n        /* User Grade (include User Grade Object) */\n        @Schema(\n            description = \"The unique identifier for the user's grade or rank.\", required = false\n        ) val userGradeId: String?,\n        @Schema(\n            description = \"The name of the user's grade or rank.\", required = false\n        ) val userGradeName: String?,\n    )\n    @Schema(name = \"ApiAttRawDataResponse.Schedule\", description = \"Schedule\")\n    data class Schedule(\n        @Schema(description = \"Schedule date\", required = true) val schDate: LocalDate,\n        @Schema(\n            description = \"Schedule type &gt; NO_SCHEDULE: No schedule, WORK: Work, DAYOFF: Day off, LEAVE: Leave, TRAINING: Training, ETC: Other\",\n            required = true\n        ) val schType: ScheduleType,\n        @Schema(\n            description = \"Schedule half-leave type &gt; NONE: None, HALF: Half-day leave, QUARTER: Quarter-day leave, MULTIPLE: Multiple leave types\",\n            required = true\n        ) val schHalfLeaveType: HalfLeaveType,\n        @Schema(description = \"Schedule memo\", required = false) val schMemo: String?,\n        @Schema(description = \"Schedule template\", required = false) val schTemplate: Template?,\n        /* Additional Schedule Info */\n        @JsonInclude(JsonInclude.Include.NON_NULL) val work: Work?,\n        @JsonInclude(JsonInclude.Include.NON_NULL) val dayOff: DayOff?,\n        @JsonInclude(JsonInclude.Include.NON_NULL) val leaves: List&lt;Leave&gt;?,\n        @JsonInclude(JsonInclude.Include.NON_NULL) val training: Training?,\n    ) {\n        @Schema(name = \"ApiAttRawDataResponse.Schedule.Work\", description = \"스케줄 유형 &gt; 근무, schType == Work일때만 제공\")\n        data class Work(\n            /* Work Info */\n            @Schema(\n                description = \"Work schedule start time (Punch-in time).\",\n                required = true\n            ) val attendanceTime: LocalDateTime?,\n            @Schema(\n                description = \"Work schedule end time (Punch-out time).\",\n                required = true\n            ) val quittingTime: LocalDateTime?,\n            @Schema(\n                description = \"Total break time during work hours.\",\n                required = false\n            ) val breakTime: LocalTime?,\n            /*Workplace Object*/\n            @Schema(\n                description = \"The unique identifier for the workplace.\",\n                required = false\n            ) val workplaceId: String?,\n            @Schema(\n                description = \"The name of the workplace.\", required = false\n            )\n            val workplaceName: String?,\n            @Schema(\n                description = \"The code representing the workplace.\",\n                required = false\n            ) val workplaceCode: String?,\n        )\n        @Schema(\n            name = \"ApiAttRawDataResponse.Schedule.Leave\",\n            description = \"Schedule &gt; Day off, provided only when schType == DAYOFF\"\n        )\n        data class DayOff(\n            @Schema(description = \"Day off type ID\", required = true) val dayoffTypeId: String,\n            @Schema(description = \"Day off type name\", required = true) val dayoffTypeName: String,\n        )\n        @Schema(\n            name = \"ApiAttRawDataResponse.Schedule.Leave\",\n            description = \"Schedule &gt; Leave, provided only when schType == 'Leave' or schType == 'WORK' and schHalfLeaveType in ('1','2')\"\n        )\n        data class Leave(\n            @Schema(description = \"Leave type ID\", required = true) val leaveTypeId: String,\n            @Schema(description = \"Leave type name\", required = true) val leaveTypeName: String,\n            @Schema(\n                description = \"Leave usage unit (1: Full day, 0.5: Half day, 0.25: Quarter day)\",\n                required = true\n            )\n            val leaveUsageUnit: Double,\n        )\n        @Schema(\n            name = \"ApiAttRawDataResponse.Schedule.Training\",\n            description = \"Schedule &gt; Training, provided only when schType == 'TRAINING'\"\n        )\n        data class Training(\n            @Schema(description = \"Training start time\", required = false) val startTime: LocalDateTime?,\n            @Schema(description = \"Training end time\", required = false) val endTime: LocalDateTime?,\n        )\n        @Schema(name = \"ApiAttRawDataResponse.Schedule.Template\", description = \"Schedule template information\")\n        data class Template(\n            @Schema(description = \"Schedule template ID\", required = true) val tmplId: Long,\n            @Schema(description = \"Schedule template name\", required = true) val tmplName: String,\n            @Schema(description = \"Schedule template color\", required = true) val tmplColor: String,\n        )\n        /**\n         * Schedule type\n         * - NO_SCHEDULE: No schedule\n         * - WORK: Work\n         * - DAYOFF: Day off,\n         * - LEAVE: Leave,\n         * - TRAINING: Training,\n         * - ETC: Other\n         */\n        enum class ScheduleType(val value: String) {\n            NO_SCHEDULE(\"0\"), WORK(\"1\"), DAYOFF(\"2\"), LEAVE(\"3\"), TRAINING(\"4\"), ETC(\"9\");\n        }\n        /**\n         * Schedule half-leave type\n         * - NONE: None\n         * - HALF: Half-day leave\n         * - QUARTER: Quarter-day leave\n         * - MULTIPLE: Multiple leave types\n         */\n        enum class HalfLeaveType(val value: String) {\n            NONE(\"0\"), HALF(\"1\"), QUARTER(\"2\"), MULTIPLE(\"3\");\n        }\n    }\n    @Schema(description = \"Attendance summary, including first punch-in time, last punch-out time, and stay check details.\")\n    data class AttStatus(\n        @Schema(\n            description = \"The current attendance status of the employee.\",\n            required = true\n        )\n        val status: AttendanceStatus,\n        @Schema(\n            description = \"The first punch-in time of the day (earliest punch-in record).\",\n            required = false\n        )\n        val attendanceTime: LocalDateTime?,\n        @Schema(\n            description = \"The last punch-out time of the day (latest punch-out record).\",\n            required = false\n        )\n        val quittingTime: LocalDateTime?,\n        @Schema(description = \"Stay check data\", required = false)\n        val stayCheck: StayCheck?,\n    ) {\n        @Schema(description = \"Stay check data, including stay rate, verified, unverified, and total checks\")\n        data class StayCheck(\n            @Schema(\n                description = \"Stay rate, calculated as verified checks / total checks * 100\",\n                required = true\n            ) val stayRate: Double,\n            @Schema(description = \"Number of verified checks\", required = true) val verifiedChecks: Int,\n            @Schema(description = \"Number of unverified checks\", required = true) val unverifiedChecks: Int,\n            @Schema(description = \"Total number of checks\", required = true) val totalChecks: Int,\n        )\n        /**\n         * Enum representing the possible attendance statuses.\n         */\n        enum class AttendanceStatus {\n            NONE, //No specific attendance status (not applicable).\n            WORKING, //Employee is currently working.\n            PUNCH_OUT, //Employee has punched out (end of the workday).\n            AWAY, // Employee is away from the workplace.\n            MOVE, //Employee is on the move, not at a fixed location.\n            SCHEDULED, // Employee has a scheduled work shift.\n            NO_SHOW // Employee did not show up for work.\n            ;\n        }\n    }\n    @Schema(\n        name = \"ApiAttRawDataResponse.AttRecord\",\n        description = \"Attendance record details, including check-in, check-out, and temporary workplace tracking.\"\n    )\n    data class AttRecord(\n        @Schema(description = \"Unique identifier for the attendance record.\", required = true)\n        val recordId: Long,\n        @Schema(\n            description = \"Type of attendance record. Possible values: \" +\n                    \"ATT_PUNCH_IN (Punch-in), MOVE_DEPARTURE (Departure for movement), \" +\n                    \"MOVE_ARRIVAL (Arrival after movement), AWAY_START (Temporary absence), \" +\n                    \"AWAY_BACK_TO_WORK (Return from absence), ATT_PUNCH_OUT (Punch-out).\",\n            required = true\n        )\n        val type: AttRecordType,\n        @Schema(description = \"Timestamp of the attendance record.\", required = true, format = \"yyyy-MM-dd HH:mm:ss\")\n        val time: LocalDateTime,\n        @Schema(description = \"Indicates whether this record was created at a temporary workplace.\", required = true)\n        val isTempWorkplace: Boolean,\n        @Schema(description = \"Workplace ID (Null if recorded at a temporary workplace).\", required = false)\n        val workplaceId: String? = null,\n        @Schema(description = \"Name of the workplace or temporary workplace.\", required = true)\n        val workplaceName: String? = null,\n        @Schema(description = \"Workplace code (Null if recorded at a temporary workplace).\", required = false)\n        val workplaceCode: String? = null,\n        @Schema(description = \"Latitude of the workplace (including temporary workplaces).\", required = false)\n        val workplaceLatitude: Double?,\n        @Schema(description = \"Longitude of the workplace (including temporary workplaces).\", required = false)\n        val workplaceLongitude: Double?,\n        @Schema(description = \"Type of absence, if applicable.\", required = true)\n        val awayType: AttRecordAwayType? = null,\n        @Schema(description = \"Reason for absence (only applicable if the absence type is 'Other').\", required = false)\n        val awayEtcReason: String? = null,\n        ) {\n        /**\n         * Enumeration for different types of attendance records:\n         * - ATT_PUNCH_IN: Punch-in\n         * - MOVE_DEPARTURE: Departure for movement\n         * - MOVE_ARRIVAL: Arrival after movement\n         * - AWAY_START: Temporary absence\n         * - AWAY_BACK_TO_WORK: Return from absence\n         * - ATT_PUNCH_OUT: Punch-out\n         */\n        enum class AttRecordType {\n            ATT_PUNCH_IN,       // Punch-in\n            MOVE_DEPARTURE,     // Departure for movement\n            MOVE_ARRIVAL,       // Arrival after movement\n            AWAY_START,         // Temporary absence\n            AWAY_BACK_TO_WORK,  // Return from absence\n            ATT_PUNCH_OUT;       // Punch-out\n        }\n        /**\n         * Enum representing the different types of employee away records.\n         */\n        enum class AttRecordAwayType {\n            /**\n             * Rest period away from work.\n             */\n            REST,\n            /**\n             * Meal break away from work.\n             */\n            MEAL,\n            /**\n             * Other types of away records.\n             */\n            ETC;\n        }\n    }\n    @Schema(\n        name = \"AttendanceAbnormalResponse.Abnormal\",\n        description = \"Represents an abnormal attendance record, such as late arrivals or early departures.\"\n    )\n    data class AttAbnormal(\n        @Schema(description = \"Unique identifier for the abnormal attendance record.\", required = false)\n        val recordId: Long? = null,\n        @Schema(\n            description = \"Type of abnormality, such as late arrival, early departure, or schedule violations.\",\n            required = true\n        )\n        val type: AbnormalType,\n        @Schema(description = \"Duration of lateness in minutes.\", required = false)\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val lateDuration: Long? = null,\n        @Schema(description = \"Duration of early departure in minutes.\", required = false)\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val earlyDuration: Long? = null,\n        @Schema(description = \"Additional reason for the abnormal record, if applicable.\", required = false)\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val reason: String? = null,\n    ) {\n        /**\n         * Enumeration for different types of attendance abnormalities:\n         * - LATE: Late arrival\n         * - EARLY: Early departure\n         * - NO_SCHEDULE_PUNCH_IN: Punch-in without a scheduled work shift\n         * - OTHER_WORKPLACE_PUNCH_IN: Punch-in at a location different from the scheduled workplace\n         * - LEADER_MODIFICATION: Record modified by a leader\n         * - REQUEST_APPROVAL: Record modified due to an employee's request and leader’s approval\n         * - AUTO_PUNCH_OUT: System-generated automatic punch-out\n         * - TEMP_WORKPLACE_PUNCH_IN: Punch-in at a temporary workplace\n         * - TEMP_WORKPLACE_PUNCH_OUT: Punch-out at a temporary workplace\n         * - NO_SHOW: Scheduled work shift, but no punch-in or punch-out record exists\n         */\n        enum class AbnormalType(val sortOrder: Int) {\n            LATE(1),  // Late arrival\n            EARLY(2),  // Early departure\n            NO_SCHEDULE_PUNCH_IN(3),  // Punch-in without a scheduled work shift\n            OTHER_WORKPLACE_PUNCH_IN(4),  // Punch-in at an unauthorized workplace\n            LEADER_MODIFICATION(5),  // Record modified by a leader\n            REQUEST_APPROVAL(5),  // Modification due to an employee request and leader approval\n            AUTO_PUNCH_OUT(6),  // System-generated automatic punch-out\n            TEMP_WORKPLACE_PUNCH_IN(7),  // Punch-in at a temporary workplace\n            TEMP_WORKPLACE_PUNCH_OUT(8),  // Punch-out at a temporary workplace\n            NO_SHOW(9),  // Scheduled shift but no attendance record\n            ;\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","v3","rawdata"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Date : String (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"date","value":"2025-03-09"}],"variable":[]}},"response":[{"id":"4ac23c26-1afb-4bb8-9fe2-73908f2ba2de","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v3/rawdata?date=2025-03-07","host":["https://api.shoplworks.com"],"path":["api","att","v3","rawdata"],"query":[{"key":"date","value":"2025-03-07","description":"Date : String (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 17 Mar 2025 04:06:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        \n        {\n            \"user\": {\n                \"userId\": \"91C44E3B2********\",\n                \"userName\": \"J**\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"010********\",\n                \"isResign\": false,\n                \"hireDate\": \"2017-07-12\",\n                \"resignDate\": null,\n                \"isLeader\": true,\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"workplaceCode\": \"HQ0000001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"5_Dev\",\n                \"positionId\": null,\n                \"positionName\": null,\n                \"userGradeId\": null,\n                \"userGradeName\": null\n            },\n            \"schedule\": {\n                \"schDate\": \"2025-03-07\",\n                \"schType\": \"WORK\",\n                \"schHalfLeaveType\": \"NONE\",\n                \"schMemo\": null,\n                \"schTemplate\": {\n                    \"tmplId\": 100044270,\n                    \"tmplName\": \"10-16\",\n                    \"tmplColor\": \"#8B65DD\"\n                },\n                \"work\": {\n                    \"attendanceTime\": \"2025-03-07 10:00:00\",\n                    \"quittingTime\": \"2025-03-07 16:00:00\",\n                    \"breakTime\": \"01:00:00\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\"\n                }\n            },\n            \"attStatus\": {\n                \"status\": \"PUNCH_OUT\",\n                \"attendanceTime\": \"2025-03-07 08:11:09\",\n                \"quittingTime\": \"2025-03-07 17:22:44\",\n                \"stayCheck\": null\n            },\n            \"attAbnormal\": [],\n            \"attRecordList\": [\n                {\n                    \"recordId\": 13964785,\n                    \"type\": \"ATT_PUNCH_IN\",\n                    \"time\": \"2025-03-07 08:11:09\",\n                    \"isTempWorkplace\": false,\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\",\n                    \"workplaceLatitude\": 37.4901283,\n                    \"workplaceLongitude\": 127.03265390000004,\n                    \"awayType\": null,\n                    \"awayEtcReason\": null\n                },\n                {\n                    \"recordId\": 13973402,\n                    \"type\": \"ATT_PUNCH_OUT\",\n                    \"time\": \"2025-03-07 17:22:44\",\n                    \"isTempWorkplace\": false,\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\",\n                    \"workplaceLatitude\": 37.4901283,\n                    \"workplaceLongitude\": 127.03265390000004,\n                    \"awayType\": null,\n                    \"awayEtcReason\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"cfeb20a6-9f16-47ad-83ef-cbacdb728fa4"},{"name":"[v3] Get Attendance Raw Data By Date range","id":"2049bfb4-87a1-4271-b2b8-277eb7b7582d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/att/v3/rawdata/range?startDate=2025-11-01&endDate=2025-11-30&page=0&size=50","description":"<p><strong>This API provides daily attendance data, including employee information, work schedules, attendance status, abnormal attendance records, overtime work</strong></p>\n<h3 id=\"request-constraints\">Request Constraints</h3>\n<ul>\n<li><p>startDate - endDate</p>\n<ul>\n<li>Date range must be within 90 days.</li>\n</ul>\n</li>\n<li><p>size</p>\n<ul>\n<li>Page size must be between 1 and 100</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-kotlin\">@Schema(description = \"Attendance query response containing daily attendance records for multiple users\")\ndata class ApiAttQueryResponse(\n    @Schema(description = \"List of user attendance records\", requiredMode = RequiredMode.REQUIRED)\n    val data: List&lt;UserDailyAttendanceRecordList&gt;,\n) {\n    @Schema(description = \"User's daily attendance record list with work status and summary\")\n    data class UserDailyAttendanceRecordList(\n        @Schema(description = \"User information\", requiredMode = RequiredMode.REQUIRED)\n        val user: User,\n        @Schema(description = \"Current work status\", example = \"WORKING\", requiredMode = RequiredMode.REQUIRED)\n        val workStatusType: WorkStatusType,\n        @Schema(description = \"Daily attendance records for date range\", requiredMode = RequiredMode.REQUIRED)\n        val records: List&lt;Attendance&gt;,\n        @Schema(description = \"Summary of working/moving/away time\", requiredMode = RequiredMode.REQUIRED)\n        val summary: AttendanceRecordSummary,\n    )\n    @Schema(description = \"User information\")\n    data class User(\n        @Schema(description = \"User ID\", example = \"USR-001\", requiredMode = RequiredMode.REQUIRED)\n        val userId: String,\n        @Schema(description = \"User name\", example = \"John Doe\", requiredMode = RequiredMode.REQUIRED)\n        val userName: String,\n        @Schema(description = \"User group ID\", example = \"GRP-001\", requiredMode = RequiredMode.REQUIRED)\n        val userGroupId: String,\n        @Schema(description = \"User group name\", example = \"Engineering Team\", requiredMode = RequiredMode.REQUIRED)\n        val userGroupName: String,\n        @Schema(description = \"User registration image path\", example = \"/images/user/profile.jpg\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userRegImgPath: String?,\n        @Schema(description = \"User role type\", example = \"LEADER\", requiredMode = RequiredMode.REQUIRED)\n        val userRoleType: UserRoleType,\n        @Schema(description = \"User phone number\", example = \"01012345678\", requiredMode = RequiredMode.REQUIRED)\n        val userPhone: String,\n        @Schema(description = \"User position ID\", example = \"POS-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userPositionId: String?,\n        @Schema(description = \"User position name\", example = \"Senior Engineer\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userPositionName: String?,\n        @Schema(description = \"User grade ID\", example = \"GRD-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userGradeId: String?,\n        @Schema(description = \"User grade name\", example = \"Level 3\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userGradeName: String?,\n        @Schema(description = \"User grade icon\", example = \"/icons/grade3.png\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val userGradeIcon: String?,\n        @Schema(description = \"Workplace ID\", example = \"WP-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceId: String?,\n        @Schema(description = \"Workplace name\", example = \"Headquarters Main Office\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceName: String?,\n        @Schema(description = \"Workplace code\", example = \"HQ-MAIN\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceCode: String?,\n        @Schema(description = \"Employee ID\", example = \"EMP-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val empId: String?,\n        @Schema(description = \"Leader flag\", example = \"true\", requiredMode = RequiredMode.REQUIRED)\n        val isLeader: Boolean,\n        @Schema(description = \"Resigned flag\", example = \"false\", requiredMode = RequiredMode.REQUIRED)\n        val isResigned: Boolean,\n        @Schema(description = \"Deleted flag\", example = \"false\", requiredMode = RequiredMode.REQUIRED)\n        val isDeleted: Boolean,\n    )\n    @Schema(description = \"User role type\")\n    enum class UserRoleType {\n        @Schema(description = \"Staff member\")\n        STAFF,\n        @Schema(description = \"Team leader\")\n        LEADER,\n        @Schema(description = \"Administrator\")\n        ADMIN,\n        @Schema(description = \"Super administrator\")\n        SUPER_ADMIN,\n        @Schema(description = \"System operator\")\n        OPERATOR\n    }\n    @Schema(description = \"Daily attendance record with schedule, actual records, and abnormalities\")\n    data class Attendance(\n        @Schema(description = \"Date in YYYY-MM-DD format\", example = \"2024-01-15\", requiredMode = RequiredMode.REQUIRED)\n        val date: String,\n        @Schema(description = \"Scheduled work plan (null if no schedule)\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val schedule: Schedule?,\n        @Schema(description = \"Actual attendance actions (punch in/out, away, move)\", requiredMode = RequiredMode.REQUIRED)\n        val attRecords: List&lt;AttendanceRecord&gt;,\n        @Schema(description = \"Abnormal situations (late, early leave, no-show, etc.)\", requiredMode = RequiredMode.REQUIRED)\n        val attAbnormals: List&lt;AttAbnormal&gt;,\n        @Schema(description = \"Overtime work list\", requiredMode = RequiredMode.REQUIRED)\n        val overWorks: List&lt;OverWork&gt;,\n    )\n    @Schema(description = \"Individual attendance action (punch in/out, away, move)\")\n    data class AttendanceRecord(\n        @Schema(description = \"Record ID\", example = \"123456\", requiredMode = RequiredMode.REQUIRED)\n        val id: Long,\n        @Schema(description = \"Action type\", example = \"ATT_PUNCH_IN\", requiredMode = RequiredMode.REQUIRED)\n        val type: AttRecordType,\n        @Schema(description = \"Action time in HH:mm:ss format\", example = \"09:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Reason or note\", example = \"Lunch break\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val reason: String?,\n        val matchType: AttRecordMatchType,\n        @Schema(description = \"Workplace where action was performed\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplace: AttendanceRecordWorkplace?,\n    )\n    @Schema(description = \"Workplace information (regular or temporary location)\")\n    data class AttendanceRecordWorkplace(\n        @Schema(description = \"Workplace ID (null for temporary)\", example = \"WP-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val id: String?,\n        @Schema(description = \"Workplace name\", example = \"Headquarters Main Office\", requiredMode = RequiredMode.REQUIRED)\n        val name: String,\n        @Schema(description = \"Workplace code\", example = \"HQ-MAIN\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val code: String?,\n        @Schema(description = \"Latitude for GPS verification\", example = \"37.5665\", requiredMode = RequiredMode.REQUIRED)\n        val latitude: Double,\n        @Schema(description = \"Longitude for GPS verification\", example = \"126.9780\", requiredMode = RequiredMode.REQUIRED)\n        val longitude: Double,\n        @Schema(description = \"Temporary workplace flag\", example = \"false\", requiredMode = RequiredMode.REQUIRED)\n        val isTemp: Boolean\n    )\n    @Schema(description = \"Time summary statistics\")\n    data class AttendanceRecordSummary(\n        @Schema(description = \"Total working minutes\", example = \"480\", requiredMode = RequiredMode.REQUIRED)\n        val totalWorkingMinutes: Long,\n        @Schema(description = \"Total moving minutes\", example = \"60\", requiredMode = RequiredMode.REQUIRED)\n        val totalMovingMinutes: Long,\n        @Schema(description = \"Total away minutes\", example = \"60\", requiredMode = RequiredMode.REQUIRED)\n        val totalAwayMinutes: Long,\n    )\n    @Schema(description = \"Scheduled work plan\")\n    data class Schedule(\n        @Schema(description = \"Schedule type\", example = \"WORK\", requiredMode = RequiredMode.REQUIRED)\n        val type: ScheduleType,\n        @Schema(description = \"Memo or note\", example = \"Regular work day\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val memo: String?,\n        @Schema(description = \"Start time in HH:mm:ss format\", example = \"09:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val startTime: String?,\n        @Schema(description = \"End time in HH:mm:ss format\", example = \"18:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val endTime: String?,\n        @Schema(description = \"Break time in minutes\", example = \"60\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val restMinutes: Int?,\n        @Schema(description = \"Designated workplace\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplace: ScheduleWorkplace?,\n        @Schema(description = \"Day-off information\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val dayOffs: DayOff?,\n        @Schema(description = \"Leave information list\", requiredMode = RequiredMode.REQUIRED)\n        val leaves: List&lt;Leave&gt;,\n    )\n    @Schema(description = \"Scheduled workplace\")\n    data class ScheduleWorkplace(\n        @Schema(description = \"Workplace ID\", example = \"WP-001\", requiredMode = RequiredMode.REQUIRED)\n        val id: String,\n        @Schema(description = \"Workplace name\", example = \"Headquarters Main Office\", requiredMode = RequiredMode.REQUIRED)\n        val name: String,\n        @Schema(description = \"Workplace code\", example = \"HQ-MAIN\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val code: String?\n    )\n    @Schema(description = \"Day-off information\")\n    data class DayOff(\n        @Schema(description = \"Day-off type ID\", example = \"DAYOFF-001\", requiredMode = RequiredMode.REQUIRED)\n        val id: String,\n        @Schema(description = \"Day-off name\", example = \"National Holiday\", requiredMode = RequiredMode.REQUIRED)\n        val name: String,\n    )\n    @Schema(description = \"Leave information\")\n    data class Leave(\n        @Schema(description = \"Leave type ID\", example = \"LEAVE-001\", requiredMode = RequiredMode.REQUIRED)\n        val id: String,\n        @Schema(description = \"Leave type name\", example = \"Annual Leave\", requiredMode = RequiredMode.REQUIRED)\n        val name: String,\n        @Schema(description = \"Leave unit (DAYS or MINUTES)\", example = \"DAYS\", requiredMode = RequiredMode.REQUIRED)\n        val unit: LeaveUnit,\n        @Schema(description = \"Leave amount (1.0=full day, 0.5=half day)\", example = \"1.0\", requiredMode = RequiredMode.REQUIRED)\n        val value: Double,\n    )\n    @Schema(description = \"Leave duration unit\")\n    enum class LeaveUnit {\n        @Schema(description = \"Days (1.0=full, 0.5=half)\")\n        DAYS,\n        @Schema(description = \"Minutes (60=1hour, 240=4hours)\")\n        MINUTES\n    }\n    @Schema(description = \"Overtime work information\")\n    data class OverWork(\n        @Schema(description = \"Scheduled start time in yyyy-MM-dd HH:mm:ss format\", example = \"2024-01-15 18:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val scheduledStartTime: String,\n        @Schema(description = \"Scheduled end time in yyyy-MM-dd HH:mm:ss format\", example = \"2024-01-15 20:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val scheduledEndTime: String?,\n        @Schema(description = \"Scheduled duration in minutes\", example = \"120\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val scheduledMinutes: Long?,\n        @Schema(description = \"Accepted start time in yyyy-MM-dd HH:mm:ss format\", example = \"2024-01-15 18:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val acceptedStartTime: String?,\n        @Schema(description = \"Accepted end time in yyyy-MM-dd HH:mm:ss format\", example = \"2024-01-15 20:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val acceptedEndTime: String?,\n        @Schema(description = \"Accepted duration in minutes\", example = \"120\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val acceptedMinutes: Long?,\n        @Schema(description = \"Overtime type (REQUEST or SCHEDULE)\", example = \"REQUEST\", requiredMode = RequiredMode.REQUIRED)\n        val otwType: OtwType,\n        @Schema(description = \"Request reason (only for REQUEST type)\", example = \"Project deadline\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val requestReason: String?\n    )\n    @Schema(description = \"Abnormal attendance situation (late, early, no-show, etc.)\")\n    data class AttAbnormal(\n        @Schema(description = \"Related attendance record ID\", example = \"123456\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val recordId: Long?,\n        @Schema(description = \"Attendance check ID\", example = \"CHK-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val checkId: String?,\n        @Schema(description = \"Abnormality type\", example = \"LATE\", requiredMode = RequiredMode.REQUIRED)\n        val type: AbnormalType,\n        @Schema(description = \"Late arrival minutes\", example = \"30\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val lateDuration: Long?,\n        @Schema(description = \"Early departure minutes\", example = \"45\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val earlyDuration: Long?,\n        @Schema(description = \"Request and approval details\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val requestApprovalDetails: RequestApprovalDetails?,\n        @Schema(description = \"Manager modification details\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val leaderModificationDetails: LeaderModificationDetails?,\n//        @Schema(description = \"Scheduled attendance information for comparison\")\n//        val schedule: AbnormalSchedule,\n//\n//        @Schema(description = \"Actual attendance information. Null if no actual record exists\")\n//        val actual: AbnormalActual?,\n        @Schema(description = \"Reason or explanation\", example = \"Traffic jam\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val reason: String?\n    )\n    @Schema(description = \"Request and approval workflow\")\n    data class RequestApprovalDetails(\n        @Schema(description = \"Employee's request\", requiredMode = RequiredMode.REQUIRED)\n        val request: AbnormalRequest,\n        @Schema(description = \"Manager's approval decision\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val approval: AbnormalApproval?\n    )\n    @Schema(description = \"Employee's time correction request\")\n    data class AbnormalRequest(\n        @Schema(description = \"Requested action type\", example = \"PUNCH_OUT\", requiredMode = RequiredMode.REQUIRED)\n        val type: PunchInOutType,\n        @Schema(description = \"Request status\", example = \"WAIT\", requiredMode = RequiredMode.REQUIRED)\n        val status: ApprovalRequestStatus,\n        @Schema(description = \"Requested time in HH:mm:ss format\", example = \"18:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Request reason\", example = \"Forgot to punch out\", requiredMode = RequiredMode.REQUIRED)\n        val reason: String\n    )\n    @Schema(description = \"Manager's approval decision\")\n    data class AbnormalApproval(\n        @Schema(description = \"Approving manager ID\", example = \"MGR-001\", requiredMode = RequiredMode.REQUIRED)\n        val userId: String,\n        @Schema(description = \"Approving manager name\", example = \"John Manager\", requiredMode = RequiredMode.REQUIRED)\n        val userName: String,\n        @Schema(description = \"Request submission time in HH:mm:ss format\", example = \"18:30:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Request processed time in HH:mm:ss format\", example = \"19:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val processedTime: String,\n        @Schema(description = \"Approval/rejection comment\", example = \"Approved\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val reason: String?\n    )\n    @Schema(description = \"Manager's manual modification details\")\n    data class LeaderModificationDetails(\n        @Schema(description = \"Modified record type\", example = \"ATT_PUNCH_IN\", requiredMode = RequiredMode.REQUIRED)\n        val type: AttRecordType,\n        @Schema(description = \"Record before modification\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val before: RecordDetail?,\n        @Schema(description = \"Record after modification\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val after: RecordDetail?,\n        @Schema(description = \"Modifying manager ID\", example = \"MGR-001\", requiredMode = RequiredMode.REQUIRED)\n        val userId: String,\n        @Schema(description = \"Modifying manager name\", example = \"John Manager\", requiredMode = RequiredMode.REQUIRED)\n        val userName: String,\n        @Schema(description = \"Modification time in HH:mm:ss format\", example = \"19:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Modification reason\", example = \"System malfunction\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val reason: String?\n    )\n    @Schema(description = \"Attendance record details for comparison\")\n    data class RecordDetail(\n        @Schema(description = \"Action time in HH:mm:ss format\", example = \"09:00:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Away action type (MEAL, REST, ETC)\", example = \"MEAL\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val awayType: AttRecordAwayType?,\n        @Schema(description = \"Detailed reason for ETC type\", example = \"Bank errand\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val awayEtcDetailReason: String?,\n        @Schema(description = \"Workplace ID\", example = \"WP-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceId: String?,\n        @Schema(description = \"Workplace name\", example = \"Headquarters Main Office\", requiredMode = RequiredMode.REQUIRED)\n        val workplaceName: String,\n        @Schema(description = \"Workplace code\", example = \"HQ-MAIN\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceCode: String?\n    )\n    @Schema(description = \"Scheduled attendance for comparison\")\n    data class AbnormalSchedule(\n        @Schema(description = \"Scheduled work type\", example = \"WORK\", requiredMode = RequiredMode.REQUIRED)\n        val type: ScheduleType,\n        @Schema(description = \"Scheduled punch-in time in HH:mm:ss format\", example = \"09:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val punchInTime: String?,\n        @Schema(description = \"Scheduled punch-out time in HH:mm:ss format\", example = \"18:00:00\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val punchOutTime: String?,\n        @Schema(description = \"Scheduled workplace ID\", example = \"WP-001\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceId: String?,\n        @Schema(description = \"Scheduled workplace name\", example = \"Headquarters Main Office\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceName: String?,\n        @Schema(description = \"Scheduled workplace code\", example = \"HQ-MAIN\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceCode: String?\n    )\n    @Schema(description = \"Actual attendance for comparison\")\n    data class AbnormalActual(\n        @Schema(description = \"Actual action type\", example = \"PUNCH_IN\", requiredMode = RequiredMode.REQUIRED)\n        val type: PunchInOutType,\n        @Schema(description = \"Actual action time in HH:mm:ss format\", example = \"09:30:00\", requiredMode = RequiredMode.REQUIRED)\n        val time: String,\n        @Schema(description = \"Actual workplace ID\", example = \"WP-002\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceId: String?,\n        @Schema(description = \"Actual workplace name\", example = \"Branch Office\", requiredMode = RequiredMode.REQUIRED)\n        val workplaceName: String,\n        @Schema(description = \"Actual workplace code\", example = \"BRANCH-01\", requiredMode = RequiredMode.NOT_REQUIRED)\n        val workplaceCode: String?\n    )\n    @Schema(description = \"Employee's current work status\")\n    enum class WorkStatusType {\n        @Schema(description = \"NO show\")\n        NO_SHOW,\n        @Schema(description = \"Not yet punched in\")\n        BEFORE_PUNCH_IN,\n        @Schema(description = \"Currently working\")\n        WORKING,\n        @Schema(description = \"Punched out\")\n        PUNCH_OUT\n    }\n    @Schema(description = \"Attendance record type\")\n    enum class AttRecordType {\n        @Schema(description = \"Clock in\")\n        ATT_PUNCH_IN,\n        @Schema(description = \"Departure for movement\")\n        MOVE_DEPARTURE,\n        @Schema(description = \"Arrival from movement\")\n        MOVE_ARRIVAL,\n        @Schema(description = \"Start away time\")\n        AWAY_START,\n        @Schema(description = \"Return from away\")\n        AWAY_BACK_TO_WORK,\n        @Schema(description = \"Clock out\")\n        ATT_PUNCH_OUT\n    }\n    @Schema(description = \"Attendance match type\")\n    enum class AttRecordMatchType {\n        NONE, WIFI, GPS, QR, ADT_CAPS\n    }\n    @Schema(description = \"Away time type\")\n    enum class AttRecordAwayType {\n        @Schema(description = \"Rest break\")\n        REST,\n        @Schema(description = \"Meal break\")\n        MEAL,\n        @Schema(description = \"Other away reason\")\n        ETC\n    }\n    @Schema(description = \"Schedule type\")\n    enum class ScheduleType {\n        @Schema(description = \"No schedule defined\")\n        NO_SCHEDULE,\n        @Schema(description = \"Regular work\")\n        WORK,\n        @Schema(description = \"Day off\")\n        DAYOFF,\n        @Schema(description = \"Leave\")\n        LEAVE,\n        @Schema(description = \"Training\")\n        TRAINING,\n        @Schema(description = \"Other schedule type\")\n        ETC\n    }\n    @Schema(description = \"Overtime type\")\n    enum class OtwType {\n        @Schema(description = \"Requested overtime\")\n        REQUEST,\n        @Schema(description = \"Scheduled overtime\")\n        SCHEDULE\n    }\n    @Schema(description = \"Abnormality type\")\n    enum class AbnormalType {\n        @Schema(description = \"Late arrival\")\n        LATE,\n        @Schema(description = \"Early departure\")\n        EARLY,\n        @Schema(description = \"Punch in without schedule\")\n        NO_SCHEDULE_PUNCH_IN,\n        @Schema(description = \"Punch in at different workplace\")\n        OTHER_WORKPLACE_PUNCH_IN,\n        @Schema(description = \"Modified by manager\")\n        LEADER_MODIFICATION,\n        @Schema(description = \"Request approval required\")\n        REQUEST_APPROVAL,\n        @Schema(description = \"Automatic punch out\")\n        AUTO_PUNCH_OUT,\n        @Schema(description = \"Punch in at temporary workplace\")\n        TEMP_WORKPLACE_PUNCH_IN,\n        @Schema(description = \"Punch out at temporary workplace\")\n        TEMP_WORKPLACE_PUNCH_OUT,\n        @Schema(description = \"Work schedule But No Punch in\")\n        NO_SHOW\n    }\n    @Schema(description = \"Punch in/out type\")\n    enum class PunchInOutType {\n        @Schema(description = \"Punch in action\")\n        PUNCH_IN,\n        @Schema(description = \"Punch out action\")\n        PUNCH_OUT\n    }\n    @Schema(description = \"Approval request status\")\n    enum class ApprovalRequestStatus {\n        @Schema(description = \"Waiting for approval\")\n        WAIT,\n        @Schema(description = \"Approved\")\n        APPROVAL\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","att","v3","rawdata","range"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Date : String (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-01"},{"description":{"content":"<p>Date : String (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-30"},{"description":{"content":"<p>default : 0</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>default : 50</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"e77cac5c-4888-4c06-b530-e0d7a43cbd7b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/att/v3/rawdata?date=2025-03-07","host":["https://api.shoplworks.com"],"path":["api","att","v3","rawdata"],"query":[{"key":"date","value":"2025-03-07","description":"Date : String (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 17 Mar 2025 04:06:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        \n        {\n            \"user\": {\n                \"userId\": \"91C44E3B2********\",\n                \"userName\": \"J**\",\n                \"empId\": \"A0500902\",\n                \"phone\": \"010********\",\n                \"isResign\": false,\n                \"hireDate\": \"2017-07-12\",\n                \"resignDate\": null,\n                \"isLeader\": true,\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"workplaceCode\": \"HQ0000001\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"5_Dev\",\n                \"positionId\": null,\n                \"positionName\": null,\n                \"userGradeId\": null,\n                \"userGradeName\": null\n            },\n            \"schedule\": {\n                \"schDate\": \"2025-03-07\",\n                \"schType\": \"WORK\",\n                \"schHalfLeaveType\": \"NONE\",\n                \"schMemo\": null,\n                \"schTemplate\": {\n                    \"tmplId\": 100044270,\n                    \"tmplName\": \"10-16\",\n                    \"tmplColor\": \"#8B65DD\"\n                },\n                \"work\": {\n                    \"attendanceTime\": \"2025-03-07 10:00:00\",\n                    \"quittingTime\": \"2025-03-07 16:00:00\",\n                    \"breakTime\": \"01:00:00\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\"\n                }\n            },\n            \"attStatus\": {\n                \"status\": \"PUNCH_OUT\",\n                \"attendanceTime\": \"2025-03-07 08:11:09\",\n                \"quittingTime\": \"2025-03-07 17:22:44\",\n                \"stayCheck\": null\n            },\n            \"attAbnormal\": [],\n            \"attRecordList\": [\n                {\n                    \"recordId\": 13964785,\n                    \"type\": \"ATT_PUNCH_IN\",\n                    \"time\": \"2025-03-07 08:11:09\",\n                    \"isTempWorkplace\": false,\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\",\n                    \"workplaceLatitude\": 37.4901283,\n                    \"workplaceLongitude\": 127.03265390000004,\n                    \"awayType\": null,\n                    \"awayEtcReason\": null\n                },\n                {\n                    \"recordId\": 13973402,\n                    \"type\": \"ATT_PUNCH_OUT\",\n                    \"time\": \"2025-03-07 17:22:44\",\n                    \"isTempWorkplace\": false,\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"workplaceCode\": \"HQ0000001\",\n                    \"workplaceLatitude\": 37.4901283,\n                    \"workplaceLongitude\": 127.03265390000004,\n                    \"awayType\": null,\n                    \"awayEtcReason\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2049bfb4-87a1-4271-b2b8-277eb7b7582d"}],"id":"4efa0ea3-754e-41c1-8afe-42ee386d4dd9","event":[{"listen":"prerequest","script":{"id":"c6afba14-ab6a-43d1-a777-8b7f8f75e57d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6826fff5-079d-4d67-85da-8f48ef2a5f4a","type":"text/javascript","exec":[""]}}],"_postman_id":"4efa0ea3-754e-41c1-8afe-42ee386d4dd9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Schedule API(SCH)","item":[{"name":"Get Schedule  Code List (Dayoff/Leave)","id":"f536afd3-e9da-471a-9766-88bcb2d3a9e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/code/list","description":"<p>Provides Leave and Day-off codes.</p>\n<ul>\n<li>For Leave codes, only types that can be designated by the leader are provided.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","code","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"4aa65391-749c-495d-bc13-c6100ef534af","name":"Example : Get Schedule Code List","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/code/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"360"},{"key":"Date","value":"Thu, 31 Aug 2023 04:18:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"dayoffTypeList\": [\n            {\n                \"dayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"dayoffTypeName\": \"Day off\"\n            }\n        ],\n        \"leaveTypeList\": [\n            {\n                \"leaveTypeId\": \"58D8D6E4A34E4907\",\n                \"leaveTypeName\": \"Leave\"\n            },\n            {\n                \"leaveTypeId\": \"E77BE4A253C6FA4B\",\n                \"leaveTypeName\": \"Annual Leave\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f536afd3-e9da-471a-9766-88bcb2d3a9e6"},{"name":"Get Group Templates","id":"8a61f90c-21ec-41b0-8277-6c979811dfe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/group/:groupId/template","description":"<p>Provides a list of schedule templates registered in the group.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","group",":groupId","template"],"host":["https://api.shoplworks.com"],"query":[],"variable":[{"id":"506d14f0-090a-4d54-bcf1-1330fb7bdcd2","type":"any","value":"E0BA170256543064","key":"groupId"}]}},"response":[{"id":"ed269fdd-3bb3-441f-bdef-d46c0bf8e5e9","name":"Example : Get Group Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/schedule/group/:groupId/template","host":["https://api.shoplworks.com"],"path":["api","schedule","group",":groupId","template"],"variable":[{"key":"groupId","value":"E0BA170256543064"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 28 Aug 2023 07:31:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"groupInfo\": { /* Group Object */\n            \"groupId\": \"E0BA170256543064\",\n            \"groupName\": \"Dev\",\n            \"groupDepth\": \"CE7C311F91B99918/E0BA170256543064\",\n            \"groupFullName\": \"External Api Company/Dev\"\n        },\n        \"templateList\": [ /* Group Template List */\n            {\n                \"tmplId\": 533, /* Template ID */\n                \"tmplName\": \"Dev-Work\", /* Template Name */\n                \"tmplColor\": \"#2AA5FF\", /* Template Color */\n                \"scheduleInfo\": { /* Schedule Object */\n                    \"schType\": \"1\",\n                    \"schTypeName\": \"Work\",\n                    \"schAttendanceTime\": \"07:30\",\n                    \"schQuittingTime\": \"16:30\",\n                    \"schBreakTime\": \"01:00\",\n                    \"schIsHalfLeave\": \"0\",\n                    \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                    \"schDayoffTypeId\": null,\n                    \"schDayoffTypeName\": null,\n                    \"schLeaveTypeId\": null,\n                    \"schLeaveTypeName\": null\n                }\n            },\n            {\n                \"tmplId\": 534,\n                \"tmplName\": \"Dev-OFF\",\n                \"tmplColor\": \"#DD202B\",\n                \"scheduleInfo\": {\n                    \"schType\": \"2\",\n                    \"schTypeName\": \"Day off\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schEtcMemo\": null,\n                    \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                    \"schDayoffTypeName\": \"Day off\",\n                    \"schLeaveTypeId\": null,\n                    \"schLeaveTypeName\": null\n                }\n            },\n            {\n                \"tmplId\": 535,\n                \"tmplName\": \"Dev-AL\",\n                \"tmplColor\": \"#FF9700\",\n                \"scheduleInfo\": {\n                    \"schType\": \"3\",\n                    \"schTypeName\": \"Leave\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schEtcMemo\": null,\n                    \"schDayoffTypeId\": null,\n                    \"schDayoffTypeName\": null,\n                    \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n                    \"schLeaveTypeName\": \"Annual Leave\"\n                }\n            },\n            {\n                \"tmplId\": 536,\n                \"tmplName\": \"Dev-Training\",\n                \"tmplColor\": \"#F393AA\",\n                \"scheduleInfo\": {\n                    \"schType\": \"4\",\n                    \"schTypeName\": \"Training\",\n                    \"schAttendanceTime\": \"09:00\",\n                    \"schQuittingTime\": \"18:00\",\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schEtcMemo\": \"Training Center\",\n                    \"schDayoffTypeId\": null,\n                    \"schDayoffTypeName\": null,\n                    \"schLeaveTypeId\": null,\n                    \"schLeaveTypeName\": null\n                }\n            },\n            {\n                \"tmplId\": 537,\n                \"tmplName\": \"Dev-BT\",\n                \"tmplColor\": \"#8B65DD\",\n                \"scheduleInfo\": {\n                    \"schType\": \"9\",\n                    \"schTypeName\": \"Other types\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schEtcMemo\": \"business trip\",\n                    \"schDayoffTypeId\": null,\n                    \"schDayoffTypeName\": null,\n                    \"schLeaveTypeId\": null,\n                    \"schLeaveTypeName\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"8a61f90c-21ec-41b0-8277-6c979811dfe5"},{"name":"Get Group User's Schedule","id":"e82ddcab-2079-45f6-9061-172c9eccacd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/group/:groupId?startDate=2025-01-01&endDate=2024-01-31","description":"<p>Provides the schedule of employees in the group for a specific time period.<br />(Includes templates and detailed schedule information.)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","group",":groupId"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Start Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-01-01"},{"description":{"content":"<p>End Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"endDate","value":"2024-01-31"}],"variable":[{"description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"CA3E6969A9F5C5E2","key":"groupId"}]}},"response":[{"id":"070e96b6-559f-4920-a190-7f0947bae5bd","name":"Example :Get Group User's Schedule","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/schedule/group/:groupId?startDate=2023-08-01&endDate=2023-08-31","host":["https://api.shoplworks.com"],"path":["api","schedule","group",":groupId"],"query":[{"key":"startDate","value":"2023-08-01","description":"Start Date (Format > yyyy-MM-dd)"},{"key":"endDate","value":"2023-08-31","description":"End Date (Format > yyyy-MM-dd)"}],"variable":[{"key":"groupId","value":"E0BA170256543064","description":"Group ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 28 Aug 2023 02:06:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"groupInfo\": { /* Group Object */\n            \"groupId\": \"E0BA170256543064\", /*Group ID*/\n            \"groupName\": \"Dev\", /* Group Name */\n            \"groupDepth\": \"CE7C311F91B99918/E0BA170256543064\", /* Group ID Hierarchy */\n            \"groupFullName\": \"External Api Company/Dev\" /* Group Name Hierarchy */\n        },\n        \"userScheduleList\": [ /* User's Schedule List*/\n            {\n                \"userInfo\": { /* User Object */\n                    \"userId\": \"F92C3B1ABF46ECBF\", /* User ID */\n                    \"userName\": \"Dev Leader 1\", /* User Name */\n                    \"empId\": \"DEV001\", /* Employee ID */\n                    \"phone\": \"010297895623\", /* Phone */\n                    \"workplaceId\": \"BC978861BFB52062\", /* Default Workplace ID */\n                    \"workplaceName\": \"SHOPL&COMPANY\", /* Default Workplace Name */\n                    \"workplaceCode\": \"Shopl HQ\",  /* Default Workplace Code */\n                    \"groupId\": \"E0BA170256543064\", /* Group ID */\n                    \"groupName\": \"Dev\", /* Group Name */\n                    \"positionId\": \"22671BA4B337ACA3\", /* Position ID */\n                    \"positionName\": \"Manager\", /* Position Name */\n                    \"isResign\": \"0\", /* Resigned > \"0\":false, \"1\":true */\n                    \"isLeader\": \"1\"  /* Leader? > \"0\":false, \"1\":true*/\n                },\n                \"scheduleList\": [ /* Schedule Object */\n                    {\n                        \"schId\": 11544, /* Schedule ID */\n                        \"schDate\": \"2023-08-01\", /* Schedule Date */\n                        \"schType\": \"1\", /* Schedule Type : 1:Work, 2:Dayoff, 3:Leave, 4:Training, 9:ETC */\n                        \"schTypeName\": \"Work\", /* Schedule Type Name */\n                        \"schAttendanceTime\": \"07:30\", /* Scheduled Working Hour - Start > Format(HH:mm)*/\n                        \"schQuittingTime\": \"16:30\", /* Scheduled Working Hour - End > Format(HH:mm) */\n                        \"schBreakTime\": \"01:00\", /* Scheduled BreatTime >  > Format(HH:mm) */\n                        \"schIsHalfLeave\": \"0\", /* Leave Type > 0:Full Day(Default), 1:Half Day, 2:Quater Day */\n                        \"schWorkplaceId\": \"BC978861BFB52062\", /* Workplace ID */\n                        \"schWorkplaceCode\": \"Shopl HQ\", /* Workplace Name */\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\", /* Workplace Code */\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\", /* Memo */\n                        \"schDayoffTypeId\": null, /* Dayoff ID */\n                        \"schDayoffTypeName\": null, /* Dayoff Name */\n                        \"schLeaveTypeId\": null, /* Leave ID */\n                        \"schLeaveTypeName\": null, /* Leave Type Name */\n                        \"schTmplInfo\": { /* Template Info */\n                            \"tmplId\": 533, /* Template ID */\n                            \"tmplName\": \"Dev-Work\", /* Template Name */\n                            \"tmplColor\": \"#2AA5FF\" /* Template Color */\n                        }\n                    },\n                    { /* Example : SchType : Work  */\n                        \"schId\": 11545, /*Requried*/\n                        \"schDate\": \"2023-08-02\",  /*Requried*/\n                        \"schType\": \"1\", /*Requried*/\n                        \"schTypeName\": \"Work\", /*Requried*/\n                        \"schAttendanceTime\": \"07:30\", /*Requried*/\n                        \"schQuittingTime\": \"16:30\", /*Requried*/\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    { /* Example > Sch Type : \"4\" */\n                        \"schId\": 11579,/*Requried*/\n                        \"schDate\": \"2023-08-03\",/*Requried*/\n                        \"schType\": \"4\",/*Requried*/\n                        \"schTypeName\": \"Training\",/*Requried*/\n                        \"schAttendanceTime\": \"09:00\",/*Optional*/\n                        \"schQuittingTime\": \"18:00\",/*Optional*/\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": \"Training Center\",/*Optional*/\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 536,\n                            \"tmplName\": \"Dev-Training\",\n                            \"tmplColor\": \"#F393AA\"\n                        }\n                    },\n                    {\n                        \"schId\": 11547,\n                        \"schDate\": \"2023-08-04\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    { /* Example : SchType : Day off  */\n                        \"schId\": 11575,/*Requried*/\n                        \"schDate\": \"2023-08-05\",/*Requried*/\n                        \"schType\": \"2\",/*Requried*/\n                        \"schTypeName\": \"Day off\",/*Requried*/\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,/*Optional*/\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",/*Requried*/\n                        \"schDayoffTypeName\": \"Day off\",/*Requried*/\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11549,\n                        \"schDate\": \"2023-08-06\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11550,\n                        \"schDate\": \"2023-08-07\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11551,\n                        \"schDate\": \"2023-08-08\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11552,\n                        \"schDate\": \"2023-08-09\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11553,\n                        \"schDate\": \"2023-08-10\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    { /* Example : SchType : Leave  */\n                        \"schId\": 11580,/*Requried*/\n                        \"schDate\": \"2023-08-11\",/*Requried*/\n                        \"schType\": \"3\",/*Requried*/\n                        \"schTypeName\": \"Leave\",/*Requried*/\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",/*Requried*/\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",/*Requried*/\n                        \"schLeaveTypeName\": \"Annual Leave\",/*Requried*/\n                        \"schTmplInfo\": {\n                            \"tmplId\": 535,\n                            \"tmplName\": \"Dev-AL\",\n                            \"tmplColor\": \"#FF9700\"\n                        }\n                    },\n                    {\n                        \"schId\": 11576,\n                        \"schDate\": \"2023-08-12\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11556,\n                        \"schDate\": \"2023-08-13\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11557,\n                        \"schDate\": \"2023-08-14\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11558,\n                        \"schDate\": \"2023-08-15\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11559,\n                        \"schDate\": \"2023-08-16\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11560,\n                        \"schDate\": \"2023-08-17\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11561,\n                        \"schDate\": \"2023-08-18\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11577,\n                        \"schDate\": \"2023-08-19\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11563,\n                        \"schDate\": \"2023-08-20\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11564,\n                        \"schDate\": \"2023-08-21\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11565,\n                        \"schDate\": \"2023-08-22\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11581,\n                        \"schDate\": \"2023-08-23\",\n                        \"schType\": \"9\",\n                        \"schTypeName\": \"Other types\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": \"business trip\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 537,\n                            \"tmplName\": \"Dev-BT\",\n                            \"tmplColor\": \"#8B65DD\"\n                        }\n                    },\n                    { /*Example > Sch Type : \"9\"*/\n                        \"schId\": 11582,/*Requried*/\n                        \"schDate\": \"2023-08-24\",/*Requried*/\n                        \"schType\": \"9\",/*Requried*/\n                        \"schTypeName\": \"Other types\",/*Requried*/\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": \"business trip\",/*Optional*/\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 537,\n                            \"tmplName\": \"Dev-BT\",\n                            \"tmplColor\": \"#8B65DD\"\n                        }\n                    },\n                    {\n                        \"schId\": 11583,\n                        \"schDate\": \"2023-08-25\",\n                        \"schType\": \"9\",\n                        \"schTypeName\": \"Other types\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": \"business trip\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 537,\n                            \"tmplName\": \"Dev-BT\",\n                            \"tmplColor\": \"#8B65DD\"\n                        }\n                    },\n                    {\n                        \"schId\": 11578,\n                        \"schDate\": \"2023-08-26\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11570,\n                        \"schDate\": \"2023-08-27\",\n                        \"schType\": \"2\",\n                        \"schTypeName\": \"Day off\",\n                        \"schAttendanceTime\": null,\n                        \"schQuittingTime\": null,\n                        \"schBreakTime\": null,\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": null,\n                        \"schWorkplaceCode\": null,\n                        \"schWorkplaceName\": null,\n                        \"schEtcMemo\": null,\n                        \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                        \"schDayoffTypeName\": \"Day off\",\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 534,\n                            \"tmplName\": \"Dev-OFF\",\n                            \"tmplColor\": \"#DD202B\"\n                        }\n                    },\n                    {\n                        \"schId\": 11571,\n                        \"schDate\": \"2023-08-28\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11572,\n                        \"schDate\": \"2023-08-29\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11573,\n                        \"schDate\": \"2023-08-30\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    },\n                    {\n                        \"schId\": 11574,\n                        \"schDate\": \"2023-08-31\",\n                        \"schType\": \"1\",\n                        \"schTypeName\": \"Work\",\n                        \"schAttendanceTime\": \"07:30\",\n                        \"schQuittingTime\": \"16:30\",\n                        \"schBreakTime\": \"01:00\",\n                        \"schIsHalfLeave\": \"0\",\n                        \"schWorkplaceId\": \"BC978861BFB52062\",\n                        \"schWorkplaceCode\": \"Shopl HQ\",\n                        \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                        \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                        \"schDayoffTypeId\": null,\n                        \"schDayoffTypeName\": null,\n                        \"schLeaveTypeId\": null,\n                        \"schLeaveTypeName\": null,\n                        \"schTmplInfo\": {\n                            \"tmplId\": 533,\n                            \"tmplName\": \"Dev-Work\",\n                            \"tmplColor\": \"#2AA5FF\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"e82ddcab-2079-45f6-9061-172c9eccacd9"},{"name":"Get User Schedule","id":"31e88fe4-2780-468c-a1ad-66e728481ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/user/:empId?startDate=2024-10-01&endDate=2024-10-05","description":"<p>Provides the schedule of an employee for a specific time period.<br />(Includes templates and detailed schedule information.)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","user",":empId"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Start Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"2024-10-01"},{"description":{"content":"<p>End Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"endDate","value":"2024-10-05"}],"variable":[{"type":"any","value":"","key":"empId"}]}},"response":[{"id":"0f5a8fe5-069a-4f92-bbae-9b118b7c2804","name":"Example : Get User Schedule","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/schedule/user/:empId?startDate=2023-08-01&endDate=2023-08-31","host":["https://api.shoplworks.com"],"path":["api","schedule","user",":empId"],"query":[{"key":"startDate","value":"2023-08-01","description":"Start Date (Format > yyyy-MM-dd)"},{"key":"endDate","value":"2023-08-31","description":"End Date (Format > yyyy-MM-dd)"}],"variable":[{"key":"empId","value":"DEV001","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 28 Aug 2023 04:14:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"F92C3B1ABF46ECBF\",\n            \"userName\": \"Dev Leader 1\",\n            \"empId\": \"DEV001\",\n            \"phone\": \"010297895623\",\n            \"workplaceId\": \"BC978861BFB52062\",\n            \"workplaceName\": \"SHOPL&COMPANY\",\n            \"workplaceCode\": \"Shopl HQ\",\n            \"groupId\": \"E0BA170256543064\",\n            \"groupName\": \"Dev\",\n            \"positionId\": \"22671BA4B337ACA3\",\n            \"positionName\": \"Manager\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\"\n        },\n        \"scheduleList\": [\n            {\n                \"schId\": 11544,\n                \"schDate\": \"2023-08-01\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11545,\n                \"schDate\": \"2023-08-02\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11579,\n                \"schDate\": \"2023-08-03\",\n                \"schType\": \"4\",\n                \"schTypeName\": \"Training\",\n                \"schAttendanceTime\": \"09:00\",\n                \"schQuittingTime\": \"18:00\",\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": \"Training Center\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 536,\n                    \"tmplName\": \"Dev-Training\",\n                    \"tmplColor\": \"#F393AA\"\n                }\n            },\n            {\n                \"schId\": 11547,\n                \"schDate\": \"2023-08-04\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11575,\n                \"schDate\": \"2023-08-05\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11549,\n                \"schDate\": \"2023-08-06\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11550,\n                \"schDate\": \"2023-08-07\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11551,\n                \"schDate\": \"2023-08-08\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11552,\n                \"schDate\": \"2023-08-09\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11584,\n                \"schDate\": \"2023-08-10\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"13:00\",\n                \"schQuittingTime\": \"18:00\",\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"1\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n                \"schLeaveTypeName\": \"Annual Leave\",\n                \"schTmplInfo\": null\n            },\n            {\n                \"schId\": 11580,\n                \"schDate\": \"2023-08-11\",\n                \"schType\": \"3\",\n                \"schTypeName\": \"Leave\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n                \"schLeaveTypeName\": \"Annual Leave\",\n                \"schTmplInfo\": {\n                    \"tmplId\": 535,\n                    \"tmplName\": \"Dev-AL\",\n                    \"tmplColor\": \"#FF9700\"\n                }\n            },\n            {\n                \"schId\": 11576,\n                \"schDate\": \"2023-08-12\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11556,\n                \"schDate\": \"2023-08-13\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11557,\n                \"schDate\": \"2023-08-14\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11558,\n                \"schDate\": \"2023-08-15\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11559,\n                \"schDate\": \"2023-08-16\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11560,\n                \"schDate\": \"2023-08-17\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11561,\n                \"schDate\": \"2023-08-18\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11577,\n                \"schDate\": \"2023-08-19\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11563,\n                \"schDate\": \"2023-08-20\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11564,\n                \"schDate\": \"2023-08-21\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11565,\n                \"schDate\": \"2023-08-22\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11581,\n                \"schDate\": \"2023-08-23\",\n                \"schType\": \"9\",\n                \"schTypeName\": \"Other types\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": \"business trip\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 537,\n                    \"tmplName\": \"Dev-BT\",\n                    \"tmplColor\": \"#8B65DD\"\n                }\n            },\n            {\n                \"schId\": 11582,\n                \"schDate\": \"2023-08-24\",\n                \"schType\": \"9\",\n                \"schTypeName\": \"Other types\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": \"business trip\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 537,\n                    \"tmplName\": \"Dev-BT\",\n                    \"tmplColor\": \"#8B65DD\"\n                }\n            },\n            {\n                \"schId\": 11583,\n                \"schDate\": \"2023-08-25\",\n                \"schType\": \"9\",\n                \"schTypeName\": \"Other types\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": \"business trip\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 537,\n                    \"tmplName\": \"Dev-BT\",\n                    \"tmplColor\": \"#8B65DD\"\n                }\n            },\n            {\n                \"schId\": 11578,\n                \"schDate\": \"2023-08-26\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11570,\n                \"schDate\": \"2023-08-27\",\n                \"schType\": \"2\",\n                \"schTypeName\": \"Day off\",\n                \"schAttendanceTime\": null,\n                \"schQuittingTime\": null,\n                \"schBreakTime\": null,\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": null,\n                \"schWorkplaceCode\": null,\n                \"schWorkplaceName\": null,\n                \"schEtcMemo\": null,\n                \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n                \"schDayoffTypeName\": \"Day off\",\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 534,\n                    \"tmplName\": \"Dev-OFF\",\n                    \"tmplColor\": \"#DD202B\"\n                }\n            },\n            {\n                \"schId\": 11571,\n                \"schDate\": \"2023-08-28\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11572,\n                \"schDate\": \"2023-08-29\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11573,\n                \"schDate\": \"2023-08-30\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            },\n            {\n                \"schId\": 11574,\n                \"schDate\": \"2023-08-31\",\n                \"schType\": \"1\",\n                \"schTypeName\": \"Work\",\n                \"schAttendanceTime\": \"07:30\",\n                \"schQuittingTime\": \"16:30\",\n                \"schBreakTime\": \"01:00\",\n                \"schIsHalfLeave\": \"0\",\n                \"schWorkplaceId\": \"BC978861BFB52062\",\n                \"schWorkplaceCode\": \"Shopl HQ\",\n                \"schWorkplaceName\": \"SHOPL&COMPANY\",\n                \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\",\n                \"schDayoffTypeId\": null,\n                \"schDayoffTypeName\": null,\n                \"schLeaveTypeId\": null,\n                \"schLeaveTypeName\": null,\n                \"schTmplInfo\": {\n                    \"tmplId\": 533,\n                    \"tmplName\": \"Dev-Work\",\n                    \"tmplColor\": \"#2AA5FF\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"31e88fe4-2780-468c-a1ad-66e728481ac5"},{"name":"Get User Schedule Change History","id":"ab486002-756e-4119-a7c2-018f5da15be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/change/history/:empId?type=ALL&startDate=2024-08-01&endDate=2024-08-27","description":"<p>Provide a record of the user's schedule and attendance history changes by period. a record of schedule and attendance changes.</p>\n<h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"list\": [\n            {\n                /* __User Object__*/\n                \"userInfo\": { \n                    \"userId\": \"91C44E***********\",\n                    \"userName\": \"J*y\",\n                    \"userRegImg\": \"/img/preset/profile/woman.png\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"010********\",\n                    \"workplaceId\": \"AC3BF2***********\",\n                    \"workplaceName\": \"StartUp Campus A\",\n                    \"groupId\": \"70F456***********\",\n                    \"groupName\": \"Developers\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\",\n                    \"userGradeId\": \"61F09A***********\",\n                    \"userGradeName\": \"MASTER\",\n                    \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                },\n                /*Change History List*/\n                \"changeHistories\": [\n                    /*__Change History Object__*/\n                    {\n                        /*Schedule/Attendance Record Date*/\n                        \"date\": \"2024-08-20\",\n                        /*__Change History Type Object__*/\n                        \"historyType\": {\n                            /*\n                                Change History Type: \n                                - SCHEDULE \n                                - ATTENDANCE_RECORD\n                            */\n                            \"featureType\": \"SCHEDULE\"\n                            /*** \n                                Schedule Change Type(historyType == SCHEDULE):\n                                - LEADER_ASSIGN\n                                - REQUEST_N_APPROVED\n                                - AUTO_ASSIGNED_FROM_NO_SCHEDULE\n                                - AUTO_ASSIGNED_BY_MODIFYING_DEFAULT_SCHEDULE\n                                - APPROVED_LEAVE\n                                - APPROVED_LEAVE_CANCELED\n                                - NONE\n                                Attendance Record (historyType == ATTENDANCE_RECORD):\n                                - PUNCH_IN\n                                - PUNCH_OUT\n                                - PUNCH_IN_RECORD_CREATED_FROM_NONE\n                                - PUNCH_IN_RECORD_MODIFIED\n                                - PUNCH_OUT_RECORD_MODIFIED\n                                - PUNCH_OUT_RECORD_CREATED_FROM_NONE\n                                - PUNCH_OUT_TIME_CHANGE_REQUEST_APPROVED\n                                - NONE\n                            ***/\n                            \"changeType\": \"AUTO_ASSIGNED_FROM_NO_SCHEDULE\", \n                            /*Change history Type Desc*/\n                            \"changeTypeName\": \"Schedule assigned based on default work schedule\"\n                        },\n                        /* Processor(Modifier, Approved User...) : __User Object*/\n                        \"processor\": null,\n                        \"attHistoryDetail\": null,\n                        /*__Schedule Change History Detail Object__*/\n                        \"schHistoryDetail\": {\n                            /* Schedult Type : \n                                - NO_SCHEDULE(\"0\"), \n                                - WORK(\"1\"), \n                                - DAYOFF(\"2\"), \n                                - LEAVE(\"3\"), \n                                - TRAINING(\"4\"), \n                                - ETC(\"9\") \n                            */\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            /*Schedule Group Template*/\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            /*__Schedule Info__*/\n                            /*\n                                Schedule Half Leave Type:\n                                NONE(\"0\"), HALF_LEAVE(\"1\"), QUARTER_LEAVE(\"2\"), MULTIPLE_LEAVE(\"3\");\n                            */\n                            \"schHalfLeaveType\": \"NONE\", \n                            /* Half Leave Type Names (Multiple)*/\n                            \"halfLeaveTypeNames\": [],\n                            /*Scheduled Punch In Time*/\n                            \"attendanceTime\": \"10:00\",\n                            /*Scheduled Punch Out Time*/\n                            \"quittingTime\": \"16:00\",\n                            /*Scheduled Break Time*/\n                            \"breakingTime\": \"01:00\",\n                            /*Workplace Name*/\n                            \"workplaceName\": \"StartUp Campus A\",\n                            /*Workplace Code*/\n                            \"workplaceCode\": null,\n                            /*Memo*/\n                            \"remark\": null\n                        },\n                        /*Schedule Request Time*/\n                        \"requestedDateTime\": null,\n                        /*Schedule Request Reason*/\n                        \"requestedReason\": null,\n                        /*Schedule Updated DateTime*/\n                        \"processedAt\": \"2024-07-01 00:02:41\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        /*__Change History Type Object__*/\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_IN\",\n                            \"changeTypeName\": \"Punch in\"\n                        },\n                        \"processor\": null,\n                        /*__Attendance Record Change History Detail Object__*/\n                        \"attHistoryDetail\": {\n                            /*Before Punch In/out Time*/\n                            \"beforePunchInOutTime\": null,\n                            /*Changed Punch In/out Time*/\n                            \"changedPunchInOutTime\": \"13:50\",\n                            /*Before Workplace Name*/\n                            \"beforeWorkplaceName\": null,\n                            /*Before Temp Workplace Name*/\n                            \"beforeTempWorkplaceName\": null,\n                            /*Before Workplace Code*/\n                            \"beforeWorkplaceCode\": null,\n                            /*Changed Workplace Name*/\n                            \"changedWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                            /*Changed Temp Workplace Name*/\n                            \"changedTempWorkplaceName\": null,\n                            /*Changed Workplace Code*/\n                            \"changedWorkplaceCode\": \"shopl\",\n                            /*Modify Resaon*/\n                            \"modifiedReason\": null,\n                            /*__Abnormal Attendance Record Object__*/\n                            \"abnormalAttendance\": {\n                                /*Late*/\n                                \"late\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"minutes\": 230,\n                                    \"reason\": null\n                                },\n                                /*Early Leave*/\n                                \"early\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                /*Came to work when I was not scheduled to work*/\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                /*Punching in at a different work location*/\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": null\n                                },\n                                /*Automatic punch out*/\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                /*Attendance record has been modified*/\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                /*Punching in/out at a temporary work location*/\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-20 13:50:20\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_OUT_RECORD_CREATED_FROM_NONE\",\n                            \"changeTypeName\": \"Punch out record modified\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": {\n                            \"beforePunchInOutTime\": null,\n                            \"changedPunchInOutTime\": \"18:00\",\n                            \"beforeWorkplaceName\": null,\n                            \"beforeTempWorkplaceName\": null,\n                            \"beforeWorkplaceCode\": null,\n                            \"changedWorkplaceName\": \"StartUp Campus A\",\n                            \"changedTempWorkplaceName\": null,\n                            \"changedWorkplaceCode\": null,\n                            \"modifiedReason\": \"3\",\n                            \"abnormalAttendance\": {\n                                \"late\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"early\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": \"3\"\n                                },\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:15:38\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_IN_RECORD_MODIFIED\",\n                            \"changeTypeName\": \"Punch in record modified\"\n                        },\n                        /*__User Object__*/\n                        \"processor\": {\n                            \"userId\": \"91C44E***********\",\n                            \"userName\": \"J*y\",\n                            \"userRegImg\": \"/img/preset/profile/woman.png\",\n                            \"empId\": \"A0500902\",\n                            \"phone\": \"010********\",\n                            \"workplaceId\": \"AC3BF2***********\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"groupId\": \"70F456***********\",\n                            \"groupName\": \"Developers\",\n                            \"isResign\": \"0\",\n                            \"isLeader\": \"1\",\n                            \"userGradeId\": \"61F09A***********\",\n                            \"userGradeName\": \"MASTER\",\n                            \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                        },\n                        \"attHistoryDetail\": {\n                            \"beforePunchInOutTime\": \"13:50\",\n                            \"changedPunchInOutTime\": \"09:50\",\n                            \"beforeWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                            \"beforeTempWorkplaceName\": null,\n                            \"beforeWorkplaceCode\": \"shopl\",\n                            \"changedWorkplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                            \"changedTempWorkplaceName\": null,\n                            \"changedWorkplaceCode\": \"shopl\",\n                            \"modifiedReason\": \"Attendance Time 변경\",\n                            \"abnormalAttendance\": {\n                                \"late\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"early\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": \"Attendance Time 변경\"\n                                },\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:26:33\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"SCHEDULE\",\n                            \"changeType\": \"LEADER_ASSIGN\",\n                            \"changeTypeName\": \"Schedule assigned by a leader\"\n                        },\n                        \"processor\": {\n                            \"userId\": \"91C44E***********\",\n                            \"userName\": \"J*y\",\n                            \"userRegImg\": \"/img/preset/profile/woman.png\",\n                            \"empId\": \"A0500902\",\n                            \"phone\": \"010********\",\n                            \"workplaceId\": \"AC3BF2***********\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"groupId\": \"70F456***********\",\n                            \"groupName\": \"Developers\",\n                            \"isResign\": \"0\",\n                            \"isLeader\": \"1\",\n                            \"userGradeId\": \"61F09A***********\",\n                            \"userGradeName\": \"MASTER\",\n                            \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                        },\n                        \"attHistoryDetail\": null,\n                        \"schHistoryDetail\": {\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            \"schHalfLeaveType\": \"NONE\",\n                            \"halfLeaveTypeNames\": [],\n                            \"attendanceTime\": \"09:20\",\n                            \"quittingTime\": \"19:00\",\n                            \"breakingTime\": \"01:00\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"workplaceCode\": null,\n                            \"remark\": \"\"\n                        },\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:29:50\"\n                    },\n                    {\n                        \"date\": \"2024-08-21\",\n                        \"historyType\": {\n                            \"featureType\": \"SCHEDULE\",\n                            \"changeType\": \"AUTO_ASSIGNED_FROM_NO_SCHEDULE\",\n                            \"changeTypeName\": \"Schedule assigned based on default work schedule\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": null,\n                        \"schHistoryDetail\": {\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            \"schHalfLeaveType\": \"NONE\",\n                            \"halfLeaveTypeNames\": [],\n                            \"attendanceTime\": \"10:00\",\n                            \"quittingTime\": \"16:00\",\n                            \"breakingTime\": \"01:00\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"workplaceCode\": null,\n                            \"remark\": null\n                        },\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-07-01 00:02:41\"\n                    }\n                ]\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","change","history",":empId"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>SCHEDULE : Only Schedule Change History\nATTENDANCE: Only Attendance Change History, \nALL : Schedule And Attendance, </p>\n","type":"text/plain"},"key":"type","value":"ALL"},{"description":{"content":"<p>Start Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"2024-08-01"},{"description":{"content":"<p>End Date (Format &gt; yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"endDate","value":"2024-08-27"}],"variable":[{"type":"any","value":"16152","key":"empId"}]}},"response":[{"id":"ed0d7e40-6de5-4907-8eeb-f1cf044c24e3","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/schedule/change/history/:empId?type=ALL&startDate=2024-08-20&endDate=2024-08-21","host":["https://api.shoplworks.com"],"path":["api","schedule","change","history",":empId"],"query":[{"key":"type","value":"ALL","description":"SCHEDULE : Only Schedule Change History\nATTENDANCE: Only Attendance Change History, \nALL : Schedule And Attendance, "},{"key":"startDate","value":"2024-08-20","description":"Start Date (Format > yyyy-MM-dd)"},{"key":"endDate","value":"2024-08-21","description":"End Date (Format > yyyy-MM-dd)"}],"variable":[{"key":"empId","value":"A0500902"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 Aug 2024 03:57:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"list\": [\n            {\n                \"userInfo\": {\n                    \"userId\": \"91C44E**********\",\n                    \"userName\": \"J**\",\n                    \"userRegImg\": \"/img/preset/profile/woman.png\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"010********\",\n                    \"workplaceId\": \"AC3BF**********\",\n                    \"workplaceName\": \"StartUp Campus A\",\n                    \"groupId\": \"70F456**********\",\n                    \"groupName\": \"Developers\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\",\n                    \"userGradeId\": \"61F09A**********\",\n                    \"userGradeName\": \"MASTER\",\n                    \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                },\n                \"changeHistories\": [\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"SCHEDULE\",\n                            \"changeType\": \"AUTO_ASSIGNED_FROM_NO_SCHEDULE\",\n                            \"changeTypeName\": \"Schedule assigned based on default work schedule\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": null,\n                        \"schHistoryDetail\": {\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            \"schHalfLeaveType\": \"NONE\",\n                            \"halfLeaveTypeNames\": [],\n                            \"attendanceTime\": \"10:00\",\n                            \"quittingTime\": \"16:00\",\n                            \"breakingTime\": \"01:00\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"workplaceCode\": null,\n                            \"remark\": null\n                        },\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-07-01 00:02:41\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_IN\",\n                            \"changeTypeName\": \"Punch in\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": {\n                            \"beforePunchInOutTime\": null,\n                            \"changedPunchInOutTime\": \"13:50\",\n                            \"beforeWorkplaceName\": null,\n                            \"beforeTempWorkplaceName\": null,\n                            \"beforeWorkplaceCode\": null,\n                            \"changedWorkplaceName\": \"SHOPL&COMPANY HQ (강남)\",\n                            \"changedTempWorkplaceName\": null,\n                            \"changedWorkplaceCode\": \"shopl\",\n                            \"modifiedReason\": null,\n                            \"abnormalAttendance\": {\n                                \"late\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"minutes\": 230,\n                                    \"reason\": null\n                                },\n                                \"early\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": null\n                                },\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-20 13:50:20\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_OUT_RECORD_CREATED_FROM_NONE\",\n                            \"changeTypeName\": \"Punch out record modified\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": {\n                            \"beforePunchInOutTime\": null,\n                            \"changedPunchInOutTime\": \"18:00\",\n                            \"beforeWorkplaceName\": null,\n                            \"beforeTempWorkplaceName\": null,\n                            \"beforeWorkplaceCode\": null,\n                            \"changedWorkplaceName\": \"StartUp Campus A\",\n                            \"changedTempWorkplaceName\": null,\n                            \"changedWorkplaceCode\": null,\n                            \"modifiedReason\": \"3\",\n                            \"abnormalAttendance\": {\n                                \"late\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"early\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                },\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": \"3\"\n                                },\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": false,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:15:38\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"ATTENDANCE_RECORD\",\n                            \"changeType\": \"PUNCH_IN_RECORD_MODIFIED\",\n                            \"changeTypeName\": \"Punch in record modified\"\n                        },\n                        \"processor\": {\n                            \"userId\": \"91C44E**********\",\n                            \"userName\": \"J**\",\n                            \"userRegImg\": \"/img/preset/profile/woman.png\",\n                            \"empId\": \"A0500902\",\n                            \"phone\": \"010********\",\n                            \"workplaceId\": \"AC3BF**********\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"groupId\": \"70F456**********\",\n                            \"groupName\": \"Developers\",\n                            \"isResign\": \"0\",\n                            \"isLeader\": \"1\",\n                            \"userGradeId\": \"61F09A**********\",\n                            \"userGradeName\": \"MASTER\",\n                            \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                        },\n                        \"attHistoryDetail\": {\n                            \"beforePunchInOutTime\": \"13:50\",\n                            \"changedPunchInOutTime\": \"09:50\",\n                            \"beforeWorkplaceName\": \"SHOPL&COMPANY HQ (강남)\",\n                            \"beforeTempWorkplaceName\": null,\n                            \"beforeWorkplaceCode\": \"shopl\",\n                            \"changedWorkplaceName\": \"SHOPL&COMPANY HQ (강남)\",\n                            \"changedTempWorkplaceName\": null,\n                            \"changedWorkplaceCode\": \"shopl\",\n                            \"modifiedReason\": \"Attendance Time 변경\",\n                            \"abnormalAttendance\": {\n                                \"late\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"early\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"minutes\": null,\n                                    \"reason\": null\n                                },\n                                \"noSchedulePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"otherWorkplacePunchIn\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"autoPunchOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                },\n                                \"modified\": {\n                                    \"isAbnormalAttendance\": true,\n                                    \"reason\": \"Attendance Time 변경\"\n                                },\n                                \"tempWorkplacePunchInOut\": {\n                                    \"isAbnormalAttendance\": null,\n                                    \"reason\": null\n                                }\n                            }\n                        },\n                        \"schHistoryDetail\": null,\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:26:33\"\n                    },\n                    {\n                        \"date\": \"2024-08-20\",\n                        \"historyType\": {\n                            \"featureType\": \"SCHEDULE\",\n                            \"changeType\": \"LEADER_ASSIGN\",\n                            \"changeTypeName\": \"Schedule assigned by a leader\"\n                        },\n                        \"processor\": {\n                            \"userId\": \"91C44E**********\",\n                            \"userName\": \"J**\",\n                            \"userRegImg\": \"/img/preset/profile/woman.png\",\n                            \"empId\": \"A0500902\",\n                            \"phone\": \"010********\",\n                            \"workplaceId\": \"AC3BF**********\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"groupId\": \"70F456**********\",\n                            \"groupName\": \"Developers\",\n                            \"isResign\": \"0\",\n                            \"isLeader\": \"1\",\n                            \"userGradeId\": \"61F09A**********\",\n                            \"userGradeName\": \"MASTER\",\n                            \"userGradeIcon\": \"/img/icon/icon_grade_0.png\"\n                        },\n                        \"attHistoryDetail\": null,\n                        \"schHistoryDetail\": {\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            \"schHalfLeaveType\": \"NONE\",\n                            \"halfLeaveTypeNames\": [],\n                            \"attendanceTime\": \"09:20\",\n                            \"quittingTime\": \"19:00\",\n                            \"breakingTime\": \"01:00\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"workplaceCode\": null,\n                            \"remark\": \"\"\n                        },\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-08-22 10:29:50\"\n                    },\n                    {\n                        \"date\": \"2024-08-21\",\n                        \"historyType\": {\n                            \"featureType\": \"SCHEDULE\",\n                            \"changeType\": \"AUTO_ASSIGNED_FROM_NO_SCHEDULE\",\n                            \"changeTypeName\": \"Schedule assigned based on default work schedule\"\n                        },\n                        \"processor\": null,\n                        \"attHistoryDetail\": null,\n                        \"schHistoryDetail\": {\n                            \"schType\": \"WORK\",\n                            \"schTypeName\": \"Work\",\n                            \"tmplName\": null,\n                            \"tmplColor\": null,\n                            \"schHalfLeaveType\": \"NONE\",\n                            \"halfLeaveTypeNames\": [],\n                            \"attendanceTime\": \"10:00\",\n                            \"quittingTime\": \"16:00\",\n                            \"breakingTime\": \"01:00\",\n                            \"workplaceName\": \"StartUp Campus A\",\n                            \"workplaceCode\": null,\n                            \"remark\": null\n                        },\n                        \"requestedDateTime\": null,\n                        \"requestedReason\": null,\n                        \"processedAt\": \"2024-07-01 00:02:41\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"ab486002-756e-4119-a7c2-018f5da15be1"},{"name":"Get User's Schedule Change History - Daily","id":"68b7c917-0528-4d4a-9794-bdc65c4d4b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/schedule/change/history?type=ALL&date=2024-08-20","description":"<p>Provide the schedule and attendance change history for all users on a specific date.</p>\n<h3 id=\"response-object\">Response Object</h3>\n<p>Same - Get User Schedule Change History</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","change","history"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>ALL : Schedule And Attendance, \nSCHEDULE : Only Schedule Change History\nATTENDANCE: Only Attendance Change History, </p>\n","type":"text/plain"},"key":"type","value":"ALL"},{"description":{"content":"<p>Date (Format &gt; yyyy-MM-dd</p>\n","type":"text/plain"},"key":"date","value":"2024-08-20"}],"variable":[]}},"response":[],"_postman_id":"68b7c917-0528-4d4a-9794-bdc65c4d4b82"},{"name":"Set User Schedule(Template)","id":"8d9c5e88-b323-4e7b-97ee-85fdb5e7353e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schTmplList\": [\n        {\n            \"schDate\": \"2023-09-01\",\n            \"tmplName\": \"Dev-Work\",\n            \"workplaceCode\": \"Shopl HQ\"\n        },\n        {\n            \"schDate\": \"2023-09-02\",\n            \"tmplName\": \"Dev-OFF\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-03\",\n            \"tmplName\": \"Dev-AL\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-04\",\n            \"tmplName\": \"Dev-Training\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-05\",\n            \"tmplName\": \"Dev-BT\",\n            \"workplaceCode\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shoplworks.com/api/schedule/user/:empId/template","description":"<p>Register an employee's schedule using the schedule templates in the group.</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"schTmplList\": [ /* Schedule Template List */\n        {\n            \"schDate\": \"2023-09-01\", /* Schedule Date - (Required) */\n            \"tmplName\": \"Dev-Work\", /*Group Template Name - (Required) */\n            \"workplaceCode\": \"Shopl HQ\" /* Workplace Code - (Optional) */\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"response-body\">Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"SUCCESS\",\n  \"body\": {\n    \"invalidScheduleList\": [] /* I */\n  }\n}\n\n</code></pre>\n<ul>\n<li><p>InvalidScheduleList &gt; Reasons</p>\n<ul>\n<li><p>\"INVALID_TEMPLATE_NAME\"</p>\n</li>\n<li><p>\"INVALID_WORKPLACE_CODE\"</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","user",":empId","template"],"host":["https://api.shoplworks.com"],"query":[],"variable":[{"description":{"content":"<p>Employee ID</p>\n","type":"text/plain"},"type":"any","value":"DEV001","key":"empId"}]}},"response":[{"id":"cc54f5ee-1ea2-4c1b-86c9-0d1482ef5fd8","name":"Example : Set User Schedule(Template) - Successs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schTmplList\": [\n        {\n            \"schDate\": \"2023-09-01\",\n            \"tmplName\": \"Dev-Work\",\n            \"workplaceCode\": \"Shopl HQ\"\n        },\n        {\n            \"schDate\": \"2023-09-02\",\n            \"tmplName\": \"Dev-OFF\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-03\",\n            \"tmplName\": \"Dev-AL\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-04\",\n            \"tmplName\": \"Dev-Training\",\n            \"workplaceCode\": null\n        },\n        {\n            \"schDate\": \"2023-09-05\",\n            \"tmplName\": \"Dev-BT\",\n            \"workplaceCode\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/schedule/user/:empId","protocol":"http","host":["localhost"],"port":"8080","path":["api","schedule","user",":empId"],"variable":[{"key":"empId","value":"DEV001","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"80"},{"key":"Date","value":"Tue, 29 Aug 2023 04:49:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"invalidScheduleList\": []\n    }\n}"}],"_postman_id":"8d9c5e88-b323-4e7b-97ee-85fdb5e7353e"},{"name":"Set User Schedule","id":"fbabe690-bde4-4df4-ad1f-6c115248f78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schList\": [\n        {\n            \"schDate\": \"2023-10-01\",\n            \"schType\": \"2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shoplworks.com/api/schedule/user/:empId","description":"<p>Register an employee's schedule by entering the required values for each type directly.</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"schList\": [\n        { /*Schedule Object*/\n            \"schDate\": \"2023-10-01\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schBreakTime\": \"01:00\",\n            \"schIsHalfLeave\": \"0\",\n            \"schWorkplaceCode\": \"Shopl HQ\",\n            \"schEtcMemo\": \"09:00 ~ 18:00 Work\"\n        },\n        {\n            \"schDate\": \"2023-10-02\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"13:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schBreakTime\": null,\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": \"Shopl HQ\",\n            \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n            \"schEtcMemo\": \"Half Annual Leave\"\n        },\n        {\n            \"schDate\": \"2023-10-04\",\n            \"schType\": \"2\",\n            \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n            \"schEtcMemo\": \"Day off\"\n        },\n        {\n            \"schDate\": \"2023-10-05\",\n            \"schType\": \"3\",\n            \"schIsHalfLeave\": \"0\",\n            \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n            \"schEtcMemo\": \"Annual Leave\"\n        },\n        {\n            \"schDate\": \"2023-10-06\",\n            \"schType\": \"4\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schEtcMemo\": \"Training Center\"\n        },\n        {\n            \"schDate\": \"2023-10-07\",\n            \"schType\": \"9\",\n            \"schEtcMemo\": \"Business Trip:USA SFO\"\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"response-body\">Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"SUCCESS\",\n  \"body\": {\n    \"invalidScheduleList\": [] /* Invalid Schedule Reasons */\n  }\n}\n\n</code></pre>\n<p><strong>InvalidScheduleList &gt; Reasons</strong></p>\n<ul>\n<li><p>\"INVALID_SCH_TYPE\",</p>\n</li>\n<li><p>\"INVALID_IS_HALF_LEAVE\",</p>\n</li>\n<li><p>\"INVALID_ATTENDANCE_TIME\",</p>\n</li>\n<li><p>\"INVALID_QUITTING_TIME\",</p>\n</li>\n<li><p>\"INVALID_BREAK_TIME\",</p>\n</li>\n<li><p>\"INVALID_WORKPLACE_CODE\"</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","user",":empId"],"host":["https://api.shoplworks.com"],"query":[],"variable":[{"description":{"content":"<p>Employee ID</p>\n","type":"text/plain"},"type":"any","value":"ZZZZ","key":"empId"}]}},"response":[{"id":"3cf17097-0f1b-451e-b145-d6584589ed7b","name":"Example : Set User Schedule (Invalid Request)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schList\": [\n        {\n            \"schDate\": \"2023-10-01\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"09:61\",\n            \"schQuittingTime\": \"1:00\",\n            \"schBreakTime\": \"25:00\",\n            \"schIsHalfLeave\": \"6\",\n            \"schWorkplaceCode\": \"Unknown Workplace\",\n            \"schEtcMemo\": \"schWorkplaceCode not exist!!!\"\n        },\n        {\n            \"schDate\": \"2023-10-02\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"01:00\",\n            \"schBreakTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": null,\n            \"schEtcMemo\": \"schWorkplaceCode not exist!!!\",\n            \"schDayoffTypeId\": null,\n            \"schLeaveTypeId\": null\n        },\n        {\n            \"schDate\": \"2023-10-03\",\n            \"schType\": \"2\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"01:00\",\n            \"schBreakTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": null,\n            \"schEtcMemo\": \"\",\n            \"schDayoffTypeId\": null,\n            \"schLeaveTypeId\": null\n        },\n        {\n            \"schDate\": \"2023-10-04\",\n            \"schType\": \"2\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"01:00\",\n            \"schBreakTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": null,\n            \"schEtcMemo\": null,\n            \"schDayoffTypeId\": \"empty!!!\",\n            \"schLeaveTypeId\": null\n        },\n        {\n            \"schDate\": \"2023-10-05\",\n            \"schType\": \"3\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"01:00\",\n            \"schBreakTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": null,\n            \"schEtcMemo\": null,\n            \"schDayoffTypeId\": null,\n            \"schLeaveTypeId\": null\n        },\n        {\n            \"schDate\": \"2023-10-06\",\n            \"schType\": \"4\",\n            \"schAttendanceTime\": \"29:00\",\n            \"schQuittingTime\": \"25:00\",\n            \"schBreakTime\": null,\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": null,\n            \"schEtcMemo\": null,\n            \"schDayoffTypeId\": null,\n            \"schLeaveTypeId\": null\n        },\n        {\n            \"schDate\": \"2023-10-07\",\n            \"schType\": \"9\",\n            \"schEtcMemo\": null\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.shoplworks.com/api/schedule/user/:empId","host":["https://api.shoplworks.com"],"path":["api","schedule","user",":empId"],"variable":[{"key":"empId","value":"DEV003","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Aug 2023 04:39:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SCHEDULE_UPDATE_FAILED\",\n    \"body\": {\n        \"invalidScheduleList\": [\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-01\",\n                    \"schType\": \"1\",\n                    \"schAttendanceTime\": \"09:61\",\n                    \"schQuittingTime\": \"1:00\",\n                    \"schBreakTime\": \"25:00\",\n                    \"schIsHalfLeave\": \"6\",\n                    \"schWorkplaceCode\": \"Unknown Workplace\",\n                    \"schEtcMemo\": \"schWorkplaceCode not exist!!!\",\n                    \"schDayoffTypeId\": null,\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_IS_HALF_LEAVE\",\n                    \"INVALID_ATTENDANCE_TIME\",\n                    \"INVALID_QUITTING_TIME\",\n                    \"INVALID_BREAK_TIME\",\n                    \"INVALID_WORKPLACE_CODE\"\n                ]\n            },\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-02\",\n                    \"schType\": \"1\",\n                    \"schAttendanceTime\": \"09:00\",\n                    \"schQuittingTime\": \"01:00\",\n                    \"schBreakTime\": \"18:00\",\n                    \"schIsHalfLeave\": \"1\",\n                    \"schWorkplaceCode\": null,\n                    \"schEtcMemo\": \"schWorkplaceCode not exist!!!\",\n                    \"schDayoffTypeId\": null,\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_LEAVE_TYPE_ID\"\n                ]\n            },\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-03\",\n                    \"schType\": \"2\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schWorkplaceCode\": null,\n                    \"schEtcMemo\": \"\",\n                    \"schDayoffTypeId\": null,\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_DAYOFF_TYPE_ID\"\n                ]\n            },\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-04\",\n                    \"schType\": \"2\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schWorkplaceCode\": null,\n                    \"schEtcMemo\": null,\n                    \"schDayoffTypeId\": \"empty!!!\",\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_DAYOFF_TYPE_ID\"\n                ]\n            },\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-05\",\n                    \"schType\": \"3\",\n                    \"schAttendanceTime\": null,\n                    \"schQuittingTime\": null,\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schWorkplaceCode\": null,\n                    \"schEtcMemo\": null,\n                    \"schDayoffTypeId\": null,\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_LEAVE_TYPE_ID\"\n                ]\n            },\n            {\n                \"schedule\": {\n                    \"schDate\": \"2023-10-06\",\n                    \"schType\": \"4\",\n                    \"schAttendanceTime\": \"29:00\",\n                    \"schQuittingTime\": \"25:00\",\n                    \"schBreakTime\": null,\n                    \"schIsHalfLeave\": \"0\",\n                    \"schWorkplaceCode\": null,\n                    \"schEtcMemo\": null,\n                    \"schDayoffTypeId\": null,\n                    \"schLeaveTypeId\": null\n                },\n                \"reasons\": [\n                    \"INVALID_ATTENDANCE_TIME\",\n                    \"INVALID_QUITTING_TIME\"\n                ]\n            }\n        ]\n    }\n}"},{"id":"58217244-e44f-4cab-b456-d729124bb57d","name":"Example : Set User Schedule - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schList\": [\n        {\n            \"schDate\": \"2023-10-01\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schBreakTime\": \"01:00\",\n            \"schIsHalfLeave\": \"0\",\n            \"schWorkplaceCode\": \"Shopl HQ\",\n            \"schEtcMemo\": \"09:00 ~ 18:00 Work\"\n        },\n        {\n            \"schDate\": \"2023-10-02\",\n            \"schType\": \"1\",\n            \"schAttendanceTime\": \"13:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schBreakTime\": null,\n            \"schIsHalfLeave\": \"1\",\n            \"schWorkplaceCode\": \"Shopl HQ\",\n            \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n            \"schEtcMemo\": \"Half Annual Leave\"\n        },\n        {\n            \"schDate\": \"2023-10-04\",\n            \"schType\": \"2\",\n            \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",\n            \"schEtcMemo\": \"Day off\"\n        },\n        {\n            \"schDate\": \"2023-10-05\",\n            \"schType\": \"3\",\n            \"schIsHalfLeave\": \"0\",\n            \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",\n            \"schEtcMemo\": \"Annual Leave\"\n        },\n        {\n            \"schDate\": \"2023-10-06\",\n            \"schType\": \"4\",\n            \"schAttendanceTime\": \"09:00\",\n            \"schQuittingTime\": \"18:00\",\n            \"schIsHalfLeave\": \"1\",\n            \"schEtcMemo\": \"Training Center\"\n        },\n        {\n            \"schDate\": \"2023-10-07\",\n            \"schType\": \"9\",\n            \"schEtcMemo\": \"Business Trip:USA SFO\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.shoplworks.com/api/schedule/user/:empId","host":["https://api.shoplworks.com"],"path":["api","schedule","user",":empId"],"variable":[{"key":"empId","value":"ZZZZ","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"80"},{"key":"Date","value":"Thu, 31 Aug 2023 04:47:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"invalidScheduleList\": []\n    }\n}"}],"_postman_id":"fbabe690-bde4-4df4-ad1f-6c115248f78e"},{"name":"Delete User Schedule","id":"af43ae6d-3e36-4d85-a621-5bd5308ab96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"schDates\": [\n        \"2023-10-01\",\n        \"2023-10-02\",\n        \"2023-10-03\",\n        \"2023-10-04\",\n        \"2023-10-05\",\n        \"2023-10-06\",\n        \"2023-10-07\",\n        \"2023-10-08\",\n        \"2023-10-09\",\n        \"2023-10-10\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.shoplworks.com/api/schedule/user/:empId","description":"<p>Delete an employee's schedule by date.</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"schTmplList\": [ /* Schedule Template List */\n        {\n            \"schDate\": \"2023-09-01\", /* Schedule Date - (Required) */\n            \"tmplName\": \"Dev-Work\", /*Group Template Name - (Required) */\n            \"workplaceCode\": \"Shopl HQ\" /* Workplace Code - (Optional) */\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"response-body\">Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"SUCCESS\",\n  \"body\": {\n    \"invalidScheduleList\": []\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","schedule","user",":empId"],"host":["https://api.shoplworks.com"],"query":[],"variable":[{"id":"9a05eb58-73a5-4643-adc0-851351319a2c","description":{"content":"<p>Employee ID</p>\n","type":"text/plain"},"type":"any","value":"DEV001","key":"empId"}]}},"response":[{"id":"ef40f2a4-fe62-4e02-8bff-536c51b42d69","name":"Example : Delete User Schedule - Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"schDates\": [\n        \"2023-08-01\",\n        \"2023-08-02\",\n        \"2023-08-03\",\n        \"2023-08-04\",\n        \"2023-08-05\",\n        \"2023-08-06\",\n        \"2023-08-07\",\n        \"2023-08-08\",\n        \"2023-08-09\",\n        \"2023-08-10\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.shoplworks.com/api/schedule/user/:empId","host":["https://api.shoplworks.com"],"path":["api","schedule","user",":empId"],"variable":[{"key":"empId","value":"DEV001","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"75"},{"key":"Date","value":"Thu, 31 Aug 2023 04:49:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"invalidSchDate\": []\n    }\n}"}],"_postman_id":"af43ae6d-3e36-4d85-a621-5bd5308ab96a"}],"id":"e3c93924-f756-4eb7-9827-4a968b513b53","description":"<p>Provides user schedule information along with editing and deletion functionality.</p>\n<h3 id=\"schedule-object\">Schedule Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"schId\": 11544, /* Schedule ID */\n    \"schDate\": \"2023-08-01\", /* Schedule Date */\n    \"schType\": \"1\", /* Schedule Type : 1:Work, 2:Dayoff, 3:Leave, 4:Training, 9:ETC */\n    \"schTypeName\": \"Work\", /* Schedule Type Name */\n    \"schAttendanceTime\": \"07:30\", /* Scheduled Working Hour - Start &gt; Format(HH:mm)*/\n    \"schQuittingTime\": \"16:30\", /* Scheduled Working Hour - End &gt; Format(HH:mm) */\n    \"schBreakTime\": \"01:00\", /* Scheduled BreatTime &gt;  &gt; Format(HH:mm) */\n    \"schIsHalfLeave\": \"0\", /* Leave Type &gt; 0:Full Day(Default), 1:Half Day, 2:Quater Day */\n    \"schWorkplaceId\": \"BC978861BFB52062\", /* Workplace ID */\n    \"schWorkplaceCode\": \"Shopl HQ\", /* Workplace Name */\n    \"schWorkplaceName\": \"SHOPL&amp;COMPANY\", /* Workplace Code */\n    \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\", /* Memo */\n    \"schDayoffTypeId\": null, /* Dayoff ID */\n    \"schDayoffTypeName\": null, /* Dayoff Name */\n    \"schLeaveTypeId\": null, /* Leave ID */\n    \"schLeaveTypeName\": null, /* Leave Type Name */\n    \"schTmplInfo\": { /* Template Info */\n        \"tmplId\": 533, /* Template ID */\n        \"tmplName\": \"Dev-Work\", /* Template Name */\n        \"tmplColor\": \"#2AA5FF\" /* Template Color */\n    }\n}\n\n</code></pre>\n<h3 id=\"example--work\"><strong>Example</strong> : Work</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">/* Example &gt; SchType : \"1\" - Work  */\n{ \n    \"schId\": 11545, /*Requried*/\n    \"schDate\": \"2023-08-02\",  /*Requried*/\n    \"schType\": \"1\", /*Requried*/\n    \"schTypeName\": \"Work\", /*Requried*/\n    \"schAttendanceTime\": \"07:30\", /*Requried*/\n    \"schQuittingTime\": \"16:30\", /*Requried*/\n    \"schBreakTime\": \"01:00\", /*Optional*/\n    \"schIsHalfLeave\": \"0\", /*Optional*/\n    \"schWorkplaceId\": \"BC978861BFB52062\", /*Optional*/\n    \"schWorkplaceCode\": \"Shopl HQ\", /*Optional*/\n    \"schWorkplaceName\": \"SHOPL&amp;COMPANY\", /*Optional*/\n    \"schEtcMemo\": \"Dev Work `07:30 ~ 16:30`\", /*Optional*/\n    \"schDayoffTypeId\": null,\n    \"schDayoffTypeName\": null,\n    \"schLeaveTypeId\": null, /*Optional*/\n    \"schLeaveTypeName\": null, /*Optional*/\n    \"schTmplInfo\": { /*Optional*/\n        \"tmplId\": 533,\n        \"tmplName\": \"Dev-Work\",\n        \"tmplColor\": \"#2AA5FF\"\n    }\n}\n\n</code></pre>\n<h3 id=\"example--work--halfquater-leave\">Example : Work &amp; Half/Quater Leave</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ /* Example &gt; SchType : \"1\" - Work &amp; Half/Quater Leave  */\n    \"schId\": 11584,/*Requried*/\n    \"schDate\": \"2023-08-10\",/*Requried*/\n    \"schType\": \"1\",/*Requried*/\n    \"schTypeName\": \"Work\",/*Requried*/\n    \"schAttendanceTime\": \"13:00\",/*Requried*/\n    \"schQuittingTime\": \"18:00\",/*Requried*/\n    \"schBreakTime\": null,\n    \"schIsHalfLeave\": \"1\",/*Requried*/\n    \"schWorkplaceId\": \"BC978861BFB52062\",\n    \"schWorkplaceCode\": \"Shopl HQ\",\n    \"schWorkplaceName\": \"SHOPL&amp;COMPANY\",\n    \"schEtcMemo\": null,\n    \"schDayoffTypeId\": null,\n    \"schDayoffTypeName\": null,\n    \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",/*Requried*/\n    \"schLeaveTypeName\": \"Annual Leave\",/*Requried*/\n    \"schTmplInfo\": null\n}\n\n</code></pre>\n<h3 id=\"example--dayoff\">Example : Dayoff</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ /* Example : SchType : Day off  */\n    \"schId\": 11575,/*Requried*/\n    \"schDate\": \"2023-08-05\",/*Requried*/\n    \"schType\": \"2\",/*Requried*/\n    \"schTypeName\": \"Day off\",/*Requried*/\n    \"schAttendanceTime\": null,\n    \"schQuittingTime\": null,\n    \"schBreakTime\": null,\n    \"schIsHalfLeave\": \"0\",\n    \"schWorkplaceId\": null,\n    \"schWorkplaceCode\": null,\n    \"schWorkplaceName\": null,\n    \"schEtcMemo\": null,/*Optional*/\n    \"schDayoffTypeId\": \"BE1FFA01BAF1F44B\",/*Requried*/\n    \"schDayoffTypeName\": \"Day off\",/*Requried*/\n    \"schLeaveTypeId\": null,\n    \"schLeaveTypeName\": null,\n    \"schTmplInfo\": {\n        \"tmplId\": 534,\n        \"tmplName\": \"Dev-OFF\",\n        \"tmplColor\": \"#DD202B\"\n    }\n}\n\n</code></pre>\n<h3 id=\"example--leave\">Example : Leave</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ /* Example : SchType : Leave  */\n    \"schId\": 11580,/*Requried*/\n    \"schDate\": \"2023-08-11\",/*Requried*/\n    \"schType\": \"3\",/*Requried*/\n    \"schTypeName\": \"Leave\",/*Requried*/\n    \"schAttendanceTime\": null,\n    \"schQuittingTime\": null,\n    \"schBreakTime\": null,\n    \"schIsHalfLeave\": \"0\",/*Requried*/\n    \"schWorkplaceId\": null,\n    \"schWorkplaceCode\": null,\n    \"schWorkplaceName\": null,\n    \"schEtcMemo\": null,\n    \"schDayoffTypeId\": null,\n    \"schDayoffTypeName\": null,\n    \"schLeaveTypeId\": \"E77BE4A253C6FA4B\",/*Requried*/\n    \"schLeaveTypeName\": \"Annual Leave\",/*Requried*/\n    \"schTmplInfo\": {\n        \"tmplId\": 535,\n        \"tmplName\": \"Dev-AL\",\n        \"tmplColor\": \"#FF9700\"\n    }\n}\n\n</code></pre>\n<h3 id=\"example--training\">Example : Training</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ /* Example &gt; Sch Type : \"4\" */\n    \"schId\": 11579,/*Requried*/\n    \"schDate\": \"2023-08-03\",/*Requried*/\n    \"schType\": \"4\",/*Requried*/\n    \"schTypeName\": \"Training\",/*Requried*/\n    \"schAttendanceTime\": \"09:00\",/*Optional*/\n    \"schQuittingTime\": \"18:00\",/*Optional*/\n    \"schBreakTime\": null,\n    \"schIsHalfLeave\": \"0\",\n    \"schWorkplaceId\": null,\n    \"schWorkplaceCode\": null,\n    \"schWorkplaceName\": null,\n    \"schEtcMemo\": \"Training Center\",/*Optional*/\n    \"schDayoffTypeId\": null,\n    \"schDayoffTypeName\": null,\n    \"schLeaveTypeId\": null,\n    \"schLeaveTypeName\": null,\n    \"schTmplInfo\": {\n        \"tmplId\": 536,\n        \"tmplName\": \"Dev-Training\",\n        \"tmplColor\": \"#F393AA\"\n    }\n}\n\n</code></pre>\n<h3 id=\"example--etc\">Example : Etc</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> /*Example &gt; Sch Type : \"9\"*/\n    \"schId\": 11582,/*Requried*/\n    \"schDate\": \"2023-08-24\",/*Requried*/\n    \"schType\": \"9\",/*Requried*/\n    \"schTypeName\": \"Other types\",/*Requried*/\n    \"schAttendanceTime\": null,\n    \"schQuittingTime\": null,\n    \"schBreakTime\": null,\n    \"schIsHalfLeave\": \"0\",\n    \"schWorkplaceId\": null,\n    \"schWorkplaceCode\": null,\n    \"schWorkplaceName\": null,\n    \"schEtcMemo\": \"business trip\",/*Optional*/\n    \"schDayoffTypeId\": null,\n    \"schDayoffTypeName\": null,\n    \"schLeaveTypeId\": null,\n    \"schLeaveTypeName\": null,\n    \"schTmplInfo\": {\n        \"tmplId\": 537,\n        \"tmplName\": \"Dev-BT\",\n        \"tmplColor\": \"#8B65DD\"\n    }\n}\n\n</code></pre>\n","_postman_id":"e3c93924-f756-4eb7-9827-4a968b513b53","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Board API(Field Report-FR)","item":[{"name":"Get Field Report Contents List- Daily","id":"66e2e3fe-db10-418d-91c8-3290b2abc660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/fr/list?date=2024-08-22","description":"<p><em>Field report Content list by date</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"header\": {\n      \"statusCode\": \"SUCCESS\"\n  },\n  \"body\": {\n      \"list\": [\n          {\n              \"ticket\": \"TC200625A0001\",            // Ticket\n              \"title\": \"test\",                      // Title\n              \"contents\": \"test\",                   // Contents\n              \"frgId\": \"87C8A4813C366817\",          // Posting Board ID\n              \"frgName\": \"Wettbewerber Aktivitäten HA\", // Postring Board Name\n              \"divId\": \"A5D9BEF23C4416B8\",          // Report Type Id\n              \"divName\": \"Feature\",               // Report Type Name\n              \"categoryId\": \"9D39B202509CF2F7\",     // Category Id\n              \"categoryName\": \"APP\",                // Category Name\n              \"categoryType\": \"2\",                  // Category Type (\"1\":Basic Type, \"2\":Issue &amp; Resolve)\n              /*__Workplace Object*/\n              \"workplaceId\": \"ECF24D7B405C8D28\",        // Workplace Id\n              \"workplaceName\": \"Shopl&amp;Company\",         // Workplace Name\n              \"workplaceCode\": \"SPLHQ\",                 // Workplace Code\n              \"isAttachImg\": \"1\",                   // Attached Image Exists\n              \"solveStatus\": \"2\",                   // Resolve Status (\"0\":None, \"1\":Pending, \"2\":Resolved)\n              \"solveId\": \"S20200728180249B35\",      // Resolve Id\n              \"imgList\": [                          // Attach Image List\n                  \"/files/fr/C_AWS_PLANETORY/TC200625A0001/TC200625A0001_01_20200625063918596.jpg\"\n              ],\n              \"regDt\": \"2020-06-25 15:39\",      // Registration Datetime\n              \"modDt\": null,                    // Modification Datetime (nullable)\n              \"solveDt\": \"2020-07-28 18:02\",    // Resolve Datetime\n              \"elapsedDay\": \"33\",               // Period taken to resolve\n              \"userInfo\": {                     // Author Info (*__User Object__*)\n                  \"userId\": \"1087D1B2C07B9147\",\n                  \"userName\": \"willy_grand\",\n                  \"userRegImg\": \"/files/user/C_AWS_PLANETORY/7F5A07EB9DDCB439/7F5A07EB9DDCB439_20190610050612337.jpg\",\n                  \"empId\": \"A0102212\",\n                  \"phone\": \"01099190415\",\n                  \"groupId\": \"70F456E0B1A0C2EB\",\n                  \"groupName\": \"3. Developers\",\n                  \"positionName\": \"Developer\",\n                  \"isResign\": \"0\",\n                  \"isLeader\": \"1\"\n              },\n              \"solveInfo\": {      /* Resolve Info */\n                  \"userInfo\": {     /* Solver Info (*__User Object__*) */\n                       \"userId\": \"91C44E3B2FE97D20\",\n                        \"userName\": \"Jay\",\n                        \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                        \"empId\": \"A0500902\",\n                        \"phone\": \"01029789562\",\n                        \"groupId\": \"70F456E0B1A0C2EB\",\n                        \"groupName\": \"3. Developers\",\n                        \"positionId\": \"27B28DAC6DB3246A\",\n                        \"positionName\": \"Manager\",\n                        \"isResign\": \"0\",\n                        \"isLeader\": \"1\",\n                        \"userGradeId\": \"EF362DE07699B286\",\n                        \"userGradeName\": \"Silver\",\n                        \"userGradeIcon\": \"/img/icon/icon_grade_4.png\"\n                  },\n                  \"solveId\": \"S20200728180249B35\",  // Resolve Id*/\n                  \"contents\": \"Complete\",           // Contents\n                  \"isAttachImg\": \"1\",               // Attached Image Exists\n                  \"imgList\": [                      // Attached Image List\n                      \"/files/fr/C_AWS_PLANETORY/TC200625A0001/S20200728180249B35/TC200625A0001_S20200728180249B35_01_20200728090249149.jpg\"\n                  ],\n                  \"solveDt\": \"2020-07-28 18:02\" // Resolve Datetime\n              }\n          }\n      ]\n  }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","fr","list"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2024-08-22"}],"variable":[]}},"response":[{"id":"d3f2b07f-7c43-46c5-aff3-0559ffc5df35","name":"Get Field Report Contents List- Daily","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/fr/list?date=2023-11-06","host":["https://api.shoplworks.com"],"path":["api","fr","list"],"query":[{"key":"date","value":"2023-11-06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"184035"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 07 Nov 2023 01:59:41 GMT"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b55bbfa5e321e24b8b49cb1ef82c4ad8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ICN54-C2"},{"key":"X-Amz-Cf-Id","value":"I6xEykcJa7ytwWj821nPHQuijPK7dv0bM_7YG1RdyGuNWVi9FRbA2Q=="},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"contentsId\": \"16c18b7c-256f-4e09-b2d9-a11f5622ab9b\",\n                \"ticket\": \"TC231106A0151\",\n                \"title\": \"Darf keine Bilder von anderen Geräten/Flächen machen \",\n                \"contents\": \"Der Chef von der MediaMarkt Filiale hat es mir untersagt Bilder von anderen Geräten zu machen usw. Nur Samsung eigene Fläche erlaubt\",\n                \"frgId\": \"87C8A4813C366817\",\n                \"frgName\": \"Wettbewerber Aktivitäten HA\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"BAA7C65D976E6C09\",\n                \"categoryName\": \"Sonstige\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/17bec204-7a80-4102-95bc-473ccd022071.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6502cf14-8360-4862-85d8-224bc8a85238.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:49\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"00a7e0e2-8898-46a2-b420-783ff44b3d90\",\n                \"ticket\": \"TC231106A0150\",\n                \"title\": \"Markteigene Fläche \",\n                \"contents\": \"•Laut Chef keine Fotos gewünscht von der Marktfläche \\n• nur Samsung eigene Fläche \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f574fc1f-9802-4152-aad8-5e85b6d1e5cd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/45dad73f-7267-4124-a9bc-59683ee27daa.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1677b20d-b31e-4e78-835e-c20c31a27980.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a5199aa4-242a-4106-a7d1-c69536fb626c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:44\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"2261ddc8-fbcf-41d3-a8a0-fb7bd8e6b5da\",\n                \"ticket\": \"TC231106A0149\",\n                \"title\": \"Ist Zustand nach BA Besuch \",\n                \"contents\": \"ist Zustand nach BA Besuch \\n\\n\\nzeitlich nicht geschafft da Planung etwas falsch war \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d7facce7-63ff-4839-ae9c-8c74155c2297.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d9dd7ab5-2e40-487e-b855-54b4ee91aedd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/735a702e-4aab-4a87-906a-f50b2335c0f1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0b9399b7-c0e1-4af2-94b4-cd3b7b41c2f9.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:41\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8d87ff4a-e9ef-4982-a95c-8ce8cec95dc9\",\n                \"ticket\": \"TC231106A0148\",\n                \"title\": \"Schulungsraum Aufbau Saturn\",\n                \"contents\": \"\",\n                \"divId\": \"F1BE15742448336D\",\n                \"divName\": \"Messe & Event\",\n                \"categoryId\": \"BF1C2C436A4F4523\",\n                \"categoryName\": \"Messe & Event - TV/AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3DD79A49F7F1B250\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00714/ Berlin/Alexanderplatz 3\",\n                \"workplaceCode\": \"00714\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4b8d0a9c-5f99-4be7-8d41-da14edde2ef9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e53280f8-a3e5-4164-b0bb-f1984084765c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7643900b-eb44-4602-abfe-b65e7a4e69d4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dca6af4d-f55c-44aa-b295-0370aee3f6da.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2dc539d3-26ba-4d3a-8f28-30ff42c82980.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/11b95541-abe9-4354-8ad5-38c1ba4e63e7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/951b3c21-7564-481c-871c-f80b8f414aca.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:20\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b7553a7c-b396-464a-8aa5-015b91d7b1af\",\n                \"ticket\": \"TC231106A0147\",\n                \"title\": \"Saturn Schulung Aufbau \",\n                \"contents\": \"\",\n                \"divId\": \"F1BE15742448336D\",\n                \"divName\": \"Messe & Event\",\n                \"categoryId\": \"BF1C2C436A4F4523\",\n                \"categoryName\": \"Messe & Event - TV/AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"372E1B4F29DCCC57\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00715/ Berlin/Grunerstr. 20\",\n                \"workplaceCode\": \"00715\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/b859fe32-d0c7-49e0-85fe-e15ca7f87d8b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cce49679-2c0d-495d-b859-475d215365e1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/af640104-d9d7-4a61-b7dc-1f060cc0c796.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4808f205-0022-498c-8e66-f399bb563c4e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6b1cde60-2907-4fa9-a243-971e52c1fc9b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:20\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"43fd0e49-5026-4ef5-acf1-8e9f86d5ef34\",\n                \"ticket\": \"TC231106A0146\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"Kein Display im Markt\",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"D3BF0F552CB5009D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/18ef27c7-9278-4443-99bc-c6a44c2619a1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2ed0c33a-1f72-4fc9-a0b7-4ccd3ccfb054.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/da613c0a-a99b-4792-9417-6fd36a94e423.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/69c31e05-2759-47a0-82a2-39b7cca848fe.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"96340139-3849-432a-8be0-db1b6bbae814\",\n                \"ticket\": \"TC231106A0145\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"Kein HA Display im Markt \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/01b15eb9-2501-411f-b9df-e639d513c896.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a63f162b-a49a-4355-926e-12e9a0a5e5e9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4f9e187f-54e9-44ee-9b03-77246682fcc1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/973d2b0f-7204-4244-a626-5fe1e4f478e7.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:05\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"9530c74b-7034-4594-a39f-e98f1874c6f7\",\n                \"ticket\": \"TC231106A0144\",\n                \"title\": \"Saturn Alex Schulung\",\n                \"contents\": \"Aufbau Schulung.\",\n                \"divId\": \"F1BE15742448336D\",\n                \"divName\": \"Messe & Event\",\n                \"categoryId\": \"BF1C2C436A4F4523\",\n                \"categoryName\": \"Messe & Event - TV/AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3DD79A49F7F1B250\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00714/ Berlin/Alexanderplatz 3\",\n                \"workplaceCode\": \"00714\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/2f5cd9e6-435e-4539-99ba-c2f38901c615.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9ff8e5e6-0c40-45b7-8048-6055966e7c85.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/54adddb5-bde5-4b0e-8f37-de9918b02e7b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2e4f8320-0db6-4dba-bbd9-a79148ac635e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 18:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d9fce5a5-292b-483a-86cc-90cedcedc337\",\n                \"ticket\": \"TC231106A0143\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"Shelf\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c811b197-541a-42ca-a7ee-0f607fba0294.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ce6bd578-2ed1-4ec5-ac02-36ff85a89ea4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5f61d0a4-c34f-46f4-9250-6813a61eff12.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2ada70a0-8dd1-48d9-b937-77b2d2e5bcda.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:58\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ea5773c7-5dc1-4cb7-8a14-891d383f308e\",\n                \"ticket\": \"TC231106A0142\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"Displays \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8e957110-9452-442f-b681-df198598c453.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3e58ed4a-9f36-47eb-a930-5b31329642d6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c7fcf07c-874c-4fec-b350-5089937c8ddb.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cb3615ca-e5ab-48d6-8938-44d97bce7545.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ddd396c7-9768-468e-a4ce-e248f36315d7\",\n                \"ticket\": \"TC231106A0141\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"Shelf\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4437b591-9e79-48ac-9917-5a31b3a7e01b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/37aa17fa-9bb8-4855-9660-0b78763a26a1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/443fe014-c71b-4d0f-9b74-5f8caeeab124.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/860ae534-e7fd-4667-a74e-5f6695b474e6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:56\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4748161a-5eda-465f-a44c-9333c645365b\",\n                \"ticket\": \"TC231106A0140\",\n                \"title\": \"MM Dortmund Eving \",\n                \"contents\": \"IT Shelf\",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"EA2E8609F7812061\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/64252871-5ee5-417a-ae64-7e5ac5b7f692.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/57b46acc-79e2-4c29-82ad-f9f90f2ab11b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/caa00c24-8a2d-40e8-ad7c-30a458a5a615.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f46a8125-210a-4cec-bfe1-d8df707a6314.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:54\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"926c5e0f-d0b6-4143-be3a-db311716a96d\",\n                \"ticket\": \"TC231106A0139\",\n                \"title\": \"Sony Cashback \",\n                \"contents\": \"die Aktion läuft bis 12.11\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"4F855FEBFB2772B0\",\n                \"categoryName\": \"Sony\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3d48d4e5-5da4-4a7e-9d18-b5259436b46c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/241dc79c-939f-4e8b-bce4-970d510e9e01.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2f81a78a-ca5d-47d0-b289-2fc276353ff2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/601b9890-4605-476f-b031-81bdc554a83e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:53\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ff9a2fe8-0ef5-44fe-965c-b19be71e13ad\",\n                \"ticket\": \"TC231106A0138\",\n                \"title\": \"Zustand nach visit\",\n                \"contents\": \"Geräte gereinigt und pop angebracht \",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"EA2E8609F7812061\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/738a6dd3-79e5-4bbf-91e2-7a2e30829fe1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/86a92955-0146-4d31-812a-09127dce013f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/472a167f-0a24-40ae-9ae3-a9e8afbfcf7d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c8dba3ab-c4c7-46a7-a051-794c193838df.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:52\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"fb2bee62-de45-407b-9db8-82303164a7e3\",\n                \"ticket\": \"TC231106A0137\",\n                \"title\": \"Bosch\",\n                \"contents\": \"Neues WM Display von Bosch\",\n                \"divId\": \"3F2720DCE7C296A9\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut\",\n                \"categoryId\": \"3F626B2659CB9520\",\n                \"categoryName\": \"Bosch\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8244ae0f-736b-4092-b464-b24f15136741.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aed40265-2068-44e3-b4bd-fb52f69ce8d7.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:51\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f0548539-da52-46a8-ac84-2396f5a23c10\",\n                \"ticket\": \"TC231106A0136\",\n                \"title\": \"Asus \",\n                \"contents\": \"Sonderpreis \",\n                \"divId\": \"90BB2F3043807987\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"1BDC226FEBC37800\",\n                \"categoryName\": \"Asus\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"ECF6692AE325FE27\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00559/ Dortmund/Evingerstrasse 170\",\n                \"workplaceCode\": \"00559\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a42ca41c-f69c-4960-a27c-ca76085dd6a0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5afbeec3-96b7-4066-99e2-6038e430dcce.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:50\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"73BB5AB7DA7840E3\",\n                    \"userName\": \"BA 6\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_fbi59439\",\n                    \"phone\": \"006\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b22d8076-da1e-4760-9a45-e734ee119356\",\n                \"ticket\": \"TC231106A0135\",\n                \"title\": \"einscannen Deal 2023\",\n                \"contents\": \"eismann Genussgutscheine bis zu 120€.\\n aktionszeitraum 01.04.23-31.12.2023\\n\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"1DAD68804EDFCC5F\",\n                \"categoryName\": \"Bosch\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/53e7c74e-916a-4751-a593-4b062bc8976a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/31906521-8585-4531-bd54-3acc4961860c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:39\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"9eaaa8a4-4973-4bbf-a9b5-2e63668fd85d\",\n                \"ticket\": \"TC231106A0134\",\n                \"title\": \"Zustand nach Visit\",\n                \"contents\": \"Smartdeals Aktion entfernt\\nBespoke Jet vs20a95843w ausgepackt und vor kopf platziert.\\n\\n-vmd Material muss beim nächsten visit angebracht werden, da zeitlich nicht geschafft\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/046c6292-c971-4b28-a000-570fb8c13e98.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4d202600-043e-4a86-a76b-2ce9a2bbc60c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7c1780b6-b5e6-4a43-9672-2493b0a1921c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bb9426cf-6ed2-471e-9744-e3a9cc6534d0.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:37\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"9d51f8b1-55bc-4bfd-b3b6-80496231aa81\",\n                \"ticket\": \"TC231106A0133\",\n                \"title\": \"Zustand nach Visit\",\n                \"contents\": \"-Smartdeal Aktion entfernt\\n- 2 Geräte müssen noch aufgebaut aut werden, zeitlich nicht geschafft\\n\\n\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/ec500a7a-8778-4b4e-9c39-015f66e81e7a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d1b08f70-7ce4-418e-b336-cfb79b329383.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e6947245-1bf2-48d0-a9de-c130d812079b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bc16b2a3-87e7-4b86-afde-159105b7f434.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:33\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"87e10ac0-eaf5-45b0-951b-8c8d0933154e\",\n                \"ticket\": \"TC231106A0132\",\n                \"title\": \"expert Einbeck OOH Fläche außerhalb \",\n                \"contents\": \"Links oben am Eingang auf den Parkplatz gerichtet \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"393C66CD7CA61EF9\",\n                \"workplaceName\": \"MEDIALAND / 00775/ Einbeck/Walter-Poser-Str. 4\",\n                \"workplaceCode\": \"00775\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/5a1baf7b-7a6b-487a-965a-05d87ac4f712.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:29\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3d05cb4a-fab2-46b1-a6d0-b3f3f9f1c099\",\n                \"ticket\": \"TC231106A0131\",\n                \"title\": \"Standardvisit IT\",\n                \"contents\": \"Keine Samsung  IT POS Flächen im Markt vorhanden \",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"D3BF0F552CB5009D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"13C14C37E75EE37F\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03146/ Gütersloh/Vennstr. 40\",\n                \"workplaceCode\": \"03146\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/53945741-a35a-4c64-b99f-89cdef0fe6a0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/33b7dd1c-8d56-4048-9d77-0ac0d1c64a1e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d8a3d6f7-c41f-4489-85be-c90bb0c8cd88.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/763e6f2e-5aed-4a5d-8a9f-ce7a36dc6a10.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:26\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f5fa7386-3ae1-45b3-bfc2-da9f77d5014a\",\n                \"ticket\": \"TC231106A0130\",\n                \"title\": \"Barca Erlebnis \",\n                \"contents\": \"Beim Kauf eines Aktionsgerät Chance auf dem Gewinn eines Barcelona Erlebnis \",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c22e0d04-f53a-4f1d-af9f-4b1e8800d28b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9823bcc1-ac5e-41dc-b20c-0b591567ad68.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:25\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"2bd31649-2fbe-45b3-a9f2-d5b8f9ca4632\",\n                \"ticket\": \"TC231106A0129\",\n                \"title\": \"Expert Einbeck Wettbewerb \",\n                \"contents\": \"Expert Angebot wird auf TV Geräten im Markt oft ausgestrahlt: 55NAN07660A für 599€\\n\\nCashback Sony \",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"9C7D44453E6877F5\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"393C66CD7CA61EF9\",\n                \"workplaceName\": \"MEDIALAND / 00775/ Einbeck/Walter-Poser-Str. 4\",\n                \"workplaceCode\": \"00775\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/6a633b23-144f-4a50-97d0-3872b8f987e4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1dea3561-8fbf-4e2c-93c3-f7364ad496cd.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:25\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"64262758-b18f-4eb7-ac49-3c39e05ed43c\",\n                \"ticket\": \"TC231106A0128\",\n                \"title\": \"Markteigene Flächen IT\",\n                \"contents\": \"\",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"EA2E8609F7812061\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"13C14C37E75EE37F\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03146/ Gütersloh/Vennstr. 40\",\n                \"workplaceCode\": \"03146\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c79f0ffb-fc10-427b-9875-fe5740dee1a3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f007dc0e-0d69-4ea3-9265-3ac54271d501.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1965b496-631b-4d9c-bcfa-94832ef2e643.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a2ef08a3-1ccd-4b64-8948-fcd29028393b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:25\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7369e104-f4ec-4489-8b27-f7f3fd306c24\",\n                \"ticket\": \"TC231106A0127\",\n                \"title\": \"Abteilungsübersicht TV MM Oldenburg \",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/92cd2392-c606-486e-9dd6-35f148c23c59.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8e276780-157d-439e-8192-1584bd6bc64a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc8fc178-07be-4e50-9acf-5cf9f9904ed6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/44ffa0ad-d8f4-40e2-a821-59d9be90321f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:24\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"c5335ba3-6e2e-43b5-ab31-6cbfd600d376\",\n                \"ticket\": \"TC231106A0126\",\n                \"title\": \"Regelvisit TV MM Oldenburg \",\n                \"contents\": \"Tätigkeiten\\n- Reinigung der Fläche und Fernseher \\n- Contents gelöscht und   aktualisiert \\n- vorhandenes POS Material angebracht \\n- Shelf Share\\n- Entfernung von Fremdmaterialien \\n- Frame Installation \\n\\n\\nMarktäußerung\\n- Kein Platz auf Shelf \\n- Abverkauf Altware\\n- Keine Verfügbarkeit von TV und Soundbars \\n- Vordere Position wird gerade kalebriert \\nAufbau erfolgt nach Kalibrierung \\nPromoter wurde USB Stick mit Content \\ngegeben \\n- 8k gerade nicht vorhanden\\n\\nTo Dos  \\n- restliche Toppers setzen\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/9d908418-2c67-46d5-b536-7e04ca6576b9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1179e8c9-16bd-4f3c-b49f-2334d8f87c75.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9208899c-af6d-4ff0-94ac-0879bf5ae5c5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fbf6b7fc-727e-498b-a240-95484f250cae.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a1eaf8c7-2d5c-480d-b8f3-eb90d60ce83a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:22\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"eb2007da-35a4-473b-adb8-467ccc7580e8\",\n                \"ticket\": \"TC231106A0125\",\n                \"title\": \"Expert Einbeck markteigene Fläche \",\n                \"contents\": \"Umstrukturierung und Umplatzierung nach der Expert Herbstaktion\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"393C66CD7CA61EF9\",\n                \"workplaceName\": \"MEDIALAND / 00775/ Einbeck/Walter-Poser-Str. 4\",\n                \"workplaceCode\": \"00775\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/5c6d0534-fe88-44b7-bc3c-404f38caf107.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/827a64c6-1a0d-4ed0-8ccd-b08286b51b85.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5f6e46a9-94e7-414b-a34f-14a72800569c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/558a3743-8585-4f9e-b26b-5f0eb4b1b775.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:21\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"e21ca7bb-664d-4874-85fc-740a085fdeff\",\n                \"ticket\": \"TC231106A0124\",\n                \"title\": \"Frame Brezel Installation \",\n                \"contents\": \"65 Zoll\",\n                \"divId\": \"5D3E79DDA078ACB2\",\n                \"divName\": \"TV&AV\",\n                \"categoryId\": \"8AB4A120A9E131B0\",\n                \"categoryName\": \"Frame Bezel Installation\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/03414f28-d035-4ed6-b070-90940bd60e0b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d4f79a39-88f3-4bce-9cb3-b191f6eb5630.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:18\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7236b5ff-f387-4dfc-8e64-d269b9ae5750\",\n                \"ticket\": \"TC231106A0123\",\n                \"title\": \"Expert Euronics POS \",\n                \"contents\": \"Flöchenpflege,entsorgen von Expertwerbung, Kabelcheck. POS Material soweit wie möglich angebracht.\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"393C66CD7CA61EF9\",\n                \"workplaceName\": \"MEDIALAND / 00775/ Einbeck/Walter-Poser-Str. 4\",\n                \"workplaceCode\": \"00775\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/39c9593d-ef66-4025-9884-eacd7e29369f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8f59e5e6-1f7b-4eac-a76a-104240431ae5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ca99a46a-5d07-4b78-a480-92383e07805f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0f52c157-1c8d-4c01-93da-5bb9d6162880.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:18\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"bb19d844-847b-4696-8f44-e6640d16e3b9\",\n                \"ticket\": \"TC231106A0122\",\n                \"title\": \"Acer Preisangebot  \",\n                \"contents\": \"\",\n                \"divId\": \"90BB2F3043807987\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"7DD7645CB8F3EB27\",\n                \"categoryName\": \"Acer\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"13C14C37E75EE37F\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03146/ Gütersloh/Vennstr. 40\",\n                \"workplaceCode\": \"03146\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/45180a9a-449d-4ff0-bf3e-8db8e677fd15.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/eb1d9760-93e5-471f-9cbf-b11019582ed5.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:17\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3db41e3b-2edf-495a-86d8-2f64fdaa23bc\",\n                \"ticket\": \"TC231106A0121\",\n                \"title\": \"Vip Vorbereitung HA Saturn Mönkebergstrasse \",\n                \"contents\": \"Jet Fläche \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"F735433AA532E84E\",\n                \"categoryName\": \"Vorbereitung HA\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/b88b9bb3-0636-4828-a279-bc65d62bcf00.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/70651dce-9319-4be4-ae8d-f441e14b4d63.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d0970df1-a1d6-4da8-bf9e-432b019229a8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/431c26b9-430c-4e8c-b811-a46cf21004e9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fe4ae663-e32b-47a0-b614-9a9e2422abcf.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/391101e0-928b-4b47-b1dc-6b927486933e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:08\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"240f86ee-160c-4a75-a000-3f5387201c2c\",\n                \"ticket\": \"TC231106A0120\",\n                \"title\": \"Ambilight 100 Tage testen\",\n                \"contents\": \"Ambilight Geräte im Aktionszeitraum 01.04.23-30.04.2024 kaufen und bei Unzufriedenheit innerhalb 100 Tage ab kaufdatum mot rückgabeformular an Händler zurück bringen und vollen Kaufpreis erstattet bekommen.\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/beb78ef0-0152-4919-8e8d-58359d9e2341.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aec6634a-1e82-49fb-a86f-88dab314bb39.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f89ee995-abc0-42da-802a-9484fba5fa68\",\n                \"ticket\": \"TC231106A0119\",\n                \"title\": \"Zustand nach Visit\",\n                \"contents\": \"Topper aktualisiert\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/70c0a8b8-1d38-4612-b71c-ba7bb60b7813.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/686f9993-00ff-430f-8f12-03d1a700d6b1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e18d0a10-a63f-4110-94e6-ad8a41e064cc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a0d3c1d0-4564-4e49-ac73-82b841002ca7.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ce63b7dc-e05b-4094-8c37-08ebf6a5c02d\",\n                \"ticket\": \"TC231106A0118\",\n                \"title\": \"Frame Brezel Installation im Media Markt Dorsten \",\n                \"contents\": \"Goldener 65 Zoll Frame Rahmen angebracht. \\nJedes Element ausgezeichnet \",\n                \"divId\": \"5D3E79DDA078ACB2\",\n                \"divName\": \"TV&AV\",\n                \"categoryId\": \"8AB4A120A9E131B0\",\n                \"categoryName\": \"Frame Bezel Installation\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"FEAA14C8AB18B62E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 09241/ Dorsten/Europa-Platz 10\",\n                \"workplaceCode\": \"09241\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/75f80646-6060-4ec0-9ac3-81fe8b889fd0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8d0a4fba-f7c9-459c-94eb-2a33c9016887.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f7f1505e-c291-421e-b673-1d24d7d0d14b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/471cada3-6bef-490b-8ccb-9ada5ebed9b8.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 17:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8a87d458-f854-4f1d-8415-c8bf690bf2d1\",\n                \"ticket\": \"TC231106A0117\",\n                \"title\": \"Bunte Black Deals \",\n                \"contents\": \"Der 65 PUS 8008/ 12 für 699€\\n30.10 - 10 11.23\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"FEAA14C8AB18B62E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 09241/ Dorsten/Europa-Platz 10\",\n                \"workplaceCode\": \"09241\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3d82a327-dad4-40b3-b16b-cd8caee8cc3e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0887fc12-889c-4179-8b28-bba2a848eff6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:59\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"fc172bcf-5f33-4496-8b0e-3df523bf79eb\",\n                \"ticket\": \"TC231106A0116\",\n                \"title\": \"100 Tage Ambilight testen Philips \",\n                \"contents\": \"100 Tage Ambilight TV Testen \",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/283855c7-ff53-44b2-a481-f30342a260ef.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/42e62840-fab7-441e-9ea5-d3c3829135fa.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:58\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"965e4051-b00f-47cf-9e23-50767ce14e7b\",\n                \"ticket\": \"TC231106A0115\",\n                \"title\": \"Regelvisit TVAV im Media Markt Dorsten \",\n                \"contents\": \"VMD Material angebracht \\nÜberblick über markteigene Fläche \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"FEAA14C8AB18B62E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 09241/ Dorsten/Europa-Platz 10\",\n                \"workplaceCode\": \"09241\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4ee1a44e-5d2b-40d1-836e-586fd2b82a4d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/657747d6-68d7-4e1e-afe2-0bbd25f7ccc4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/13fffd7c-b20b-448f-b895-dec171e2e9ad.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7f27a883-bd06-4d4b-a3ca-3b84025fae2c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f0d556cf-65c5-4b10-bbf5-d4623177e5ac\",\n                \"ticket\": \"TC231106A0114\",\n                \"title\": \"Markteigene Fläche \",\n                \"contents\": \"Markteigene Fläche \\n\\n\\n\\nBestückung angefangen ( Mitarbeiter um Erlaubnis gefragt bis der Chef kam und ich sollte alles wieder ab machen )\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1965834d-5968-43b0-9866-63f525d9ac84.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/837b996e-1aca-4457-a76a-d6c102eb2394.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9b31b009-09cd-42a2-b445-d5d8e49cfc08.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/357109a2-54fb-4928-a7f1-b64aceb0d8b4.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4f9dedeb-6b89-4399-b3a5-a709a4e596df\",\n                \"ticket\": \"TC231106A0113\",\n                \"title\": \"LG Cashback \",\n                \"contents\": \"\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"9C7D44453E6877F5\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"A07FEBC7794BAF58\",\n                \"workplaceName\": \"Buecker Elektronik GmbH/ 08673/ Gütersloh/Dammstr. 39\",\n                \"workplaceCode\": \"08673\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c018d490-476a-492d-8410-f4e3433e5072.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/16503e98-f2c2-4c2f-b370-09a3d2f30ebb.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b67391eb-d75b-46de-84f4-336f1a457f50\",\n                \"ticket\": \"TC231106A0112\",\n                \"title\": \"Regelvisit TVAV im Media Markt Dorsten \",\n                \"contents\": \"VMD Material angebracht \\nPOS Material angebracht \\nFläche gesäubert \\nFrame Brezel Installation \\nContents aktualisiert \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"FEAA14C8AB18B62E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 09241/ Dorsten/Europa-Platz 10\",\n                \"workplaceCode\": \"09241\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/562b81a8-cf18-4166-87b2-3ba4fe423646.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e8bc2936-83a6-4aef-8d05-7cf40d78d541.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/46df6e28-478a-41e8-8dce-522175fc33ee.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/29aa65a9-151b-4081-8c1a-0379793fdbe2.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:56\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ff4a50c0-5cb4-42d7-a579-e9dd396c0891\",\n                \"ticket\": \"TC231106A0111\",\n                \"title\": \"Markteigene Flächen \",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"A07FEBC7794BAF58\",\n                \"workplaceName\": \"Buecker Elektronik GmbH/ 08673/ Gütersloh/Dammstr. 39\",\n                \"workplaceCode\": \"08673\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/5302af05-d699-400e-9778-a7e759928f76.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/abf46820-bc34-4b95-8e85-44e8fada7d98.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/061c429a-13a0-4823-9840-9fcc68590850.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c4865e69-aa77-4ca3-a503-a3c19bb8858c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:55\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"9e825e85-6187-46e5-ade7-c3296a333aaa\",\n                \"ticket\": \"TC231106A0110\",\n                \"title\": \"Zustand nach Visit\",\n                \"contents\": \"-POS und Geräte gereinigt\\n-Entfernung fremdgegenstände\\n-Topper aktualisiert\\n-Gaming Din a4 aufgestellt\\n-Contents aktualisiert \\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"89CAC49D5E973AFE\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 01531/ Düsseldorf/Königsallee 56\",\n                \"workplaceCode\": \"01531\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a97fc895-e7a6-48e6-8377-449ec4d11235.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cbe81c9a-c340-4b60-9f89-f2f65cffc848.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5a693bf5-5d99-4268-b46d-60064dbe32dc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fe77e43c-6b3a-4e0e-8989-231064f396bf.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:55\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"C87F0D51CB7895C5\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_may41363\",\n                    \"phone\": \"004\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"59ca12ff-dded-4abd-a891-5bcb51f9872d\",\n                \"ticket\": \"TC231106A0109\",\n                \"title\": \"Ist Zustand nach BA Besuch \",\n                \"contents\": \"ist Zustand nach BA Besuch \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"B4C194617712AEDF\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02626/ Röhrsdorf/Ringstr. 29\",\n                \"workplaceCode\": \"02626\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d85a6072-30b5-4a66-a9f1-85405ef323c0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5b84634e-9baa-4164-ad8d-3df1f1d32a0d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/022169c5-b5ae-43d8-a732-135a4a4429cd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c39d2b11-ac66-4be7-86e7-38d99866e8d3.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:54\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5CD956EF41AB737A\",\n                    \"userName\": \"BA 27\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_msc01139\",\n                    \"phone\": \"01139\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d7588fd4-7e53-4216-82ab-a03d26f9d963\",\n                \"ticket\": \"TC231106A0108\",\n                \"title\": \"Standardvisit TVAV \",\n                \"contents\": \"ShelfShare aktualisiert \\nContent aktualisiert \\nGeräte und Flächen gesäubert \\nAltes PoP Material entfernt \\nAlten Content entfernt \\nGeräte zurückgesetzt \\n\\nKeine weiteren Frame Geräte im Marktbestand \\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"A07FEBC7794BAF58\",\n                \"workplaceName\": \"Buecker Elektronik GmbH/ 08673/ Gütersloh/Dammstr. 39\",\n                \"workplaceCode\": \"08673\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/bb85ce43-706f-41ed-b22d-733adbec5bc4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/19e42fcb-b15e-4c41-ac66-c009f223244e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/99b3c278-a9ab-4efd-831a-1759abf617f9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0885ebda-46cc-4d58-9e8e-3f9938772c2d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/60fc48e7-5381-450a-84c0-2505c10e5476.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/edfe4fd4-61a1-47ac-8a50-dbcd983e6d98.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3389d84f-eae4-4f75-8b85-002ab4a6f6d2.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:53\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4650837f-b493-4435-ae80-ced86f43514d\",\n                \"ticket\": \"TC231106A0107\",\n                \"title\": \"Vip Vorbereitung IT Saturn Mönkebergstrasse \",\n                \"contents\": \"Samsung Fläche \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"6B49EA00AEC52715\",\n                \"categoryName\": \"Vorbereitung IT\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f1118e11-ebd0-42aa-871f-9ee249bf84d7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc16b16d-36f8-43a4-b744-fc81f19da2e4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/78373838-ca57-4c15-83f0-9a267f66b836.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/69e6b866-0797-467a-8722-2abc5e886601.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c5de56cd-479d-4ca2-af96-79caa14153ae.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e0cf96d6-4863-483f-9dd4-f55720a3ed6a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:51\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8d7b8d0c-9a15-4cb7-8154-dd477f51aa0c\",\n                \"ticket\": \"TC231106A0106\",\n                \"title\": \"Saturn Mönckebergstraße \",\n                \"contents\": \"shopeigene Fläche \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"8119484E17A481AD\",\n                \"categoryName\": \"Vorbereitung TV&AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1c505787-5c60-4a68-a71c-5903d2784a12.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ae9e2e91-9f4e-454a-8f10-113f3378ea1b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6872a5f6-1053-47dd-b3ba-f5fc93ede305.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc0245ee-bc2d-4b64-81bf-ef4a67a4ba20.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/307cc17b-b2e4-411a-b4d1-a65927b93ba1.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:50\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"43E3E4E1F1C61C74\",\n                    \"userName\": \"BA 23\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_tth22159\",\n                    \"phone\": \"023\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8f759ab3-6921-4f83-b7ff-6798cecb9339\",\n                \"ticket\": \"TC231106A0105\",\n                \"title\": \"Genussgutscheine bei  Eismann\",\n                \"contents\": \"Bei Bosch gibt es Kooperiert mit Eismann Genussgutscheine bis zu 120€\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"1DAD68804EDFCC5F\",\n                \"categoryName\": \"Bosch\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/66e5d5d0-0096-45f0-a781-ddf6fc052e79.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d981ba10-d1a4-4821-93bb-a5e3c8500897.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:49\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"6e023b97-71e8-4ac0-9ff9-4868e14e6238\",\n                \"ticket\": \"TC231106A0104\",\n                \"title\": \"Saturn Mönckebergstraße \",\n                \"contents\": \"\",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"8119484E17A481AD\",\n                \"categoryName\": \"Vorbereitung TV&AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/eca9c2f0-6703-411c-8189-4f25a9a69b77.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/34d24f01-8a1d-4082-9044-c0f75eae22a8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a0814c87-37b7-407a-9ddf-965ad1ace6f9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5decad0c-bee3-452f-9bdc-72f048b43614.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b0928d0b-90b7-4352-81ae-06981531e307.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:47\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"43E3E4E1F1C61C74\",\n                    \"userName\": \"BA 23\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_tth22159\",\n                    \"phone\": \"023\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8dc34d57-892f-4efd-9af5-de82c36b9057\",\n                \"ticket\": \"TC231106A0103\",\n                \"title\": \"Außenbereich \",\n                \"contents\": \"Werbefläche Verfügbar \",\n                \"divId\": \"2118DF697881EBB0\",\n                \"divName\": \"Markt Aktivitäten HA\",\n                \"categoryId\": \"3FE4EBE70F673633\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/89912ef1-76f4-4d4d-9cb2-8e5a1f37dd12.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/19327fe3-bfa6-41b9-9b94-e9e5247086e7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/000c956d-b31d-4a33-b853-65002d796660.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/158f91c9-85c1-4302-a63d-ca9a8e56cf6c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:47\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"77b5eefb-4db9-4d49-8886-fccbc0243410\",\n                \"ticket\": \"TC231106A0102\",\n                \"title\": \"Neu Beleuchtung bei Miele\",\n                \"contents\": \".\",\n                \"divId\": \"3F2720DCE7C296A9\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut\",\n                \"categoryId\": \"93AFB4BF88DAB2B8\",\n                \"categoryName\": \"Miele\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/10cf3caa-bc0a-457a-b21b-9f903b84cbf2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/679fc3fd-7dcd-4fa5-82fe-368525fdafef.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d30e6d92-b51d-4bbe-839b-aff3aaf2a4f0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/92e672a9-73ad-4562-a47e-fc4fbb090f75.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:46\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"fb540c3b-a705-4408-b2bb-3116a99ca40c\",\n                \"ticket\": \"TC231106A0101\",\n                \"title\": \"Markteigene Fläche \",\n                \"contents\": \"Pos Materialien nach Lagerbestand angebracht. Ein Gerät mit Etiketten- entferner ein Fremdwerbung entfernt . \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3ad21b19-2083-4d57-9d19-9e7814de95b2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/96c1fcfb-6932-441d-9367-0600bd515521.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bd1660f2-6974-4688-89b3-10abd477e2b1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/42f5d306-f2b4-44be-8e11-642eb07a9fe6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:45\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"332a6458-3132-4936-8747-9da4400b1c53\",\n                \"ticket\": \"TC231106A0100\",\n                \"title\": \"Samsung Display \",\n                \"contents\": \"Geräte auf Funktionalität überprüft und POS Material nach Lagerbestand angebracht. \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1ea97efc-f2b3-4733-ae45-b775be1295ac.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2d096b61-6806-477d-bd23-1cdc019298b7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/59566eb7-63ba-4e50-a46c-851dfa3f9bee.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d750602e-5406-4770-a0eb-bb2a64f1f988.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:42\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"613a3048-8c01-4beb-b3d6-d480e2da666f\",\n                \"ticket\": \"TC231106A0099\",\n                \"title\": \"Vip Vorbereitung HA Saturn Mönkebergstrasse \",\n                \"contents\": \"Markt eigene Ausstellung \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"F735433AA532E84E\",\n                \"categoryName\": \"Vorbereitung HA\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/08a92fa9-0bad-469b-9c97-08c564123a25.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d2b3ce2a-f1b5-42b4-8e94-d0543e57e00b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3bbb3e8d-3520-4437-b7e3-55afda0a1659.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ae3d6c91-9b6e-47c4-aca9-335f9c60b842.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bf3d896f-19c2-4163-aa36-e077f6d25029.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6938da43-8c58-41a5-901b-db9c248b3a15.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:40\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"794bcee8-9a44-473e-aea9-f162f17220be\",\n                \"ticket\": \"TC231106A0098\",\n                \"title\": \"Vip Vorbereitung HA Saturn Mönkebergstrasse \",\n                \"contents\": \"Samsung Fläche \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"F735433AA532E84E\",\n                \"categoryName\": \"Vorbereitung HA\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C7FB226FE64C928C\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00736/ Hamburg/Mönckebergstraße 1\",\n                \"workplaceCode\": \"00736\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/19016d16-8731-4a1f-a79c-17c480b61b51.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1b87a736-b1b8-496a-a0cc-f5273ce0ee2d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b8dae2d2-0c32-4674-9a78-aad8a689db90.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d9738cb5-4510-4ec0-b069-08b12ec69400.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fa0a7dfc-ee68-4db2-806f-7cbff64fc419.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c2b23841-eb53-4eee-8e1e-ba7c2eeabe90.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:38\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0ca1c1ee-eed9-4658-a2e4-04761a12dca6\",\n                \"ticket\": \"TC231106A0097\",\n                \"title\": \"Frame Bezel Installation, Expert Neustadt am Rübenberge\",\n                \"contents\": \"Frame Bezel in 65 Zoll installiert\",\n                \"divId\": \"5D3E79DDA078ACB2\",\n                \"divName\": \"TV&AV\",\n                \"categoryId\": \"8AB4A120A9E131B0\",\n                \"categoryName\": \"Frame Bezel Installation\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"5FAB608B2F931D14\",\n                \"workplaceName\": \"Expert Handels GmbH/ 09304/ Neustadt am Rübenberge/Justus-von-Liebig-Str. 19\",\n                \"workplaceCode\": \"09304\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/efb4d36c-bd0a-48b8-b847-3d1e8d676080.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/76e42df0-46e7-4b68-a2f7-5a678ee4fb75.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f8567504-ce43-4da3-b079-330f41b988c2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9e504569-d6ff-4012-91bb-57911f90dd13.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/82d347f4-c22a-416f-9ad5-833ed61d628f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:14\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0d6a0bfc-ed90-4f8f-b7c3-d46d134ced01\",\n                \"ticket\": \"TC231106A0096\",\n                \"title\": \"Euronics Einbeck OOH Fläche außerhalb \",\n                \"contents\": \"Banner direkt rechts neben dem Eingang. Auf den Parkplatz gerichtet \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"F84FD8AC53348BCD\",\n                \"workplaceName\": \"EURONICS XXL EINBECK/ 02269/ Einbeck/Altendorfer Tor 20\",\n                \"workplaceCode\": \"02269\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/04d015bb-1527-442f-9630-1740c4a80520.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:09\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"147696da-4e46-4cc0-be73-5f073054f6cd\",\n                \"ticket\": \"TC231106A0095\",\n                \"title\": \"Sony Cashback Aktion \",\n                \"contents\": \"akt. Sony Cashback Aktion noch bis 12.11.23\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"8DAF9035351FADD1\",\n                \"categoryName\": \"Sony\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/14ded281-9ab8-40e7-adda-baa5109f7fa4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1ff6852c-5517-4c8c-9a5f-f8de0ef23839.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/900cb490-2a14-47dc-90e5-b44d424da670.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ee52c47a-70a4-421e-8656-da1083e33a51.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/491c6fd5-b921-4884-88c9-840b15095bb8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/90e86978-1bed-42c8-b5d8-0b6600d03f8e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:09\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"bef1bbaf-a266-4d06-a683-5e878fc8d86c\",\n                \"ticket\": \"TC231106A0094\",\n                \"title\": \"2 neue Hisense Möbeln\",\n                \"contents\": \"Maße: 4,5m × 1m pro Insel 6 Ports.\\nBeide Inseln befinden sich genau an der Rolltreppe.\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"C93B7AC5964C1FB3\",\n                \"categoryName\": \"Hisense\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4A0E05F92D202440\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00593/ Köln/Maybachstr. 115\",\n                \"workplaceCode\": \"00593\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8fb1b281-8c64-4f48-bd57-195ffbb07d34.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/204ac0dd-01ad-4da4-856c-f5906545b027.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dcd3f918-a377-4332-bbfe-b7c5e2f11e9d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e7228e3f-6284-4407-a860-40abdbd9ce37.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2c0e2129-af44-46cc-a5ba-6f9f642641e2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e2795799-cb8d-4333-9c5f-c54ebfa1f5b7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7458c889-3736-4339-b4f4-0b519277ce2f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5bddf912-9c56-4ff5-b4db-5d1023b6453e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:09\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"da86fff2-c513-480d-a752-6d09e94e240e\",\n                \"ticket\": \"TC231106A0093\",\n                \"title\": \"Metz Wall, Expert Neustadt am Rübenberge\",\n                \"contents\": \"Metz hat ihre Wall aktualisiert und nun Geräte auch an die Wand plaziert/ montiert. \",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"DA78ADB3B0B0D886\",\n                \"categoryName\": \"Sonstige Hersteller\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"5FAB608B2F931D14\",\n                \"workplaceName\": \"Expert Handels GmbH/ 09304/ Neustadt am Rübenberge/Justus-von-Liebig-Str. 19\",\n                \"workplaceCode\": \"09304\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/9fe3dcea-2a5b-474b-87af-de1c422da32b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ace0dffa-9ded-42ba-a7dd-8ff0ceff752d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4e76d58f-4f06-4418-b829-e0651e79b53d.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:09\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"995aa738-8d1b-40b2-9975-8c6aa833bd84\",\n                \"ticket\": \"TC231106A0092\",\n                \"title\": \"Ist-Zustand Samsung SIS Fläche \",\n                \"contents\": \"akt. Ist-Zustand Samsung SIS Fläche nach BA Besuch \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a8e8234d-2552-4a91-a244-e62c22063b49.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/37fb78a4-ca91-4b55-be34-e3bee3d5fce3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a5195074-0213-4493-8875-15defd45b03e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7f63fb3f-2a86-4206-9d69-17d45dd1ca55.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d214dd79-9875-47d3-8e8f-afff3b662a5c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/81315bb0-9ca4-4e87-9292-57d010f12a65.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/045b9289-7baa-4f9e-bc3f-d5eb471178e8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/04eb208c-a010-4331-b51c-8db0fab9c254.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f655d759-bbe5-49b1-9169-51b40a10dee9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/33365ffc-284a-413b-a86e-722855b79b76.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:07\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"736dbb16-13cc-4026-92b0-ed0117b55bb2\",\n                \"ticket\": \"TC231106A0091\",\n                \"title\": \"Regelvisit TV/AV, Expert Neustadt am Rübenberge\",\n                \"contents\": \"- Geräte und Fläche gesäubert\\n- Frame Bezel angebracht\\n- VMD Material angebracht\\n- Shelf Share ausgeführt \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"5FAB608B2F931D14\",\n                \"workplaceName\": \"Expert Handels GmbH/ 09304/ Neustadt am Rübenberge/Justus-von-Liebig-Str. 19\",\n                \"workplaceCode\": \"09304\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/02640ebd-955f-4ea5-a601-51e678fa7565.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0057a3a2-5192-47fc-b31a-f7e76c46b896.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e78bbb77-1756-44bd-bed5-34c3586703c7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d936cfdb-5d44-4e12-8dd0-672ad3c82395.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4995c747-b5b8-430f-9a1e-6dcd3c6ea4d5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ccc231f4-98cf-4860-a5c1-1d2130de1465.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3c7f0fe2-069f-4181-b637-259226a2875c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0cb2a18b-6ae6-4a44-922d-b226463928ef.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:07\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"62a57228-4c96-4d07-8949-a386fe48898f\",\n                \"ticket\": \"TC231106A0090\",\n                \"title\": \"Ist-Zustand Markteigene Fläche \",\n                \"contents\": \"akt. Ist-Zustand Markteigene Fläche \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4cec6feb-f8ed-4aaa-8344-fed210321cd9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e9ca8095-9a5b-4582-b26a-e158e9d63dc9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0e6ed44a-97e7-4409-82c6-45213d8541f9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f5a8dd6d-33bf-47aa-b454-aed6dd82a20a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b205cf94-1930-473e-befc-63ebfd06c702.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/60d8f507-6c81-4032-9f61-9c88a0c38301.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"84f2ac0e-e439-44cd-a762-a7c76461e67b\",\n                \"ticket\": \"TC231106A0089\",\n                \"title\": \"Markteigene POS Fläche, Expert Neustadt am Rübenberge\",\n                \"contents\": \"Markteigene POS Fläche\\n- VMD Material angebracht und Gerät in den Demomodus versetzt \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"5FAB608B2F931D14\",\n                \"workplaceName\": \"Expert Handels GmbH/ 09304/ Neustadt am Rübenberge/Justus-von-Liebig-Str. 19\",\n                \"workplaceCode\": \"09304\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/09b1e287-7ab7-4c4d-b1d7-218d1b39160b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a8fb04e1-159b-432d-9484-8d065931708f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ae87940d-ccf5-4afa-a7fc-981714fbca0f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/28eec9ab-56d2-4c8d-ad0f-427ab0c22325.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"bad450e1-b2fd-4970-ba88-ee7f054b7659\",\n                \"ticket\": \"TC231106A0088\",\n                \"title\": \"POS Zustand nach Regelvisit TV Markteigene-Fläche\",\n                \"contents\": \"Anbringung Vip-Topper\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4A0E05F92D202440\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00593/ Köln/Maybachstr. 115\",\n                \"workplaceCode\": \"00593\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/20929dc2-cf3a-41ba-be48-c9786ff81a34.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6e2a187a-dea3-4410-81dd-031c4e8cdde9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d19e101f-2611-443d-98d7-491c58204cfe.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6d8325d5-c6c4-4ac8-b382-0324379aa401.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:05\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"bb537800-e941-4141-aa31-45c5d2548742\",\n                \"ticket\": \"TC231106A0087\",\n                \"title\": \"POS Zustand nach Regelvisit TV\",\n                \"contents\": \"Anbringung Vip-Topper\\nReinigung der Fläche/Bildschirme/Ablage unter Display\\nAufspielen Demo/QR-APPS\\nEntfernung abgelaufene Demos/VMD's\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4A0E05F92D202440\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00593/ Köln/Maybachstr. 115\",\n                \"workplaceCode\": \"00593\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8832f7af-d84f-4a9e-8bde-9ef2bcf55b81.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3fec758f-63d3-4370-ae8d-ade4f61e1051.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/00200176-b4c4-4008-a05e-e2945562aa64.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f61d300f-c5b4-4477-bed5-f2c649f92f10.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a4104237-1287-4cb1-9e52-8cce698560c4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ec0dd13a-8552-40b1-99c2-eb03f3cda13e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d33b2204-ca50-4df2-883f-18bd9652aafd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dfba1f47-7955-482e-8c8b-f41a3f594152.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/af8f3ede-6322-4de6-8baa-d8ea735a2eaf.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/04aabf3b-c1ea-4769-9d4b-612f03ef8a30.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:05\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d8d048f4-4df4-422c-80c5-1c2a245d6d1d\",\n                \"ticket\": \"TC231106A0086\",\n                \"title\": \"Verfügbare OOH Werbung \",\n                \"contents\": \"\",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/5375b801-fe09-494e-a698-c721f15c5eac.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b0383a2f-f95f-44a7-a41c-5cba3e045d40.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/73f71b52-fa9b-49ca-b877-139dd971f2bd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3c34ad3c-3ae3-40b5-bf11-bc4ff0ad5267.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:02\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0ae5666c-9061-485e-b68d-40aff885b591\",\n                \"ticket\": \"TC231106A0085\",\n                \"title\": \"Verfügbare OOH Fläche \",\n                \"contents\": \"Es gibt 4 OOH werbeflächen außerhalb des Marktes.\\n1x mit Siemens Werbung \\n1x WMF \\n1x Saturn intern\\n1x Leer \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/47bfa549-d67d-472a-a39c-fe5cafd970f1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/35c4e975-0d41-4a0d-ba20-88f89a0ce0a1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/69735083-5adf-4f9d-a317-92b2ce5d4f9a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/29236071-f94f-4841-b1c7-d62599df038f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/de629013-b0ec-4bdb-9f99-aea0deba6ed9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a56fd150-1483-4b5c-9e04-f4fe2fd870d6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:01\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"a0329385-c536-41b4-9cd7-4a71db35f492\",\n                \"ticket\": \"TC231106A0084\",\n                \"title\": \"Genussgutschein \",\n                \"contents\": \"Beim Kauf eines Aktionsgerät \\nBis zu 120€ Genussgutschein erhalten \",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"1DAD68804EDFCC5F\",\n                \"categoryName\": \"Bosch\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/872e7d10-771d-4529-89e7-f8b0809dcdd9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3a0aee1f-abbf-4ff8-9bea-f7ea3afc11fe.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:01\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1c30f63c-729f-4ed3-b5a7-673bc4025915\",\n                \"ticket\": \"TC231106A0083\",\n                \"title\": \"LG TegoRegal Fläche\",\n                \"contents\": \"akt. LG TegoRegal Fläche \",\n                \"divId\": \"997C5578B6DDDB50\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"7F6C8A49B3305A53\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/ea0827ad-7d58-4579-94c8-957f813eedd2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/371acdf0-a379-40e0-9acc-6476ddbe65c1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc0b8dbd-acea-4acf-afc3-7d079b3199fb.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/56012aa4-d5fa-419e-a3c0-6614d333bf8d.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d9560418-570f-4b98-92e0-2814a78cbf32\",\n                \"ticket\": \"TC231106A0082\",\n                \"title\": \"Abteilungsübersicht HA MM Oldenburg\",\n                \"contents\": \"Marktäußerung \\n- Energielabel von Side by Sides links\\nDeswegen Highlights rechts\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a24fceb3-02ea-43cb-b022-e15a09223af6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/19cc54f7-e40c-4efc-878e-6536d51f54ee.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/818c34de-b0c2-4d9f-acc5-e839ade1941a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/58d518db-d1e6-48b4-9812-979ac08c4619.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/af154ce1-8c4c-43e6-aaa6-764d05e5096d.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3640631d-764d-4080-88ee-79c108e87ab3\",\n                \"ticket\": \"TC231106A0081\",\n                \"title\": \"Außenbereich \",\n                \"contents\": \"Freie Werbeflächen zu Mieten.\",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8e48b3ab-ce28-46a6-9aa1-3c26d50a8783.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ee2c94cd-fdd5-41a1-82e4-5d2d29f2e77f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a637504b-9346-47a9-8dbb-3a79c10e5279.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c1c8805f-a64b-4e92-9e2d-a9b8466e5ca5.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 16:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"00bc7bf1-efac-4df5-a6e4-8fa9eddc2391\",\n                \"ticket\": \"TC231106A0080\",\n                \"title\": \"Euronics Einbeck Markteigene Aktion mit LG \",\n                \"contents\": \"LG Sparwoche mit 19% MwSt Aktion auf LG Geräte. Laut Herr Koch eine Kooperation zwischen LG und Euronics. Aktion-Ende 11.11.2023\\n\\nSony Cashback noch bis zum 12.11.23\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"9C7D44453E6877F5\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"F84FD8AC53348BCD\",\n                \"workplaceName\": \"EURONICS XXL EINBECK/ 02269/ Einbeck/Altendorfer Tor 20\",\n                \"workplaceCode\": \"02269\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a0b3af38-020b-4fc5-ab6d-0547261a53ac.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d2e0bef7-b4fb-4534-a738-c8f79fc2fa0b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:59\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"5ca5e868-0476-483e-b8b0-c11b9ff3b955\",\n                \"ticket\": \"TC231106A0079\",\n                \"title\": \"Regelvisit MM HA Oldenburg\",\n                \"contents\": \"Tätigkeiten\\n-Reinigung der Fläche\\n-vorhandenes POS Material angebracht \\n\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"3466AA10BA57059E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 04597/ Oldenburg in Oldenburg/Posthalterweg 15\",\n                \"workplaceCode\": \"04597\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1a9b0653-3809-41df-bbb3-4bc3ee25518f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b960e1da-ef29-4471-9adc-7dcede9c431e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f23d4660-e03d-41f6-bbfa-8a78b95e6680.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d4ef33cc-7eef-462a-ad86-3464d60c37b6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:59\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"aa422938-7a10-4216-8601-88cab0f140f7\",\n                \"ticket\": \"TC231106A0078\",\n                \"title\": \"Vip Lounge für Sony und LG \",\n                \"contents\": \"Der Markt hat eine Vip Lounge gesponsert bekommen von LG und Sony.\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"8DAF9035351FADD1\",\n                \"categoryName\": \"Sony\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/0572259b-56f3-4298-af9c-2973835c0984.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6a9c114d-d463-4f8b-8880-5d05d903e460.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/09e0009d-f1e0-4eaa-b19f-8de2fa354cff.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1f6a4e21-7803-4591-ba4e-dc2fa4a6019c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:59\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7e9af413-58c4-4e90-9191-ac9d6522854d\",\n                \"ticket\": \"TC231106A0077\",\n                \"title\": \"Keine Samsung IT Fläche vorhanden \",\n                \"contents\": \"Keine Samsung IT Fläche vorhanden \",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"D3BF0F552CB5009D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/99b8089e-c57b-4bb2-a080-dec2d12c4524.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9739d66e-54e0-4cd5-8c2a-dfd352a7026a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/27edeaf0-d6fe-4396-b9f7-36587a9474b5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/da72391b-e121-4eab-b1b0-90753b86c419.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:59\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"9e0f0ad8-5c5f-449c-a1c9-ca83f274e7ee\",\n                \"ticket\": \"TC231106A0076\",\n                \"title\": \"Ist-Zustand Markteigene Fläche \",\n                \"contents\": \"\",\n                \"divId\": \"6AA16A2CD981B5F0\",\n                \"divName\": \"POS Zustand Report IT\",\n                \"categoryId\": \"EA2E8609F7812061\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/bda4b1c7-e544-41c1-9cf4-f96ace56b688.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d8d15a66-d576-4c9f-85b8-96870779d8b5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a08560b4-8944-4658-9ff8-41b03937c420.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d81beb26-e7cb-4989-b178-ebacff121b0a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:58\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0dc5bd03-6a54-4f1b-9e88-645d16b7c4ce\",\n                \"ticket\": \"TC231106A0075\",\n                \"title\": \"Markteigene Fläche \",\n                \"contents\": \"Werbematerial die noch bis zum 19.11.2023 gültig ist angebracht. Geräte auf Funktionalität überprüft. \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a50e9370-5e7b-4427-9985-717f93ad1587.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/33e47fcc-e73b-4077-9a8e-4173924047cd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/be437f0e-0fe7-4491-bef6-0a8de65c4627.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ca5cbd37-0267-4c0b-a9a9-01af2374c16e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:56\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b1a8b5e5-9ef6-45d8-a950-b78eeec3c9fe\",\n                \"ticket\": \"TC231106A0074\",\n                \"title\": \"Ist-Zustand Markteigene Fläche \",\n                \"contents\": \"Ist-Zustand Markteigene Fläche nach Shopbesuch\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a09be024-4f14-4c3d-b0d4-62b2c49140bf.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d6bf4fbb-107a-4346-b835-1a84f7351943.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/59aadc54-277b-4c96-abe3-864dc178e661.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f6942aff-ae00-40bb-9e84-2355555b5dbe.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fb564933-8249-4a1d-b62e-9fbc8aee365d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1566880b-27b8-43be-896c-16843ffeb98f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:55\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"6faaf8a4-47a1-4591-a3bf-038cf217e8d2\",\n                \"ticket\": \"TC231106A0073\",\n                \"title\": \"Euronics Einbeck Markteigene Fläche\",\n                \"contents\": \"Konnte Kein TV Gerät von Ihrer Fläche entnehmen. Wollen wohl laut Herr Koch noch die Bestände Abverkauf.\\nEin verpackten S90C war für einen Kunden bestimmt.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"F84FD8AC53348BCD\",\n                \"workplaceName\": \"EURONICS XXL EINBECK/ 02269/ Einbeck/Altendorfer Tor 20\",\n                \"workplaceCode\": \"02269\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1a5a370b-ba32-4d64-acb5-e7b61a71197e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/67f22d42-26da-465b-9461-75f4ae272bd3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/712fea0b-816e-47f1-9ff7-a128b792535a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/64607ab6-c82c-4c11-babe-127e5d6fa7c9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f07ef7c2-6b35-4b8a-acad-35c2776c1697.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1a64317d-9615-4d72-848d-c28d28902f66.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:54\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"09cdf6a7-04f1-4a52-80c6-b81e313a31d1\",\n                \"ticket\": \"TC231106A0072\",\n                \"title\": \"Ist-Zustand Samsung Display \",\n                \"contents\": \"akt. Ist-Zustand Samsung Display nach Shop Besuch \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/449c8e9a-eb87-4a74-b4e5-0f5495492bbf.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fa657dec-97b0-4416-b255-a8d593ed220c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dd03e689-3527-488d-9903-36ad5fb5d1fc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aa774f7a-e8bf-4abd-bbd8-652fa2b9722b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:54\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1bc93507-8887-4085-aa18-9db96f58c0b2\",\n                \"ticket\": \"TC231106A0071\",\n                \"title\": \"-10% Energie und Kosten sparen\",\n                \"contents\": \"bis zu 10% Kosten und Energie sparen Pos Material \",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"E09509771285068C\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"879FA4F03E8EF4BC\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00720/ Berlin/Krumme Str. 48\",\n                \"workplaceCode\": \"00720\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/0cd36fec-b911-45f7-9f20-e9fd7ebfae6d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/77914c6c-36b3-41e9-93b5-36f5311934f5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9cfda2bd-e65b-44ad-9e8c-98b7f66bf8b1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/87cd053f-695e-4e5d-ba19-de4007613272.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/abae78cb-4d84-4ad2-9ba5-04788623e61e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/61fc6cf5-e7f8-4b68-8682-2344b8d25f9d.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:53\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FCB0093039C7B970\",\n                    \"userName\": \"BA 29\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_rsc14165\",\n                    \"phone\": \"029\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"297a44a4-3cd6-4ff7-8a55-7126d3117a49\",\n                \"ticket\": \"TC231106A0070\",\n                \"title\": \"Samsung Fläche \",\n                \"contents\": \"Inscreen und Qr App installiert. Werbematerial die noch bis zum 19.11.2023 gültig ist angebracht und Fremdwerbung von Streamingsdienste entfernt. Topper und Zollgrößen Sticker angebracht. Geräte auf Funktionalität überprüft und POS Material nach Lagerbestand angebracht sowie POS Fläche gesäubert. Pos DB entsprechend bestückt, für nicht vorhandene Geräte mit alternativen Geräten bestückt. Der Markt hat leider keine weiteren Soundbars zur Verfügung, dass ich es auf Samsung Pos  Fläche ausstellen kann, sie wünschen mehr Ware.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"C5DB7974814961EA\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 03773/ Erding/Johann-Auer-Str. 2\",\n                \"workplaceCode\": \"03773\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/2e7299a7-0be4-4517-b667-6f5c60cf1afa.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7dac330e-a716-40d9-915d-f55519835ea5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/eb41bc47-9935-4a78-be32-0b03ce95db83.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3e33d57a-ad45-40f0-8f28-0b85c7f06337.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/99291b73-8f32-4527-b924-84a7d9115272.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6abce7a4-f6c5-44e9-9259-8bb8c1a1d45b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:52\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"38B0E5EC85F1E3C0\",\n                    \"userName\": \"BA 19\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mha85399\",\n                    \"phone\": \"019\",\n                    \"groupId\": \"657C9037E604CC01\",\n                    \"groupName\": \"Merchandiser (Süd)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4eead045-2e6b-4d5f-859b-0555da8e718f\",\n                \"ticket\": \"TC231106A0069\",\n                \"title\": \"euronics Einbeck POS \",\n                \"contents\": \"eine Platzierung steht frei! Gerät und Soundbar konnte ebenfalls vom Markt aus nicht aufgebaut werden. Zuständiger TV Mitarbeiter war nach 40 Minuten aufzufinden. \\n77S95C soll bis Ende der Woche aufgestellt werden, bestellt ist der 77S95C schon. Laut Aussage von Herr Koch! Für QN93C ist POS Material alle.\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"F84FD8AC53348BCD\",\n                \"workplaceName\": \"EURONICS XXL EINBECK/ 02269/ Einbeck/Altendorfer Tor 20\",\n                \"workplaceCode\": \"02269\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d7680128-85db-4f0a-91c4-06475a3ed3b3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b3720c03-7135-404a-b806-dbd306f0e165.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e067d610-098e-4b67-9862-fe37bfe8d271.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/393dbaa8-2331-4486-ae6d-4e86f46524df.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:49\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"23FF4086FF354B2E\",\n                    \"userName\": \"BA 7\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_cbu34537\",\n                    \"phone\": \"34537\",\n                    \"groupId\": \"26B509E952FE0519\",\n                    \"groupName\": \"Merchandiser (Ost 2)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7fa64394-0c38-4aa7-abb3-d199294a2815\",\n                \"ticket\": \"TC231106A0068\",\n                \"title\": \"LG Broschüre \",\n                \"contents\": \"LG hat eine 50 seitige Broschüre mit ausführlicher Informationen zur Audio Geräten und TV Geräten. \\nDer Broschüre ist hochwertig hergestellt und macht was her.\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"9C7D44453E6877F5\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/b65fac14-65e8-4735-8e12-4dd4692a04cf.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6a7a7b77-ac55-4f9e-9f0e-1d47f04a3517.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/736d7d16-513c-4e17-828d-be8adc3eb609.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f269fcd3-010e-4b20-9291-fc6a416f063a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d311899f-9fc0-47c5-bd9c-063c350506d8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/93b49d55-a6d0-43c9-b6d2-cf3bce7f29d0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/91ab65af-1531-4d04-a051-6511246b7c4e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8880d242-6e59-4c4a-a739-c6342f434beb.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:43\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"28d1210f-b5e4-4a6f-bd49-4dfbcd8c1c37\",\n                \"ticket\": \"TC231106A0067\",\n                \"title\": \"verfügbare Werbefläche innerhalb des Marktes \",\n                \"contents\": \"keine Verfügbare Werbefläche innerhalb des Marktes \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"6FC1C7CE81FE238D\",\n                \"categoryName\": \"Verfügbare Werbeflächen innerhalb des Stores\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/002269a8-21d1-4b23-bd01-6b65dde3a21a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d70566d6-3098-4330-a89b-a91b2d892b7a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c98c6968-ca1d-4551-8549-c415418ab90c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8fe52108-3753-43fa-8f8b-9d1d8875f766.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d0671919-4c4d-4737-a5a6-0fafc29136ba.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bff815fa-a849-4456-87b3-617cd55b1fb2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/79003ac3-cdf0-4d01-8934-c774d9232751.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/892c6856-575a-4c63-8f20-e4c528249ada.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f3035bf5-32b9-4fe7-be3f-0de522f8af9f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0f505713-c399-4036-bf9c-bf40fe7b3141.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:36\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1d4b8542-d182-49d5-81e5-b95c304fc185\",\n                \"ticket\": \"TC231106A0066\",\n                \"title\": \"Verfügbare Palettenstraße \",\n                \"contents\": \"keine Verfügbare Palettenstraße vorhanden \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"D64D557404107E6F\",\n                \"categoryName\": \"Palettenstraße\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/6337f2cb-7615-4689-8ca7-d6faf97a52a3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2aba1348-2451-4360-9526-bfbd77826fec.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/658c0925-d50e-4907-aea4-ea8b6b50dec3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fa326046-2420-4b83-95d7-2409d4aa3713.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b9f35fa4-fb6c-400d-83fd-30ccebabb28b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/09f9f2b2-2811-4412-82e7-59bc32561771.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/47f43f9f-9e87-4538-8dfb-9f8a274a59ad.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b5b53645-921e-4857-811b-72ca8cc2fed2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bddbd311-9941-4731-961c-cda48e7e9617.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/673a6ddb-2bd9-4b2f-91e9-cfb857244ab8.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:34\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0d1ebc9f-72ce-4e1b-bf2b-f5ba3713eeef\",\n                \"ticket\": \"TC231106A0065\",\n                \"title\": \"Markteigene Ausstellung \",\n                \"contents\": \"Auch hier im markt sind wegen Stromspar Maßnahmen teilweise die TVs in Ausstellung nicht mit Strom versorgt.\\nSamsung Displays sind davon nicht betroffen \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/11d25f88-394e-49a8-9741-323ec4747bd0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fd8a2db1-7d18-4a0c-a0ca-bfb8f3334f9c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/15c8a76d-8d55-4f20-a318-f26b88869353.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9e0990f7-ff1c-445f-b43f-d0ec7ea8a1a4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2cc387ca-0f69-4ba4-aea3-b7b7ad3f64b0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a88594bc-209f-478a-855d-c85d4d98c721.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bfd4d565-9bc0-43b1-a7df-fd147d8e2448.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/19902e1e-808c-4879-ba3c-3390b14aa562.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9f46037d-c800-4c5b-a064-1748e1cdf2da.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/312d5316-c40e-42f7-9730-c182b01f8016.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:32\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b660ec62-3a04-45d1-ac48-3e316ba56cc9\",\n                \"ticket\": \"TC231106A0064\",\n                \"title\": \"Zustand der Samsung Display nach Standard-Visit \",\n                \"contents\": \"Zustand der Samsung Display nach Standard-Visit.\\n\\nAuf Position 5 Freestyle gibt es keine SP-LSP3BLAXX im Bestand.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"EA4AC1F433E8A783\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 03191/ Gießen/Gottlieb-Daimler-Str. 27\",\n                \"workplaceCode\": \"03191\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3f69f1e3-7131-4be8-bcdb-2f6169ec3326.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c7e291d7-851e-44eb-80ff-b0d09508eb00.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/29baf166-8593-4b92-b3c7-9e804e110330.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1c900e07-6887-414d-aa8b-ef385ab6e0f8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/83ebcc5c-45d2-415b-a312-3a63f41e2dd7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e2bdf07d-9bf3-4e95-91c1-199508e289ba.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f36bec20-6fcc-4a0d-a5b9-897b7ab4a815.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a1ddf360-6f44-4831-a5fb-15cdfe327145.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a4675b8d-6fe0-4eea-aa7a-e3741f10e394.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/eda39aa0-0936-4c86-af67-21a0467deef0.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:25\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0259c9df-0281-4fe2-bc80-04de32f041be\",\n                \"ticket\": \"TC231106A0063\",\n                \"title\": \"MM Rostock\",\n                \"contents\": \"HA Abteilung teilweise Standardvisit durchgeführt da Anreise Hannover Priorität hat \\nGespräch mit HTWO \\nWaMa sind erledigt Kühlschränke fehlen noch\\n\\nBitte um Fomgetermin\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"611D2E85E785B6B2\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02737/ Rostock/Timmermannstrat 11a\",\n                \"workplaceCode\": \"02737\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/b84dcf46-1c2a-44ac-bca4-6de290edb8cb.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/80cb98a7-9c3f-4bf3-b4ba-a525be3ac793.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/04a64b16-2e45-4aae-a502-166798c0a2c4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/819f8e78-e43a-4366-901e-0a1b897b59a1.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:15\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"F2FEF57FC26EDE92\",\n                    \"userName\": \"BA 11\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_ste18519\",\n                    \"phone\": \"18519\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"a673152b-c7d9-4375-833d-bca8b5d8d7ca\",\n                \"ticket\": \"TC231106A0061\",\n                \"title\": \"MM Rostock\",\n                \"contents\": \"HA Abteilung teilweise Standardvisit durchgeführt da Anreise Hannover Priorität hat \\nGespräch mit HTWO \\nWaMa sind erledigt Kühlschränke fehlen noch\\n\\nBitte folgetermin\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"611D2E85E785B6B2\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02737/ Rostock/Timmermannstrat 11a\",\n                \"workplaceCode\": \"02737\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc9d78e2-ea4c-4a7d-9766-37dca520766e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0ae861d2-38e1-49ca-97d8-b24fcc680ac6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc4c6706-7c08-47ec-9843-7afc109b060f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aa377702-86b2-411f-8045-e6f2f9850674.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:12\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"F2FEF57FC26EDE92\",\n                    \"userName\": \"BA 11\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_ste18519\",\n                    \"phone\": \"18519\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"a67d14de-3775-4cfe-bfa1-df17b50b9c76\",\n                \"ticket\": \"TC231106A0060\",\n                \"title\": \"Neues Produkt Electrolux MM Rostock\",\n                \"contents\": \"Neuer wettbewerber\",\n                \"divId\": \"328A1ECDA87E208A\",\n                \"divName\": \"Ês wird ein neues Produkt im Markt ausgestellt\",\n                \"categoryId\": \"236D210B88E20E14\",\n                \"categoryName\": \"Sonstige\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"611D2E85E785B6B2\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02737/ Rostock/Timmermannstrat 11a\",\n                \"workplaceCode\": \"02737\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3ee85c1d-9711-4e9a-b6b0-610bc2dc1866.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5edefd59-50b8-4ebe-be22-c4cd5fbc3483.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0381a6c2-81c9-41ae-9f53-13544abfa546.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c5fb1a80-2461-463c-8729-b9ff3331e47e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 15:08\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"F2FEF57FC26EDE92\",\n                    \"userName\": \"BA 11\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_ste18519\",\n                    \"phone\": \"18519\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"41eb093e-4477-44a6-899f-31c6e920304a\",\n                \"ticket\": \"TC231106A0058\",\n                \"title\": \"POS Zustand nach Besuch \",\n                \"contents\": \"AI Topper halten nicht und fallen immer ab\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1F80FF12D8A44470\",\n                \"workplaceName\": \"MEDIMAX Electronic Objekt Limburg/ 13298/ Limburg/Joseph-Schneider-Str. 1\",\n                \"workplaceCode\": \"13298\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f110b5bf-3da0-4f7a-8417-9e2360c4c217.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d407cb42-d0a6-4ddf-9fff-5509939640bd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aa184521-7db7-433d-9176-a87b4d8a50bb.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5229c629-f79c-49d3-830c-3d7e529aef31.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:54\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"c55ccd44-9826-401d-b4ec-d33e12670a1b\",\n                \"ticket\": \"TC231106A0057\",\n                \"title\": \"POS Zustand markteigene Fläche \",\n                \"contents\": \"Anbringung VMDs\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1F80FF12D8A44470\",\n                \"workplaceName\": \"MEDIMAX Electronic Objekt Limburg/ 13298/ Limburg/Joseph-Schneider-Str. 1\",\n                \"workplaceCode\": \"13298\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/6f6f2bea-27d5-4d65-8437-9439f248bcbd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/17529c32-9a9f-4d9b-bfe7-b786edad0c8a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c33e12c7-70a3-40f0-a173-a6f98dcccefd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2e8ca82d-e2d6-49f0-b57a-ab511cb6287b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/452ec3a4-2eb8-4ab9-845b-1b54dae2425e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cfd5ef0b-40a6-4ab0-9eef-3fb29789952c.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:51\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"28704a62-1262-4516-b3f2-2ab79c08ad52\",\n                \"ticket\": \"TC231106A0056\",\n                \"title\": \"METZ Broschüre \",\n                \"contents\": \"Metz hat eine 35 seitige Broschüre mit ausführlicher Informationen zur Audio Geräten und TV Geräten. \\nDer Broschüre ist hochwertig hergestellt \",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"D806CAD5D3105519\",\n                \"categoryName\": \"Sonstige Hersteller\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/7b1f9c24-a25b-4fb0-a134-3340f44466d7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/95baa6ca-d1e8-480c-95fb-8202d6c2543e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/84f694b2-f8ff-44d6-9799-a4a805b1dab8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5a359c45-467a-44d6-944b-313f1df24c56.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d0a95141-1eba-4e22-b472-8d6fa83ffaad.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6e112c80-f209-4746-93f4-b4fbbe84dde3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/09ff3ab4-da36-47f0-a35a-891dd462ff90.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:49\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ebdc7169-f944-48d4-9ced-110a4bf921c2\",\n                \"ticket\": \"TC231106A0055\",\n                \"title\": \"verfügbare Palettenstraße \",\n                \"contents\": \"keine Verfügbare Palettenstraße vorhanden \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"D64D557404107E6F\",\n                \"categoryName\": \"Palettenstraße\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/e06a5590-046a-4ed8-8a1b-680fa9e07d2c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a264b47a-2dfe-43b4-965e-c60a8edcf67a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/92f8dd40-1485-46a3-a9a9-698002c2d719.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a99e642d-f270-4eea-86a6-74b664fe1531.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/69486066-864c-4f44-a9ca-77e4bf4a677f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/735e4161-ab6f-41f6-9d39-f9b86acb58dc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/92635b8d-fe05-4949-8075-9e50e064251f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5f003dde-245e-429d-b736-e6d019b7fdef.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d12992b5-088e-402a-b551-160225c83584.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a158ed4e-e7c6-4548-a2fc-ba18ff2c7be9.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:40\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"2b92819d-11b3-4e30-af53-f35c32b764c2\",\n                \"ticket\": \"TC231106A0054\",\n                \"title\": \"Verfügbare Werbefläche innerhalb des Marktes \",\n                \"contents\": \"keine Verfügbare Werbefläche innerhalb des Marktes \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"6FC1C7CE81FE238D\",\n                \"categoryName\": \"Verfügbare Werbeflächen innerhalb des Stores\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/6c3fc79b-7a31-406e-941f-5fba871b13fc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8177878e-a061-4986-83e8-40596cbea61b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc80e031-2d46-4bca-9044-c4c8b6c15656.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/94fce57e-ca94-46bb-84b2-3d8c8492ad74.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/239034e5-22f6-42a7-8078-e5a62460ee4a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c1880cd7-0c92-44f4-ae51-8719e5776357.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5999f34e-5965-4e88-8cc4-3b702e7ece35.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4d1fe2e5-bb42-4fe8-a815-3071d8b6f0c0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9d4a2549-ad11-4d1a-8ac9-cf6ea0347801.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d709b017-9671-4853-b3ed-6bfe74d488f7.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:39\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"0c94616c-829f-439d-86ce-08133533f6e3\",\n                \"ticket\": \"TC231106A0053\",\n                \"title\": \"Verfügbare OOH Fläche \",\n                \"contents\": \"3 OOH werbefläche außerhalb sind vorhanden.\\n1x Samsung Galaxy Tab S8 Ultra\\n1x Samsung Galaxy Tab S7 FE\\n1x Telekom \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/7b69883c-8a2e-49ba-b856-1dfa61230043.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f6cab5de-386b-47d6-9e56-404b10190eed.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b1528136-aa8a-4899-aa2d-374fc6428827.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9c9cc2cd-14f4-4b05-a98b-86d8f1d8fc09.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/16c22de5-06d3-4d72-9ac7-e774f0cbbaac.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/14f8b53b-e459-4dab-8ce6-f031a957a6d0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d3d4bbb4-fab3-49d2-b7fc-cbe77bbe2e64.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f8471656-b638-4ac0-a115-5664a7c3e5a3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a85737eb-0002-4b8b-a830-677512869278.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/35c8c377-7ca0-48ba-880a-122fdbd0d8eb.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:36\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"6abc8575-487e-4727-91ac-ea243da6fb5f\",\n                \"ticket\": \"TC231106A0052\",\n                \"title\": \"HelloFresh Box \",\n                \"contents\": \"Beim Kauf und bei der Registrierung eines Aktionsgerätes bekommt der Kunde ein HelloFresh Box.\\nAktionszeitraum 01.01 - 31.12.23\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"CA770B0F8B6B5960\",\n                \"categoryName\": \"Siemens\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1245EEA6C3C1E429\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00480/ Dortmund/Westenhellweg 70 - 84\",\n                \"workplaceCode\": \"00480\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d6f2e6f6-5754-461d-b2c9-451cbda0a760.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d0b9255c-14a4-4275-b9e7-9ac7d448bdfb.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:35\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"610397e1-3629-4028-907d-61bdb5e34f41\",\n                \"ticket\": \"TC231106A0051\",\n                \"title\": \"Regelvisit HA im Saturn Dortmund \",\n                \"contents\": \"POS Material angebracht \\nÜberblick über markteigene Fläche \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1245EEA6C3C1E429\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00480/ Dortmund/Westenhellweg 70 - 84\",\n                \"workplaceCode\": \"00480\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1d0aaa2f-87b5-41c8-a3bc-0309b23fdc3f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/315a2b09-5dbe-4512-a002-6806b040ec25.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d028dec9-b22c-49e9-b8bb-c0ff7d5fde03.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/09595d1b-75fd-48fa-a657-8a153569463a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:33\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"fbe22672-e458-4146-ab10-4c13a2ad4874\",\n                \"ticket\": \"TC231106A0050\",\n                \"title\": \"Regelvisit HA im Saturn Dortmund \",\n                \"contents\": \"Aktionsmaterialien entsorgt \\nPOS Material angebracht \\nFlächen gereinigt \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1245EEA6C3C1E429\",\n                \"workplaceName\": \"Saturn Electro Handelsges. mbH/ 00480/ Dortmund/Westenhellweg 70 - 84\",\n                \"workplaceCode\": \"00480\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f8853a42-4824-437d-a4f3-2ca93d5d9966.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/af27b481-7a69-4303-a4bf-d6f6025383a5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/53012636-808a-464a-b0fb-088a2da0eb44.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ce436442-4d09-47f8-935d-2709603b1b07.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:32\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"D138E182AFEBB72A\",\n                    \"userName\": \"BA 5\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_bmo58300\",\n                    \"phone\": \"005\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"38f1735d-6a06-4233-9537-992df2d2f2ad\",\n                \"ticket\": \"TC231106A0049\",\n                \"title\": \"Standardvisit TVAV \",\n                \"contents\": \"ShelfShare aktualisiert \\nContent aktualisiert \\nGeräte Zurückgesetzt \\nGeräte und Flächen gesäubert \\nMagnetspecs angebracht \\nAlt PoP Material und Content entfernt \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f37fe077-59c2-47ca-82e3-4dba2fcb1d60.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/94d79c50-eb35-4682-9fc1-8f0c1c3075d0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8de7b6b0-bdb3-4900-b952-0240076f3907.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b1356105-587c-415c-abbb-399aacb1f5a9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/869823fd-517e-4684-a58d-b6cf6e4184fe.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fb1eb0f8-dd2d-4f12-a83e-4435114bfcc8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a65d8750-0c1e-4e74-a2b0-ba691edb51b2.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:30\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b053dffd-a620-4d29-b536-c6468134cfae\",\n                \"ticket\": \"TC231106A0048\",\n                \"title\": \"Markteigene Ausstellung \",\n                \"contents\": \"Wegen Stromspar Maßnahmen sind die TVs auf Markteigene Fläche überwiegend ausgeschaltet.\\nSamsung Displays sind davon nicht betroffen und haben dauerhaft Strom.\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/eb07c6cc-e14d-4977-b06b-54ab6d7dbf7d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/11381b03-4012-4981-9628-9a1f2aa688d8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e42ae8a8-96db-47bc-a80a-851efaf908a3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f6a359e0-fed7-4368-9581-f7bae73485f8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/643b22ed-33bb-48c4-908b-10b1543fef74.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/97dd8133-bc84-4936-af15-18537cdde11f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b74f5626-a467-46d5-b13d-ad8da0be82af.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c816f586-47c1-4751-b235-1348da70d09e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a4acb6e8-1e93-490c-86e4-84aa831526c4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dd2e70d1-9e1e-4803-902f-d33dc5df45b8.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:29\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d9982a6b-1b77-41de-9327-b7da9d8662c5\",\n                \"ticket\": \"TC231106A0047\",\n                \"title\": \"Sony Cashback \",\n                \"contents\": \"\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"4F855FEBFB2772B0\",\n                \"categoryName\": \"Sony\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/0bd5f70a-0db9-4425-8de8-d2ec085ef09b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b7d636e6-201d-4605-85b3-9a0e97baeae3.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:28\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d5a59f2d-6898-4d56-b096-dc67a4061716\",\n                \"ticket\": \"TC231106A0046\",\n                \"title\": \"Bosch Cashback\",\n                \"contents\": \"\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"CA770B0F8B6B5960\",\n                \"categoryName\": \"Siemens\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c17bcd5e-a9be-4d54-9884-baa93b02a272.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bf65a539-19f9-4584-93e8-4435327fa9ec.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:27\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3d41a9f5-56df-4a29-bf4a-40c7ce786d15\",\n                \"ticket\": \"TC231106A0045\",\n                \"title\": \"Markteigene Flächen TV\",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/1b71a285-c108-4fa4-92de-b619ae90a6ec.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4da0d7af-0e47-4aa8-baee-c7570f5325c6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a8ad179c-5151-455d-b39a-65b5a2541fab.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b31c8c3c-fdf5-4747-b5c2-adfe5e66aea2.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:27\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ca546745-69b1-445d-870f-267db481fe3f\",\n                \"ticket\": \"TC231106A0044\",\n                \"title\": \"Standardvisit HA \",\n                \"contents\": \"Lieferengpässe bei HA kein Lagerbestand \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/95312d38-1e3d-4af3-913d-29ea61cb2cf3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e96cb078-4b9b-4af8-8c53-4ba708cbb435.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c2529747-7df9-41f5-b0be-e54e9d058eb9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/de31759c-95b8-4859-a789-5fb113b0ce96.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:25\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"a52789bd-31c3-40cd-8630-a5a14da67cad\",\n                \"ticket\": \"TC231106A0043\",\n                \"title\": \"Zustand der Samsung Display nach Standard-Visit \",\n                \"contents\": \"Nach Marktwünsch 1x 55qn94cat auf Position 1 installiert.\\nHW-S811B von Position 1 auf Position 5 unter der Frame + Halterung für Soundbar.\\nFrame Bezel auf Position 5 Frame angebracht und reportet.\\nPosdb + Bilder erledigt.\\nShelfshare erledigt.\\nDisplaypflege erledigt.\\nTicket für specs sind in posdb erstellt.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/22238618-6bc5-4747-981a-08267e2e8168.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8d33b0c9-e75d-49fc-aaa2-ac0b42c327f7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/711b177b-8545-48f8-abe9-bbbbed88e652.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/515382f4-c210-4cbc-b25c-d36da2cc524e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c41431de-f7a7-4d5a-9231-8deb5917ae81.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ac7148f5-3357-4131-88ae-dc9ab295c4b2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4491eba8-3849-4c45-969a-0e59e131928c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ca121790-5050-4e06-b540-a1c56de9338b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d969f0c9-15e8-4a31-bf12-b6a8f8366ed5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c7f21aad-4310-42d6-83c9-7bf510cb45dd.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:24\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"739593e4-7d35-46cd-8bc6-1d7ada91b798\",\n                \"ticket\": \"TC231106A0042\",\n                \"title\": \"Markteigene Flächen HA\\n\",\n                \"contents\": \"\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"4420735A7DDDD997\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00529/ Bielefeld/Engersche Str. 96\",\n                \"workplaceCode\": \"00529\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/707e243e-120f-468a-b022-9104ccd6eba3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0794154a-a2fd-4aec-ab3f-448e4c05808d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9cf436b4-ef2a-451d-b075-83e1d802e27a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6d5d69c2-ff86-4d3c-8fba-a77316911f3f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d087e203-5af3-4954-8e2d-5e64ef9eb6f0.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:24\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7F6711E792DD46BA\",\n                    \"userName\": \"BA 18\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_hya33602\",\n                    \"phone\": \"018\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"e99f00d5-caf1-4183-9de7-2518f15bcac8\",\n                \"ticket\": \"TC231106A0041\",\n                \"title\": \"Smeg Mock Up\",\n                \"contents\": \"Im Eingangsbereich steht ein Mock Up Kühlschrank, mit einem Farbeimer über dem Gerät, welcher dieses quasi einfärbt\\n\\n-> eye catcher\\n\\n\\n\\n\",\n                \"divId\": \"3F2720DCE7C296A9\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut\",\n                \"categoryId\": \"53D29413BA2C160B\",\n                \"categoryName\": \"Sonstige\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1F80FF12D8A44470\",\n                \"workplaceName\": \"MEDIMAX Electronic Objekt Limburg/ 13298/ Limburg/Joseph-Schneider-Str. 1\",\n                \"workplaceCode\": \"13298\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/6a8d6c56-76f5-44a5-bdaf-669274fb136d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/21d0fa6c-3852-4df6-a3ec-018ef96d149d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d60d7574-f57d-4a43-a8da-dbd444624232.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:20\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1ee703d3-c02b-4f11-af72-1b2dc19a2cd1\",\n                \"ticket\": \"TC231106A0040\",\n                \"title\": \"Bosch / Siemens\",\n                \"contents\": \"Die Trockner mit A+++ haben einen OnePager & Benefit Sticker, die die ungefähre Ersparnis der Geräte gegenüber konventionellen Trocknern anzeigt\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"1DAD68804EDFCC5F\",\n                \"categoryName\": \"Bosch\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1F80FF12D8A44470\",\n                \"workplaceName\": \"MEDIMAX Electronic Objekt Limburg/ 13298/ Limburg/Joseph-Schneider-Str. 1\",\n                \"workplaceCode\": \"13298\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f18c8c56-e813-4acb-98aa-e10750f17744.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4ece1833-3dc7-4406-b215-0f2a2dde60f4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/010b774a-1394-4582-bdb9-47d0e38c20e9.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:19\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"08801ebc-f851-4348-9552-d8dd760a7cc3\",\n                \"ticket\": \"TC231106A0039\",\n                \"title\": \"Frame Bezel \",\n                \"contents\": \"Frame Bezel auf Position 5 Frame angebracht und mit Samsung Eigentum sticker versehen.\",\n                \"divId\": \"5D3E79DDA078ACB2\",\n                \"divName\": \"TV&AV\",\n                \"categoryId\": \"8AB4A120A9E131B0\",\n                \"categoryName\": \"Frame Bezel Installation\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"2CB3740DC80B740B\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08917/ Gießen, Lahn/Gottlieb-Daimler-Str 14\",\n                \"workplaceCode\": \"08917\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/878c2fec-9fa1-4b89-8513-f903a64aeee8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d4bcee8c-ab5d-4a5d-86b6-13a8586e2ac0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/03608f88-2052-4516-b6c0-934288b70646.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bf8c98f4-b527-489e-9950-db75113a19fd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c9b81f30-b842-40f5-a192-e471d19939d9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/04a29240-ecf5-4fd6-ae53-ad698b6c9a4b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/db147228-0329-47a8-8022-6e5ec4d8581d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f626484f-4519-410a-8813-4268a908b7ba.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6ae85f91-1983-4e60-ab38-ccaef942ab54.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fe985309-eac0-4581-a7da-b9af72c0b1eb.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:04\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5524BEE5744D82F7\",\n                    \"userName\": \"BA 2\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_psh60431\",\n                    \"phone\": \"015202096165\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7b49508c-4806-4928-8c34-df50dde18067\",\n                \"ticket\": \"TC231106A0038\",\n                \"title\": \"MM Wandsbek \",\n                \"contents\": \"shopeigene Fläche\",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"8119484E17A481AD\",\n                \"categoryName\": \"Vorbereitung TV&AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"E5B1CD14F460B65E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00741/ Hamburg/Friedrich-Ebert-Damm 110\",\n                \"workplaceCode\": \"00741\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a061baea-1ab0-41b3-bcef-00ea009ba6e8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d3a48506-09ca-4a7a-9aee-b4013b969049.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e500d758-9fe4-4cb6-b842-45737b972629.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d84fc5e2-93a5-4167-b617-4731b6406d00.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0668de0c-7dbc-4b2b-991c-90448f9945a7.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6305e891-dbd4-48ad-9574-2e1a4703bf24.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:03\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"43E3E4E1F1C61C74\",\n                    \"userName\": \"BA 23\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_tth22159\",\n                    \"phone\": \"023\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7fe4392f-56c4-4662-9997-1a3e49a5f01f\",\n                \"ticket\": \"TC231106A0037\",\n                \"title\": \"Vip Vorbereitung IT Mediamarkt Wandsbek \",\n                \"contents\": \"Markt eigene Ausstellung \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"6B49EA00AEC52715\",\n                \"categoryName\": \"Vorbereitung IT\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"E5B1CD14F460B65E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00741/ Hamburg/Friedrich-Ebert-Damm 110\",\n                \"workplaceCode\": \"00741\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/09fc1602-d49b-4549-a178-e16cce4d795f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/083bbaaa-5ad4-4f1a-91f6-248e3c91acea.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/96d4a385-0f8b-4b05-ae7f-c144138e7c3d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0a582588-9656-4aab-af36-b57ab04aea0c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0b522efa-aaad-49e4-b9c2-71435ec37179.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/12e4b43e-cd53-42f0-9300-0f99874e3e63.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:01\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"a2e671bc-72a7-40f6-a60c-44b7ba473703\",\n                \"ticket\": \"TC231106A0036\",\n                \"title\": \"MM Wandsbek\",\n                \"contents\": \"\",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"8119484E17A481AD\",\n                \"categoryName\": \"Vorbereitung TV&AV\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"E5B1CD14F460B65E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00741/ Hamburg/Friedrich-Ebert-Damm 110\",\n                \"workplaceCode\": \"00741\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/69c0911a-cd45-4911-992f-f48654bc3471.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d09f6917-5dbf-4db7-8e9a-62c32175f68e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f3f4a0e0-917a-4b99-bcc1-4cb079426603.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/95ebcfc0-d3b4-49e4-b3e4-b8abdb9943fd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8b52fb0d-aed9-4733-a6f0-3c420ba4d109.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ab39304e-b4df-4551-8428-ceefd39373ac.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"43E3E4E1F1C61C74\",\n                    \"userName\": \"BA 23\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_tth22159\",\n                    \"phone\": \"023\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"20c82a18-6521-487a-838a-5b8922bb29e5\",\n                \"ticket\": \"TC231106A0035\",\n                \"title\": \"Vip Vorbereitung HA Mediamarkt Wandsbek \",\n                \"contents\": \"Es ist immer noch kein Strom für unsere Samsung waschen Fläche verfügbar \",\n                \"divId\": \"64AD8E2E02B8A460\",\n                \"divName\": \"Vorbereitung\",\n                \"categoryId\": \"F735433AA532E84E\",\n                \"categoryName\": \"Vorbereitung HA\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"E5B1CD14F460B65E\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 00741/ Hamburg/Friedrich-Ebert-Damm 110\",\n                \"workplaceCode\": \"00741\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/028eee20-cdd4-4dd0-ab9e-c21ba65a892a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ae7acada-2416-4a61-b1f6-2aae1a4690f3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7d90e917-9081-4fbf-b0a9-95664dea25a5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3c51c01a-b946-47bf-a132-0ac039596210.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e7aeb740-82c7-409e-b51c-37c937ab7ea6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b967aa56-d070-4a26-9c2f-ee322f673495.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 14:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"7700F66688A333AC\",\n                    \"userName\": \"BA 22\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_mhe21255\",\n                    \"phone\": \"022\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"2322103d-bf2e-4ad8-be4c-0c04728e759e\",\n                \"ticket\": \"TC231106A0034\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"LG V7WD107H2E Waschtrockner.\\nBlack Deals\",\n                \"divId\": \"3B584F0536FBB7AA\",\n                \"divName\": \"Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"E09509771285068C\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/48a2c4ed-88a0-4daa-ba53-b59b71b83bba.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d2db9b07-f17e-4dfb-88fe-9adef9e1ede2.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:08\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7e82a0c7-2e6b-4474-b50a-d15e5c27858a\",\n                \"ticket\": \"TC231106A0033\",\n                \"title\": \"Cashback Aktion \",\n                \"contents\": \"Bis zu 1.300€ Cashback erhalten beim Kauf eines Aktionsgerät\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"4F855FEBFB2772B0\",\n                \"categoryName\": \"Sony\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8C67ABF38C08D7DC\",\n                \"workplaceName\": \"BG EUR Varel/ 02258/ Varel, Jadebusen/Gertrud-Barthel-Str. 7\",\n                \"workplaceCode\": \"02258\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/7cae7f93-a111-41fb-b0af-1a68e347a241.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/39b12b36-d927-4eb9-8233-cb4b654b5276.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:08\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"8b4f6055-a5f2-4185-8b84-2043ad89ef90\",\n                \"ticket\": \"TC231106A0032\",\n                \"title\": \"POS Zustand nach Besuch \",\n                \"contents\": \"S95B auf Pos 2 defekt, kein Stromkabel, auch mit anderem Stromkabel\\n\\nFrame auf Pos 7 defekt, One Connect Box knackts laut\\n\\n-> beide defekte sind seit längerem bekannt, der Markt wurde von mir mehrfach darauf angesprochen, dass dies Service Fälle sind, die eingeschickt werden müssten\\n\\n Contentupdates + Flächenreinigung + VMDs \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8ED2D1BCA699BA1A\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08918/ Hachenburg/Adolf-Münch-Weg 5\",\n                \"workplaceCode\": \"08918\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4f10a661-feb9-45b7-9ad7-474063274bb9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c9099423-95d6-4d37-8aae-9fe11bae546e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3dc142ff-2527-4210-8c37-be5b961ed836.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/17a14caa-8bbc-4ca7-8de9-cb58b631bc2c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7e9201f3-a7b1-4600-8063-19b96537fa12.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ec4807ce-52f3-44dd-b22d-d0c7bac6efb2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dd232d68-f20b-40fc-98cd-60b9816f06e6.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:07\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f07cb561-a167-46cf-8006-8b88cdbef3e0\",\n                \"ticket\": \"TC231106A0031\",\n                \"title\": \"Abteilungsübersicht TV Euronics Varel\",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8C67ABF38C08D7DC\",\n                \"workplaceName\": \"BG EUR Varel/ 02258/ Varel, Jadebusen/Gertrud-Barthel-Str. 7\",\n                \"workplaceCode\": \"02258\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/18430578-8d6e-4164-a21c-91fe36e66494.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6101a331-d884-49fa-bde6-d4bb7cf8b0ca.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/681e5e85-2957-425b-8fc5-2b7579393557.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ea0dc408-9176-4e72-9c32-a066616bbb54.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"98422c78-fd03-4249-a3a6-0d5829a840a4\",\n                \"ticket\": \"TC231106A0030\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/56d0948b-5568-44ba-b298-705fa63cdb5a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8e01c629-7140-478d-876d-ab789303cf9c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8ea4d55c-2ea7-492c-96a9-bb04d435fd7c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0e3f148a-cb45-4919-aeb9-889fc1a6e0d0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a506816f-4dfa-4758-b4dc-02325636c309.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:06\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1833f5d0-b72d-412d-8982-dd9d031c2d52\",\n                \"ticket\": \"TC231106A0029\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"Strom ist jetzt angeschlossen \",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/7a412bea-08bc-450f-8fdb-e06f3a29699a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c6d5d0c0-cbf8-4714-a747-e93920dc1fbc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dd38322d-a22c-4b15-89bc-c7335595be5d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/19cc13d2-db94-4f29-bb7e-3dc1fd159426.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:05\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"c5f9ee5a-0f19-4e9f-8a2e-aa6707314353\",\n                \"ticket\": \"TC231106A0028\",\n                \"title\": \"Regelvisit TV Euronics Varel\",\n                \"contents\": \"Tätigkeiten\\n- Reinigung der Fläche und Fernseher \\n- Contents gelöscht und aktualisiert \\n- Systemupdates geprüft \\n- Aufbau und Umplazierung Soundbars\\n- Entfernung von Fremdmaterialien \\n- Shelf Share \\n\\nMarktäußerung\\n-Kein Platz auf Shelf \\n-Abverkauf Altware\\n\\nTo Dos \\n- neue Magnetspecs anbringen \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8C67ABF38C08D7DC\",\n                \"workplaceName\": \"BG EUR Varel/ 02258/ Varel, Jadebusen/Gertrud-Barthel-Str. 7\",\n                \"workplaceCode\": \"02258\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/9bca5ed9-acca-47f7-8714-67f460fb1cc0.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e9275c5c-dadb-4d8f-a4c5-94404e7b0f68.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a785876e-045e-4c4b-9d5f-eb81e87fd724.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/22d8f12f-80ca-4246-bb6f-745459bf41f4.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:05\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3a60b454-50d8-49f0-9c9b-c6429f0a3ecc\",\n                \"ticket\": \"TC231106A0027\",\n                \"title\": \"POS Zustand markteigene Fläche \",\n                \"contents\": \"Anbringung VMDs\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8ED2D1BCA699BA1A\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08918/ Hachenburg/Adolf-Münch-Weg 5\",\n                \"workplaceCode\": \"08918\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/2a03d932-e2dc-46f1-a99e-85d8c3e65de2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bd6b2692-e7a5-467b-8493-7c4d470e1d85.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7b8a7718-90cf-455d-8f47-b8d12475c063.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cfff8d45-fba9-4533-91d7-6653a21dfda8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9db25bfb-d6fc-4cd4-a26f-1d731a18f42a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 13:00\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"76d4fa46-8fff-4e83-a2b2-d86839a960be\",\n                \"ticket\": \"TC231106A0026\",\n                \"title\": \"Regelvisit TV/AV, Expert Minden\",\n                \"contents\": \"- Geräte und Fläche gesäubert\\n- Content Update\\n- Q70C 65Zoll aufgebaut und an die Wand montiert\\n- VMD Material angebracht\\n- Geräte auf Updates geprüft \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1472CD0CAC849DEC\",\n                \"workplaceName\": \"BENING GMBH & CO. KG/ 01938/ Minden, Westfalen/Königstr. 162\",\n                \"workplaceCode\": \"01938\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/52f6afcc-a12e-4c63-a248-2b4d5f081e62.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4fc93856-bdff-457a-830f-5cb26b651483.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f049c313-8378-461e-9068-7c13e256cbbd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a2295168-537a-4d9d-bb77-c26189f59940.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7af533ee-b290-41ff-88d9-feb37d85f3c8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f5dbb062-0deb-47ae-bfbd-4f42471bdf5a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ea4654ce-2b06-4412-bcb9-dd45f3747b5f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1bc51810-7f49-40a5-91be-5469dcf33b97.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/39988142-b929-49d1-a099-044a25de8c81.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:48\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1b343344-aaf9-49e9-8b1c-3c9983f34325\",\n                \"ticket\": \"TC231106A0025\",\n                \"title\": \"Markteigene POS Fläche, Expert Minden\",\n                \"contents\": \"Markteigene POS Fläche\\n- VMD Material angebracht \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1472CD0CAC849DEC\",\n                \"workplaceName\": \"BENING GMBH & CO. KG/ 01938/ Minden, Westfalen/Königstr. 162\",\n                \"workplaceCode\": \"01938\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/ff1423ce-9997-4274-890a-daef6e5fea77.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/b2b20bf1-1c66-4ba6-9aac-e75c84d78bc6.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d550a1d1-8ae2-4901-8978-14111c8cc0d2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/600e5fd9-4056-491c-847a-b6f01be4c368.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0c41baa8-fef8-483a-959c-7081a1097c08.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1cfa0f07-13b9-48a0-b639-1c118f881c65.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:46\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"bf2e1f04-9a9f-4761-b6ba-4a314980f4f5\",\n                \"ticket\": \"TC231106A0024\",\n                \"title\": \"OOH Flächen \",\n                \"contents\": \"4x vorhanden, 3x expert intern, 1x Telekom\",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8ED2D1BCA699BA1A\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08918/ Hachenburg/Adolf-Münch-Weg 5\",\n                \"workplaceCode\": \"08918\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a724cf83-27c1-4f80-b50b-3318295d805c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fbcf0dcb-6fa7-4f5e-bb36-4c8f96d0bb8f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:45\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"08246cfb-e767-4b8a-a759-3114dd06eaa3\",\n                \"ticket\": \"TC231106A0023\",\n                \"title\": \"Philips Aktion, Expert Minden \",\n                \"contents\": \"Der Kunde hat eine Chance beim Kauf eines Aktionsgerätes ein Ticket zur Barca zu gewinnen. \\n\\nAktionszeitraum vom 12.08 - 31.01.24\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"1472CD0CAC849DEC\",\n                \"workplaceName\": \"BENING GMBH & CO. KG/ 01938/ Minden, Westfalen/Königstr. 162\",\n                \"workplaceCode\": \"01938\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/4716340e-9cd6-47bd-8355-9297feac8044.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8808e323-8f3e-4384-abba-18d20b427e6a.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:44\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"5F043E96F25BA6EA\",\n                    \"userName\": \"BA 24\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_nka32584\",\n                    \"phone\": \"024\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f13fa4c6-a074-498e-849e-09f4f035031d\",\n                \"ticket\": \"TC231106A0022\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"Philips TV 77Oled 937 ist in der Werbung.\",\n                \"divId\": \"8F61B9C51D7E4F63\",\n                \"divName\": \" Ein Wettbewerber führt Aktionen im Markt aus\",\n                \"categoryId\": \"328CC55084A28C6F\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d0ca5f13-2e97-4e30-a81f-c0fc5a6cb972.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/dab24e0a-4d00-4267-9d96-b216b6f6bd37.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:40\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"d38102da-d28d-47fd-9240-c886995969fd\",\n                \"ticket\": \"TC231106A0021\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"Topper für Markteigene Fläche nicht mehr verfügbar. bzw. bestellbar.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/a97285ef-ba5e-4209-a21a-731827976747.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/53cd2ca8-2040-48c5-8be0-27ebd84baa4f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5246e5eb-a9ca-4df2-a13a-283d21558966.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a71a8ca5-0723-4293-9190-f2abfa8a84de.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/37136464-83ea-4da7-8c1c-302e80b7ac50.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:38\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"b9fc8f36-2c7e-40fa-b9c2-e86500c0794b\",\n                \"ticket\": \"TC231106A0020\",\n                \"title\": \"TCL 98 Zoll TV\",\n                \"contents\": \"Es gibt einen TCL 98 Zoll TV, der derzeit von 4999€ auf 2599€ reduziert ist.\",\n                \"divId\": \"3BA2E3C15C2CE48A\",\n                \"divName\": \"Es wird ein neues Produkt im Markt ausgestellt.\",\n                \"categoryId\": \"88BF048CAE11D950\",\n                \"categoryName\": \"Sonstige Hersteller\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8ED2D1BCA699BA1A\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 08918/ Hachenburg/Adolf-Münch-Weg 5\",\n                \"workplaceCode\": \"08918\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/8666a227-5176-42e5-ae72-a8d0e34a88c5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ff8fc27f-360a-4d0e-9b7c-7480117eb090.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/894897e1-9bd9-4ed4-a0b5-e552c3ba8844.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:36\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"45e2a46b-64f2-4174-965d-ff36cf7e6849\",\n                \"ticket\": \"TC231106A0019\",\n                \"title\": \"MM Rondell \",\n                \"contents\": \"fehlender TV S95 65 Zoll ist bereits bestellt und wird wieder aufgebaut sobald dieser am Lager ist.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"498A4ACE9D1E513D\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02651/ Schönefeld/Am Rondell 3\",\n                \"workplaceCode\": \"02651\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/fa43b570-45c2-444e-ba74-422474f33fae.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/1006189b-3916-498b-809a-87321ad7c85d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/37074595-80e8-42a3-9c60-7cd55b3eaa22.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/bc04f476-c07e-45d7-bc5c-b167af4738a5.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/86018560-d80b-45d7-8da4-93b43920ce8f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:35\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"BE60A166523BA36F\",\n                    \"userName\": \"BA 28\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15738\",\n                    \"phone\": \"028\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"08a1bd23-184d-413a-b3a2-235f8aafe730\",\n                \"ticket\": \"TC231106A0018\",\n                \"title\": \"Hisense Insel\",\n                \"contents\": \"\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"C93B7AC5964C1FB3\",\n                \"categoryName\": \"Hisense\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/bccf2fcc-cf42-40c8-af48-e54f29b3e40c.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/5e145619-c304-4e39-8b47-ed30b3f1b7f1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3fc03cb8-5c36-493c-84de-761e05826be1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/237642ee-4f29-48a5-a171-a1bdcf6e851f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:10\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"10c90585-6a3a-4238-b042-f57395b98d30\",\n                \"ticket\": \"TC231106A0017\",\n                \"title\": \"POS Zustands Report Marktfläche \",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/990de40b-abc1-43c8-b003-7c26ba77cff8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2f01a6cb-464b-4d5b-bfda-51004e8cb831.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/aaae764e-44e7-45dc-8834-e8563609f130.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9dead103-3512-43f5-9a4f-3b6d59c3e071.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:10\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"3d437a98-ddcf-4dce-8444-222a1ad6ee30\",\n                \"ticket\": \"TC231106A0016\",\n                \"title\": \"POS Zustands Report \",\n                \"contents\": \"2. Frame Rahmen Farbe nicht anbringbar da die Rahmen die wir bekommen haben Alu Rahmen sind und nicht passen.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/de2beeb2-ac9d-4697-ae5c-dc1b55fd38eb.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a338360f-ace7-45ec-91b1-c3950bc5ddb3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/96424034-b812-4c59-80f3-4822a32b9df2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a7240b6c-99a2-4b69-a025-56d1efa32f9e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8a162536-2b2e-405e-98b6-b7f54a201c80.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/664159a4-a7ac-41b0-aac6-6aae4ac571f1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3691b73f-2e85-457b-9f9c-f46f5649ca72.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/69359084-120a-4ede-9ef6-7091c1a3adb9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/4349f796-9ae6-4cc3-bf33-6d53ca228535.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:08\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"eddab8dd-73bd-4111-b50e-c5861f3b9b0f\",\n                \"ticket\": \"TC231106A0015\",\n                \"title\": \"Hisense Wama und SbS \",\n                \"contents\": \"MM Schöneweide hat von Hisense neue Produkte bekommen\\nWama und SbS\",\n                \"divId\": \"328A1ECDA87E208A\",\n                \"divName\": \"Ês wird ein neues Produkt im Markt ausgestellt\",\n                \"categoryId\": \"236D210B88E20E14\",\n                \"categoryName\": \"Sonstige\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c063afc0-76f6-43cd-b1a4-ab901ab2fe8d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8e17b268-05e8-4c9d-bb55-8185d347122b.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 12:04\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"46688424-b80c-428e-b893-51652a70c40f\",\n                \"ticket\": \"TC231106A0014\",\n                \"title\": \"Verfügbare OOH Werbung \",\n                \"contents\": \"Ist noch mit einen Vorjahres Gerät abgebildet \",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"8C67ABF38C08D7DC\",\n                \"workplaceName\": \"BG EUR Varel/ 02258/ Varel, Jadebusen/Gertrud-Barthel-Str. 7\",\n                \"workplaceCode\": \"02258\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f6c34b4c-50f3-4b0f-8e75-de097bbaac4f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7815529c-75a8-4488-9510-0271bf60acfa.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cc787725-8f57-4533-9419-9d384068ace8.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/fcdee406-81b1-44ca-8622-c651bb5e8559.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:58\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"eab41933-bf20-4ab9-9b5f-377742bbf9ec\",\n                \"ticket\": \"TC231106A0013\",\n                \"title\": \"POS Zustands Report Marktfläche \",\n                \"contents\": \"\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"EE2E2263FF5901AE\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/dbff6b86-80ac-4621-8f41-444f46f7b077.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e541fff8-3980-4658-bd4f-51975624f836.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/9f979998-ddc3-424f-8093-a314b6b64b4f.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c1a7b894-4545-43d9-a8db-7bdd669b7c5d.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ce8e1557-b102-41b4-b880-0d949d2466c3\",\n                \"ticket\": \"TC231106A0012\",\n                \"title\": \"POS Zustands Report \",\n                \"contents\": \"\",\n                \"divId\": \"AF31C48705F2F39F\",\n                \"divName\": \"POS Zustand Report HA\",\n                \"categoryId\": \"1E6FEBBABF9468E9\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"508F842EAC1B8D19\",\n                \"workplaceName\": \"Media Markt TV-HiFi-Elektro GmbH/ 02649/ Berlin/Schnellerstr. 21\",\n                \"workplaceCode\": \"02649\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/45f421c2-febe-4f33-831d-102aced3e435.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/795c77a5-e87b-4c56-9dce-221951da76fd.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0559e192-97e3-4737-b111-912df9951a6d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/68aa254f-ed78-4dfa-8194-693e7c82faa5.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"9696903E56232098\",\n                    \"userName\": \"BA 26\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_sro15732\",\n                    \"phone\": \"026\",\n                    \"groupId\": \"7932312B29C6B352\",\n                    \"groupName\": \"Merchandiser (Ost 1)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ceea7158-53bb-4c98-b6a2-d1d0ad0f7cda\",\n                \"ticket\": \"TC231106A0011\",\n                \"title\": \"Neue Philips Wand\",\n                \"contents\": \"Neue Philips Wand mit 4 Ports.\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"26C44EC93BB9F52D\",\n                \"categoryName\": \"Philips\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"9070E684C348AAEA\",\n                \"workplaceName\": \"BG EXP Hoffmann Koeln/ 08909/ Köln/Niehler Kirchweg 71-73\",\n                \"workplaceCode\": \"08909\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/05566aa8-b29a-406b-af8e-dba1a0b9801e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7ea536d6-8c24-49db-981c-16833dda293e.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/796fdf21-e41f-4cc9-8d46-5eece85e0bea.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3b072de8-68a7-4f30-b7bd-fbf12ddbabba.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:40\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"35562e0c-bd4e-4f67-856a-02a330bb9bf9\",\n                \"ticket\": \"TC231106A0010\",\n                \"title\": \"Verfügbare OOH Werbung \",\n                \"contents\": \"\",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"54B9EACDC5A85DD5\",\n                \"workplaceName\": \"media@home STADTLANDER/ 12944/ Zetel/Jakob-Borchers-Str. 3\",\n                \"workplaceCode\": \"12944\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/d522c62e-c65a-487a-a79b-fc99f31c1946.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/918884f7-5755-4a32-a4e1-d8ee31131eb3.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7b24b87a-31f9-4e64-95bf-48407c960dba.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/f7defa98-b514-4f69-9030-41f19a51cc28.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:39\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4a846e34-dddd-4d90-8f67-2607b0fc25e3\",\n                \"ticket\": \"TC231106A0009\",\n                \"title\": \"POS Zustand nach Regelvisit TV Markteigene-Fläche\",\n                \"contents\": \"Eine Anbringung der POS Materialien war nicht möglich. Die Geräte die ausgestellt sind, sind vom Jahr 2020/2021.\\nZudem möchte der Markt Stromsparen und möchte nicht das die Samsung Geräte angeschaltet werden.\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"9070E684C348AAEA\",\n                \"workplaceName\": \"BG EXP Hoffmann Koeln/ 08909/ Köln/Niehler Kirchweg 71-73\",\n                \"workplaceCode\": \"08909\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/85380585-8beb-4fe7-8995-bdbab005d6fc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/85476618-0883-485b-b0a6-746e460ad1fe.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/541b7af5-4ba2-4448-91fc-e8377f7ca090.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3878215a-da9e-43a4-82f5-e0c72aa14d3f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:38\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"6e23e8cc-8f39-4653-b537-dacd854404e2\",\n                \"ticket\": \"TC231106A0008\",\n                \"title\": \"POS Zustand nach Regelvisit TV\",\n                \"contents\": \"Auf Port 4 steht ein GQ55LS03BGU was jedoch Defekt ist (Bildschirm defekt, kein Bild). Es ist mein 3 Regelbesuch und Markt möchte nicht das es Umgestellt wird. Grund: Platzmangel und warten auf den Reperaturservice von Samsung, sodass es abgeholt wird. FOM ist über die Sachlage informiert.\\n\\nToDo's:\\nAufspielen Demos\\nReinigung der Fläche/Bildschirme.\\n\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"9070E684C348AAEA\",\n                \"workplaceName\": \"BG EXP Hoffmann Koeln/ 08909/ Köln/Niehler Kirchweg 71-73\",\n                \"workplaceCode\": \"08909\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/dce8438e-87ab-44f9-8d7f-8504928e523d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/0b52fd4f-663c-4ca9-9618-676f64abf149.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/482f504b-e087-43b1-9495-350f9a2a5f16.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ca9ec363-49cc-445a-a8e5-a70f8cb3fd40.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:36\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"2EEF162A4E89E0E5\",\n                    \"userName\": \"BA 9\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_oki51065\",\n                    \"phone\": \"009\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"ebfbcb59-0bb3-426f-b77b-45289f923e76\",\n                \"ticket\": \"TC231106A0007\",\n                \"title\": \"LG Gallery Wand \",\n                \"contents\": \"\",\n                \"divId\": \"447CBA4A8F1D1D8A\",\n                \"divName\": \"Es werden Möbel/Flächen aufgebaut/abgebaut.\",\n                \"categoryId\": \"77761E36A014290E\",\n                \"categoryName\": \"LG\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"54B9EACDC5A85DD5\",\n                \"workplaceName\": \"media@home STADTLANDER/ 12944/ Zetel/Jakob-Borchers-Str. 3\",\n                \"workplaceCode\": \"12944\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/515a2455-4737-4eb1-a05a-441f4e7c11ef.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/8593395f-e3ad-4679-b4b2-810736ba2dcc.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/d296b7e9-2857-4e54-a93a-b7b78d9421a2.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/6a1e0ee2-9f1d-4de5-a4f8-e5aecc4705d8.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:30\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"1653634e-dee8-46bc-845b-178373650cdf\",\n                \"ticket\": \"TC231106A0006\",\n                \"title\": \"Shopübersicht Stadtlander\",\n                \"contents\": \"\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"54B9EACDC5A85DD5\",\n                \"workplaceName\": \"media@home STADTLANDER/ 12944/ Zetel/Jakob-Borchers-Str. 3\",\n                \"workplaceCode\": \"12944\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/3cbe857f-ce48-4ed5-8d25-7cede0672a72.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/05e81265-f4c0-4ab6-9456-4d7ecf701357.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ee1a0c3e-1f6b-462b-b07b-68fa48c9b996.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/2d3dc8ee-8472-4e6d-9a0c-e00ffd68390f.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:28\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"e464038e-5905-4353-9399-0f671314d940\",\n                \"ticket\": \"TC231106A0005\",\n                \"title\": \"Standardvisit Stadtlander\",\n                \"contents\": \"Tätigkeiten\\n- Reinigung der Fläche und Fernseher \\n- Systemupdates geprüft \\n- Entfernung von Fremdmaterialien \\n- Entfernung alter Werbung und POS Material \\n\\n\\nMarktäußerung\\n- The Premiere Möbel wird mit Fernsher noch ausgestellt \\n- Shop wünscht keine Topper\\n- Shelf Share \\n\\nHinweis \\nGQ55LST7TAU\\nwird im Shelf Share nicht angezeigt\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"54B9EACDC5A85DD5\",\n                \"workplaceName\": \"media@home STADTLANDER/ 12944/ Zetel/Jakob-Borchers-Str. 3\",\n                \"workplaceCode\": \"12944\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/74eaf963-4f1e-4929-838e-c75f19245381.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/cc31e076-7322-4c69-b835-b05295e51b96.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/787509a0-e4eb-4807-9722-a4d8f0cce9c4.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/24b5117e-db0e-4c34-94f3-81f1b91cb81e.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:28\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"3CB7C68638DA5D6F\",\n                    \"userName\": \"BA 25\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_iwi26847\",\n                    \"phone\": \"26847\",\n                    \"groupId\": \"B94A6BD097AD6C2D\",\n                    \"groupName\": \"Merchandiser (Nord)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7a681baf-48ad-4d66-b294-e98aca6a36b7\",\n                \"ticket\": \"TC231106A0004\",\n                \"title\": \"POS Zustand markteigene Fläche \",\n                \"contents\": \"VMDs an alle Geräte, wo es möglich ist\\n\\nEs steht ein 75Q74C & 65LS03BAU in Rückwand, jedoch kann man aus Platzgründen an diese Geräte keine VMDs anbringen\",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"3BA9485732129380\",\n                \"categoryName\": \"Shop POS - Markteigene Ausstellungen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"AD0E340DF7C44BB0\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 10850/ Betzdorf/Wilhelmstr. 4-8\",\n                \"workplaceCode\": \"10850\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/f3a81f54-b508-4b20-819e-9db977473dee.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/7787ef7b-f66e-43fd-a236-a5e5e3761aa9.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/adcc9775-add6-4b47-9011-ec766f72a634.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/ca0e69e5-755d-4e7b-9aa2-d8ef36b35288.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/263dce64-d303-470a-8f69-27ca4df9a322.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/523e521c-1cda-493d-8fad-954a92f45d41.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:11\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"4a84d10e-0721-4f66-b23e-9737feeb30cf\",\n                \"ticket\": \"TC231106A0003\",\n                \"title\": \"POS Zustand nach Besuch \",\n                \"contents\": \"Aufbau 55QN85C auf Pos. 2 , weitere Aufbauten vom Markt abgelehnt, da die Geräte für die Black week zurückgehalten werden sollen (daher Pos. 3 leer (keine 8k vorhanden) & Pos. 1 leer)\\n\\nContentupdates + Flächenreinigung + VMDs + Zollgrößen Sticker \",\n                \"divId\": \"6CEBD6CD997A252E\",\n                \"divName\": \"POS Zustand Report TV/AV\",\n                \"categoryId\": \"7E845CAC313CA70D\",\n                \"categoryName\": \"Zustand der Samsung POS Fläche nach dem Einsatz\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"AD0E340DF7C44BB0\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 10850/ Betzdorf/Wilhelmstr. 4-8\",\n                \"workplaceCode\": \"10850\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/124c8752-bd13-45f5-9d8d-a11bccdfca85.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a2403dca-f5bf-4fe7-a22c-5b5349594a4b.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/38135c0e-b6e5-4350-9b1b-0cd907eac81d.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/c231ddb7-efd9-45b0-ad39-a8f180acfbb1.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/444cc0d1-74fd-4914-8aef-945fa2ca9b35.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:09\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"7cdc6a28-fada-4bfc-9891-4c604c5a599c\",\n                \"ticket\": \"TC231106A0002\",\n                \"title\": \"Panasonic - nicht betreut\",\n                \"contents\": \"Die Panasonic Insel im Markt wird nicht/kaum betreut \\n\\n-> Markt kümmert sich eigenständig um Aufbau der Geräte\\n\\n-> letzter Besuch Sommer 2022\\n\\n-> Specs teilweise noch auf Stand 2020 / 2021\\n\\nMarkt ist sehr unzufrieden mit der Betreuung und überlegt, die Insel abbauen zu lassen.\",\n                \"divId\": \"BDDB41141A93D70A\",\n                \"divName\": \"Ich habe Gerüchte zu einem Wettbewerber gehört!\",\n                \"categoryId\": \"E9503FEC85DE6E6D\",\n                \"categoryName\": \"Panasonic\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"AD0E340DF7C44BB0\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 10850/ Betzdorf/Wilhelmstr. 4-8\",\n                \"workplaceCode\": \"10850\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/c93e31b4-2654-4514-a7df-df6298094076.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/a39a8657-8512-4ee4-af5c-8e24e33c660a.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/954b90d7-f86e-4a21-b377-2e9502e03594.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/e7eb9191-b5e4-4c75-965c-08e659bfdaaf.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 11:02\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            },\n            {\n                \"contentsId\": \"f0139e95-3f82-4e77-b133-29ce4c96a603\",\n                \"ticket\": \"TC231106A0001\",\n                \"title\": \"OOH Fläche\",\n                \"contents\": \"1x OOH vorhanden, derzeit mit Samsung Tablet belegt\",\n                \"divId\": \"AE8A3BD828B4E915\",\n                \"divName\": \"Markt Aktivitäten\",\n                \"categoryId\": \"24C17192482B0D97\",\n                \"categoryName\": \"Verfügbare OOH Flächen\",\n                \"categoryType\": \"1\",\n                \"workplaceId\": \"AD0E340DF7C44BB0\",\n                \"workplaceName\": \"EXPERT KLEIN GMBH/ 10850/ Betzdorf/Wilhelmstr. 4-8\",\n                \"workplaceCode\": \"10850\",\n                \"isAttachImg\": \"1\",\n                \"solveStatus\": \"0\",\n                \"imgList\": [\n                    \"/files/fr/C_SSS_334F11F65E25A863/dc0d60b8-31c0-4da0-b34f-4fbca674f936.jpg\",\n                    \"/files/fr/C_SSS_334F11F65E25A863/3bcc17ca-4ee6-4edc-8bb1-374a7709c504.jpg\"\n                ],\n                \"regDt\": \"2023-11-06 10:57\",\n                \"commentCnt\": 0,\n                \"recipientCnt\": 0,\n                \"userInfo\": {\n                    \"userId\": \"FBC4D5E77E491B80\",\n                    \"userName\": \"BA 10\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"mce_jho65589\",\n                    \"phone\": \"010\",\n                    \"groupId\": \"E9B7C24255AEB34A\",\n                    \"groupName\": \"Merchandiser (West)\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"66e2e3fe-db10-418d-91c8-3290b2abc660"}],"id":"005e78ff-9396-423a-a3e9-d903b6bea624","event":[{"listen":"prerequest","script":{"id":"282f4189-42b0-49fe-8e7d-d70020d469bc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82f68b9b-5a9c-49a0-bc96-906022f60f78","type":"text/javascript","exec":[""]}}],"_postman_id":"005e78ff-9396-423a-a3e9-d903b6bea624","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Price/Sales/Inventory/(PSI) & Display API","item":[{"name":"Sales","item":[{"name":"Get Sales List - Yearweek","id":"4a162edd-ff1a-482d-bd83-6e4fd7b4722b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/sales/list?yearweek=202029&categoryId=4880C0CA39CECA0A&brandId=E5D07FDB43D0184A&productId=C0487E89D4625EBC","description":"<p><em>Sales List - Yearweek</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",           /*Prodct Category Id*/\n                \"categoryName\": \"CELULAR\",                  /*Prodct Category Name*/\n                \"brandId\": \"E5D07FDB43D0184A\",              /*Product Brand Id*/\n                \"brandName\": \"SAMSUNG\",                     /*Prodct Brand Name*/\n                \"productId\": \"C0487E89D4625EBC\",            /*Prodcut Id*/\n                \"productName\": \"NOTE10 BLACK 256GB\",        /*Product Name*/\n                \"productModel\": \"8806090107368\",            /*Product Model*/\n                \"collectDate\": \"2020-07-13\",                /*Collection Date*/\n                \"collectVal\": \"544\"                         /*Collection Value &gt; Sum Total*/\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-14\",\n                \"collectVal\": \"501\"\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-15\",\n                \"collectVal\": \"634\"\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-16\",\n                \"collectVal\": \"523\"\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-17\",\n                \"collectVal\": \"461\"\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-18\",\n                \"collectVal\": \"521\"\n            },\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",\n                \"categoryName\": \"CELULAR\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"C0487E89D4625EBC\",\n                \"productName\": \"NOTE10 BLACK 256GB\",\n                \"productModel\": \"8806090107368\",\n                \"collectDate\": \"2020-07-19\",\n                \"collectVal\": \"508\"\n            }\n        ]\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","sales","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Year Week(YYYYww) &gt; First Week : The ISO 8601 definition for week 01 is the week with the first Thursday of the Gregorian year (i.e. of January) in it.</p>\n","type":"text/plain"},"key":"yearweek","value":"202029"},{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"4880C0CA39CECA0A"},{"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All  Brand</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"},{"description":{"content":"<p>(optional) Product Id &gt; Empty : All Product</p>\n","type":"text/plain"},"key":"productId","value":"C0487E89D4625EBC"}],"variable":[]}},"response":[],"_postman_id":"4a162edd-ff1a-482d-bd83-6e4fd7b4722b"},{"name":"Get Sales Raw Data List - Daily","id":"0ba336db-a1b7-49e4-8b51-341e2800b722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/sales/raw/data?categoryId=4880C0CA39CECA0A&brandId=E5D07FDB43D0184A&productId=C0487E89D4625EBC&date=2023-05-31","description":"<p><em>Sales Raw Data List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",       /*Product Category Id*/\n                \"categoryName\": \"01 CELULAR\",           /*Product Category Name*/\n                \"brandId\": \"E5D07FDB43D0184A\",          /*Product Brand Id*/\n                \"brandName\": \"SAMSUNG\",                 /*Product Brand Name*/\n                \"productId\": \"C0487E89D4625EBC\",        /*Product Id*/\n                \"productName\": \"NOTE10 BLACK 256GB\",    /*Product Name*/\n                \"productModel\": \"8806090107368\",        /*Product Model*/\n                \"collectDate\": \"2020-08-03\",            /*Collected Date*/\n                \"collectVal\": \"37\",                     /*Collected Value*/\n                \"collectData\": [{ /* Details of collected sales data (List) */\n                    \"collectVal\": \"1\", /* Collected value */\n                    \"collectImg\": null, /* Image uploaded for the sales proof - No domain, only shows the image path */\n                    \"collectDt\": \"2023-05-31 15:55:08\", /* Date the sales was collected */\n                    \"optionList\": [{ /* Sales - Collected data (List) */\n                        \"optionId\": \"3969713220D8C950\", /* Collected sales data ID */\n                        \"optionName\": \"Belegnummer\", /* Collected sales data name */\n                        \"optionVal\": \"42331073\" /* Collected sale data value */\n                }]\n            }],\n                /*User Object*/\n                \"userInfo\": {       \n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","sales","raw","data"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"4880C0CA39CECA0A"},{"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All Brand</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"},{"description":{"content":"<p>(optional) Product Id &gt; Empty : All Product</p>\n","type":"text/plain"},"key":"productId","value":"C0487E89D4625EBC"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2023-05-31"}],"variable":[]}},"response":[],"_postman_id":"0ba336db-a1b7-49e4-8b51-341e2800b722"},{"name":"Get Sales No Sold List - Daily","id":"adf338aa-49cb-430c-8924-0bc45d79cda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/sales/sold/none?categoryId=B6B49E3163501706&brandId=82266A8DAB23D4C5&date=2025-03-12","description":"<p><em>Sales</em> No Sold List_- Daily_</p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"B6B49E3163501703\",       /*Category Id*/\n                \"categoryName\": \"SMARTPHONE\",           /*Category Name*/\n                \"brandId\": \"82266A8DAB23D4C7\",          /*Brand Id*/\n                \"brandName\": \"APPLE\",                 /*Brand Name*/\n                \"collectDate\": \"2020-08-03\"            /*Collected Date*/\n            }],\n                /*User Object*/\n                \"userInfo\": {       \n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","sales","sold","none"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"B6B49E3163501706"},{"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All Brand</p>\n","type":"text/plain"},"key":"brandId","value":"82266A8DAB23D4C5"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2025-03-12"}],"variable":[]}},"response":[],"_postman_id":"adf338aa-49cb-430c-8924-0bc45d79cda6"}],"id":"b5155d31-530b-466d-8893-eb28a15e6e9b","_postman_id":"b5155d31-530b-466d-8893-eb28a15e6e9b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Price","item":[{"name":"Get Price Raw Data List - Daily","id":"6cf27193-cb69-45a4-8fb3-78c00e99a0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/price/raw/data?date=2025-02-11","description":"<p><em>Get Price Raw Data List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n              {\n                \"categoryId\": \"7631A51DBDEE4685\",   /*Product Category Id*/\n                \"categoryName\": \"Mobile\",           /*Product Category Name*/\n                \"brandId\": \"47A918F2150FAB60\",      /*Product Brand Id*/\n                \"brandName\": \"SAMSUNG\",             /*Product Brand Name*/\n                \"productId\": \"6FAD64A43652B7BF\",    /*Product Id*/\n                \"productName\": \"Galaxy J6\",         /*Product Name*/\n                \"productModel\": \"SM-J600NZDAKOO\",   /*Product Model*/\n                \"collectDate\": \"2020-08-20\",        /*Collected Date*/\n                \"collectVal\": \"9999\",               /*Collected Value &gt; Price*/\n                /*User Obejct */\n                \"userInfo\": {\n                    \"userId\": \"8551FD604AFA7CF0\",\n                    \"userName\": \"Bella\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/7477723DECBEEB01/7477723DECBEEB01_20200819014921780.jpg\",\n                    \"phone\": \"01056480119\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"2. Plan &amp; Design\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"2104DE4F051C780E\",\n                    \"retailerName\": \"SHOPL&amp;COMPANY\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","price","raw","data"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2025-02-11"},{"disabled":true,"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"4880C0CA39CECA0A"},{"disabled":true,"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All Brand</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"},{"disabled":true,"description":{"content":"<p>(optional) Product Id &gt; Empty : All Product</p>\n","type":"text/plain"},"key":"productId","value":"C0487E89D4625EBC"}],"variable":[]}},"response":[],"_postman_id":"6cf27193-cb69-45a4-8fb3-78c00e99a0cd"},{"name":"Get Price Collect Unavailable List - Daily","id":"21022568-be7e-477a-95a9-d268e62a39ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/price/collect/unavailable?categoryId=C947D6204DB6F916&date=2025-08-27","description":"<p>_Price Collect U_navailable <em>List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"C947D6204DB6F916\",       /*Product Category Id*/\n                \"categoryName\": \"SOUND - Total da loja\",/*Product Category Name*/\n                \"collectDate\": \"2020-08-03\",            /*Collected Date*/\n                \"collectVal\": \"null                     /*Collected Value*/\n                \"collectMemo\": \"Unable to collect data due to unavailability of models.\", /*Collect Unavailable Reason*/\n            }],\n                /*User Object*/\n                \"userInfo\": {       \n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","price","collect","unavailable"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"C947D6204DB6F916"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2025-08-27"}],"variable":[]}},"response":[],"_postman_id":"21022568-be7e-477a-95a9-d268e62a39ff"}],"id":"5f66d649-23fb-4af6-861a-4d9505755155","_postman_id":"5f66d649-23fb-4af6-861a-4d9505755155","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Inventory","item":[{"name":"Get Inventory Raw Data List - Daily","id":"1169584b-cb84-4b3a-bc30-f2b9df0879ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/inventory/raw/data?date=2020-09-11&categoryId=4880C0CA39CECA0A&brandId=E5D07FDB43D0184A&productId=C0487E89D4625EBC","description":"<p><em>Get Inventory Raw Data List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"7631A51DBDEE4685\",       /*Product Category Id*/\n                \"categoryName\": \"Mobile\",               /*Product Category Name*/\n                \"brandId\": \"5CD7CDCF8AEC20A6\",          /*Product Brand Id*/\n                \"brandName\": \"Apple\",                   /*Product Brand Name*/\n                \"productId\": \"8CC61A570CF7D7B5\",        /*Product Id*/\n                \"productName\": \"iPhone 8 Plus\",         /*Product Name*/\n                \"productModel\": null,                   /*Product Model*/\n                \"collectDate\": \"2020-08-20\",            /*Collected Date*/\n                \"collectVal\": \"1000\",                   /*Collected Value &gt; Inventory*/\n                /*User Object*/\n                \"userInfo\": {\n                    \"userId\": \"8551FD604AFA7CF0\",\n                    \"userName\": \"Bella\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/7477723DECBEEB01/7477723DECBEEB01_20200819014921780.jpg\",\n                    \"phone\": \"01056480119\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"2. Plan &amp; Design\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"2104DE4F051C780E\",\n                    \"retailerName\": \"SHOPL&amp;COMPANY\"\n                }\n            },\n            {\n                \"categoryId\": \"7631A51DBDEE4685\",\n                \"categoryName\": \"Mobile\",\n                \"brandId\": \"47A918F2150FAB60\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"6FAD64A43652B7BF\",\n                \"productName\": \"Galaxy J6\",\n                \"productModel\": \"SM-J600NZDAKOO\",\n                \"collectDate\": \"2020-08-20\",\n                \"collectVal\": \"9999\",\n                \"userInfo\": {\n                    \"userId\": \"8551FD604AFA7CF0\",\n                    \"userName\": \"Bella\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/7477723DECBEEB01/7477723DECBEEB01_20200819014921780.jpg\",\n                    \"phone\": \"01056480119\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"2. Plan &amp; Design\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"2104DE4F051C780E\",\n                    \"retailerName\": \"SHOPL&amp;COMPANY\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","inventory","raw","data"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2020-09-11"},{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"4880C0CA39CECA0A"},{"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All Brand</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"},{"description":{"content":"<p>(optional) Product Id &gt; Empty : All Product</p>\n","type":"text/plain"},"key":"productId","value":"C0487E89D4625EBC"}],"variable":[]}},"response":[],"_postman_id":"1169584b-cb84-4b3a-bc30-f2b9df0879ca"},{"name":"Get Inventory Collect Unavailable List - Daily","id":"c0f04f11-32ec-420b-a949-0b50dca4d493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/inventory/collect/unavailable?date=2023-07-25","description":"<p><em>Inventory Collect Unavailable List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"C947D6204DB6F916\",       /*Product Category Id*/\n                \"categoryName\": \"SOUND - Total da loja\",/*Product Category Name*/\n                \"collectDate\": \"2020-08-03\",            /*Collected Date*/\n                \"collectVal\": \"null                     /*Collected Value*/\n                \"collectMemo\": \"Unable to collect data due to unavailability of models.\", /*Collect Unavailable Reason*/\n            }],\n                /*User Object*/\n                \"userInfo\": {       \n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","inventory","collect","unavailable"],"host":["https://api.shoplworks.com"],"query":[{"disabled":true,"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"8BD4D59E355E11F0"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2023-07-25"}],"variable":[]}},"response":[],"_postman_id":"c0f04f11-32ec-420b-a949-0b50dca4d493"}],"id":"f7cb65bc-05c5-43d0-898f-9baa03ac5948","_postman_id":"f7cb65bc-05c5-43d0-898f-9baa03ac5948","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Display","item":[{"name":"Get Display Raw Data List - Daliy","id":"db713e89-190c-4ee5-97c6-28706b0d0ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/display/raw/data?date=2021-05-06","description":"<p><em>Get Display Raw Data List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"F6DCE9AEB5AB8784\",         /*Product Category Id*/\n                \"categoryName\": \"TV\",                     /*Product Category Name*/\n                \"brandId\": \"E5D07FDB43D0184A\",            /*Product Brand Id*/\n                \"brandName\": \"SAMSUNG\",                    /*Product Brand Name*/\n                \"productId\": \"53CE8239D7CA449D\",        /*Product Id*/\n                \"productName\": \"Crystal UHD 189 CM\",    /*Product Name*/\n                \"productModel\": \"KU75UT8070\",            /*Product Model*/\n                \"collectDate\": \"2021-05-06\",            /*Collected Date*/    \n                \"collectVal\": \"1\",                        /*Collected Value &gt; Display*/\n                /*User Object*/\n                \"userInfo\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"Jay\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"821099999999\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"Developers\",\n                    \"positionName\": \"Manager\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"SHOPL HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"HQ\"\n                }\n            },\n            {\n                \"categoryId\": \"F6DCE9AEB5AB8784\",\n                \"categoryName\": \"TV\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"A4AF332473650A30\",\n                \"productName\": \"Crystal UHD 207 CM\",\n                \"productModel\": \"KU82UT8070\",\n                \"collectDate\": \"2021-05-06\",\n                \"collectVal\": \"2\",\n                \"userInfo\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"Jay\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"821099999999\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"Developers\",\n                    \"positionName\": \"Manager\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"SHOPL HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","display","raw","data"],"host":["https://api.shoplworks.com"],"query":[{"key":"date","value":"2021-05-06"},{"disabled":true,"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"F6DCE9AEB5AB8784"},{"disabled":true,"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All Brand</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"},{"disabled":true,"description":{"content":"<p>(optional) Product Id &gt; Empty : All Product</p>\n","type":"text/plain"},"key":"productId","value":"C0487E89D4625EBC"}],"variable":[]}},"response":[{"id":"c0359cb8-d5a2-4235-8144-4307a5d6ec45","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/psi/display/raw/data?date=2021-05-06","host":["https://api.shoplworks.com"],"path":["api","psi","display","raw","data"],"query":[{"key":"date","value":"2021-05-06"},{"key":"categoryId","value":"F6DCE9AEB5AB8784","description":"(optional) Product Category Id > Empty : All Category","disabled":true},{"key":"brandId","value":"E5D07FDB43D0184A","description":"(optional) Product Brand Id > Empty : All Brand","disabled":true},{"key":"productId","value":"C0487E89D4625EBC","description":"(optional) Product Id > Empty : All Product","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"text/xml;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 May 2021 07:51:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"F6DCE9AEB5AB8784\",\n                \"categoryName\": \"TV - 데이터 검증\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"53CE8239D7CA449D\",\n                \"productName\": \"Crystal UHD 189 CM\",\n                \"productModel\": \"KU75UT8070\",\n                \"collectDate\": \"2021-05-06\",\n                \"collectVal\": \"1\",\n                \"userInfo\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"Jay Lim\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"01029789562\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"3. Developers\",\n                    \"positionName\": \"Manager\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            },\n            {\n                \"categoryId\": \"F6DCE9AEB5AB8784\",\n                \"categoryName\": \"TV - 데이터 검증\",\n                \"brandId\": \"E5D07FDB43D0184A\",\n                \"brandName\": \"SAMSUNG\",\n                \"productId\": \"A4AF332473650A30\",\n                \"productName\": \"Crystal UHD 207 CM\",\n                \"productModel\": \"KU82UT8070\",\n                \"collectDate\": \"2021-05-06\",\n                \"collectVal\": \"2\",\n                \"userInfo\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"Jay Lim\",\n                    \"userRegImg\": \"/files/user/C_AWS_PLANETORY/4DD2F365D9C293D7/4DD2F365D9C293D7_20190425052657056.jpg\",\n                    \"empId\": \"A0500902\",\n                    \"phone\": \"01029789562\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"3. Developers\",\n                    \"positionName\": \"Manager\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": null,\n                    \"workplaceName\": \"샤플앤컴퍼니 HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"db713e89-190c-4ee5-97c6-28706b0d0ddd"},{"name":"Get Display Collect Unavailable List - Daily","id":"f211e728-f723-472c-bc67-e24863b0f6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/display/collect/unavailable?date=2023-08-30","description":"<p><em>Display Collect Unavailable List - Daily</em></p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"C947D6204DB6F916\",       /*Product Category Id*/\n                \"categoryName\": \"SOUND - Total da loja\",/*Product Category Name*/\n                \"collectDate\": \"2020-08-03\",            /*Collected Date*/\n                \"collectVal\": \"null                     /*Collected Value*/\n                \"collectMemo\": \"Unable to collect data due to unavailability of models.\", /*Collect Unavailable Reason*/\n            }],\n                /*User Object*/\n                \"userInfo\": {       \n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"CPS\",\n                    \"userRegImg\": \"/files/user/default/cps.png\",\n                    \"phone\": \"99999999999\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"4. Others\",\n                    \"positionName\": \"\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"1\"\n                },\n                /*Workplace Object*/\n                \"workplaceInfo\": {\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceCode\": \"SC_KR001\",\n                    \"workplaceName\": \"SHOPL&amp;COMPANY HQ\",\n                    \"retailerId\": \"29A23979154A42AE\",\n                    \"retailerName\": \"Costco\"\n                }\n            }\n        ]\n    }\n}\n\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","display","collect","unavailable"],"host":["https://api.shoplworks.com"],"query":[{"disabled":true,"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All Category</p>\n","type":"text/plain"},"key":"categoryId","value":"8BD4D59E355E11F0"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2023-08-30"}],"variable":[]}},"response":[],"_postman_id":"f211e728-f723-472c-bc67-e24863b0f6b3"}],"id":"133c9b2c-d9b9-46c4-88ad-02ef1f091c5a","_postman_id":"133c9b2c-d9b9-46c4-88ad-02ef1f091c5a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Get Product Category List","id":"5b2481f3-4ea6-45be-a32f-1ee9c3f51507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/category/list","description":"<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",   /* Product Category Id */\n                \"categoryName\": \"CELULAR\",          /* Product Category Name */\n                \"brandList\": [                      /* Product Brand List */\n                    {\n                        \"brandId\": \"E5D07FDB43D0184A\",     /* Product Brand Id */\n                        \"brandName\": \"SAMSUNG\"             /* Product Brand Name */\n                    }\n                ]\n            }\n        ]\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","category","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b2481f3-4ea6-45be-a32f-1ee9c3f51507"},{"name":"Get Product List","id":"2b06e089-3916-46a4-9f03-bb16e41eb8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/psi/product/list?categoryId=4880C0CA39CECA0A&brandId=E5D07FDB43D0184A","description":"<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key \n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": {\n        \"statusCode\": \"SUCCESS\"\n    },\n    \"body\": {\n        \"list\": [\n            {\n                \"categoryId\": \"4880C0CA39CECA0A\",       /* Product Category Id */\n                \"categoryName\": \"01 CELULAR\",           /* Product Category Name */\n                \"brandId\": \"E5D07FDB43D0184A\",          /* Product Brand Id */\n                \"brandName\": \"SAMSUNG\",                 /* Product Brand Name */\n                \"productId\": \"2115685445F001F7\",        /* Product Id */\n                \"productName\": \"NOTE10+ BLACK 256GB\",   /* Product Name */\n                \"productModel\": \"8806090031120\"         /* Product Model */\n            }\n        ]\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","psi","product","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(optional) Product Category Id &gt; Empty : All</p>\n","type":"text/plain"},"key":"categoryId","value":"4880C0CA39CECA0A"},{"description":{"content":"<p>(optional) Product Brand Id &gt; Empty : All</p>\n","type":"text/plain"},"key":"brandId","value":"E5D07FDB43D0184A"}],"variable":[]}},"response":[],"_postman_id":"2b06e089-3916-46a4-9f03-bb16e41eb8d7"}],"id":"19f70c46-ea5c-45dc-a7e9-9bd3a598bc1d","event":[{"listen":"prerequest","script":{"id":"c929ea57-fdcf-43c7-93f8-3d56d9d1cee9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0afeb111-deae-4534-b85e-e7e26f362b69","type":"text/javascript","exec":[""]}}],"_postman_id":"19f70c46-ea5c-45dc-a7e9-9bd3a598bc1d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Report API(LGR)","item":[{"name":"Get Report Group(Menu) List","id":"e719ecbb-51e0-432b-8fa1-bd8b9e10013e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/lgr/group/list?lgrgId=8BA65B1EFF5ABAC0&disabled=false&tmplTitle=BA&sortType=LAST_REPORT_DT_DESC","description":"<p>Provides a list of groups in the report and brief information on templates.</p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nREPORT_GROUP_INFO_NOT_FOUND : No report group information\n\n</code></pre><h3 id=\"response-object\">Response Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"SUCCESS\",/\\*Status Code\\*/   \n    \"body\": { /\\*Body\\*/\n        \"groupList\": [ /\\*Report Group List\\*/\n            {\n                \"lgrgId\": \"8BA65**\", /\\*Report Group ID\\*/\n                \"lgrgName\": \"Smart**\", /\\*Report Group Name\\*/\n                \"disabled\": false,/\\*Disabled\\*/\n                \"tmplList\": [/\\*Report Template List\\*/\n                    {\n                        \"tmplId\": \"B50D9**\",/\\*Report Template Id\\*/\n                        \"tmplTitle\": \"Cancel **\", /\\*Report Template Title\\*/\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-07-27 09:26:09\" /\\*Report Template Creation time\\*/\n                        \"lastReportDt\": \"2022-10-06 17:12:22\" /\\*Last Report Updated time\\*/\n                    }\n                ]\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","lgr","group","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(Optional) Report Group ID &gt; null : Shows all</p>\n","type":"text/plain"},"key":"lgrgId","value":"8BA65B1EFF5ABAC0"},{"description":{"content":"<p>(Optional) Disabled filter &gt; null : Shows all, false : Enabled only, true:  Disabled only</p>\n","type":"text/plain"},"key":"disabled","value":"false"},{"description":{"content":"<p>(Optional)Search for the template title</p>\n","type":"text/plain"},"key":"tmplTitle","value":"BA"},{"description":{"content":"<p>(Optional)Sort by template &gt; \nWRITE_DT_ASC,\nWRITE_DT_DESC,\nTITLE_ASC,\nTITLE_DESC,\nLAST_REPORT_DT_ASC,\nLAST_REPORT_DT_D</p>\n","type":"text/plain"},"key":"sortType","value":"LAST_REPORT_DT_DESC"}],"variable":[]}},"response":[{"id":"b297fec3-6e2f-41a4-b926-b2220217653c","name":"Get Report Group(Menu) List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/lgr/group/list?lgrgId=8BA65B1EFF5ABAC0&disabled=false&tmplTitle=&sortType=LAST_REPORT_DT_DESC","host":["https://api.shoplworks.com"],"path":["api","lgr","group","list"],"query":[{"key":"lgrgId","value":"8BA65B1EFF5ABAC0","description":"(Optional) Report Group ID > null : Shows all"},{"key":"disabled","value":"false","description":"(Optional) Disabled filter > null : Shows all, false : Enabled only, true:  Disabled only"},{"key":"tmplTitle","value":"","description":"(Optional)Search for the template title"},{"key":"sortType","value":"LAST_REPORT_DT_DESC","description":"(Optional)Sort by template > \nWRITE_DT_ASC,\nWRITE_DT_DESC,\nTITLE_ASC,\nTITLE_DESC,\nLAST_REPORT_DT_ASC,\nLAST_REPORT_DT_D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1878"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 07 Oct 2022 07:02:21 GMT"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 51189420f4bac1737470783b2c33b7b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ICN54-C2"},{"key":"X-Amz-Cf-Id","value":"4IIMxmfA6tRiFELlap9w5djUTBySeXalw2SkIKpkuZ9hw0Jl94Eomw=="},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"groupList\": [\n            {\n                \"lgrgId\": \"8BA65B*******\",\n                \"lgrgName\": \"SmartWays\",\n                \"disabled\": false,\n                \"tmplList\": [\n                    {\n                        \"tmplId\": \"E4206D49*******\",\n                        \"tmplTitle\": \"BA ******* - *******ffice\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:52:55\",\n                        \"lastReportDt\": \"2022-10-06 17:12:22\"\n                    },\n                    {\n                        \"tmplId\": \"27AD0C******\",\n                        \"tmplTitle\": \"BA ***** - *******such\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:56:03\",\n                        \"lastReportDt\": \"2022-10-06 17:10:50\"\n                    },\n                    {\n                        \"tmplId\": \"1F9C6FD76******\",\n                        \"tmplTitle\": \"BA ***** - *****such\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:50:36\",\n                        \"lastReportDt\": \"2022-10-06 14:48:47\"\n                    },\n                    {\n                        \"tmplId\": \"352D6*******\",\n                        \"tmplTitle\": \"BA ***** - ******hrend\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 18:00:26\",\n                        \"lastReportDt\": null\n                    },\n                    {\n                        \"tmplId\": \"F1193502A59AE3DF\",\n                        \"tmplTitle\": \"BA *****n - *****urbesuch\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:51:53\",\n                        \"lastReportDt\": null\n                    },\n                    {\n                        \"tmplId\": \"4CD4A59C*******\",\n                        \"tmplTitle\": \"BA ***** - *****umsetzung\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:58:21\",\n                        \"lastReportDt\": null\n                    },\n                    {\n                        \"tmplId\": \"220CB*****\",\n                        \"tmplTitle\": \"BA Termin - Verschiebung\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 17:57:04\",\n                        \"lastReportDt\": null\n                    },\n                    {\n                        \"tmplId\": \"86F88D9*******\",\n                        \"tmplTitle\": \"BA Termin - *****ieren\",\n                        \"disabled\": false,\n                        \"creationDt\": \"2022-08-10 18:00:00\",\n                        \"lastReportDt\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"3be21a72-682f-44e8-974c-ea32477fc96d","name":"Get Report Group(Menu) List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/lgr/group/list?lgrgId=8BA65B1EFF5ABAC0&disabled=false","host":["https://api.shoplworks.com"],"path":["api","lgr","group","list"],"query":[{"key":"lgrgId","value":"8BA65B1EFF5ABAC0","description":"(optional)String,  Report Group ID > Null일 경우 전체 보고서 그룹 목록을 전달"},{"key":"disabled","value":"false","description":"(optional) 비활성화 필터 > null : 전체 보고서 그룹 목록을 전달, false : 비활성화된 목록 제외, true:비활성화된 목록만 제외"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"705"},{"key":"Date","value":"Wed, 27 Jul 2022 05:51:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"groupList\": [\n            {\n                \"lgrgId\": \"8BA65**********\",\n                \"lgrgName\": \"Smart**********\",\n                \"disabled\": false,\n                \"tmplList\": [\n                    {\n                        \"tmplId\": \"B50D9FC**********\",\n                        \"tmplTitle\": \"Cancel **********\",\n                        \"disabled\": false\n                    },\n                    {\n                        \"tmplId\": \"4FBD1235**********\",\n                        \"tmplTitle\": \"Visit**********\",\n                        \"disabled\": false\n                    },\n                    {\n                        \"tmplId\": \"8C0676**********\",\n                        \"tmplTitle\": \"Home-**********\",\n                        \"disabled\": false\n                    },\n                    {\n                        \"tmplId\": \"9C1FEA7**********\",\n                        \"tmplTitle\": \"Appo**********\",\n                        \"disabled\": false\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"e719ecbb-51e0-432b-8fa1-bd8b9e10013e"},{"name":"Get Report List","id":"7f400240-0c6a-41ca-9cfa-41a9cf87931d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/lgr/report/list?lgrgId=8BA65B1EFF5ABAC0&tmplId=9C1FEA7D56682F00&date=2022-08-05","description":"<p>It provides a list of reports prepared on the day and detailed information.</p>\n<h3 id=\"status-code\">Status Code</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SUCCESS : SUCCESS\nINVALID_AUTH_KEY : Invalid authentication key\nREPORT_GROUP_INFO_NOT_FOUND : No report group information\nREPORT_TMPL_INFO_NOT_FOUND : No report template information\n\n</code></pre><h3 id=\"enums\">Enums</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public enum LgrCpntType {    \n    TEXT_SINGLE,\n    TEXT_MULTI,\n    TEXT_GRID,\n    TEXT_BARCODE,\n    CHOICE_SINGLE,\n    CHOICE_MULTI,\n    USER,\n    WORKPLACE,\n    RETAILER,\n    BRAND,\n    CHECKLIST,\n    DATE_SINGLE,\n    DATE_PERIOD,\n    TIME_SINGLE,\n    TIME_PERIOD,\n    IMAGES,\n    FILES;\n}\n\n</code></pre>\n<h3 id=\"response-object\">RESPONSE OBJECT</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"SUCCESS\",\n  \"body\": {\n    \"lgrGroupInfo\": {/\\*Report Group Info\\*/ \n      \"lgrgId\": \"8BA65B1EFF5ABAC0\",/\\*Report Group Id\\*/ \n      \"lgrgName\": \"Component Test\",/\\*Report Group Name\\*/ \n      \"disabled\": false    /\\*Disabled Report Group\\*/ \n    },\n    \"lgrTmplInfo\": {  /\\*Report Template Info\\*/ \n      \"tmplId\": \"F795FCCD1FF1D410\", /\\*Report Template Id\\*/ \n      \"tmplTitle\": \"ALL Component List\", /\\*Report Template Title\\*/ \n      \"disabled\": false, /\\*Disabled Report Template\\*/ \n      \"creationDt\": \"2022-07-27 09:26:09\", /\\*Report Template Creation Time\\*/\n      \"lastReportDt\": \"2022-10-06 17:10:50\"\n      \"cpntList\": [/\\*Report Template Component List\\*/ \n        {\n          \"cpntIdx\": 0,/\\*Component Index\\*/\n          \"cpntId\": \"F795FCCD1FF1D410_698BA9B0\",/\\*Component Id\\*/\n          \"cpntType\": \"TEXT_SINGLE\",/\\*Component Type : Enum/\n          \"cpntTitle\": \"Text Single Question?\" /\\*Component Title\\*/\n        },\n        {\n          \"cpntIdx\": 1,\n          \"cpntId\": \"F795FCCD1FF1D410_7CFA5C44\",\n          \"cpntType\": \"TEXT_MULTI\",\n          \"cpntTitle\": \"Multi-text Question?\",\n          \"textRowList\": [          /\\*Text Component Row Info\\*/\n            {\n              \"rowIdx\": 1, /\\*Text Component Row Index\\*/\n              \"rowId\": \"9A5CABDA2C728F50\", /\\*Text Component Row ID\\*/\n              \"rowName\": \"Answer 1\" /\\*Text Component Row Name\\*/\n            },\n            {\n              \"rowIdx\": 2,\n              \"rowId\": \"EB28BB1F7E34F9D1\",\n              \"rowName\": \"Answer 1\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 2,\n          \"cpntId\": \"F795FCCD1FF1D410_8BF8333A\",\n          \"cpntType\": \"TEXT_GRID\",\n          \"cpntTitle\": \"Grid Text Question?\",\n          \"textRowList\": [\n            {\n              \"rowIdx\": 1,\n              \"rowId\": \"400DC8BFD4AC61A0\",\n              \"rowName\": \"Row 1\"\n            },\n            {\n              \"rowIdx\": 2,\n              \"rowId\": \"C8BACB27A68CFAE9\",\n              \"rowName\": \"Row 2\"\n            }\n          ],\n          \"textColumnList\": [ /\\*Text Component Column Info\\*/\n            {\n              \"colIdx\": 1,/\\*Text Component Column Idx\\*/\n              \"colId\": \"D4648427549CDE87\",/\\*Text Component Column ID\\*/\n              \"colName\": \"COL 1\"/\\*Text Component Column Name\\*/\n            },\n            {\n              \"colIdx\": 2,\n              \"colId\": \"850F3AF522840BB4\",\n              \"colName\": \"Row 2\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 3,\n          \"cpntId\": \"F795FCCD1FF1D410_A83ACE51\",\n          \"cpntType\": \"TEXT_BARCODE\",\n          \"cpntTitle\": \"Barcode Question?\"\n        },\n        {\n          \"cpntIdx\": 4,\n          \"cpntId\": \"F795FCCD1FF1D410_98FDD838\",\n          \"cpntType\": \"CHOICE_SINGLE\",\n          \"cpntTitle\": \"multiple choice Question?\",\n          \"choiceList\": [ /\\*Choice Component Option List\\*/\n            {\n              \"choiceIdx\": 1, /\\*Choice Component Option Index\\*/\n              \"choiceId\": \"640A51D933774B5A\", /\\*Choice Component Option ID\\*/\n              \"choiceName\": \"Select 1\" /\\*Choice Component Option Name\\*/\n            },\n            {\n              \"choiceIdx\": 2,\n              \"choiceId\": \"B7B8BE8FDB6F0CDC\",\n              \"choiceName\": \"Select 2\"\n            },\n            {\n              \"choiceIdx\": 3,\n              \"choiceId\": \"51B33734E472D605\",\n              \"choiceName\": \"Select 3\"\n            },\n            {\n              \"choiceIdx\": 4,\n              \"choiceId\": \"533B18F40A57061F\",\n              \"choiceName\": null /\\*null is ETC\\*/\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 5,\n          \"cpntId\": \"F795FCCD1FF1D410_8FBF831F\",\n          \"cpntType\": \"CHOICE_MULTI\",\n          \"cpntTitle\": \"Checkbox Question?\",\n          \"choiceList\": [ \n            {\n              \"choiceIdx\": 1,\n              \"choiceId\": \"AB5910A119A807CB\",\n              \"choiceName\": \"Check box 1\"\n            },\n            {\n              \"choiceIdx\": 2,\n              \"choiceId\": \"BB562E5D387E61DD\",\n              \"choiceName\": \"Check box 2\"\n            },\n            {\n              \"choiceIdx\": 3,\n              \"choiceId\": \"D683AA0B3A8CF6CD\",\n              \"choiceName\": \"Check box 3\"\n            },\n            {\n              \"choiceIdx\": 4,\n              \"choiceId\": \"D4B5E801C3ACC8A2\",\n              \"choiceName\": \"Check box 4\"\n            },\n            {\n              \"choiceIdx\": 5,\n              \"choiceId\": \"E60145595ED5FDB1\",\n              \"choiceName\": null\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 6,\n          \"cpntId\": \"F795FCCD1FF1D410_F7A03063\",\n          \"cpntType\": \"USER\",\n          \"cpntTitle\": \"User Question?\"\n        },\n        {\n          \"cpntIdx\": 7,\n          \"cpntId\": \"F795FCCD1FF1D410_1B9FE461\",\n          \"cpntType\": \"WORKPLACE\",\n          \"cpntTitle\": \"Workplace Question?\"\n        },\n        {\n          \"cpntIdx\": 8,\n          \"cpntId\": \"F795FCCD1FF1D410_A33C976A\",\n          \"cpntType\": \"RETAILER\",\n          \"cpntTitle\": \"Retailer Question?\"\n        },\n        {\n          \"cpntIdx\": 9,\n          \"cpntId\": \"F795FCCD1FF1D410_BFD78250\",\n          \"cpntType\": \"BRAND\",\n          \"cpntTitle\": \"Brand  Question?\"\n        },\n        {\n          \"cpntIdx\": 10,\n          \"cpntId\": \"F795FCCD1FF1D410_8833880D\",\n          \"cpntType\": \"CHECKLIST\",\n          \"cpntTitle\": \"Checklist Question?\",\n          \"checklistList\": [/\\*Checklist Component Question List\\*/\n            {\n              \"cklIdx\": 1, /\\*Checklist Component Index\\*/\n              \"cklId\": \"C501F9934827B33A\", /\\*Checklist Component Id\\*/\n              \"cklName\": \"Did you solve the problem?\" /\\*Checklist Component Question\\*/\n            },\n            {\n              \"cklIdx\": 2,\n              \"cklId\": \"718191AD22F52D0C\",\n              \"cklName\": \"Can the problem reoccur?\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 11,\n          \"cpntId\": \"F795FCCD1FF1D410_FDD9A0BA\",\n          \"cpntType\": \"DATE_SINGLE\",\n          \"cpntTitle\": \"Date Question?\"\n        },\n        {\n          \"cpntIdx\": 12,\n          \"cpntId\": \"F795FCCD1FF1D410_476CADAD\",\n          \"cpntType\": \"DATE_PERIOD\",\n          \"cpntTitle\": \"Date Period Question?\"\n        },\n        {\n          \"cpntIdx\": 13,\n          \"cpntId\": \"F795FCCD1FF1D410_54D7A0E2\",\n          \"cpntType\": \"TIME_SINGLE\",\n          \"cpntTitle\": \"Time Question?\"\n        },\n        {\n          \"cpntIdx\": 14,\n          \"cpntId\": \"F795FCCD1FF1D410_BFA8EC75\",\n          \"cpntType\": \"TIME_PERIOD\",\n          \"cpntTitle\": \"Time Period Question?\"\n        },\n        {\n          \"cpntIdx\": 15,\n          \"cpntId\": \"F795FCCD1FF1D410_9455D42C\",\n          \"cpntType\": \"IMAGES\",\n          \"cpntTitle\": \"Image Question?\"\n        },\n        {\n          \"cpntIdx\": 16,\n          \"cpntId\": \"F795FCCD1FF1D410_634E940D\",\n          \"cpntType\": \"FILES\",\n          \"cpntTitle\": \"Document Question?\"\n        }\n      ]\n    },\n    \"reportList\": [ /\\*Report List\\*/\n      {\n        \"reportId\": \"BR220727A0001\", /\\*Report Id\\*/\n        \"reportTitle\": \"\",/\\*Report Title\\*/\n        \"writerInfo\": { /\\*Report Author Info - User Object\\*/\n          \"userId\": \"\\*\",\n          \"userName\": \"O****\",\n          \"userRegImg\": \"/img/face/Default.png\",\n          \"phone\": \"****\",\n          \"groupId\": \"**\",\n          \"groupName\": \"****\",\n          \"isResign\": \"0\",\n          \"isLeader\": \"1\"\n        },\n        \"reportWorkplaceInfo\": null,  /\\*Report Workplace Info - Workplace Object\\*/\n        \"reportEtcWorkplace\": null,  /\\*Report Etc Workplace Value \\*/\n        \"writeDt\": \"2022-07-27 09:34:56\",  /\\*Report Write Datetime\\*/\n        \"updateDt\": null, /\\*Report Modify Datetime\\*/\n        \"statusId\": null, /\\*Report Status ID\\*/\n        \"statusName\": null,  /\\*Report Status Name\\*/\n        \"cpntValueList\": [ /\\*Report Component Value List\\*/\n          {\n            \"textValues\": [ /\\*Text Type Values - Array\\*/\n              {\n                \"rowId\": null, /\\*Text Component Row Id - cpntType in ('TEXT_MULTI', 'TEXT_GRID')\\*/\n                \"colId\": null, /\\*Text Component Col Id - cpntType eq ('TEXT_GRID')\\*/\n                \"value\": \"You entered text.\" /\\*Text Value\\*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_698BA9B0\",\n            \"cpntType\": \"TEXT_SINGLE\"\n          },\n          {\n            \"textValues\": [ \n              {\n                \"rowId\": \"9A5CABDA2C728F50\",\n                \"colId\": null,\n                \"value\": \"1. You entered text.\"\n              },\n              {\n                \"rowId\": \"EB28BB1F7E34F9D1\",\n                \"colId\": null,\n                \"value\": \"2. You entered text.\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_7CFA5C44\",\n            \"cpntType\": \"TEXT_MULTI\"\n          },\n          {\n            \"textValues\": [\n              {\n                \"rowId\": \"400DC8BFD4AC61A0\",\n                \"colId\": \"D4648427549CDE87\",\n                \"value\": \"1\\*1\"\n              },\n              {\n                \"rowId\": \"400DC8BFD4AC61A0\",\n                \"colId\": \"850F3AF522840BB4\",\n                \"value\": \"1\\*2\"\n              },\n              {\n                \"rowId\": \"C8BACB27A68CFAE9\",\n                \"colId\": \"D4648427549CDE87\",\n                \"value\": \"2\\*1\"\n              },\n              {\n                \"rowId\": \"C8BACB27A68CFAE9\",\n                \"colId\": \"850F3AF522840BB4\",\n                \"value\": \"2\\*2\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8BF8333A\",\n            \"cpntType\": \"TEXT_GRID\"\n          },\n          {\n            \"textValues\": [\n              {\n                \"rowId\": null,\n                \"colId\": null,\n                \"value\": \"826122241238\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_A83ACE51\",\n            \"cpntType\": \"TEXT_BARCODE\"\n          },\n          {\n            \"choiceValues\": [ /\\*Choice Type Values - Array\\*/\n                {\n                    \"choiceId\": \"B7B8BE8FDB6F0CDC\", /\\*Choice ID\\*/\n                    \"choiceName\": \"Select 2\" /\\*Choice Name\\*/\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_98FDD838\",\n            \"cpntType\": \"CHOICE_SINGLE\"\n          },\n          {\n            \"choiceValues\": [\n                {\n                    \"choiceId\": \"BB562E5D387E61DD\",\n                    \"choiceName\": \"Check box 2\"\n                },\n                {\n                    \"choiceId\": \"D4B5E801C3ACC8A2\",\n                    \"choiceName\": \"Check box 4\"\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8FBF831F\",\n            \"cpntType\": \"CHOICE_MULTI\"\n          },\n          {\n            \"userValues\": [ /\\*User Type Values - Array(User Object)\\*/\n              {\n                \"userId\": \"B158594**\", /\\*User Id\\*/\n                \"userName\": \"Back****\", /\\*User Name\\*/\n                \"userRegImg\": \"/img/face/Default.png\", /\\*User Img\\*/\n                \"empId\": \"C_5****\", /\\*User Employee Id\\*/\n                \"phone\": \"002****\", /\\*User Phone Number\\*/\n                \"groupId\": \"915FD****\", /\\*User Group Id\\*/\n                \"groupName\": \"Back**\", /\\*User Group NAme\\*/\n                \"positionId\": \"3B8CA99\\*\", /\\*User Position Id\\*/\n                \"positionName\": \"A\\*\", /\\*User Position Name\\*/\n                \"isResign\": \"0\", /\\*User Resigned status : \"0\":false, \"1\":true\\*/\n                \"isLeader\": \"1\" /\\*User whether leader : \"0\":false, \"1\":true\\*/\n              },\n              {\n                \"userId\": \"517D854**\",\n                \"userName\": \"AS**\",\n                \"empId\": \"C_\\*\",\n                \"phone\": \"001****\",\n                \"groupId\": \"915FD**\\*\",\n                \"groupName\": \"Back\\*\",\n                \"positionId\": \"3B8CA99****\",\n                \"positionName\": \"A\\*\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_F7A03063\",\n            \"cpntType\": \"USER\"\n          },\n          {\n            \"workplaceValues\": [ /\\*Workplace Type Values - Array\\*/\n              {\n                \"workplaceId\": \"CC33B0A9**\\*\", /\\*Workplace Id\\*/\n                \"workplaceCode\": \"21**\",  /\\*Workplace Code\\*/\n                \"workplaceName\": \"Shop ****\" /\\*Workplace Name\\*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_1B9FE461\",\n            \"cpntType\": \"WORKPLACE\"\n          },\n          {\n            \"retailerValues\": [ /\\*Retailer(Distributor) Type Values - Array\\*/\n              {\n                \"retailerId\": \"3AFE3F0EF52CE11D\", /\\*Retailer Id\\*/\n                \"retailerName\": \"Shop\" /\\*Retailer Name\\*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_A33C976A\",\n            \"cpntType\": \"RETAILER\"\n          },\n          {\n            \"brandValues\": [\n              {\n                \"brandId\": \"73B796738E155FB1\",\n                \"brandName\": \"Samsung\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_BFD78250\",\n            \"cpntType\": \"BRAND\"\n          },\n          {\n            \"checklistValues\": [/\\*Checklist Type Values - Array\\*/\n                {\n                    \"cklId\": \"C501F9934827B33A\",  /\\*CheckList Question Id\\*/\n                    \"value\": \"1\", /\\*CheckList Question Value\\* : \"1\":\"Yes\", \"2\":\"No\"/\n                    \"description\": null, /\\*CheckList Question Value Description\\*/\n                    \"imgList\": null /\\*CheckList Question Value - Image List\\*/\n                },\n                {\n                    \"cklId\": \"718191AD22F52D0C\",\n                    \"value\": \"2\",\n                    \"description\": null,\n                    \"imgList\": null\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8833880D\",\n            \"cpntType\": \"CHECKLIST\"\n          },\n          {\n            \"dateValues\": [ /\\*Date Type Values - Array\\*/\n              {\n                \"date\": \"2022-07-20\", /\\*Date - cpntType eq \"DATE_SINGLE\"\\*/\n                \"startDate\": null, /\\*StartDate - cpntType eq \"DATE_PERIOD\"\\*/\n                \"endDate\": null /\\*EndDate - cpntType eq \"DATE_PERIOD\"\\*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_FDD9A0BA\",\n            \"cpntType\": \"DATE_SINGLE\"\n          },\n          {\n            \"dateValues\": [\n              {\n                \"date\": null,\n                \"startDate\": \"2022-07-20\",\n                \"endDate\": \"2022-07-27\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_476CADAD\",\n            \"cpntType\": \"DATE_PERIOD\"\n          },\n          {\n            \"timeValues\": [  /\\*Time Type Values - Array\\*/\n              {\n                \"time\": \"09:00:00\", /\\*Time - cpntType eq \"TIME_SINGLE\"\\*/\n                \"startTime\": null,/\\*StartTime - cpntType eq \"TIME_PERIOD\"\\*/\n                \"endTime\": null/\\*EndTime - cpntType eq \"TIME_PERIOD\"\\*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_54D7A0E2\",\n            \"cpntType\": \"TIME_SINGLE\"\n          },\n          {\n            \"timeValues\": [\n              {\n                \"time\": null,\n                \"startTime\": \"09:00:00\",\n                \"endTime\": \"18:00:00\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_BFA8EC75\",\n            \"cpntType\": \"TIME_PERIOD\"\n          },\n          {\n            \"imageValues\": [ /\\*Image Type Values - Array\\*/\n              {\n                \"idx\": 0,/\\*Image Index\\*/\n                \"name\": \"20220727073508851.png\", /\\*Image File Name\\*/\n                \"size\": 464916, /\\*Image File Size\\*/\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr/****/BR220727A0001/F795FCCD1FF1D410_9455D42C/20220727073508851.png\" /\\*Image File Url\\*/\n              },\n              {\n                \"idx\": 1,\n                \"name\": \"20220727073509819.jpeg\",\n                \"size\": 210482,\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr//****//BR220727A0001/F795FCCD1FF1D410_9455D42C/20220727073509819.jpeg\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_9455D42C\",\n            \"cpntType\": \"IMAGES\"\n          },\n          {\n            \"fileValues\": [ /\\*Documents File Type Values - Array\\*/\n              {\n                \"idx\": 0,/\\*Document File Index\\*/\n                \"name\": \"test1.xlsx\",/\\*Document File Name\\*/\n                \"size\": 18944,/\\*Document File Size\\*/\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr///****///BR220727A0001/F795FCCD1FF1D410_634E940D/test.xlsx\"/\\*Document File Url\\*/\n              },\n              {\n                \"idx\": 1,\n                \"name\": \"test2.pdf\",\n                \"size\": 1584777,\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr///****///BR220727A0001/F795FCCD1FF1D410_634E940D/test2.pdf\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_634E940D\",\n            \"cpntType\": \"FILES\"\n          }\n        ]\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","lgr","report","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Report Group ID</p>\n","type":"text/plain"},"key":"lgrgId","value":"8BA65B1EFF5ABAC0"},{"description":{"content":"<p>Report Template ID</p>\n","type":"text/plain"},"key":"tmplId","value":"9C1FEA7D56682F00"},{"description":{"content":"<p>Date</p>\n","type":"text/plain"},"key":"date","value":"2022-08-05"}],"variable":[]}},"response":[{"id":"9ec1b8b0-672c-4252-a959-ad238ffa6eb3","name":"Get Report List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/lgr/report/list?lgrgId=8BA65B1EFF5ABAC0&tmplId=F795FCCD1FF1D410&date=2022-07-27","host":["https://api.shoplworks.com"],"path":["api","lgr","report","list"],"query":[{"key":"lgrgId","value":"8BA65B1EFF5ABAC0","description":"Report Group ID"},{"key":"tmplId","value":"F795FCCD1FF1D410","description":"Report Template ID"},{"key":"date","value":"2022-07-27","description":"Date(Fomat>yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Jul 2022 02:19:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"SUCCESS\",\n  \"body\": {\n    \"lgrGroupInfo\": {/*Report Group Info*/ \n      \"lgrgId\": \"8BA65B1EFF5ABAC0\",/*Report Group Id*/ \n      \"lgrgName\": \"Componet Test\",/*Report Group Name*/ \n      \"disabled\": false    /*Disabled Report Group*/ \n    },\n    \"lgrTmplInfo\": {  /*Report Template Info*/ \n      \"tmplId\": \"F795FCCD1FF1D410\", /*Report Template Id*/ \n      \"tmplTitle\": \"ALL Component List\", /*Report Template Title*/ \n      \"disabled\": false, /*Disabled Report Template*/ \n      \"cpntList\": [/*Report Template Component List*/ \n        {\n          \"cpntIdx\": 0,/*Component Index*/\n          \"cpntId\": \"F795FCCD1FF1D410_698BA9B0\",/*Component Id*/\n          \"cpntType\": \"TEXT_SINGLE\",/*Component Type : Enum/\n          \"cpntTitle\": \"Text Single Question?\" /*Component Title*/\n        },\n        {\n          \"cpntIdx\": 1,\n          \"cpntId\": \"F795FCCD1FF1D410_7CFA5C44\",\n          \"cpntType\": \"TEXT_MULTI\",\n          \"cpntTitle\": \"Multi-text Question?\",\n          \"textRowList\": [          /*Text Component Row Info*/\n            {\n              \"rowIdx\": 1, /*Text Component Row Index*/\n              \"rowId\": \"9A5CABDA2C728F50\", /*Text Component Row ID*/\n              \"rowName\": \"Answer 1\" /*Text Component Row Name*/\n            },\n            {\n              \"rowIdx\": 2,\n              \"rowId\": \"EB28BB1F7E34F9D1\",\n              \"rowName\": \"Answer 1\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 2,\n          \"cpntId\": \"F795FCCD1FF1D410_8BF8333A\",\n          \"cpntType\": \"TEXT_GRID\",\n          \"cpntTitle\": \"Grid Text Question?\",\n          \"textRowList\": [\n            {\n              \"rowIdx\": 1,\n              \"rowId\": \"400DC8BFD4AC61A0\",\n              \"rowName\": \"Row 1\"\n            },\n            {\n              \"rowIdx\": 2,\n              \"rowId\": \"C8BACB27A68CFAE9\",\n              \"rowName\": \"Row 2\"\n            }\n          ],\n          \"textColumnList\": [ /*Text Component Column Info*/\n            {\n              \"colIdx\": 1,/*Text Component Column Idx*/\n              \"colId\": \"D4648427549CDE87\",/*Text Component Column ID*/\n              \"colName\": \"COL 1\"/*Text Component Column Name*/\n            },\n            {\n              \"colIdx\": 2,\n              \"colId\": \"850F3AF522840BB4\",\n              \"colName\": \"Row 2\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 3,\n          \"cpntId\": \"F795FCCD1FF1D410_A83ACE51\",\n          \"cpntType\": \"TEXT_BARCODE\",\n          \"cpntTitle\": \"Barcode Question?\"\n        },\n        {\n          \"cpntIdx\": 4,\n          \"cpntId\": \"F795FCCD1FF1D410_98FDD838\",\n          \"cpntType\": \"CHOICE_SINGLE\",\n          \"cpntTitle\": \"multiple choice Question?\",\n          \"choiceList\": [ /*Choice Component Option List*/\n            {\n              \"choiceIdx\": 1, /*Choice Component Option Index*/\n              \"choiceId\": \"640A51D933774B5A\", /*Choice Component Option ID*/\n              \"choiceName\": \"Select 1\" /*Choice Component Option Name*/\n            },\n            {\n              \"choiceIdx\": 2,\n              \"choiceId\": \"B7B8BE8FDB6F0CDC\",\n              \"choiceName\": \"Select 2\"\n            },\n            {\n              \"choiceIdx\": 3,\n              \"choiceId\": \"51B33734E472D605\",\n              \"choiceName\": \"Select 3\"\n            },\n            {\n              \"choiceIdx\": 4,\n              \"choiceId\": \"533B18F40A57061F\",\n              \"choiceName\": null /*null is ETC*/\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 5,\n          \"cpntId\": \"F795FCCD1FF1D410_8FBF831F\",\n          \"cpntType\": \"CHOICE_MULTI\",\n          \"cpntTitle\": \"Checkbox Question?\",\n          \"choiceList\": [ \n            {\n              \"choiceIdx\": 1,\n              \"choiceId\": \"AB5910A119A807CB\",\n              \"choiceName\": \"Check box 1\"\n            },\n            {\n              \"choiceIdx\": 2,\n              \"choiceId\": \"BB562E5D387E61DD\",\n              \"choiceName\": \"Check box 2\"\n            },\n            {\n              \"choiceIdx\": 3,\n              \"choiceId\": \"D683AA0B3A8CF6CD\",\n              \"choiceName\": \"Check box 3\"\n            },\n            {\n              \"choiceIdx\": 4,\n              \"choiceId\": \"D4B5E801C3ACC8A2\",\n              \"choiceName\": \"Check box 4\"\n            },\n            {\n              \"choiceIdx\": 5,\n              \"choiceId\": \"E60145595ED5FDB1\",\n              \"choiceName\": null\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 6,\n          \"cpntId\": \"F795FCCD1FF1D410_F7A03063\",\n          \"cpntType\": \"USER\",\n          \"cpntTitle\": \"User Question?\"\n        },\n        {\n          \"cpntIdx\": 7,\n          \"cpntId\": \"F795FCCD1FF1D410_1B9FE461\",\n          \"cpntType\": \"WORKPLACE\",\n          \"cpntTitle\": \"Workplace Question?\"\n        },\n        {\n          \"cpntIdx\": 8,\n          \"cpntId\": \"F795FCCD1FF1D410_A33C976A\",\n          \"cpntType\": \"RETAILER\",\n          \"cpntTitle\": \"Retailer Question?\"\n        },\n        {\n          \"cpntIdx\": 9,\n          \"cpntId\": \"F795FCCD1FF1D410_BFD78250\",\n          \"cpntType\": \"BRAND\",\n          \"cpntTitle\": \"Brand  Question?\"\n        },\n        {\n          \"cpntIdx\": 10,\n          \"cpntId\": \"F795FCCD1FF1D410_8833880D\",\n          \"cpntType\": \"CHECKLIST\",\n          \"cpntTitle\": \"Checklist Question?\",\n          \"checklistList\": [/*Checklist Component Question List*/\n            {\n              \"cklIdx\": 1, /*Checklist Component Index*/\n              \"cklId\": \"C501F9934827B33A\", /*Checklist Component Id*/\n              \"cklName\": \"Did you solve the problem?\" /*Checklist Component Question*/\n            },\n            {\n              \"cklIdx\": 2,\n              \"cklId\": \"718191AD22F52D0C\",\n              \"cklName\": \"Can the problem reoccur?\"\n            }\n          ]\n        },\n        {\n          \"cpntIdx\": 11,\n          \"cpntId\": \"F795FCCD1FF1D410_FDD9A0BA\",\n          \"cpntType\": \"DATE_SINGLE\",\n          \"cpntTitle\": \"Date Question?\"\n        },\n        {\n          \"cpntIdx\": 12,\n          \"cpntId\": \"F795FCCD1FF1D410_476CADAD\",\n          \"cpntType\": \"DATE_PERIOD\",\n          \"cpntTitle\": \"Date Period Question?\"\n        },\n        {\n          \"cpntIdx\": 13,\n          \"cpntId\": \"F795FCCD1FF1D410_54D7A0E2\",\n          \"cpntType\": \"TIME_SINGLE\",\n          \"cpntTitle\": \"Time Question?\"\n        },\n        {\n          \"cpntIdx\": 14,\n          \"cpntId\": \"F795FCCD1FF1D410_BFA8EC75\",\n          \"cpntType\": \"TIME_PERIOD\",\n          \"cpntTitle\": \"Time Period Question?\"\n        },\n        {\n          \"cpntIdx\": 15,\n          \"cpntId\": \"F795FCCD1FF1D410_9455D42C\",\n          \"cpntType\": \"IMAGES\",\n          \"cpntTitle\": \"Image Question?\"\n        },\n        {\n          \"cpntIdx\": 16,\n          \"cpntId\": \"F795FCCD1FF1D410_634E940D\",\n          \"cpntType\": \"FILES\",\n          \"cpntTitle\": \"Document Question?\"\n        }\n      ]\n    },\n    \"reportList\": [ /*Report List*/\n      {\n        \"reportId\": \"BR220727A0001\", /*Report Id*/\n        \"reportTitle\": \"\",/*Report Title*/\n        \"writerInfo\": { /*Report Author Info - User Object*/\n          \"userId\": \"MGMT_USER_ID\",\n          \"userName\": \"OPERATOR\",\n          \"userRegImg\": \"/img/face/Default.png\",\n          \"phone\": \"99999999999\",\n          \"groupId\": \"MGMT_CLIENT_ID\",\n          \"groupName\": \"MANAGEMENT CLIENT\",\n          \"isResign\": \"0\",\n          \"isLeader\": \"1\"\n        },\n        \"reportWorkplaceInfo\": null,  /*Report Workplace Info - Workplace Object*/\n        \"reportEtcWorkplace\": null,  /*Report Etc Workplace Value */\n        \"writeDt\": \"2022-07-27 09:34:56\",  /*Report Write Datetime*/\n        \"updateDt\": null, /*Report Modify Datetime*/\n        \"statusId\": null, /*Report Status ID*/\n        \"statusName\": null,  /*Report Status Name*/\n        \"cpntValueList\": [ /*Report Component Value List*/\n          {\n            \"textValues\": [ /*Text Type Values - Array*/\n              {\n                \"rowId\": null, /*Text Component Row Id - cpntType in ('TEXT_MULTI', 'TEXT_GRID')*/\n                \"colId\": null, /*Text Component Col Id - cpntType eq ('TEXT_GRID')*/\n                \"value\": \"You entered text.\" /*Text Value*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_698BA9B0\",\n            \"cpntType\": \"TEXT_SINGLE\"\n          },\n          {\n            \"textValues\": [ \n              {\n                \"rowId\": \"9A5CABDA2C728F50\",\n                \"colId\": null,\n                \"value\": \"1. You entered text.\"\n              },\n              {\n                \"rowId\": \"EB28BB1F7E34F9D1\",\n                \"colId\": null,\n                \"value\": \"2. You entered text.\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_7CFA5C44\",\n            \"cpntType\": \"TEXT_MULTI\"\n          },\n          {\n            \"textValues\": [\n              {\n                \"rowId\": \"400DC8BFD4AC61A0\",\n                \"colId\": \"D4648427549CDE87\",\n                \"value\": \"1*1\"\n              },\n              {\n                \"rowId\": \"400DC8BFD4AC61A0\",\n                \"colId\": \"850F3AF522840BB4\",\n                \"value\": \"1*2\"\n              },\n              {\n                \"rowId\": \"C8BACB27A68CFAE9\",\n                \"colId\": \"D4648427549CDE87\",\n                \"value\": \"2*1\"\n              },\n              {\n                \"rowId\": \"C8BACB27A68CFAE9\",\n                \"colId\": \"850F3AF522840BB4\",\n                \"value\": \"2*2\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8BF8333A\",\n            \"cpntType\": \"TEXT_GRID\"\n          },\n          {\n            \"textValues\": [\n              {\n                \"rowId\": null,\n                \"colId\": null,\n                \"value\": \"826122241238\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_A83ACE51\",\n            \"cpntType\": \"TEXT_BARCODE\"\n          },\n          {\n            \"choiceValues\": [ /*Choice Type Values - Array*/\n                {\n                    \"choiceId\": \"B7B8BE8FDB6F0CDC\", /*Choice ID*/\n                    \"choiceName\": \"Select 2\" /*Choice Name*/\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_98FDD838\",\n            \"cpntType\": \"CHOICE_SINGLE\"\n          },\n          {\n            \"choiceValues\": [\n                {\n                    \"choiceId\": \"BB562E5D387E61DD\",\n                    \"choiceName\": \"Check box 2\"\n                },\n                {\n                    \"choiceId\": \"D4B5E801C3ACC8A2\",\n                    \"choiceName\": \"Check box 4\"\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8FBF831F\",\n            \"cpntType\": \"CHOICE_MULTI\"\n          },\n          {\n            \"userValues\": [ /*User Type Values - Array(User Object)*/\n              {\n                \"userId\": \"B158594******\", /*User Id*/\n                \"userName\": \"Back****\", /*User Name*/\n                \"userRegImg\": \"/img/face/Default.png\", /*User Img*/\n                \"empId\": \"C_5****\", /*User Employee Id*/\n                \"phone\": \"002****\", /*User Phone Number*/\n                \"groupId\": \"915FD********\", /*User Group Id*/\n                \"groupName\": \"Back******\", /*User Group NAme*/\n                \"positionId\": \"3B8CA99*********\", /*User Position Id*/\n                \"positionName\": \"A*********\", /*User Position Name*/\n                \"isResign\": \"0\", /*User Retirement status : \"0\":false, \"1\":true*/\n                \"isLeader\": \"1\" /*User whether leader : \"0\":false, \"1\":true*/\n              },\n              {\n                \"userId\": \"517D854******\",\n                \"userName\": \"AS******\",\n                \"empId\": \"C_*****\",\n                \"phone\": \"001********\",\n                \"groupId\": \"915FD*******\",\n                \"groupName\": \"Back*****\",\n                \"positionId\": \"3B8CA99********\",\n                \"positionName\": \"A*********\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_F7A03063\",\n            \"cpntType\": \"USER\"\n          },\n          {\n            \"workplaceValues\": [ /*Workplace Type Values - Array*/\n              {\n                \"workplaceId\": \"CC33B0A9*******\", /*Workplace Id*/\n                \"workplaceCode\": \"21******\",  /*Workplace Code*/\n                \"workplaceName\": \"Shop ********\" /*Workplace Name*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_1B9FE461\",\n            \"cpntType\": \"WORKPLACE\"\n          },\n          {\n            \"retailerValues\": [ /*Retailer Type Values - Array*/\n              {\n                \"retailerId\": \"3AFE3F0EF52CE11D\", /*Retailer Id*/\n                \"retailerName\": \"Shop\" /*Retailer Name*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_A33C976A\",\n            \"cpntType\": \"RETAILER\"\n          },\n          {\n            \"brandValues\": [\n              {\n                \"brandId\": \"73B796738E155FB1\",\n                \"brandName\": \"Samsung\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_BFD78250\",\n            \"cpntType\": \"BRAND\"\n          },\n          {\n            \"checklistValues\": [/*Checklist Type Values - Array*/\n                {\n                    \"cklId\": \"C501F9934827B33A\",  /*CheckList Question Id*/\n                    \"value\": \"1\", /*CheckList Question Value* : \"1\":\"Yes\", \"2\":\"No\"/\n                    \"description\": null, /*CheckList Question Value Description*/\n                    \"imgList\": null /*CheckList Question Value - Image List*/\n                },\n                {\n                    \"cklId\": \"718191AD22F52D0C\",\n                    \"value\": \"2\",\n                    \"description\": null,\n                    \"imgList\": null\n                }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_8833880D\",\n            \"cpntType\": \"CHECKLIST\"\n          },\n          {\n            \"dateValues\": [ /*Date Type Values - Array*/\n              {\n                \"date\": \"2022-07-20\", /*Date - cpntType eq \"DATE_SINGLE\"*/\n                \"startDate\": null, /*StartDate - cpntType eq \"DATE_PERIOD\"*/\n                \"endDate\": null /*EndDate - cpntType eq \"DATE_PERIOD\"*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_FDD9A0BA\",\n            \"cpntType\": \"DATE_SINGLE\"\n          },\n          {\n            \"dateValues\": [\n              {\n                \"date\": null,\n                \"startDate\": \"2022-07-20\",\n                \"endDate\": \"2022-07-27\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_476CADAD\",\n            \"cpntType\": \"DATE_PERIOD\"\n          },\n          {\n            \"timeValues\": [  /*Time Type Values - Array*/\n              {\n                \"time\": \"09:00:00\", /*Time - cpntType eq \"TIME_SINGLE\"*/\n                \"startTime\": null,/*StartTime - cpntType eq \"TIME_PERIOD\"*/\n                \"endTime\": null/*EndTime - cpntType eq \"TIME_PERIOD\"*/\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_54D7A0E2\",\n            \"cpntType\": \"TIME_SINGLE\"\n          },\n          {\n            \"timeValues\": [\n              {\n                \"time\": null,\n                \"startTime\": \"09:00:00\",\n                \"endTime\": \"18:00:00\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_BFA8EC75\",\n            \"cpntType\": \"TIME_PERIOD\"\n          },\n          {\n            \"imageValues\": [ /*Image Type Values - Array*/\n              {\n                \"idx\": 0,/*Image Index*/\n                \"name\": \"20220727073508851.png\", /*Image File Name*/\n                \"size\": 464916, /*Image File Size*/\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr/****************/BR220727A0001/F795FCCD1FF1D410_9455D42C/20220727073508851.png\" /*Image File Url*/\n              },\n              {\n                \"idx\": 1,\n                \"name\": \"20220727073509819.jpeg\",\n                \"size\": 210482,\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr//****************//BR220727A0001/F795FCCD1FF1D410_9455D42C/20220727073509819.jpeg\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_9455D42C\",\n            \"cpntType\": \"IMAGES\"\n          },\n          {\n            \"fileValues\": [ /*Documents File Type Values - Array*/\n              {\n                \"idx\": 0,/*Document File Index*/\n                \"name\": \"test1.xlsx\",/*Document File Name*/\n                \"size\": 18944,/*Document File Size*/\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr///****************///BR220727A0001/F795FCCD1FF1D410_634E940D/test.xlsx\"/*Document File Url*/\n              },\n              {\n                \"idx\": 1,\n                \"name\": \"test2.pdf\",\n                \"size\": 1584777,\n                \"url\": \"https://document.cheilperfectstore.com/files/lgr///****************///BR220727A0001/F795FCCD1FF1D410_634E940D/test2.pdf\"\n              }\n            ],\n            \"cpntId\": \"F795FCCD1FF1D410_634E940D\",\n            \"cpntType\": \"FILES\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"25da574b-483a-491d-a1af-854bd4f484fa","name":"Get Report List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/lgr/report/list?lgrgId=8BA65B1EFF5ABAC0&tmplId=9C1FEA7D56682F00&date=2022-08-05","host":["https://api.shoplworks.com"],"path":["api","lgr","report","list"],"query":[{"key":"lgrgId","value":"8BA65B1EFF5ABAC0","description":"Report Group ID"},{"key":"tmplId","value":"9C1FEA7D56682F00","description":"Report Template ID"},{"key":"date","value":"2022-08-05","description":"Date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 07 Oct 2022 05:49:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"SUCCESS\",\n    \"body\": {\n        \"lgrGroupInfo\": {\n            \"lgrgId\": \"8BA65B1EFF5ABAC0\",\n            \"lgrgName\": \"SmartWays\",\n            \"disabled\": false\n        },\n        \"lgrTmplInfo\": {\n            \"tmplId\": \"9C1FEA7D56682F00\",\n            \"tmplTitle\": \"Appointment Request\",\n            \"disabled\": true,\n            \"creationDt\": \"2022-04-28 10:34:58\",\n            \"lastReportDt\": \"2022-08-05 12:28:31\",\n            \"cpntList\": [\n                {\n                    \"cpntIdx\": 0,\n                    \"cpntId\": \"9C1FEA7D56682F00_7A3BFCFE\",\n                    \"cpntType\": \"WORKPLACE\",\n                    \"cpntTitle\": \"For which location do you request an appointment?\"\n                },\n                {\n                    \"cpntIdx\": 1,\n                    \"cpntId\": \"9C1FEA7D56682F00_4817EEB1\",\n                    \"cpntType\": \"DATE_PERIOD\",\n                    \"cpntTitle\": \"Between which date (range) should the appointment take place?\"\n                },\n                {\n                    \"cpntIdx\": 2,\n                    \"cpntId\": \"9C1FEA7D56682F00_1FFEA40F\",\n                    \"cpntType\": \"TIME_PERIOD\",\n                    \"cpntTitle\": \"Between which time (range) do you need to arrive? (Optional)\"\n                },\n                {\n                    \"cpntIdx\": 3,\n                    \"cpntId\": \"9C1FEA7D56682F00_1E46F5B7\",\n                    \"cpntType\": \"TEXT_SINGLE\",\n                    \"cpntTitle\": \"How long (in minutes) will the appointment take approximately?\"\n                },\n                {\n                    \"cpntIdx\": 4,\n                    \"cpntId\": \"9C1FEA7D56682F00_68AD2FC9\",\n                    \"cpntType\": \"TEXT_SINGLE\",\n                    \"cpntTitle\": \"What is the reason for the appointment?\"\n                }\n            ]\n        },\n        \"reportList\": [\n            {\n                \"reportId\": \"BR220804A0015\",\n                \"reportTitle\": \"Lagerbesuch\",\n                \"writerInfo\": {\n                    \"userId\": \"404A3D6C39BD7C61\",\n                    \"userName\": \"BA 4\",\n                    \"userRegImg\": \"/img/face/Default.png\",\n                    \"empId\": \"lan2009\",\n                    \"phone\": \"43690677\",\n                    \"groupId\": \"766E24AECA68AA91\",\n                    \"groupName\": \"Merchandiser (Nord 1)\",\n                    \"positionId\": \"6F12F8284F321CA9\",\n                    \"positionName\": \"Merchandiser\",\n                    \"isResign\": \"0\",\n                    \"isLeader\": \"0\"\n                },\n                \"reportWorkplaceInfo\": null,\n                \"reportEtcWorkplace\": null,\n                \"writeDt\": \"2022-08-04 10:54:01\",\n                \"updateDt\": \"2022-08-05 12:28:31\",\n                \"statusId\": null,\n                \"statusName\": null,\n                \"cpntValueList\": [\n                    {\n                        \"workplaceValues\": [\n                            {\n                                \"workplaceId\": \"AFE121A73429D897\",\n                                \"workplaceCode\": \"DEP_Hamburg\",\n                                \"workplaceName\": \"Lager: Hamburg\"\n                            }\n                        ],\n                        \"cpntId\": \"9C1FEA7D56682F00_7A3BFCFE\",\n                        \"cpntType\": \"WORKPLACE\"\n                    },\n                    {\n                        \"dateValues\": [\n                            {\n                                \"date\": null,\n                                \"startDate\": \"2022-08-08\",\n                                \"endDate\": \"2022-08-08\"\n                            }\n                        ],\n                        \"cpntId\": \"9C1FEA7D56682F00_4817EEB1\",\n                        \"cpntType\": \"DATE_PERIOD\"\n                    },\n                    {\n                        \"timeValues\": [\n                            {\n                                \"time\": null,\n                                \"startTime\": \"09:00:00\",\n                                \"endTime\": \"10:30:00\"\n                            }\n                        ],\n                        \"cpntId\": \"9C1FEA7D56682F00_1FFEA40F\",\n                        \"cpntType\": \"TIME_PERIOD\"\n                    },\n                    {\n                        \"textValues\": [\n                            {\n                                \"rowId\": null,\n                                \"colId\": null,\n                                \"value\": \"120\"\n                            }\n                        ],\n                        \"cpntId\": \"9C1FEA7D56682F00_1E46F5B7\",\n                        \"cpntType\": \"TEXT_SINGLE\"\n                    },\n                    {\n                        \"textValues\": [\n                            {\n                                \"rowId\": null,\n                                \"colId\": null,\n                                \"value\": \"Vorbereitung ROLLOUT Q4,B4\"\n                            }\n                        ],\n                        \"cpntId\": \"9C1FEA7D56682F00_68AD2FC9\",\n                        \"cpntType\": \"TEXT_SINGLE\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"7f400240-0c6a-41ca-9cfa-41a9cf87931d"}],"id":"e110af1d-fff3-4d74-b5cb-cbc1421c4f08","_postman_id":"e110af1d-fff3-4d74-b5cb-cbc1421c4f08","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Leave API","item":[{"name":"Get Leave Type List(/api/leave/type/list)","event":[{"listen":"test","script":{"id":"3843ac68-4691-4c35-be1f-86955e62eb1b","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.body).to.be.an('array');","    ","    responseData.body.forEach(function(item) {","        pm.expect(item).to.have.property('leaveTypeIdx');","        pm.expect(item).to.have.property('leaveTypeId');","        pm.expect(item).to.have.property('leaveTypeName');","        pm.expect(item).to.have.property('leaveTypeDesc');","        pm.expect(item).to.have.property('targetType');","        pm.expect(item).to.have.property('paidType');","        pm.expect(item).to.have.property('grantType');","        pm.expect(item).to.have.property('enabled');","    });","});","","","pm.test(\"Body array is present and contains expected number of elements\", function () {","    const responseData = pm.response.json();","  ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.body).to.be.an('array');","    pm.expect(responseData.body).to.have.lengthOf(1);","});","","","pm.test(\"Response Content-Type is application/json\", function () {","    pm.expect(pm.response.headers.get('Content-Type')).to.include('application/json');","});","","","pm.test(\"Response time is less than 200ms\", function () {","  pm.expect(pm.response.responseTime).to.be.below(200);","});",""],"type":"text/javascript","packages":{}}}],"id":"b16cd30f-86fa-453f-a0ad-69f2a79f1797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/type/list","description":"<h4 id=\"provides-information-about-the-leave-type\">Provides information about the leave type.</h4>\n<p>The API endpoint retrieves a list of leave types. The response is in JSON format and may include the following fields:</p>\n<ul>\n<li><p>statusCode (string): The status code of the response.</p>\n</li>\n<li><p>body (array): An array containing leave type objects with the following properties:</p>\n<ul>\n<li><p>leaveTypeIdx (number): The index of the leave type.</p>\n</li>\n<li><p>leaveTypeId (string): The ID of the leave type.</p>\n</li>\n<li><p>leaveTypeName (string): The name of the leave type.</p>\n</li>\n<li><p>leaveTypeDesc (string): The description of the leave type.</p>\n</li>\n<li><p>targetType (string): The target type of the leave.</p>\n<ul>\n<li><p>ALL: Applies to everyone.</p>\n</li>\n<li><p>GROUP: Applies to specific groups.</p>\n</li>\n<li><p>POSITION: Applies to specific positions.</p>\n</li>\n<li><p>GROUP_N_POSITION: Applies to specific groups and positions.</p>\n</li>\n<li><p>USER: Applies to individual users.</p>\n</li>\n<li><p>USER_ATTR: Applies based on user attributes.</p>\n</li>\n</ul>\n</li>\n<li><p>paidType (string): The paid type of the leave.</p>\n<ul>\n<li><p>NONE: No payment.</p>\n</li>\n<li><p>PAID: Paid leave.</p>\n</li>\n<li><p>UNPAID: Unpaid leave.</p>\n</li>\n</ul>\n</li>\n<li><p>grantType (string): The grant type of the leave.</p>\n<ul>\n<li><p>PRE: Pre-granted</p>\n</li>\n<li><p>APPLY: Granted upon application.</p>\n</li>\n</ul>\n</li>\n<li><p>enabled (boolean): Indicates if the leave type is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Note: The \"statusCode\" field may be present in the response header or directly within the response body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","leave","type","list"],"host":["https://api.shoplworks.com"],"query":[],"variable":[]}},"response":[{"id":"7d02fe2f-7768-4442-917b-a003d57d672c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/type/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 05:52:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"body\": [\n        {\n            \"leaveTypeIdx\": 1,\n            \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n            \"leaveTypeName\": \"연차휴가\",\n            \"leaveTypeDesc\": \"부여된 휴가 잔여일을 보고 신청해 주시고, 협업을 하는 동료나 소속 팀에게 자체적으로 공유해주세요!\",\n            \"targetType\": \"ALL\",\n            \"paidType\": \"PAID\",\n            \"grantType\": \"PRE\",\n            \"enabled\": true\n        },\n        {\n            \"leaveTypeIdx\": 2,\n            \"leaveTypeId\": \"D334499FECFCDEB2\",\n            \"leaveTypeName\": \"공가 휴가\",\n            \"leaveTypeDesc\": \"📌[예비군 및 민방위 훈련 시] \\n• 예비군 및 민방위 훈련은 소집통지문을 첨부해주시길 바랍니다.\\n• (일주일 이내로)훈련을 이수하신 이후에 이수증 또는 이수완료를 보여주는 화면 캡쳐본 등 증빙자료를 첨부하여 휴가를 재신청해주시길 바랍니다.\\n📌[공단 건강 검진 시] \\n• 우선 일반 연차로 휴가 신청한 뒤, 검진 후 검진 확인서(검진날짜, 본인 이름, 병원명 표기되어 있는)를 증빙자료로 활용하여 기 연차 취소 후 공가로 재신청하면 됩니다.\",\n            \"targetType\": \"ALL\",\n            \"paidType\": \"PAID\",\n            \"grantType\": \"APPLY\",\n            \"enabled\": true\n        }\n    ]\n}"},{"id":"fe74877d-be99-4ec8-aebd-6db94e357e77","name":"Error : Invalid Auth Key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/leave/type/list?authKey=A2","host":["https://api.shoplworks.com"],"path":["api","leave","type","list"],"query":[{"key":"authKey","value":"A2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 06:06:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"header\": {\n    \"statusCode\": \"NO_PERMISSIONS\"\n  },\n  \"body\": null\n}"}],"_postman_id":"b16cd30f-86fa-453f-a0ad-69f2a79f1797"},{"name":"Get Leave Grant List (/api/leave/grant/list)","id":"2d3064cf-7a96-4bdf-97ad-b205fd81092c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/grant/list?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=","description":"<h3 id=\"provides-information-usage-details-and-statistics-for-leave-granted-to-each-employee\">Provides information, usage details, and statistics for leave granted to each employee.</h3>\n<p>API Request Description</p>\n<p>This endpoint makes an HTTP GET request to retrieve a list of granted leaves within a specified date range and leave type IDs.</p>\n<ul>\n<li><p>Request Parameters:</p>\n<ul>\n<li><p><code>startDate</code> (string): The start date of the date range for leave grants.</p>\n</li>\n<li><p><code>endDate</code> (string): The end date of the date range for leave grants.</p>\n</li>\n<li><p><code>leaveTypeIds</code> (string): Comma-separated IDs of the leave types for which grants are to be retrieved.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"api-response\">API Response</h3>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"string\",\n  \"body\": [\n    {\n      \"userInfo\": { \n        /* User Object */\n        \"userId\": \"string\",\n        \"userName\": \"string\",\n        \"userRegImg\": \"string\",\n        \"phone\": \"string\",\n        \"workplaceId\": \"string\",\n        \"workplaceName\": \"string\",\n        \"workplaceCode\": \"string\",\n        \"groupId\": \"string\",\n        \"groupName\": \"string\",\n        \"isResign\": \"string\",\n        \"resignDt\": \"string\",\n        \"isLeader\": \"string\"\n      },\n      \"summary\": {\n            /*Leave Grant Summary Obejct*/        \n            \"grantDays\": 0.0,/* Number of leave days granted */\n            \"usedDays\": 0.0,/* Number of leave days used */\n            \"tobeDays\": 0.0,/* Number of leave days planned to be used */\n            \"aprvWaitDays\": 0.0,/* Number of leave days pending approval */\n            \"remainDays\": 0.0/* Remaining leave days = Granted days - Used days - Planned days - Pending approval days */\n       },\n      \"grantList\": [\n        {\n          \"grantInfo\": {\n            /*Leve Grant Object*/\n            \"grantId\": \"string\",/* Grant ID */\n            \"grantTitle\": \"string\",/* Grant title */\n            \"leaveTypeId\": \"string\",/* Leave type ID */\n            \"leaveTypeName\": \"string\",/* Leave type name */\n            \"startDate\": \"date\",/* Leave grant period - start date */\n            \"endDate\": \"date\",/* Leave grant period - end date */\n            \"carryOverDate\": \"date\",/* Leave grant period - carry-over expiration date */\n            \"grantDays\": 0.0/* Number of granted leave days */\n          },\n          \"summary\": {\n            /*Leave Grant Summary Obejct*/        \n            \"grantDays\": 0.0,/* Number of leave days granted */\n            \"usedDays\": 0.0,/* Number of leave days used */\n            \"tobeDays\": 0.0,/* Number of leave days planned to be used */\n            \"aprvWaitDays\": 0.0,/* Number of leave days pending approval */\n            \"remainDays\": 0.0/* Remaining leave days = Granted days - Used days - Planned days - Pending approval days */\n          },\n          \"usedList\": [/* List of used leave */\n            { /*Leave Usage Object*/\n              \"usageDate\": \"string\", /* Date of use */\n              \"leaveTypeId\": \"string\", /* Leave type ID */\n              \"leaveTypeName\": \"string\", * Leave type name */\n              \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": \"string\", /* Leave request ID */\n              \"regDt\": \"string\" /* Registration date and time */\n            }\n          ],\n          \"tobeList\": [/* List of leave planned for future use */\n            { /*Leave Usage Object*/\n              \"usageDate\": \"string\", /* Date of use */\n              \"leaveTypeId\": \"string\", /* Leave type ID */\n              \"leaveTypeName\": \"string\", * Leave type name */\n              \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": \"string\", /* Leave request ID */\n              \"regDt\": \"string\" /* Registration date and time */\n            }\n          ],\n          \"aprvWaitList\": [ /* List of leave pending approval */\n            { /*Leave Usage Object*/\n              \"usageDate\": \"string\", /* Date of use */\n              \"leaveTypeId\": \"string\", /* Leave type ID */\n              \"leaveTypeName\": \"string\", * Leave type name */\n              \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": \"string\", /* Leave request ID */\n              \"regDt\": \"string\" /* Registration date and time */\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","leave","grant","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(Required)Start Date &gt; Formant (yyyy-MM-dd) - ISO 8601)</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01"},{"description":{"content":"<p>(Required)End Date &gt; Formant (yyyy-MM-dd) - ISO 8601)</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"},{"description":{"content":"<p>(Optional) Leave Type Id List</p>\n","type":"text/plain"},"key":"leaveTypeIds","value":""}],"variable":[]}},"response":[{"id":"8f4f2d89-1214-4928-844d-22e7db5132f6","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/leave/grant/list?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=C644FE7B9BBC6F20,D334499FECFCDEB2","host":["https://api.shoplworks.com"],"path":["api","leave","grant","list"],"query":[{"key":"startDate","value":"2024-01-01","description":"(Required)Start Date > Formant (yyyy-MM-dd) - ISO 8601)"},{"key":"endDate","value":"2024-12-31","description":"(Required)End Date > Formant (yyyy-MM-dd) - ISO 8601)"},{"key":"leaveTypeIds","value":"C644FE7B9BBC6F20,D334499FECFCDEB2","description":"(Optional) Leave Type Id List"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 06:58:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"body\": [\n        {\n            \"userInfo\": {\n                \"userId\": \"517B1C31E91FEEE1\",\n                \"userName\": \"A*i\",\n                \"userRegImg\": \"/img/face/Default.png\",\n                \"phone\": \"0*********4\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"workplaceCode\": \"HQ0000001\",\n                \"groupId\": \"B8EBBFCB9A96416D\",\n                \"groupName\": \"2_Sales and OP\",\n                \"isResign\": \"1\",\n                \"resignDt\": \"2023-02-15\",\n                \"isLeader\": \"0\"\n            },\n            \"summary\": {\n                \"grantDays\": 1.0,\n                \"usedDays\": 1.0,\n                \"tobeDays\": 0.0,\n                \"aprvWaitDays\": 0.0,\n                \"remainDays\": 0.0\n            },\n            \"grantList\": [\n                {\n                    \"grantInfo\": {\n                        \"grantId\": \"73A9D5D83A0573BA\",\n                        \"grantTitle\": \"연차휴가_1년미만_202302\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"startDate\": \"2023-02-09\",\n                        \"endDate\": \"2024-01-08\",\n                        \"carryOverDate\": null,\n                        \"grantDays\": 1.0\n                    },\n                    \"summary\": {\n                        \"grantDays\": 1.0,\n                        \"usedDays\": 1.0,\n                        \"tobeDays\": 0.0,\n                        \"aprvWaitDays\": 0.0,\n                        \"remainDays\": 0.0\n                    },\n                    \"usedList\": [\n                        {\n                            \"usageDate\": \"2023-01-31\",\n                            \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                            \"leaveTypeName\": \"연차휴가\",\n                            \"usageDays\": 0.5,\n                            \"requestId\": \"F2598EF44579F9DD\",\n                            \"regDt\": \"2023-01-31 16:34:54\"\n                        },\n                        {\n                            \"usageDate\": \"2023-02-07\",\n                            \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                            \"leaveTypeName\": \"연차휴가\",\n                            \"usageDays\": 0.5,\n                            \"requestId\": \"3C82FB4AA8761640\",\n                            \"regDt\": \"2023-02-07 08:47:13\"\n                        }\n                    ],\n                    \"tobeList\": [],\n                    \"aprvWaitList\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2d3064cf-7a96-4bdf-97ad-b205fd81092c"},{"name":"Get User Leave Grant(/api/leave/grant/{empId})","id":"61ae7675-a086-4680-92bd-275abca250f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/grant/:empId?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=","description":"<h3 id=\"provides-information-usage-details-and-statistics-for-leave-granted-to-a-specific-employee\">Provides information, usage details, and statistics for leave granted to a specific employee.</h3>\n<ul>\n<li><p>Path Variable</p>\n<ul>\n<li>empId (String) :Employee ID</li>\n</ul>\n</li>\n<li><p>Request Parameters:</p>\n<ul>\n<li><p><code>startDate</code> (string, required): The start date of the date range for leave grants.</p>\n</li>\n<li><p><code>endDate</code> (string, required): The end date of the date range for leave grants.</p>\n</li>\n<li><p><code>leaveTypeIds</code> (string, optional): Comma-separated IDs of the leave types for which grants are to be retrieved.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Response</p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"statusCode\": { \"type\": \"string\" },\n    \"body\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"userInfo\": {\n          \"type\": \"object\",\n          \"properties\": {\n            /*User Object*/\n            \"userId\": { \"type\": \"string\" },\n            \"userName\": { \"type\": \"string\" },\n            \"userRegImg\": { \"type\": \"string\" },\n            \"empId\": { \"type\": \"string\" },\n            \"phone\": { \"type\": \"string\" },\n            \"workplaceId\": { \"type\": \"string\" },\n            \"workplaceName\": { \"type\": \"string\" },\n            \"workplaceCode\": { \"type\": \"string\" },\n            \"groupId\": { \"type\": \"string\" },\n            \"groupName\": { \"type\": \"string\" },\n            \"isResign\": { \"type\": \"string\" },\n            \"isLeader\": { \"type\": \"string\" }\n          }\n        },\n        \"summary\": { /* Leave Summary Object*/\n          \"type\": \"object\",\n          \"properties\": {\n            \"grantDays\": { \"type\": \"double\" }, /* Number of leave days granted */\n            \"usedDays\": { \"type\": \"double\" }, /* Number of leave days used */\n            \"tobeDays\": { \"type\": \"double\" }, /* Number of leave days planned to be used */\n            \"aprvWaitDays\": { \"type\": \"double\" }, /* Number of leave days pending approval */\n            \"remainDays\": { \"type\": \"double\" } /* Remaining leave days = Granted days - Used days - Planned days - Pending approval days */\n          }\n        },\n        \"grantList\": { /*Leave Grant List*/\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"grantInfo\": {\n                /*Leave Grant Object*/\n                \"type\": \"object\",\n                \"properties\": {\n                  \"grantId\": { \"type\": \"string\" },  /* Grant ID */\n                  \"grantTitle\": { \"type\": \"string\" }, /* Grant name */\n                  \"leaveTypeId\": { \"type\": \"string\" }, /* Leave type ID */\n                  \"leaveTypeName\": { \"type\": \"string\" }, /* Leave type name */\n                  \"startDate\": { \"type\": \"date\" }, /* Leave grant period - start date */\n                  \"endDate\": { \"type\": \"date\" }, /* Leave grant period - end date */\n                  \"carryOverDate\": { \"type\": \"date\" }, /* Leave grant period - carry-over expiration date */\n                  \"grantDays\": { \"type\": \"double\" } /* Number of granted leave days */\n                }\n              },\n              \"summary\": {\n                /*Leave Grant Summary Object*/\n                \"type\": \"object\",\n                \"properties\": {\n                  \"grantDays\": { \"type\": \"double\" },/* Number of leave days granted */\n                  \"usedDays\": { \"type\": \"double\" },/* Number of leave days used */\n                  \"tobeDays\": { \"type\": \"double\" },/* Number of leave days planned to be used */\n                  \"aprvWaitDays\": { \"type\": \"double\" }, /* Number of leave days pending approval */\n                  \"remainDays\": { \"type\": \"double\" }/* Remaining leave days = Granted days - Used days - Planned days - Pending approval days */\n                }\n              },\n              \"usedList\": {/* List of used leave */\n                \"type\": \"array\",\n                \"items\": {\n                 /*Leave Usage Object*/\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"usageDate\": { \"type\": \"date\" },/* Date of use */\n                    \"leaveTypeId\": { \"type\": \"string\" },/* Leave type ID */\n                    \"leaveTypeName\": { \"type\": \"string\" },/* Leave type name */\n                    \"usageDays\": { \"type\": \"double\" },/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n                    \"requestId\": \"string\", /* Leave request ID */\n                    \"regDt\": { \"type\": \"string\" }/* Registration date and time */\n                  }\n                }\n              },\n              \"tobeList\": {/* List of leave planned for future use */\n                \"type\": \"array\",\n                \"items\": {\n                /*Leave Usage Object*/\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"usageDate\": { \"type\": \"date\" },/* Date of use */\n                    \"leaveTypeId\": { \"type\": \"string\" },/* Leave type ID */\n                    \"leaveTypeName\": { \"type\": \"string\" },/* Leave type name */\n                    \"usageDays\": { \"type\": \"double\" },/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n                    \"requestId\": \"string\", /* Leave request ID */\n                    \"regDt\": { \"type\": \"string\" }/* Registration date and time */\n                  }\n                }\n              },\n              \"aprvWaitList\": {/* List of leave pending approval */\n                \"type\": \"array\",\n                \"items\": {\n                /*Leave Usage Object*/\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"usageDate\": { \"type\": \"date\" },/* Date of use */\n                    \"leaveTypeId\": { \"type\": \"string\" },/* Leave type ID */\n                    \"leaveTypeName\": { \"type\": \"string\" },/* Leave type name */\n                    \"usageDays\": { \"type\": \"double\" },/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n                    \"requestId\": \"string\", /* Leave request ID */\n                    \"regDt\": { \"type\": \"string\" }/* Registration date and time */\n                  }\n                }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>This response includes detailed leave grant information for the specified employee, including user information, summary of leave days, and a list of granted, used, and to-be-used leave days for different leave types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","leave","grant",":empId"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(Required)Start Date &gt; Formant (yyyy-MM-dd) - ISO 8601)</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01"},{"description":{"content":"<p>(Required)End Date  &gt; Formant (yyyy-MM-dd) - ISO 8601)</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"},{"description":{"content":"<p>(Optional) Leave Type Id List</p>\n","type":"text/plain"},"key":"leaveTypeIds","value":""}],"variable":[{"description":{"content":"<p>Employee ID</p>\n","type":"text/plain"},"type":"any","value":"A0500902","key":"empId"}]}},"response":[{"id":"d3a67194-1c82-48a6-82bb-d2713050e4f9","name":"\bSuccess","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/leave/grant/:empId?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=C644FE7B9BBC6F20,D334499FECFCDEB2","host":["https://api.shoplworks.com"],"path":["api","leave","grant",":empId"],"query":[{"key":"startDate","value":"2024-01-01","description":"(Required)Start Date > Formant (yyyy-MM-dd) - ISO 8601)"},{"key":"endDate","value":"2024-12-31","description":"(Required)End Date  > Formant (yyyy-MM-dd) - ISO 8601)"},{"key":"leaveTypeIds","value":"C644FE7B9BBC6F20,D334499FECFCDEB2","description":"(Optional) Leave Type Id List"}],"variable":[{"key":"empId","value":"A0500902","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 07:06:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"91C44E***********\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/img/preset/profile/glasses.png\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"010******\",\n            \"workplaceId\": \"341732CC6DFA5B2A\",\n            \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n            \"workplaceCode\": \"HQ0000001\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"5_Dev\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\"\n        },\n        \"summary\": {\n            \"grantDays\": 17.0,\n            \"usedDays\": 16.25,\n            \"tobeDays\": 0.75,\n            \"aprvWaitDays\": 0.0,\n            \"remainDays\": 0.0\n        },\n        \"grantList\": [\n            {\n                \"grantInfo\": {\n                    \"grantId\": \"1A74D83867296874\",\n                    \"grantTitle\": \"연차휴가_202401\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"startDate\": \"2024-01-01\",\n                    \"endDate\": \"2024-12-31\",\n                    \"carryOverDate\": \"2025-02-28\",\n                    \"grantDays\": 17.0\n                },\n                \"summary\": {\n                    \"grantDays\": 17.0,\n                    \"usedDays\": 16.25,\n                    \"tobeDays\": 0.75,\n                    \"aprvWaitDays\": 0.0,\n                    \"remainDays\": 0.0\n                },\n                \"usedList\": [\n                    {\n                        \"usageDate\": \"2023-12-06\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"A62024EB07BCE6EA\",\n                        \"regDt\": \"2023-12-06 10:14:50\"\n                    },\n                    {\n                        \"usageDate\": \"2023-12-13\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"5D2EFA9B9A6C3766\",\n                        \"regDt\": \"2023-12-13 10:08:02\"\n                    },\n                    {\n                        \"usageDate\": \"2023-12-18\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.5,\n                        \"requestId\": \"E6FB8B4B3D015664\",\n                        \"regDt\": \"2023-12-15 15:09:42\"\n                    },\n                    {\n                        \"usageDate\": \"2024-02-08\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.5,\n                        \"requestId\": \"AF8A839F09B4EA19\",\n                        \"regDt\": \"2024-02-08 13:17:47\"\n                    },\n                    {\n                        \"usageDate\": \"2024-04-01\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"F282FD016E164A40\",\n                        \"regDt\": \"2024-04-02 09:12:30\"\n                    },\n                    {\n                        \"usageDate\": \"2024-04-18\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.5,\n                        \"requestId\": \"A08528B46D5DCC2A\",\n                        \"regDt\": \"2024-04-18 08:51:13\"\n                    },\n                    {\n                        \"usageDate\": \"2024-04-24\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"36AC73C8276BD864\",\n                        \"regDt\": \"2024-04-25 08:51:01\"\n                    },\n                    {\n                        \"usageDate\": \"2024-04-26\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"B3E032E4C18A7DF1\",\n                        \"regDt\": \"2024-04-29 09:23:39\"\n                    },\n                    {\n                        \"usageDate\": \"2024-05-29\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"ABB3788AAFE077A7\",\n                        \"regDt\": \"2024-05-29 10:09:44\"\n                    },\n                    {\n                        \"usageDate\": \"2024-06-14\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"DEDAF6957A76259A\",\n                        \"regDt\": \"2024-06-17 07:11:04\"\n                    },\n                    {\n                        \"usageDate\": \"2024-06-18\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"3C4FACDA7A711344\",\n                        \"regDt\": \"2024-06-18 09:55:32\"\n                    },\n                    {\n                        \"usageDate\": \"2024-07-10\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"7DBDBC749217EA11\",\n                        \"regDt\": \"2024-06-27 09:11:01\"\n                    },\n                    {\n                        \"usageDate\": \"2024-11-08\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"C6D7F12B99E3F270\",\n                        \"regDt\": \"2024-07-02 09:08:27\"\n                    },\n                    {\n                        \"usageDate\": \"2024-10-04\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"7D201FCEE3CF57A6\",\n                        \"regDt\": \"2024-07-02 09:08:28\"\n                    },\n                    {\n                        \"usageDate\": \"2024-08-16\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"55212565F7A29087\",\n                        \"regDt\": \"2024-07-02 09:08:28\"\n                    },\n                    {\n                        \"usageDate\": \"2024-07-31\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"375474CF34676BB7\",\n                        \"regDt\": \"2024-07-29 09:51:58\"\n                    },\n                    {\n                        \"usageDate\": \"2024-09-05\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"597BAA051F5B547C\",\n                        \"regDt\": \"2024-08-14 15:15:23\"\n                    },\n                    {\n                        \"usageDate\": \"2024-08-30\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"7DAC778DC83B6351\",\n                        \"regDt\": \"2024-08-14 15:15:24\"\n                    },\n                    {\n                        \"usageDate\": \"2024-09-06\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"A2D027DB237F0AC2\",\n                        \"regDt\": \"2024-08-19 10:25:19\"\n                    },\n                    {\n                        \"usageDate\": \"2024-09-04\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"993D08924C13C7EA\",\n                        \"regDt\": \"2024-08-28 10:00:35\"\n                    },\n                    {\n                        \"usageDate\": \"2024-10-08\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"654B677C6D7D88B1\",\n                        \"regDt\": \"2024-10-08 10:20:08\"\n                    },\n                    {\n                        \"usageDate\": \"2024-11-12\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 1.0,\n                        \"requestId\": \"9BC0E3FAA0525B34\",\n                        \"regDt\": \"2024-10-24 10:12:50\"\n                    },\n                    {\n                        \"usageDate\": \"2024-11-06\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"EECED328CC85B8A7\",\n                        \"regDt\": \"2024-11-06 09:22:35\"\n                    }\n                ],\n                \"tobeList\": [\n                    {\n                        \"usageDate\": \"2024-12-06\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.5,\n                        \"requestId\": \"C2758A462FE43B3D\",\n                        \"regDt\": \"2024-11-06 09:22:35\"\n                    },\n                    {\n                        \"usageDate\": \"2024-12-24\",\n                        \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                        \"leaveTypeName\": \"연차휴가\",\n                        \"usageDays\": 0.25,\n                        \"requestId\": \"E0FF87E00118FA6B\",\n                        \"regDt\": \"2024-11-06 09:22:35\"\n                    }\n                ],\n                \"aprvWaitList\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"61ae7675-a086-4680-92bd-275abca250f4"},{"name":"Get Leave Usage List(/api/leave/usage/list)","event":[{"listen":"test","script":{"id":"89836798-03f8-4f7a-a868-6d444bd0db1f","exec":["var responseJSON = pm.response.json();","","// Test the response body structure and values","pm.test(\"Response body structure is valid\", function () {","    pm.expect(responseJSON).to.be.an('object').that.has.property('statusCode');","    pm.expect(responseJSON).to.be.an('object').that.has.property('body');","","    // checking that each userInfo object has the required properties","    pm.test(\"UserInfo object structure is valid\", function () {","        responseJSON.body.forEach((userInfo)=>{","            pm.expect(userInfo.userInfo).has.property('userId');","            pm.expect(userInfo.userInfo).has.property('userName');","            pm.expect(userInfo.userInfo).has.property('userRegImg');","            pm.expect(userInfo.userInfo).has.property('phone');","            pm.expect(userInfo.userInfo).has.property('workplaceId');","            pm.expect(userInfo.userInfo).has.property('workplaceName');","            pm.expect(userInfo.userInfo).has.property('workplaceCode');","            pm.expect(userInfo.userInfo).has.property('groupId');","            pm.expect(userInfo.userInfo).has.property('groupName');","            pm.expect(userInfo.userInfo).has.property('positionId');","            pm.expect(userInfo.userInfo).has.property('positionName');","            pm.expect(userInfo.userInfo).has.property('isResign');","            pm.expect(userInfo.userInfo).has.property('isLeader');","        })","    });","","    // checking that each usedList object has the required properties","    pm.test(\"UsedList object structure is valid\", function () {","        responseJSON.body.forEach((usedList)=>{","            usedList.usedList.forEach((usage)=>{","                pm.expect(usage).has.property('usageDate');","                pm.expect(usage).has.property('leaveTypeId');","                pm.expect(usage).has.property('leaveTypeName');","                pm.expect(usage).has.property('usageDays');","                pm.expect(usage).has.property('regDt');","            })","        })","    });","","    // checking that tobeList and aprvWaitList are empty arrays","    pm.test(\"tobeList and aprvWaitList are empty arrays\", function () {","        pm.expect(responseJSON.body).to.have.property('tobeList').that.is.an('array').that.is.empty;","        pm.expect(responseJSON.body).to.have.property('aprvWaitList').that.is.an('array').that.is.empty;","    });","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>User ID</th>","        <th>User Name</th>","        <th>Usage Date</th>","        <th>Leave Type ID</th>","        <th>Leave Type Name</th>","        <th>Usage Days</th>","        <th>Registration Date</th>","    </tr>","    ","    {{#each response.body}}","        {{#each userInfo.usedList}}","            <tr>","                <td>{{../userInfo.userId}}</td>","                <td>{{../userInfo.userName}}</td>","                <td>{{usageDate}}</td>","                <td>{{leaveTypeId}}</td>","                <td>{{leaveTypeName}}</td>","                <td>{{usageDays}}</td>","                <td>{{regDt}}</td>","            </tr>","        {{/each}}","    {{/each}}","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()}","}","","pm.visualizer.set(template, constructVisualizerPayload());","// Test the response for correctness and expected format","pm.test(\"Response body structure is valid\", function () {","    var responseJSON = pm.response.json();","    ","    pm.expect(responseJSON).to.be.an('object').that.has.property('statusCode');","    pm.expect(responseJSON).to.be.an('object').that.has.property('body');","","    responseJSON.body.forEach((userInfo)=>{","        pm.expect(userInfo.userInfo).to.have.property('userId').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('userName').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('userRegImg').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('phone').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('workplaceId').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('workplaceName').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('workplaceCode').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('groupId').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('groupName').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('positionId').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('positionName').that.is.a('string');","        pm.expect(userInfo.userInfo).to.have.property('isResign').that.is.a('boolean');","        pm.expect(userInfo.userInfo).to.have.property('isLeader').that.is.a('boolean');","","        userInfo.usedList.forEach((usage)=>{","            pm.expect(usage).to.have.property('usageDate').that.is.a('string');","            pm.expect(usage).to.have.property('leaveTypeId').that.is.a('string');","            pm.expect(usage).to.have.property('leaveTypeName').that.is.a('string');","            pm.expect(usage).to.have.property('usageDays').that.is.a('number');","            pm.expect(usage).to.have.property('regDt').that.is.a('string');","        });","","        pm.expect(userInfo).to.have.property('tobeList').that.is.an('array').that.is.empty;","        pm.expect(userInfo).to.have.property('aprvWaitList').that.is.an('array').that.is.empty;","    });","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"757355c0-a6d7-4c16-bee4-0992adedab10","exec":[""],"type":"text/javascript","packages":{}}}],"id":"eb68885e-2a47-47be-9985-42a6b3e81bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/usage/list?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=","description":"<h3 id=\"provides-the-leave-usage-details-for-an-individual-employee\">Provides the leave usage details for an individual employee.</h3>\n<p>API Request Description</p>\n<p>This API endpoint is a GET request to retrieve the leave usage list within a specified date range and for specific leave types. The request should include the start date, end date, and leave type IDs as query parameters.</p>\n<ul>\n<li><p><code>startDate</code> (string, required): The start date of the range for leave usage.</p>\n</li>\n<li><p><code>endDate</code> (string, required): The end date of the range for leave usage.</p>\n</li>\n<li><p><code>leaveTypeIds</code> (string, optional): Comma-separated leave type IDs for which the usage list is to be retrieved.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"string\",\n  \"body\": [\n    {\n      \"userInfo\": {\n        /*User Object*/\n        \"userId\": \"string\",\n        \"userName\": \"string\",\n        \"userRegImg\": \"string\",\n        \"phone\": \"string\",\n        \"workplaceId\": \"string\",\n        \"workplaceName\": \"string\",\n        \"workplaceCode\": \"string\",\n        \"groupId\": \"string\",\n        \"groupName\": \"string\",\n        \"positionId\": \"string\",\n        \"positionName\": \"string\",\n        \"isResign\": \"string\",\n        \"isLeader\": \"string\"\n      },\n      \"usedList\": [/* List of used leave */\n        {\n          \"usageDate\": \"date\", /* Date of use */\n          \"leaveTypeId\": \"string\", /* Leave type ID */\n          \"leaveTypeName\": \"string\", /* Leave type name */\n          \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n          \"requestId\": \"string\", /* Leave request ID */\n          \"regDt\": \"datetime\" /* Registration date and time */\n        }\n      ],\n      \"tobeList\": [/* List of leave planned for future use */\n        {\n          \"usageDate\": \"date\", /* Date of use */\n          \"leaveTypeId\": \"string\", /* Leave type ID */\n          \"leaveTypeName\": \"string\", /* Leave type name */\n          \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n          \"requestId\": \"string\", /* Leave request ID */\n          \"regDt\": \"datetime\" /* Registration date and time */\n        }\n      ],\n      \"aprvWaitList\": [/* List of leave pending approval */    \n        {\n          \"usageDate\": \"date\", /* Date of use */\n          \"leaveTypeId\": \"string\", /* Leave type ID */\n          \"leaveTypeName\": \"string\", /* Leave type name */\n          \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n          \"requestId\": \"string\", /* Leave request ID */\n          \"regDt\": \"datetime\" /* Registration date and time */\n        }\n      ],\n      \"cancelList\": [/* List of leave pending approval */    \n        {\n          \"usageDate\": \"date\", /* Date of use */\n          \"leaveTypeId\": \"string\", /* Leave type ID */\n          \"leaveTypeName\": \"string\", /* Leave type name */\n          \"usageDays\": 0.0, /* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n          \"requestId\": \"string\", /* Leave request ID */\n          \"cancelReason\": \"string\", /* Reason for leave cancellation */\n          \"regDt\": \"datetime\" /* Registration date and time */\n        }\n      ],\n    }\n  ]\n}\n\n</code></pre>\n<p>The response will include a status code and a body containing user information, used leave list, to-be leave list, and approval wait list.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","leave","usage","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Start Date</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01"},{"description":{"content":"<p>End Date</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"},{"key":"leaveTypeIds","value":""}],"variable":[]}},"response":[{"id":"bf4e8fbc-f750-410d-b973-da782216e71a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/leave/usage/list?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=C644FE7B9BBC6F20,D334499FECFCDEB2","host":["https://api.shoplworks.com"],"path":["api","leave","usage","list"],"query":[{"key":"startDate","value":"2024-01-01","description":"Start Date"},{"key":"endDate","value":"2024-12-31","description":"End Date"},{"key":"leaveTypeIds","value":"C644FE7B9BBC6F20,D334499FECFCDEB2","description":"(optional) Leave Type Id List"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 07:08:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"body\": [\n        {\n            \"userInfo\": {\n                \"userId\": \"754EE096E1CDCF0E\",\n                \"userName\": \"jin_*****\",\n                \"userRegImg\": \"/files/user/C_A******ORY/641DFB*****EB4/641D*********_20191******0447.jpg\",\n                \"phone\": \"010*********\",\n                \"workplaceId\": \"PLANETORY_WI\",\n                \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\",\n                \"groupId\": \"991AA3D0468EA63D\",\n                \"groupName\": \"Design_Test\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"0\"\n            },\n            \"usedList\": [\n                {\n                    \"usageDate\": \"2024-07-17\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-07-26\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-08-03\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-08-09\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-09-22\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-09-24\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-10-14\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-10-30\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                },\n                {\n                    \"usageDate\": \"2024-11-18\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                }\n            ],\n            \"tobeList\": [\n                {\n                    \"usageDate\": \"2024-12-27\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-07-11 00:00:50\"\n                }\n            ],\n            \"aprvWaitList\": [],\n            \"cancelList\": []\n        },\n        {\n            \"userInfo\": {\n                \"userId\": \"E7FF9E6BC247159C\",\n                \"userName\": \"shopl 강********\",\n                \"userRegImg\": \"/files/user/C_AWS_PLANETORY/F638******/F638********_0231030052628661.jpg\",\n                \"phone\": \"23103001\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"workplaceCode\": \"HQ0000001\",\n                \"groupId\": \"8551FE12DBC17C2E\",\n                \"groupName\": \"QA_Test_Bella\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            \"usedList\": [],\n            \"tobeList\": [],\n            \"aprvWaitList\": [\n                {\n                    \"usageDate\": \"2024-01-25\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 0.5,\n                    \"regDt\": \"2024-09-25 15:01:56\"\n                }\n            ]\n        },\n        {\n            \"userInfo\": {\n                \"userId\": \"2EB085D2FA9849F0\",\n                \"userName\": \"신*******\",\n                \"userRegImg\": \"/img/preset/profile/man.png\",\n                \"empId\": \"chapl_iPhone12 mini\",\n                \"phone\": \"06********\",\n                \"groupId\": \"8551FE12DBC17C2E\",\n                \"groupName\": \"QA_Test\",\n                \"isResign\": \"0\",\n                \"isLeader\": \"1\"\n            },\n            \"usedList\": [\n                {\n                    \"usageDate\": \"2024-09-26\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-09-25 16:04:40\"\n                },\n                {\n                    \"usageDate\": \"2024-09-28\",\n                    \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                    \"leaveTypeName\": \"연차휴가\",\n                    \"usageDays\": 1.0,\n                    \"regDt\": \"2024-09-25 16:04:40\"\n                }\n            ],\n            \"tobeList\": [],\n            \"aprvWaitList\": [],\n            \"cancelList\": []\n        }\n    ]\n}"}],"_postman_id":"eb68885e-2a47-47be-9985-42a6b3e81bed"},{"name":"Get User Leave Usage (/api/leave/usage/{empId})","event":[{"listen":"test","script":{"id":"cfc7eac5-04d8-4916-bae7-ffbb529cb5ed","exec":["pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.have.property('statusCode');","    pm.expect(responseData).to.have.property('body');","});","","","pm.test(\"Validate the userInfo object\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.body.userInfo).to.exist.and.to.be.an('object');","    pm.expect(responseData.body.userInfo.userId).to.be.a('string');","    pm.expect(responseData.body.userInfo.userName).to.be.a('string');","    pm.expect(responseData.body.userInfo.userRegImg).to.be.a('string');","    pm.expect(responseData.body.userInfo.empId).to.be.a('string');","    pm.expect(responseData.body.userInfo.phone).to.be.a('string');","    pm.expect(responseData.body.userInfo.workplaceId).to.be.a('string');","    pm.expect(responseData.body.userInfo.workplaceName).to.be.a('string');","    pm.expect(responseData.body.userInfo.workplaceCode).to.be.a('string');","    pm.expect(responseData.body.userInfo.groupId).to.be.a('string');","    pm.expect(responseData.body.userInfo.groupName).to.be.a('string');","    pm.expect(responseData.body.userInfo.isResign).to.be.a('string');","    pm.expect(responseData.body.userInfo.isLeader).to.be.a('string');","});","","","pm.test(\"UsedList array is present and contains expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.usedList).to.exist;","    pm.expect(responseData.usedList).to.be.an('array');","    pm.expect(responseData.usedList).to.have.lengthOf(1);","});","","","pm.test(\"TobeList array is present and contains expected number of elements\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData.tobeList).to.exist;","    pm.expect(responseData.tobeList).to.be.an('array');","    pm.expect(responseData.tobeList).to.have.lengthOf(0);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Usage Date</th>","        <th>Leave Type ID</th>","        <th>Leave Type Name</th>","        <th>Usage Days</th>","        <th>Registration Date</th>","    </tr>","    ","    {{#each response.body.usedList}}","        <tr>","            <td>{{usageDate}}</td>","            <td>{{leaveTypeId}}</td>","            <td>{{leaveTypeName}}</td>","            <td>{{usageDays}}</td>","            <td>{{regDt}}</td>","        </tr>","    {{/each}}","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()}","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"ec43ac93-dfa3-40db-90c9-b8f1fd351a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/leave/usage/:empId?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=","description":"<h3 id=\"get-apileaveusageempid\">GET /api/leave/usage/:empId</h3>\n<p>This endpoint retrieves the leave usage details for a specific employee within a given date range and leave type IDs.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Path Parameters</p>\n<ul>\n<li><code>empId</code> (string, required): The ID of the employee.</li>\n</ul>\n</li>\n<li><p>Query Parameters</p>\n<ul>\n<li><p><code>startDate</code> (string, required): The start date of the date range in the format 'YYYY-MM-DD'.</p>\n</li>\n<li><p><code>endDate</code> (string, required): The end date of the date range in the format 'YYYY-MM-DD'.</p>\n</li>\n<li><p><code>leaveTypeIds</code> (string, optional): Comma-separated IDs of the leave types.</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    \"statusCode\": {\"type\": \"string\"},\n    \"body\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"userInfo\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"userId\": {\"type\": \"string\"},\n            \"userName\": {\"type\": \"string\"},\n            \"userRegImg\": {\"type\": \"string\"},\n            \"empId\": {\"type\": \"string\"},\n            \"phone\": {\"type\": \"string\"},\n            \"workplaceId\": {\"type\": \"string\"},\n            \"workplaceName\": {\"type\": \"string\"},\n            \"workplaceCode\": {\"type\": \"string\"},\n            \"groupId\": {\"type\": \"string\"},\n            \"groupName\": {\"type\": \"string\"},\n            \"isResign\": {\"type\": \"string\"},\n            \"isLeader\": {\"type\": \"string\"}\n          }\n        },\n        \"usedList\": { /* List of used leave */\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"usageDate\": {\"type\": \"date\"},/* Date of use */\n              \"leaveTypeId\": {\"type\": \"string\"},/* Leave type ID */\n              \"leaveTypeName\": {\"type\": \"string\"},/* Leave type name */\n              \"usageDays\": {\"type\": \"double\"},/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": {\"type\": \"string\"},/* Leave request ID */\n              \"regDt\": {\"type\": \"datetime\"}/* Registration date and time */\n            }\n          }\n        },\n        \"tobeList\": { /* List of leave planned for future use */\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"usageDate\": {\"type\": \"date\"},/* Date of use */\n              \"leaveTypeId\": {\"type\": \"string\"},/* Leave type ID */\n              \"leaveTypeName\": {\"type\": \"string\"},/* Leave type name */\n              \"usageDays\": {\"type\": \"double\"},/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": {\"type\": \"string\"},/* Leave request ID */\n              \"regDt\": {\"type\": \"datetime\"}/* Registration date and time */\n            }\n          }\n        },\n        \"aprvWaitList\": { /* List of leave pending approval */\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"usageDate\": {\"type\": \"string\"},\"usageDate\": {\"type\": \"date\"},/* Date of use */\n              \"leaveTypeId\": {\"type\": \"string\"},/* Leave type ID */\n              \"leaveTypeName\": {\"type\": \"string\"},/* Leave type name */\n              \"usageDays\": {\"type\": \"double\"},/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": {\"type\": \"string\"},/* Leave request ID */\n              \"regDt\": {\"type\": \"datetime\"}/* Registration date and time */\n            }\n        },\n        \"cancelList\": { /* List of leave canceled */\n          \"type\": \"array\",\n          \"items\": {\n            /*Leave Cancel Object*/\n            \"type\": \"object\",\n            \"properties\": {\n              \"usageDate\": {\"type\": \"string\"},\"usageDate\": {\"type\": \"date\"},/* Date of use */\n              \"leaveTypeId\": {\"type\": \"string\"},/* Leave type ID */\n              \"leaveTypeName\": {\"type\": \"string\"},/* Leave type name */\n              \"usageDays\": {\"type\": \"double\"},/* Number of days used &gt; Full day (1.0), Half day (0.5), Quarter day (0.25) */\n              \"requestId\": {\"type\": \"string\"},/* Leave request ID */\n              \"cancelReason\": {\"type\": \"string\"},/* Reason for leave cancellation */\n              \"regDt\": {\"type\": \"datetime\"}/* Registration date and time */\n            }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","leave","usage",":empId"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Start Date</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01"},{"description":{"content":"<p>End Date</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"},{"description":{"content":"<p>(optional) Leave Type Id List</p>\n","type":"text/plain"},"key":"leaveTypeIds","value":""}],"variable":[{"description":{"content":"<p>Employee ID</p>\n","type":"text/plain"},"type":"any","value":"A0500902","key":"empId"}]}},"response":[{"id":"9b1e067a-dda1-469b-bd23-348c60dfe738","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/leave/usage/:empId?startDate=2024-01-01&endDate=2024-12-31&leaveTypeIds=C644FE7B9BBC6F20,D334499FECFCDEB2","host":["https://api.shoplworks.com"],"path":["api","leave","usage",":empId"],"query":[{"key":"startDate","value":"2024-01-01","description":"Start Date"},{"key":"endDate","value":"2024-12-31","description":"End Date"},{"key":"leaveTypeIds","value":"C644FE7B9BBC6F20,D334499FECFCDEB2","description":"(optional) Leave Type Id List"}],"variable":[{"key":"empId","value":"A0500902","description":"Employee ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 06:04:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"body\": {\n        \"userInfo\": {\n            \"userId\": \"91C44E3B2F*******\",\n            \"userName\": \"Jay\",\n            \"userRegImg\": \"/img/preset/profile/glasses.png\",\n            \"empId\": \"A0500902\",\n            \"phone\": \"010********\",\n            \"workplaceId\": \"341732CC6DFA5B2A\",\n            \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n            \"workplaceCode\": \"HQ0000001\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"5_Dev\",\n            \"isResign\": \"0\",\n            \"isLeader\": \"1\"\n        },\n        \"usedList\": [\n            {\n                \"usageDate\": \"2024-02-08\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.5,\n                \"requestId\": \"AF8A839F09B4EA19\",\n                \"regDt\": \"2024-02-08 13:17:47\"\n            },\n            {\n                \"usageDate\": \"2024-04-01\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"F282FD016E164A40\",\n                \"regDt\": \"2024-04-02 09:12:30\"\n            },\n            {\n                \"usageDate\": \"2024-04-18\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.5,\n                \"requestId\": \"A08528B46D5DCC2A\",\n                \"regDt\": \"2024-04-18 08:51:13\"\n            },\n            {\n                \"usageDate\": \"2024-04-24\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"36AC73C8276BD864\",\n                \"regDt\": \"2024-04-25 08:51:01\"\n            },\n            {\n                \"usageDate\": \"2024-04-26\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"B3E032E4C18A7DF1\",\n                \"regDt\": \"2024-04-29 09:23:39\"\n            },\n            {\n                \"usageDate\": \"2024-05-29\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"ABB3788AAFE077A7\",\n                \"regDt\": \"2024-05-29 10:09:44\"\n            },\n            {\n                \"usageDate\": \"2024-06-14\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"DEDAF6957A76259A\",\n                \"regDt\": \"2024-06-17 07:11:04\"\n            },\n            {\n                \"usageDate\": \"2024-06-18\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"3C4FACDA7A711344\",\n                \"regDt\": \"2024-06-18 09:55:32\"\n            },\n            {\n                \"usageDate\": \"2024-07-10\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"7DBDBC749217EA11\",\n                \"regDt\": \"2024-06-27 09:11:01\"\n            },\n            {\n                \"usageDate\": \"2024-07-31\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"375474CF34676BB7\",\n                \"regDt\": \"2024-07-29 09:51:58\"\n            },\n            {\n                \"usageDate\": \"2024-08-16\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"55212565F7A29087\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-08-30\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"7DAC778DC83B6351\",\n                \"regDt\": \"2024-08-14 15:15:24\"\n            },\n            {\n                \"usageDate\": \"2024-09-04\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"993D08924C13C7EA\",\n                \"regDt\": \"2024-08-28 10:00:35\"\n            },\n            {\n                \"usageDate\": \"2024-09-05\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"597BAA051F5B547C\",\n                \"regDt\": \"2024-08-14 15:15:23\"\n            },\n            {\n                \"usageDate\": \"2024-09-06\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"A2D027DB237F0AC2\",\n                \"regDt\": \"2024-08-19 10:25:19\"\n            },\n            {\n                \"usageDate\": \"2024-10-04\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"7D201FCEE3CF57A6\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-10-08\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"654B677C6D7D88B1\",\n                \"regDt\": \"2024-10-08 10:20:08\"\n            },\n            {\n                \"usageDate\": \"2024-11-06\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"EECED328CC85B8A7\",\n                \"regDt\": \"2024-11-06 09:22:35\"\n            },\n            {\n                \"usageDate\": \"2024-11-08\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"C6D7F12B99E3F270\",\n                \"regDt\": \"2024-07-02 09:08:27\"\n            },\n            {\n                \"usageDate\": \"2024-11-12\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"9BC0E3FAA0525B34\",\n                \"regDt\": \"2024-10-24 10:12:50\"\n            }\n        ],\n        \"tobeList\": [\n            {\n                \"usageDate\": \"2024-12-06\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.5,\n                \"requestId\": \"C2758A462FE43B3D\",\n                \"regDt\": \"2024-11-06 09:22:35\"\n            },\n            {\n                \"usageDate\": \"2024-12-24\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"E0FF87E00118FA6B\",\n                \"regDt\": \"2024-11-06 09:22:35\"\n            }\n        ],\n        \"aprvWaitList\": [],\n        \"cancelList\": [\n            {\n                \"usageDate\": \"2024-06-18\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.5,\n                \"requestId\": \"4816BF87800369A1\",\n                \"cancelReason\": null,\n                \"regDt\": \"2024-06-17 16:24:49\"\n            },\n            {\n                \"usageDate\": \"2024-11-06\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"56DF4FA75DDCD270\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-04-24\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 0.25,\n                \"requestId\": \"62F25A88317CF692\",\n                \"cancelReason\": null,\n                \"regDt\": \"2024-04-24 09:33:55\"\n            },\n            {\n                \"usageDate\": \"2024-08-19\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"7357B60722A9D140\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-09-19\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"81B6F045E79F78C7\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-09-20\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"924B6A56399325FA\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-12-31\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"97FFBB3ACE5AE7C2\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:27\"\n            },\n            {\n                \"usageDate\": \"2024-09-05\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"E17FD620914F7F7A\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-11-07\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"E9E7BA3818C8BCD6\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:27\"\n            },\n            {\n                \"usageDate\": \"2024-09-06\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"F4CC8CE69149E0F4\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-07-02 09:08:28\"\n            },\n            {\n                \"usageDate\": \"2024-12-09\",\n                \"leaveTypeId\": \"C644FE7B9BBC6F20\",\n                \"leaveTypeName\": \"연차휴가\",\n                \"usageDays\": 1.0,\n                \"requestId\": \"FFF81D88D1A6042D\",\n                \"cancelReason\": \"날짜 변경 신청이 승인되어 이 승인 내역은 자동 취소 처리되었습니다.\",\n                \"regDt\": \"2024-09-10 15:05:34\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ec43ac93-dfa3-40db-90c9-b8f1fd351a57"}],"id":"854a4077-19a3-4ed3-8072-03b5cf983d5e","_postman_id":"854a4077-19a3-4ed3-8072-03b5cf983d5e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"To-Do API (TD)","item":[{"name":"Get To-Do Work List","id":"a34ddb5b-abaf-43e2-bdf4-4d85e05857b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/td/work/list?startDate=2024-12-01&endDate=2024-12-31","description":"<h4 id=\"this-api-retrieves-a-list-of-work-tasks-assigned-within-a-specified-period-after-obtaining-the-work-ids-using-this-api-you-can-call-either-the-get-to-do-work-task-results-or-get-to-do-work-task-results-multiple-submissions-api-to-access-the-detailed-values-of-the-submitted-reports\">This API retrieves a list of Work Tasks assigned within a specified period. After obtaining the Work IDs using this API, you can call either the “Get To-Do Work Task Results” or “Get To-Do Work Task Results (Multiple Submissions)” API to access the detailed values of the submitted reports.</h4>\n<h2 id=\"response-structure\">Response Structure</h2>\n<h3 id=\"root-object\">Root Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        { workInfo Object... },\n    }\n  ]\n}\n\n</code></pre><ul>\n<li><p><code>statusCode</code>: Indicates the status of the API response (e.g., \"Success\", \"Error\").</p>\n</li>\n<li><p><code>errorMessage</code>: Provides error details if the response is not successful.</p>\n</li>\n<li><p><code>body</code>: Contains the main data payload.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"workinfo-object\"><code>workInfo</code> Object</h3>\n<h4 id=\"description\">Description</h4>\n<p>Contains detailed information about the work, its components, and related metadata.</p>\n<h4 id=\"structure\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"categoryInfo\": { ... },\n    \"tmplId\": \"C848A8036B7A0F43\",\n    \"workId\": \"C25AED2C4842DAC7\",\n    \"title\": \"To-Do 〉 Component 〉 Example\",\n    \"contents\": \"Please refer to the usage instructions for all components.\",\n    \"progressType\": \"FINISH\",\n    \"startDt\": \"2024-12-20 09:00:00\",\n    \"endDt\": \"2024-12-20 18:00:00\",\n    \"regDt\": \"2024-12-20 11:38:45\",\n    \"lastReportUpdateDt\": \"2024-12-20 13:03:12\"\n}\n\n</code></pre><h4 id=\"fields\">Fields</h4>\n<ul>\n<li><p><code>categoryInfo</code>: Information about the work category.</p>\n<ul>\n<li><p><code>categoryId</code>: Unique ID of the category.</p>\n</li>\n<li><p><code>categoryName</code>: Name of the category.</p>\n</li>\n</ul>\n</li>\n<li><p><code>tmplId</code>: Template ID that created the work.</p>\n</li>\n<li><p><code>workId</code>: Unique identifier for the work.</p>\n</li>\n<li><p><code>title</code>: Title of the work.</p>\n</li>\n<li><p><code>contents</code>: Additional content or description of the work.</p>\n</li>\n<li><p><code>progressType</code>: Status of the work (<code>PRE_PROCESSING</code>, <code>PROCESSING</code>, <code>FINISH</code>).</p>\n</li>\n<li><p><code>startDt</code> / <code>endDt</code>: Start and end date-time of the work.</p>\n</li>\n<li><p><code>regDt</code>: Registration date and time of the work.</p>\n</li>\n<li><p><code>lastReportUpdateDt</code> :The timestamp of the last report update.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","td","work","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(requird)Start Date (format : yyyy-MM-dd) *Only a maximum date range of 31 days is allowed.</p>\n","type":"text/plain"},"key":"startDate","value":"2024-12-01"},{"description":{"content":"<p>(requird)End Date (format : yyyy-MM-dd), *Only a maximum date range of 31 days is allowed.</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"},{"disabled":true,"description":{"content":"<p>(optional) To-Do Template ID &gt; Not a mandatory field, only used when filtering by Tmpl Id in Work Info.</p>\n","type":"text/plain"},"key":"tmplId","value":"{{tmpld}}"}],"variable":[]}},"response":[{"id":"d65aa4b9-7dbd-4f38-9d65-a38383b224f2","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/list?startDate=2024-12-01&endDate=2024-12-31&tmplId={{tmplId)","host":["https://api.shoplworks.com"],"path":["api","td","work","list"],"query":[{"key":"startDate","value":"2024-12-01","description":"(requird)Start Date (format : yyyy-MM-dd) *Only a maximum date range of 31 days is allowed."},{"key":"endDate","value":"2024-12-31","description":"(requird)End Date (format : yyyy-MM-dd), *Only a maximum date range of 31 days is allowed."},{"key":"tmplId","value":"{{tmplId)","description":"(optional) To-Do Template ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"519"},{"key":"Date","value":"Mon, 23 Dec 2024 00:23:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        {\n            \"categoryInfo\": { /*Category Info*/\n                \"categoryId\": \"CE18B7558BCBB5E6\", /*Category ID*/\n                \"categoryName\": \"TEST\" /*Category Name*/\n            },\n            \"tmplId\": \"C848A8036B7A0F43\", /*Template ID : Template ID refers to the ID of the parent that created the Work.*/\n            \"workId\": \"C25AED2C4842DAC7\", /* Work > ID */\n            \"title\": \"To-Do 〉 Component 〉 Example\", /* Work > Title */\n            \"contents\": \"Please refer to the usage instructions for all components.\", /*Work > Contents*/\n            \"progressType\": \"FINISH\", /* Progress status : PRE_PROCESSING, PROCESSING, FINISH*/\n            \"startDt\": \"2024-12-20 09:00:00\", /* Work > Start Date */\n            \"endDt\": \"2024-12-20 18:00:00\", /* Work > End Date */\n            \"regDt\": \"2024-12-20 11:38:45\", /*Date and time Registration*/\n            \"lastReportUpdateDt\": \"2024-12-20 13:03:12\" /*The timestamp of the last report update.*/\n        }\n    ]\n}"}],"_postman_id":"a34ddb5b-abaf-43e2-bdf4-4d85e05857b7"},{"name":"Get To-Do Work Info","id":"d073692a-94f1-47a0-aff9-eadd0910ffa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/td/work/info?workId={{workId}}","description":"<h4 id=\"this-api-retrieves-detailed-information-about-a-work-item-including-its-components-and-related-metadata-it-returns-key-details-such-as-the-title-start-and-end-dates-and-the-structure-and-configuration-of-its-components\">This API retrieves detailed information about a Work item, including its components and related metadata. It returns key details such as the title, start and end dates, and the structure and configuration of its components.</h4>\n<h2 id=\"response-structure\">Response Structure</h2>\n<h3 id=\"root-object\">Root Object</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        { workInfo Object... },\n    }\n  ]\n}\n\n</code></pre><ul>\n<li><p><code>statusCode</code>: Indicates the status of the API response (e.g., \"Success\", \"Error\").</p>\n</li>\n<li><p><code>errorMessage</code>: Provides error details if the response is not successful.</p>\n</li>\n<li><p><code>body</code>: Contains the main data payload.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"workinfo-object\"><code>workInfo</code> Object</h3>\n<h4 id=\"description\">Description</h4>\n<p>Contains detailed information about the work, its components, and related metadata.</p>\n<h4 id=\"structure\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"categoryInfo\": { ... },\n    \"tmplId\": \"C848A8036B7A0F43\",\n    \"workId\": \"C25AED2C4842DAC7\",\n    \"title\": \"To-Do 〉 Component 〉 Example\",\n    \"contents\": \"Please refer to the usage instructions for all components.\",\n    \"progressType\": \"FINISH\",\n    \"startDt\": \"2024-12-20 09:00:00\",\n    \"endDt\": \"2024-12-20 18:00:00\",\n    \"regDt\": \"2024-12-20 11:38:45\"\n}\n\n</code></pre><h4 id=\"fields\">Fields</h4>\n<ul>\n<li><p><code>categoryInfo</code>: Information about the work category.</p>\n<ul>\n<li><p><code>categoryId</code>: Unique ID of the category.</p>\n</li>\n<li><p><code>categoryName</code>: Name of the category.</p>\n</li>\n</ul>\n</li>\n<li><p><code>tmplId</code>: Template ID that created the work.</p>\n</li>\n<li><p><code>workId</code>: Unique identifier for the work.</p>\n</li>\n<li><p><code>title</code>: Title of the work.</p>\n</li>\n<li><p><code>contents</code>: Additional content or description of the work.</p>\n</li>\n<li><p><code>progressType</code>: Status of the work (<code>PRE_PROCESSING</code>, <code>PROCESSING</code>, <code>FINISH</code>).</p>\n</li>\n<li><p><code>startDt</code> / <code>endDt</code>: Start and end date-time of the work.</p>\n</li>\n<li><p><code>regDt</code>: Registration date and time of the work.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","td","work","info"],"host":["https://api.shoplworks.com"],"query":[{"key":"workId","value":"{{workId}}"}],"variable":[]}},"response":[{"id":"367c5cdd-000b-40ae-a3e7-0f2bbf151a58","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/list?startDate=2024-12-01&endDate=2024-12-31&tmplId=C848A8036B7A0F43","host":["https://api.shoplworks.com"],"path":["api","td","work","list"],"query":[{"key":"startDate","value":"2024-12-01","description":"(requird)Start Date (format : yyyy-MM-dd) *Only a maximum date range of 31 days is allowed."},{"key":"endDate","value":"2024-12-31","description":"(requird)End Date (format : yyyy-MM-dd), *Only a maximum date range of 31 days is allowed."},{"key":"tmplId","value":"C848A8036B7A0F43","description":"(optional) To-Do Template ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"519"},{"key":"Date","value":"Mon, 23 Dec 2024 00:23:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"categoryInfo\": { /*Category Info*/\n            \"categoryId\": \"CE18B7558BCBB5E6\", /*Category ID*/\n            \"categoryName\": \"TEST\" /*Category Name*/\n        },\n        \"tmplId\": \"C848A8036B7A0F43\", /*Template ID : Template ID refers to the ID of the parent that created the Work.*/\n        \"workId\": \"C25AED2C4842DAC7\", /* Work > ID */\n        \"title\": \"To-Do 〉 Component 〉 Example\", /* Work > Title */\n        \"contents\": \"Please refer to the usage instructions for all components.\", /*Work > Contents*/\n        \"progressType\": \"FINISH\", /* Progress status : PRE_PROCESSING, PROCESSING, FINISH*/\n        \"startDt\": \"2024-12-20 09:00:00\", /* Work > Start Date */\n        \"endDt\": \"2024-12-20 18:00:00\", /* Work > End Date */\n        \"cpntList\": [ /*Component list*/\n            {\n                \"cpntIdx\": 0, /*Component > Index*/\n                \"cpntId\": \"8E2A45FF22535E55\", /*Component > ID*/\n                \"cpntType\": \"SIMPLE_CHECKLIST\", /*Component > Type : TEXT, BARCODE, CHOICE_SINGLE, CHOICE_MULTI(Check Box), IMAGE, IMAGE_GUIDE, IMAGE_GUIDE_NORMAL, SIMPLE_CHECKLIST, CHECKLIST, SIGNATURE*/\n                \"cpntDesc\": \"Simple checklist component example\", /* Compoent Desctription(=Question)*/\n                \"isNumberOnly\": false, /*Whether only numbers can be entered*/\n                \"picCameraOnly\": false, /*Whether only the camera can be used for photo uploads*/\n                \"isRequired\": true, /*Whether a response is required*/\n                \"simpleCheckList\": [ /*SIMPLE_CHECKLIST > Simple Checklist Items*/\n                    {\n                        \"cklIdx\": 0, /*Simple Checklist > Index*/\n                        \"cklId\": \"1F71245CCA46EA53\", /*Simple Checklist > ID*/\n                        \"cklName\": \"Click “Y” in the checklist item!\" /*Simple Checklist > Question*/\n                    },\n                    {\n                        \"cklIdx\": 1,\n                        \"cklId\": \"F059E5D5B098A463\",\n                        \"cklName\": \"Click “N” in the checklist item!\"\n                    }\n                ]\n            },\n            {\n                \"cpntIdx\": 1,\n                \"cpntId\": \"43C32416C1573195\",\n                \"cpntType\": \"CHECKLIST\",\n                \"cpntDesc\": \"An example of a checklist component where images or descriptions are selected based on ‘Yes’ or ‘No’ responses.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true,\n                \"checkList\": [ /*CHECKLIST > Checklist Items*/\n                    {\n                        \"cklIdx\": 0, /* Checklist > Index*/\n                        \"cklId\": \"1369F9C4DE8640A7\", /* Checklist > ID*/\n                        \"cklName\": \"Select ‘Yes’ and attach an image as well.\",\n                        \"pictureCode\": \"YR_NN\", /* Photo upload options > Code : “Yx_Ny: Y (Yes) and N (No) are fixed values, and the characters to the right of Y and N indicate whether the field is none('N') or optional (‘O’) or required (‘R’).”*/\n                        \"descriptionCode\": \"YN_NN\", /*Description writing options > Code */\n                        \"cameraOnlyCode\": \"YN_NN\", /*Only direct capture allowed > Code*/\n                        \"numberOnlyCode\": \"YN_NN\" /*Numbers only > Code*/\n                    },\n                    {\n                        \"cklIdx\": 1,\n                        \"cklId\": \"AAE753B62DF2D0FC\",\n                        \"cklName\": \"Select ‘NO’ and write content in the description.\",\n                        \"pictureCode\": \"YN_NN\",\n                        \"descriptionCode\": \"YN_NR\",\n                        \"cameraOnlyCode\": \"YN_NN\",\n                        \"numberOnlyCode\": \"YN_NN\"\n                    },\n                    {\n                        \"cklIdx\": 2,\n                        \"cklId\": \"B62F0BF0828307D0\",\n                        \"cklName\": \"Simply set Yes or No, and write the image or description as needed!\",\n                        \"pictureCode\": \"YO_NO\",\n                        \"descriptionCode\": \"YO_NO\",\n                        \"cameraOnlyCode\": \"YN_NN\",\n                        \"numberOnlyCode\": \"YN_NN\"\n                    }\n                ]\n            },\n            {\n                \"cpntIdx\": 2,\n                \"cpntId\": \"FC5AC30C92B96DB2\",\n                \"cpntType\": \"IMAGE\",\n                \"cpntDesc\": \"Try uploading any image.\", \n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 3,\n                \"cpntId\": \"CDEA0E2817DB2629\",\n                \"cpntType\": \"IMAGE_GUIDE_NORMAL\",\n                \"cpntDesc\": \"Please take a photo and upload it to match the photo or file attached in the guide.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 4,\n                \"cpntId\": \"381BBF7362519ED7\",\n                \"cpntType\": \"IMAGE_GUIDE\",\n                \"cpntDesc\": \"Please take a photo and upload it to match the photo attached in the guide. AI will measure the similarity to the guide image.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 5,\n                \"cpntId\": \"695E0F072BC96F95\",\n                \"cpntType\": \"SIGNATURE\",\n                \"cpntDesc\": \"Please draw the signature.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 6,\n                \"cpntId\": \"91E0BF22A0BBB854\",\n                \"cpntType\": \"BARCODE\",\n                \"cpntDesc\": \"Please enter the barcode value manually or use the camera to add the barcode. Multiple barcodes can also be entered.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 7,\n                \"cpntId\": \"AEBE9E979FDEC834\",\n                \"cpntType\": \"TEXT\",\n                \"cpntDesc\": \"Please write any text or something you want to say.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true\n            },\n            {\n                \"cpntIdx\": 8,\n                \"cpntId\": \"ABF004D7DCFE4BC2\",\n                \"cpntType\": \"CHOICE_SINGLE\",\n                \"cpntDesc\": \"Please choose one of the following.\\nIf there are no options to choose from, please select ‘Other’ and enter the desired item.\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true,\n                \"choiceList\": [ /*Choice Item List*/\n                    {\n                        \"choiceIdx\": 0, /*Choice Item > Index*/\n                        \"choiceId\": \"DE133F11DD4ABD3F\",  /*Choice Item > ID*/\n                        \"choiceName\": \"Spring\",  /*Choice Item > Name*/\n                        \"isEtc\": false  /*Choice Item > Whether other items are included*/\n                    },\n                    {\n                        \"choiceIdx\": 1,\n                        \"choiceId\": \"31B7923E5F152EDA\",\n                        \"choiceName\": \"Summer\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 2,\n                        \"choiceId\": \"53DC6CAA7CE61E8C\",\n                        \"choiceName\": \"Autumn\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 3,\n                        \"choiceId\": \"626D6B726F6EFC7B\",\n                        \"choiceName\": \"Winter\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 4,\n                        \"choiceId\": \"E5A2C3182DABF4E0\",\n                        \"choiceName\": null,\n                        \"isEtc\": true  /*Choice Item > Other item*/\n                    }\n                ]\n            },\n            {\n                \"cpntIdx\": 9,\n                \"cpntId\": \"3F26B4A8CAEF611A\",\n                \"cpntType\": \"CHOICE_MULTI\",\n                \"cpntDesc\": \"Please select multiple foods you like\",\n                \"isNumberOnly\": false,\n                \"picCameraOnly\": false,\n                \"isRequired\": true,\n                \"choiceList\": [\n                    {\n                        \"choiceIdx\": 0,\n                        \"choiceId\": \"B805AB04268FD811\",\n                        \"choiceName\": \"Pizza\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 1,\n                        \"choiceId\": \"8E88E4155894A67E\",\n                        \"choiceName\": \"Hamburger\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 2,\n                        \"choiceId\": \"8B89132FACC4C88B\",\n                        \"choiceName\": \"Fried chicken\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 3,\n                        \"choiceId\": \"F1B7CD04F05EF961\",\n                        \"choiceName\": \"Taco\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 4,\n                        \"choiceId\": \"CE7A01D0DACF8442\",\n                        \"choiceName\": \"Salad\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 5,\n                        \"choiceId\": \"8B448989ADCD29A4\",\n                        \"choiceName\": \"BBQ\",\n                        \"isEtc\": false\n                    },\n                    {\n                        \"choiceIdx\": 6,\n                        \"choiceId\": \"D7A559E082B4BCFD\",\n                        \"choiceName\": null,\n                        \"isEtc\": true\n                    }\n                ]\n            }\n        ],\n        \"regDt\": \"2024-12-20 11:38:45\", /*Work > Date and time of registration*/\n        \"lastReportUpdateDt\": \"2024-12-20 13:03:12\" /*The timestamp of the last report update.*/\n    }\n}"}],"_postman_id":"d073692a-94f1-47a0-aff9-eadd0910ffa5"},{"name":"Get To-Do Work Task Results","id":"30f44d0c-0830-4f28-bf53-2cc11468ca78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/td/work/task/list?workId={{workId}}&lastCheckedDt=2024-12-22T00:00:00","description":"<h4 id=\"this-api-provides-the-basic-information-of-a-work-including-its-components-the-tasks-assigned-to-it-and-the-detailed-values-of-the-submitted-report\">This API provides the basic information of a Work, including its components, the tasks assigned to it, and the detailed values of the submitted report.</h4>\n<h4 id=\"it-returns-only-the-most-recent-submission-made-by-each-employee-use-this-api-when-a-task-is-configured-to-allow-only-one-submission-per-employee\">It returns only the most recent submission made by each employee. Use this API when a task is configured to allow only one submission per employee.</h4>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Root Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"workInfo\": { ... },\n        \"workTaskList\": [ ... ],\n        \"statistics\": { ... }\n    }\n}\n\n</code></pre><ul>\n<li><p><code>statusCode</code>: Indicates the status of the API response (e.g., \"Success\", \"Error\").</p>\n</li>\n<li><p><code>errorMessage</code>: Provides error details if the response is not successful.</p>\n</li>\n<li><p><code>body</code>: Contains the main data payload.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"workinfo-object\"><code>workInfo</code> Object</h3>\n<h4 id=\"description\">Description</h4>\n<p>Contains detailed information about the work, its components, and related metadata.</p>\n<h4 id=\"structure\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"workInfo\": {\n    \"categoryInfo\": { ... },\n    \"tmplId\": \"C848A8036B7A0F43\",\n    \"workId\": \"C25AED2C4842DAC7\",\n    \"title\": \"To-Do 〉 Component 〉 Example\",\n    \"contents\": \"Please refer to the usage instructions for all components.\",\n    \"progressType\": \"FINISH\",\n    \"startDt\": \"2024-12-20 09:00:00\",\n    \"endDt\": \"2024-12-20 18:00:00\",\n    \"cpntList\": [ ... ],\n    \"regDt\": \"2024-12-20 11:38:45\",\n    \"lastReportUpdateDt\":\"2024-12-20 13:03:12\"\n}\n\n</code></pre><h4 id=\"fields\">Fields</h4>\n<ul>\n<li><p><code>tmplId</code>: Template ID that created the work.</p>\n</li>\n<li><p><code>workId</code>: Unique identifier for the work.</p>\n</li>\n<li><p><code>title</code>: Title of the work.</p>\n</li>\n<li><p><code>contents</code>: Additional content or description of the work.</p>\n</li>\n<li><p><code>progressType</code>: Status of the work (<code>PRE_PROCESSING</code>, <code>PROCESSING</code>, <code>FINISH</code>).</p>\n</li>\n<li><p><code>startDt</code> / <code>endDt</code>: Start and end date-time of the work.</p>\n</li>\n<li><p><code>cpntList</code>: List of components associated with the work (see <a href=\"https://null\">Component List</a> section).</p>\n</li>\n<li><p><code>regDt</code>: Registration date and time of the work.</p>\n</li>\n<li><p>lastReportUpdateDt :The timestamp of the last report update.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"cpntlist-component-list\"><code>cpntList</code> (Component List)</h3>\n<h4 id=\"description-1\">Description</h4>\n<p>Details about the various components required for the work.</p>\n<h4 id=\"fields-1\">Fields</h4>\n<p>Each component object contains the following fields:</p>\n<ul>\n<li><p><code>cpntIdx</code>: Index of the component.</p>\n</li>\n<li><p><code>cpntId</code>: Unique ID of the component.</p>\n</li>\n<li><p><code>cpntType</code>: Type of component (e.g., <code>TEXT</code>, <code>BARCODE</code>, <code>CHOICE_SINGLE</code>, <code>SIMPLE_CHECKLIST</code>, etc.).</p>\n</li>\n<li><p><code>cpntDesc</code>: Description or question related to the component.</p>\n</li>\n<li><p><code>isNumberOnly</code>: Whether only numbers are allowed for input.</p>\n</li>\n<li><p><code>picCameraOnly</code>: Whether only camera-based photos are allowed for uploads.</p>\n</li>\n<li><p><code>isRequired</code>: Whether the component is mandatory.</p>\n</li>\n</ul>\n<h4 id=\"example-component-types\">Example Component Types</h4>\n<ol>\n<li><p>\"simpleCheckList\": [ { \"cklIdx\": 0, \"cklId\": \"1F71245CCA46EA53\", \"cklName\": \"Click \\u201cY\\u201d in the checklist item!\" }]</p>\n<ul>\n<li>A list of simple checklist items.</li>\n</ul>\n</li>\n<li><p>\"checkList\": [ { \"cklIdx\": 0, \"cklId\": \"1369F9C4DE8640A7\", \"cklName\": \"Select \\u2018Yes\\u2019 and attach an image as well.\", \"pictureCode\": \"YR_NN\", \"descriptionCode\": \"YN_NN\", \"cameraOnlyCode\": \"YN_NN\", \"numberOnlyCode\": \"YN_NN\" }]</p>\n<ul>\n<li>A checklist with options for images, descriptions, and other settings.</li>\n</ul>\n</li>\n<li><p><strong>IMAGE</strong></p>\n<ul>\n<li>Allows uploading of images.</li>\n</ul>\n</li>\n<li><p><strong>SIGNATURE</strong></p>\n<ul>\n<li>Used to collect a signature input in Base64 format.</li>\n</ul>\n</li>\n<li><p><strong>CHOICE_SINGLE</strong> / <strong>CHOICE_MULTI</strong></p>\n<ul>\n<li>Single or multiple-choice selection.</li>\n</ul>\n</li>\n<li><p>DROPBOX(Dropdown)</p>\n<ol>\n<li><p>DROPBOX_BRAND_ALL</p>\n</li>\n<li><p>DROPBOX_BRAND_FILTERED</p>\n</li>\n<li><p>DROPBOX_BRAND</p>\n</li>\n<li><p>DROPBOX_PRODUCT_ALL</p>\n</li>\n<li><p>DROPBOX_PRODUCT_FILTERED</p>\n</li>\n<li><p>DROPBOX_PRODUCT</p>\n</li>\n</ol>\n</li>\n</ol>\n<hr />\n<h3 id=\"worktasklist-array\"><code>workTaskList</code> Array</h3>\n<h4 id=\"description-2\">Description</h4>\n<p>List of tasks assigned to workplaces or users.</p>\n<h4 id=\"structure-1\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"workTaskList\": [\n    {\n        \"task\": { ... },\n        \"report\": { ... }\n    }\n]\n\n</code></pre><h4 id=\"task-object\"><code>task</code> Object</h4>\n<p>Fields describing the assigned task:</p>\n<ul>\n<li><p><code>taskId</code>: Unique identifier for the task.</p>\n</li>\n<li><p><code>targetType</code>: Target type of the task (<code>USER</code>, <code>WORKPLACE</code>).</p>\n</li>\n<li><p><code>targetWorkplace</code>: Details of the assigned workplace (if applicable).</p>\n<ul>\n<li><p><code>workplaceId</code>: Workplace ID.</p>\n</li>\n<li><p><code>workplaceName</code>: Workplace name.</p>\n</li>\n<li><p><code>workplaceCode</code>: Workplace code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>statusType</code>: Task status (<code>WAIT</code>, <code>COMPLETE</code>, <code>INCOMPLETE</code>).</p>\n</li>\n<li><p><code>confirmType</code>: Confirmation status of the task (<code>UNNECESSARY</code>, <code>INCOMPLETE</code>, <code>RE_REQUIRED</code>, <code>COMPLETE</code>).</p>\n</li>\n<li><p><code>reportUpdateDt</code>: The date and time when the report was updated.</p>\n</li>\n<li><p><code>retaskRequests</code>(NEW) : An array containing information on rework requests for the completed report.</p>\n<ul>\n<li><p><code>requestId :</code> Unique identifier for the retask request.</p>\n</li>\n<li><p><code>message :</code> Message describing the retask request.</p>\n</li>\n<li><p><code>images :</code> List of image file paths attached to the retask request.</p>\n</li>\n<li><p><code>requester :</code> Information about the user who made the request.</p>\n<ul>\n<li><p><code>userId :</code> Unique identifier for the requester.</p>\n</li>\n<li><p><code>username :</code> Name of the requester.</p>\n</li>\n<li><p><code>empId</code> : Employee ID of the requester.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"report-object\"><code>report</code> Object</h4>\n<p>Details about the report submitted for the task:</p>\n<ul>\n<li><p><code>reportId</code>: Report ID.</p>\n</li>\n<li><p><code>regDt</code> / <code>modDt</code>: Date and time of report creation and modification.</p>\n</li>\n<li><p><code>regUserInfo</code>: Information about the report author.</p>\n<ul>\n<li><p><code>userId</code>: User ID.</p>\n</li>\n<li><p><code>username</code>: User name.</p>\n</li>\n<li><p><code>empId</code>: Employee ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modUserInfo</code>: Information about the report modifier (if applicable).</p>\n</li>\n<li><p><code>values</code>: Array of responses for each component in the report.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"statistics-object\"><code>statistics</code> Object</h3>\n<h4 id=\"description-3\">Description</h4>\n<p>Provides statistical information about task completion.</p>\n<h4 id=\"fields-2\">Fields</h4>\n<ul>\n<li><p><code>taskTotalCnt</code>: Total number of tasks.</p>\n</li>\n<li><p><code>workCompleteCnt</code>: Number of completed tasks.</p>\n</li>\n<li><p><code>workIncompleteCnt</code>: Number of incomplete tasks.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>All timestamps are in the format <code>YYYY-MM-DD HH:mm:ss</code>.</p>\n</li>\n<li><p>Image paths in responses include the full path to the uploaded file.</p>\n</li>\n<li><p>Base64 signature values and detailed image data have been omitted for brevity in this document.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","td","work","task","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Please call the “Get To-Do Work List” API first to extract the Work ID.</p>\n","type":"text/plain"},"key":"workId","value":"{{workId}}"},{"description":{"content":"<p>(optional) Used to retrieve reports that were submitted after the last time the same API was called.\nForamt (YYYYY-MM-DD\"T\"HH:mm:ss)</p>\n","type":"text/plain"},"key":"lastCheckedDt","value":"2024-12-22T00:00:00"}],"variable":[]}},"response":[{"id":"d4f31334-c6af-4129-ae31-7a54d4935cce","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/task/list?workId=C25AED2C4842DAC7","host":["https://api.shoplworks.com"],"path":["api","td","work","task","list"],"query":[{"key":"workId","value":"C25AED2C4842DAC7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Dec 2024 00:24:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"workInfo\": {\n            \"categoryInfo\": { /*Category Info*/\n                \"categoryId\": \"CE18B7558BCBB5E6\", /*Category ID*/\n                \"categoryName\": \"TEST\" /*Category Name*/\n            },\n            \"tmplId\": \"C848A8036B7A0F43\", /*Template ID : Template ID refers to the ID of the parent that created the Work.*/\n            \"workId\": \"C25AED2C4842DAC7\", /* Work > ID */\n            \"title\": \"To-Do 〉 Component 〉 Example\", /* Work > Title */\n            \"contents\": \"Please refer to the usage instructions for all components.\", /*Work > Contents*/\n            \"progressType\": \"FINISH\", /* Progress status : PRE_PROCESSING, PROCESSING, FINISH*/\n            \"startDt\": \"2024-12-20 09:00:00\", /* Work > Start Date */\n            \"endDt\": \"2024-12-20 18:00:00\", /* Work > End Date */\n            \"cpntList\": [ /*Component list*/\n                {\n                    \"cpntIdx\": 0, /*Component > Index*/\n                    \"cpntId\": \"8E2A45FF22535E55\", /*Component > ID*/\n                    \"cpntType\": \"SIMPLE_CHECKLIST\", /*Component > Type : TEXT, BARCODE, CHOICE_SINGLE, CHOICE_MULTI(Check Box), IMAGE, IMAGE_GUIDE, IMAGE_GUIDE_NORMAL, SIMPLE_CHECKLIST, CHECKLIST, SIGNATURE*/\n                    \"cpntDesc\": \"Simple checklist component example\", /* Compoent Desctription(=Question)*/\n                    \"isNumberOnly\": false, /*Whether only numbers can be entered*/\n                    \"picCameraOnly\": false, /*Whether only the camera can be used for photo uploads*/\n                    \"isRequired\": true, /*Whether a response is required*/\n                    \"simpleCheckList\": [ /*SIMPLE_CHECKLIST > Simple Checklist Items*/\n                        {\n                            \"cklIdx\": 0, /*Simple Checklist > Index*/\n                            \"cklId\": \"1F71245CCA46EA53\", /*Simple Checklist > ID*/\n                            \"cklName\": \"Click “Y” in the checklist item!\" /*Simple Checklist > Question*/\n                        },\n                        {\n                            \"cklIdx\": 1,\n                            \"cklId\": \"F059E5D5B098A463\",\n                            \"cklName\": \"Click “N” in the checklist item!\"\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 1,\n                    \"cpntId\": \"43C32416C1573195\",\n                    \"cpntType\": \"CHECKLIST\",\n                    \"cpntDesc\": \"An example of a checklist component where images or descriptions are selected based on ‘Yes’ or ‘No’ responses.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"checkList\": [ /*CHECKLIST > Checklist Items*/\n                        {\n                            \"cklIdx\": 0, /* Checklist > Index*/\n                            \"cklId\": \"1369F9C4DE8640A7\", /* Checklist > ID*/\n                            \"cklName\": \"Select ‘Yes’ and attach an image as well.\",\n                            \"pictureCode\": \"YR_NN\", /* Photo upload options > Code : “Yx_Ny: Y (Yes) and N (No) are fixed values, and the characters to the right of Y and N indicate whether the field is none('N') or optional (‘O’) or required (‘R’).”*/\n                            \"descriptionCode\": \"YN_NN\", /*Description writing options > Code */\n                            \"cameraOnlyCode\": \"YN_NN\", /*Only direct capture allowed > Code*/\n                            \"numberOnlyCode\": \"YN_NN\" /*Numbers only > Code*/\n                        },\n                        {\n                            \"cklIdx\": 1,\n                            \"cklId\": \"AAE753B62DF2D0FC\",\n                            \"cklName\": \"Select ‘NO’ and write content in the description.\",\n                            \"pictureCode\": \"YN_NN\",\n                            \"descriptionCode\": \"YN_NR\",\n                            \"cameraOnlyCode\": \"YN_NN\",\n                            \"numberOnlyCode\": \"YN_NN\"\n                        },\n                        {\n                            \"cklIdx\": 2,\n                            \"cklId\": \"B62F0BF0828307D0\",\n                            \"cklName\": \"Simply set Yes or No, and write the image or description as needed!\",\n                            \"pictureCode\": \"YO_NO\",\n                            \"descriptionCode\": \"YO_NO\",\n                            \"cameraOnlyCode\": \"YN_NN\",\n                            \"numberOnlyCode\": \"YN_NN\"\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 2,\n                    \"cpntId\": \"FC5AC30C92B96DB2\",\n                    \"cpntType\": \"IMAGE\",\n                    \"cpntDesc\": \"Try uploading any image.\", \n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 3,\n                    \"cpntId\": \"CDEA0E2817DB2629\",\n                    \"cpntType\": \"IMAGE_GUIDE_NORMAL\",\n                    \"cpntDesc\": \"Please take a photo and upload it to match the photo or file attached in the guide.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 4,\n                    \"cpntId\": \"381BBF7362519ED7\",\n                    \"cpntType\": \"IMAGE_GUIDE\",\n                    \"cpntDesc\": \"Please take a photo and upload it to match the photo attached in the guide. AI will measure the similarity to the guide image.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 5,\n                    \"cpntId\": \"695E0F072BC96F95\",\n                    \"cpntType\": \"SIGNATURE\",\n                    \"cpntDesc\": \"Please draw the signature.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 6,\n                    \"cpntId\": \"91E0BF22A0BBB854\",\n                    \"cpntType\": \"BARCODE\",\n                    \"cpntDesc\": \"Please enter the barcode value manually or use the camera to add the barcode. Multiple barcodes can also be entered.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 7,\n                    \"cpntId\": \"AEBE9E979FDEC834\",\n                    \"cpntType\": \"TEXT\",\n                    \"cpntDesc\": \"Please write any text or something you want to say.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 8,\n                    \"cpntId\": \"ABF004D7DCFE4BC2\",\n                    \"cpntType\": \"CHOICE_SINGLE\",\n                    \"cpntDesc\": \"Please choose one of the following.\\nIf there are no options to choose from, please select ‘Other’ and enter the desired item.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"choiceList\": [ /*Choice Item List*/\n                        {\n                            \"choiceIdx\": 0, /*Choice Item > Index*/\n                            \"choiceId\": \"DE133F11DD4ABD3F\",  /*Choice Item > ID*/\n                            \"choiceName\": \"Spring\",  /*Choice Item > Name*/\n                            \"isEtc\": false  /*Choice Item > Whether other items are included*/\n                        },\n                        {\n                            \"choiceIdx\": 1,\n                            \"choiceId\": \"31B7923E5F152EDA\",\n                            \"choiceName\": \"Summer\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 2,\n                            \"choiceId\": \"53DC6CAA7CE61E8C\",\n                            \"choiceName\": \"Autumn\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 3,\n                            \"choiceId\": \"626D6B726F6EFC7B\",\n                            \"choiceName\": \"Winter\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 4,\n                            \"choiceId\": \"E5A2C3182DABF4E0\",\n                            \"choiceName\": null,\n                            \"isEtc\": true  /*Choice Item > Other item*/\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 9,\n                    \"cpntId\": \"3F26B4A8CAEF611A\",\n                    \"cpntType\": \"CHOICE_MULTI\",\n                    \"cpntDesc\": \"Please select multiple foods you like\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"choiceList\": [\n                        {\n                            \"choiceIdx\": 0,\n                            \"choiceId\": \"B805AB04268FD811\",\n                            \"choiceName\": \"Pizza\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 1,\n                            \"choiceId\": \"8E88E4155894A67E\",\n                            \"choiceName\": \"Hamburger\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 2,\n                            \"choiceId\": \"8B89132FACC4C88B\",\n                            \"choiceName\": \"Fried chicken\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 3,\n                            \"choiceId\": \"F1B7CD04F05EF961\",\n                            \"choiceName\": \"Taco\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 4,\n                            \"choiceId\": \"CE7A01D0DACF8442\",\n                            \"choiceName\": \"Salad\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 5,\n                            \"choiceId\": \"8B448989ADCD29A4\",\n                            \"choiceName\": \"BBQ\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 6,\n                            \"choiceId\": \"D7A559E082B4BCFD\",\n                            \"choiceName\": null,\n                            \"isEtc\": true\n                        }\n                    ]\n                }\n            ],\n            \"regDt\": \"2024-12-20 11:38:45\", /*Work > Date and time of registration*/\n            \"lastReportUpdateDt\": \"2024-12-20 13:03:12\" /*The timestamp of the last report update.*/\n        },\n        \"workTaskList\": [ /*Assigned Task List*/\n            {\n                \"task\": { /*Task Info*/\n                    \"taskId\": \"663651368103C1C9\", /*Task ID*/\n                    \"targetType\": \"WORKPLACE\", /*Task Target Type > USER, WORKPLACE*/\n                    \"targetWorkplace\": { /*Assigned Workplace*/\n                        \"workplaceId\": \"PLANETORY_WI\", /* Workplace > ID*/\n                        \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\", /* Workplace > Name*/\n                        \"workplaceCode\": null /* Workplace > Code*/\n                    },\n                    \"statusType\": \"COMPLETE\", /*Task Status > WAIT, COMPLETE, INCOMPLETE*/\n                    \"confirmType\": \"INCOMPLETE\", /*Task Confirm Type > UNNECESSARY, INCOMPLETE, RE_REQUIRED, COMPLETE*/\n                    \"retaskRequests\": [ // An array containing information on retask requests for the completed report.\n                        {\n                            \"requestId\": \"168DD9989BF3F125\", // Unique identifier (ID) for the retask request.\n                            \"message\": \"Rewritten Report\", // Message related to the retask request.\n                            \"images\": [ // List of images attached to the retask request.\n                                \"/files/td/C_AWS_PLANETORY/TASK/REREQ/168DD9989BF3F125/_17429741393875948129055939896185.jpg\"\n                            ],\n                            \"requester\": { // Information about the user who submitted the retask request.\n                                \"userId\": \"91C44E3B2FE97D20\", // Unique user ID of the requester.\n                                \"username\": \"J*y\", // Name of the requester.\n                                \"empId\": \"A0500902\" // Employee ID of the requester.\n                            },\n                            \"regDt\": \"2025-03-26 16:29:07\" // Date and time when the retask request was registered.\n                        }\n                    ]\n                },\n                \"report\": { /*Submitted report*/\n                    \"reportId\": \"EC781DDFB4A63492\", /*Report ID*/\n                    \"regDt\": \"2024-12-20 13:03:12\", /*Date and time of creation*/\n                    \"modDt\": \"2024-12-20 13:03:12\", /*Date and time of modification*/\n                    \"regUserInfo\": { /*Report author Info*/\n                        \"userId\": \"91C44E3B2FE97D20\", /*User > Id*/\n                        \"username\": \"Jay\", /*User > Name*/\n                        \"empId\": \"A0500902\" /*User > Employee Id*/\n                    },\n                    \"modUserInfo\": null, /*Report modifier Info - userId, userName, empId*/\n                    \"values\": [ /*Response values for each report item*/\n                        {\n                            \"cpntIdx\": 0,\n                            \"cpntId\": \"8E2A45FF22535E55\",\n                            \"cpntType\": \"SIMPLE_CHECKLIST\",\n                            \"simpleCheckValueList\": [ /*Simple Checklist Vaules*/\n                                {\n                                    \"cklIdx\": 0,\n                                    \"cklId\": \"1F71245CCA46EA53\",\n                                    \"cklName\": \"Click “Y” in the checklist item!\",\n                                    \"value\": true /* Selected */\n                                }\n                            ],\n                            \"existValue\": true /*Whether a value has been provided for the item*/\n                        },\n                        {\n                            \"cpntIdx\": 1,\n                            \"cpntId\": \"43C32416C1573195\",\n                            \"cpntType\": \"CHECKLIST\",\n                            \"checkValueList\": [ /*Checklist Vaules*/\n                                {\n                                    \"cklIdx\": 0,\n                                    \"cklId\": \"1369F9C4DE8640A7\",\n                                    \"cklName\": \"Select ‘Yes’ and attach an image as well.\",\n                                    \"value\": true, /* Selectd */\n                                    \"description\": null, /* Description */\n                                    \"attachImg\": [ /*Uploaded image*/\n                                        {\n                                            \"imgId\": 595498,\n                                            \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_1734667048253.jpg\", /*Path*/\n                                            \"attachImgName\": \"_1734667048253.jpg\", /*File Name*/\n                                            \"attachImgSize\": 469006 /*File Size*/\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"cklIdx\": 1,\n                                    \"cklId\": \"AAE753B62DF2D0FC\",\n                                    \"cklName\": \"Select ‘NO’ and write content in the description.\",\n                                    \"value\": false,\n                                    \"description\": \"I clicked 'No'\",\n                                    \"attachImg\": null\n                                },\n                                {\n                                    \"cklIdx\": 2,\n                                    \"cklId\": \"B62F0BF0828307D0\",\n                                    \"cklName\": \"Simply set Yes or No, and write the image or description as needed!\",\n                                    \"value\": true,\n                                    \"description\": \"I clicked Yes and uploaded an image\",\n                                    \"attachImg\": null\n                                }\n                            ],\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 2,\n                            \"cpntId\": \"FC5AC30C92B96DB2\",\n                            \"cpntType\": \"IMAGE\",\n                            \"imageValueList\": [ /*Uploaded Image List*/\n                                {\n                                    \"imgId\": 704170,\n                                    \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346671782988066022509988416749.jpg\",\n                                    \"attachImgName\": \"_17346671782988066022509988416749.jpg\",\n                                    \"attachImgSize\": 342486\n                                }\n                            ],\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 3,\n                            \"cpntId\": \"CDEA0E2817DB2629\",\n                            \"cpntType\": \"IMAGE_GUIDE_NORMAL\",\n                            \"imageValueList\": [ /*Uploaded Image List*/\n                                {\n                                    \"imgId\": 704171,\n                                    \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346672031874721380291103677291.jpg\",\n                                    \"attachImgName\": \"_17346672031874721380291103677291.jpg\",\n                                    \"attachImgSize\": 600846\n                                }\n                            ],\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 4,\n                            \"cpntId\": \"381BBF7362519ED7\",\n                            \"cpntType\": \"IMAGE_GUIDE\",\n                            \"imageValueList\": [ /*Uploaded Image List*/\n                                {\n                                    \"imgId\": 704172,\n                                    \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346672179712886458854622639183.jpg\",\n                                    \"attachImgName\": \"_17346672179712886458854622639183.jpg\",\n                                    \"attachImgSize\": 444243,\n                                    \"match\": \"73.34\" /*Matching rate with the guide image through AI*/\n                                }\n                            ],\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 5,\n                            \"cpntId\": \"695E0F072BC96F95\",\n                            \"cpntType\": \"SIGNATURE\",\n                            \"signatureValue\": { /*Signature Value*/\n                                \"signatureId\": \"6A98628303037742\", /*Signature ID*/\n                                /*Signature image encoded in Base64*/\n                                \"signature\": \"data:image/png;base64,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\\nkqTW9/+q1e4sMKBlrwAAAABJRU5ErkJggg==\\n\"\n                            },\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 6,\n                            \"cpntId\": \"91E0BF22A0BBB854\",\n                            \"cpntType\": \"BARCODE\",\n                            \"valueList\": [ /*Barcode Values*/\n                                \"8809685626541\",\n                                \"4562403100139\"\n                            ],\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 7,\n                            \"cpntId\": \"AEBE9E979FDEC834\",\n                            \"cpntType\": \"TEXT\",\n                            \"value\": \"I have nothing to say\", /*Text Value*/\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 8,\n                            \"cpntId\": \"ABF004D7DCFE4BC2\",\n                            \"cpntType\": \"CHOICE_SINGLE\",\n                            \"choiceValue\": {  /*Selected item Info*/\n                                \"choiceId\": \"53DC6CAA7CE61E8C\",\n                                \"choiceName\": \"Autumn\",\n                                \"isEtc\": false,\n                                \"etcMemo\": null\n                            },\n                            \"existValue\": true\n                        },\n                        {\n                            \"cpntIdx\": 9,\n                            \"cpntId\": \"3F26B4A8CAEF611A\",\n                            \"cpntType\": \"CHOICE_MULTI\",\n                            \"choiceValueList\": [  /*Selected items*/\n                                {\n                                    \"choiceId\": \"8B89132FACC4C88B\",\n                                    \"choiceName\": \"Fried chicken\",\n                                    \"isEtc\": false,\n                                    \"etcMemo\": null\n                                },\n                                {\n                                    \"choiceId\": \"8E88E4155894A67E\",\n                                    \"choiceName\": \"Hamburger\",\n                                    \"isEtc\": false,\n                                    \"etcMemo\": null\n                                },\n                                {\n                                    \"choiceId\": \"B805AB04268FD811\",\n                                    \"choiceName\": \"Pizza\",\n                                    \"isEtc\": false,\n                                    \"etcMemo\": null\n                                },\n                                { /*Example of entering other items*/\n                                    \"choiceId\": \"D7A559E082B4BCFD\",\n                                    \"choiceName\": null,\n                                    \"isEtc\": true, /*Whether ‘Other’ is selected*/\n                                    \"etcMemo\": \"Noodles\" /*Content for ‘Other’*/\n                                }\n                            ],\n                            \"existValue\": true\n                        }\n                    ]\n                }\n            }\n        ],\n        \"statistics\": { /*Work Statistics > Completed and Incompleted*/\n            \"taskTotalCnt\": 1,\n            \"workCompleteCnt\": 1,\n            \"workIncompleteCnt\": 0\n        }\n    }\n}"},{"id":"3f45d16e-3657-4bcc-b167-3f3355e151a3","name":"To-DO_WORK_INFO_NOT_FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/task/list?workId=C25AED2C4842DAC72","host":["https://api.shoplworks.com"],"path":["api","td","work","task","list"],"query":[{"key":"workId","value":"C25AED2C4842DAC72"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"98"},{"key":"Date","value":"Mon, 23 Dec 2024 01:02:16 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Error\",\n    \"errorCode\": \"To-DO_WORK_INFO_NOT_FOUND\",\n    \"errorMessage\": null\n}"}],"_postman_id":"30f44d0c-0830-4f28-bf53-2cc11468ca78"},{"name":"Get To-Do Work Task Results (Multiple Submissions)","id":"0ab6466c-04a5-4826-a06a-2460684dbf26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/td/work/task/list/all?workId={{workId}}&lastCheckedDt=2024-12-22T00:00:00","description":"<h4 id=\"this-api-provides-the-basic-information-of-a-work-including-its-components-the-tasks-assigned-to-it-and-the-detailed-values-of-the-submitted-reports\">This API provides the basic information of a Work, including its components, the tasks assigned to it, and the detailed values of the submitted reports.</h4>\n<h4 id=\"when-employees-are-allowed-to-submit-multiple-reports-for-a-task-this-api-returns-all-submitted-data-use-this-api-when-multiple-submissions-per-employee-are-permitted\">When employees are allowed to submit multiple reports for a task, this API returns all submitted data. Use this API when multiple submissions per employee are permitted.</h4>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Root Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"workInfo\": { ... },\n        \"workTaskList\": [ ... ],\n        \"statistics\": { ... }\n    }\n}\n\n</code></pre><ul>\n<li><p><code>statusCode</code>: Indicates the status of the API response (e.g., \"Success\", \"Error\").</p>\n</li>\n<li><p><code>errorMessage</code>: Provides error details if the response is not successful.</p>\n</li>\n<li><p><code>body</code>: Contains the main data payload.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"workinfo-object\"><code>workInfo</code> Object</h3>\n<h4 id=\"description\">Description</h4>\n<p>Contains detailed information about the work, its components, and related metadata.</p>\n<h4 id=\"structure\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"workInfo\": {\n    \"categoryInfo\": { ... },\n    \"tmplId\": \"C848A8036B7A0F43\",\n    \"workId\": \"C25AED2C4842DAC7\",\n    \"title\": \"To-Do 〉 Component 〉 Example\",\n    \"contents\": \"Please refer to the usage instructions for all components.\",\n    \"progressType\": \"FINISH\",\n    \"startDt\": \"2024-12-20 09:00:00\",\n    \"endDt\": \"2024-12-20 18:00:00\",\n    \"cpntList\": [ ... ],\n    \"regDt\": \"2024-12-20 11:38:45\",\n    \"lastReportUpdateDt\":\"2024-12-20 13:03:12\"\n}\n\n</code></pre><h4 id=\"fields\">Fields</h4>\n<ul>\n<li><p><code>tmplId</code>: Template ID that created the work.</p>\n</li>\n<li><p><code>workId</code>: Unique identifier for the work.</p>\n</li>\n<li><p><code>title</code>: Title of the work.</p>\n</li>\n<li><p><code>contents</code>: Additional content or description of the work.</p>\n</li>\n<li><p><code>progressType</code>: Status of the work (<code>PRE_PROCESSING</code>, <code>PROCESSING</code>, <code>FINISH</code>).</p>\n</li>\n<li><p><code>startDt</code> / <code>endDt</code>: Start and end date-time of the work.</p>\n</li>\n<li><p><code>cpntList</code>: List of components associated with the work (see <a href=\"https://null\">Component List</a> section).</p>\n</li>\n<li><p><code>regDt</code>: Registration date and time of the work.</p>\n</li>\n<li><p>lastReportUpdateDt :The timestamp of the last report update.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"cpntlist-component-list\"><code>cpntList</code> (Component List)</h3>\n<h4 id=\"description-1\">Description</h4>\n<p>Details about the various components required for the work.</p>\n<h4 id=\"fields-1\">Fields</h4>\n<p>Each component object contains the following fields:</p>\n<ul>\n<li><p><code>cpntIdx</code>: Index of the component.</p>\n</li>\n<li><p><code>cpntId</code>: Unique ID of the component.</p>\n</li>\n<li><p><code>cpntType</code>: Type of component (e.g., <code>TEXT</code>, <code>BARCODE</code>, <code>CHOICE_SINGLE</code>, <code>SIMPLE_CHECKLIST</code>, etc.).</p>\n</li>\n<li><p><code>cpntDesc</code>: Description or question related to the component.</p>\n</li>\n<li><p><code>isNumberOnly</code>: Whether only numbers are allowed for input.</p>\n</li>\n<li><p><code>picCameraOnly</code>: Whether only camera-based photos are allowed for uploads.</p>\n</li>\n<li><p><code>isRequired</code>: Whether the component is mandatory.</p>\n</li>\n</ul>\n<h4 id=\"example-component-types\">Example Component Types</h4>\n<ol>\n<li><p>\"simpleCheckList\": [ { \"cklIdx\": 0, \"cklId\": \"1F71245CCA46EA53\", \"cklName\": \"Click \\u201cY\\u201d in the checklist item!\" }]</p>\n<ul>\n<li>A list of simple checklist items.</li>\n</ul>\n</li>\n<li><p>\"checkList\": [ { \"cklIdx\": 0, \"cklId\": \"1369F9C4DE8640A7\", \"cklName\": \"Select \\u2018Yes\\u2019 and attach an image as well.\", \"pictureCode\": \"YR_NN\", \"descriptionCode\": \"YN_NN\", \"cameraOnlyCode\": \"YN_NN\", \"numberOnlyCode\": \"YN_NN\" }]</p>\n<ul>\n<li>A checklist with options for images, descriptions, and other settings.</li>\n</ul>\n</li>\n<li><p><strong>IMAGE</strong></p>\n<ul>\n<li>Allows uploading of images.</li>\n</ul>\n</li>\n<li><p><strong>SIGNATURE</strong></p>\n<ul>\n<li>Used to collect a signature input in Base64 format.</li>\n</ul>\n</li>\n<li><p><strong>CHOICE_SINGLE</strong> / <strong>CHOICE_MULTI</strong></p>\n<ul>\n<li>Single or multiple-choice selection.</li>\n</ul>\n</li>\n<li><p>DROPBOX(Dropdown)</p>\n<ol>\n<li><p>DROPBOX_BRAND_ALL</p>\n</li>\n<li><p>DROPBOX_BRAND_FILTERED</p>\n</li>\n<li><p>DROPBOX_BRAND</p>\n</li>\n<li><p>DROPBOX_PRODUCT_ALL</p>\n</li>\n<li><p>DROPBOX_PRODUCT_FILTERED</p>\n</li>\n<li><p>DROPBOX_PRODUCT</p>\n</li>\n</ol>\n</li>\n</ol>\n<hr />\n<h3 id=\"worktasklist-array\"><code>workTaskList</code> Array</h3>\n<h4 id=\"description-2\">Description</h4>\n<p>List of tasks assigned to workplaces or users.</p>\n<h4 id=\"structure-1\">Structure</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"workTaskList\": [\n    {\n        \"task\": { ... },\n        \"reports\": [ ... ]\n    }\n]\n\n</code></pre><h4 id=\"task-object\"><code>task</code> Object</h4>\n<p>Fields describing the assigned task:</p>\n<ul>\n<li><p><code>taskId</code>: Unique identifier for the task.</p>\n</li>\n<li><p><code>targetType</code>: Target type of the task (<code>USER</code>, <code>WORKPLACE</code>).</p>\n</li>\n<li><p><code>targetWorkplace</code>: Details of the assigned workplace (if applicable).</p>\n<ul>\n<li><p><code>workplaceId</code>: Workplace ID.</p>\n</li>\n<li><p><code>workplaceName</code>: Workplace name.</p>\n</li>\n<li><p><code>workplaceCode</code>: Workplace code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>statusType</code>: Task status (<code>WAIT</code>, <code>COMPLETE</code>, <code>INCOMPLETE</code>).</p>\n</li>\n<li><p><code>confirmType</code>: Confirmation status of the task (<code>UNNECESSARY</code>, <code>INCOMPLETE</code>, <code>RE_REQUIRED</code>, <code>COMPLETE</code>).</p>\n</li>\n<li><p><code>reportUpdateDt</code>: The date and time when the report was updated.</p>\n</li>\n<li><p><code>retaskRequests</code>(NEW) : An array containing information on rework requests for the completed report.</p>\n<ul>\n<li><p><code>requestId :</code> Unique identifier for the retask request.</p>\n</li>\n<li><p><code>message :</code> Message describing the retask request.</p>\n</li>\n<li><p><code>images :</code> List of image file paths attached to the retask request.</p>\n</li>\n<li><p><code>requester :</code> Information about the user who made the request.</p>\n<ul>\n<li><p><code>userId :</code> Unique identifier for the requester.</p>\n</li>\n<li><p><code>username :</code> Name of the requester.</p>\n</li>\n<li><p><code>empId</code> : Employee ID of the requester.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"reports-array\"><code>reports</code> Array</h4>\n<p>Details about the reports submitted for the task:</p>\n<ul>\n<li><p><code>reportId</code>: Report ID.</p>\n</li>\n<li><p><code>regDt</code> / <code>modDt</code>: Date and time of report creation and modification.</p>\n</li>\n<li><p><code>regUserInfo</code>: Information about the report author.</p>\n<ul>\n<li><p><code>userId</code>: User ID.</p>\n</li>\n<li><p><code>username</code>: User name.</p>\n</li>\n<li><p><code>empId</code>: Employee ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modUserInfo</code>: Information about the report modifier (if applicable).</p>\n</li>\n<li><p><code>values</code>: Array of responses for each component in the report.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"statistics-object\"><code>statistics</code> Object</h3>\n<h4 id=\"description-3\">Description</h4>\n<p>Provides statistical information about task completion.</p>\n<h4 id=\"fields-2\">Fields</h4>\n<ul>\n<li><p><code>taskTotalCnt</code>: Total number of tasks.</p>\n</li>\n<li><p><code>workCompleteCnt</code>: Number of completed tasks.</p>\n</li>\n<li><p><code>workIncompleteCnt</code>: Number of incomplete tasks.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>All timestamps are in the format <code>YYYY-MM-DD HH:mm:ss</code>.</p>\n</li>\n<li><p>Image paths in responses include the full path to the uploaded file.</p>\n</li>\n<li><p>Base64 signature values and detailed image data have been omitted for brevity in this document.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","td","work","task","list","all"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>Please call the “Get To-Do Work List” API first to extract the Work ID.</p>\n","type":"text/plain"},"key":"workId","value":"{{workId}}"},{"description":{"content":"<p>(optional) Used to retrieve reports that were submitted after the last time the same API was called.\nForamt (YYYYY-MM-DD\"T\"HH:mm:ss)</p>\n","type":"text/plain"},"key":"lastCheckedDt","value":"2024-12-22T00:00:00"}],"variable":[]}},"response":[{"id":"4a495c34-928f-455b-81b4-05fdbf37eda0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/task/list/all?workId=C25AED2C4842DAC7","host":["https://api.shoplworks.com"],"path":["api","td","work","task","list","all"],"query":[{"key":"workId","value":"C25AED2C4842DAC7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Dec 2024 00:24:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"workInfo\": {\n            \"categoryInfo\": { /*Category Info*/\n                \"categoryId\": \"CE18B7558BCBB5E6\", /*Category ID*/\n                \"categoryName\": \"TEST\" /*Category Name*/\n            },\n            \"tmplId\": \"C848A8036B7A0F43\", /*Template ID : Template ID refers to the ID of the parent that created the Work.*/\n            \"workId\": \"C25AED2C4842DAC7\", /* Work > ID */\n            \"title\": \"To-Do 〉 Component 〉 Example\", /* Work > Title */\n            \"contents\": \"Please refer to the usage instructions for all components.\", /*Work > Contents*/\n            \"progressType\": \"FINISH\", /* Progress status : PRE_PROCESSING, PROCESSING, FINISH*/\n            \"startDt\": \"2024-12-20 09:00:00\", /* Work > Start Date */\n            \"endDt\": \"2024-12-20 18:00:00\", /* Work > End Date */\n            \"cpntList\": [ /*Component list*/\n                {\n                    \"cpntIdx\": 0, /*Component > Index*/\n                    \"cpntId\": \"8E2A45FF22535E55\", /*Component > ID*/\n                    \"cpntType\": \"SIMPLE_CHECKLIST\", /*Component > Type : TEXT, BARCODE, CHOICE_SINGLE, CHOICE_MULTI(Check Box), IMAGE, IMAGE_GUIDE, IMAGE_GUIDE_NORMAL, SIMPLE_CHECKLIST, CHECKLIST, SIGNATURE*/\n                    \"cpntDesc\": \"Simple checklist component example\", /* Compoent Desctription(=Question)*/\n                    \"isNumberOnly\": false, /*Whether only numbers can be entered*/\n                    \"picCameraOnly\": false, /*Whether only the camera can be used for photo uploads*/\n                    \"isRequired\": true, /*Whether a response is required*/\n                    \"simpleCheckList\": [ /*SIMPLE_CHECKLIST > Simple Checklist Items*/\n                        {\n                            \"cklIdx\": 0, /*Simple Checklist > Index*/\n                            \"cklId\": \"1F71245CCA46EA53\", /*Simple Checklist > ID*/\n                            \"cklName\": \"Click “Y” in the checklist item!\" /*Simple Checklist > Question*/\n                        },\n                        {\n                            \"cklIdx\": 1,\n                            \"cklId\": \"F059E5D5B098A463\",\n                            \"cklName\": \"Click “N” in the checklist item!\"\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 1,\n                    \"cpntId\": \"43C32416C1573195\",\n                    \"cpntType\": \"CHECKLIST\",\n                    \"cpntDesc\": \"An example of a checklist component where images or descriptions are selected based on ‘Yes’ or ‘No’ responses.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"checkList\": [ /*CHECKLIST > Checklist Items*/\n                        {\n                            \"cklIdx\": 0, /* Checklist > Index*/\n                            \"cklId\": \"1369F9C4DE8640A7\", /* Checklist > ID*/\n                            \"cklName\": \"Select ‘Yes’ and attach an image as well.\",\n                            \"pictureCode\": \"YR_NN\", /* Photo upload options > Code : “Yx_Ny: Y (Yes) and N (No) are fixed values, and the characters to the right of Y and N indicate whether the field is none('N') or optional (‘O’) or required (‘R’).”*/\n                            \"descriptionCode\": \"YN_NN\", /*Description writing options > Code */\n                            \"cameraOnlyCode\": \"YN_NN\", /*Only direct capture allowed > Code*/\n                            \"numberOnlyCode\": \"YN_NN\" /*Numbers only > Code*/\n                        },\n                        {\n                            \"cklIdx\": 1,\n                            \"cklId\": \"AAE753B62DF2D0FC\",\n                            \"cklName\": \"Select ‘NO’ and write content in the description.\",\n                            \"pictureCode\": \"YN_NN\",\n                            \"descriptionCode\": \"YN_NR\",\n                            \"cameraOnlyCode\": \"YN_NN\",\n                            \"numberOnlyCode\": \"YN_NN\"\n                        },\n                        {\n                            \"cklIdx\": 2,\n                            \"cklId\": \"B62F0BF0828307D0\",\n                            \"cklName\": \"Simply set Yes or No, and write the image or description as needed!\",\n                            \"pictureCode\": \"YO_NO\",\n                            \"descriptionCode\": \"YO_NO\",\n                            \"cameraOnlyCode\": \"YN_NN\",\n                            \"numberOnlyCode\": \"YN_NN\"\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 2,\n                    \"cpntId\": \"FC5AC30C92B96DB2\",\n                    \"cpntType\": \"IMAGE\",\n                    \"cpntDesc\": \"Try uploading any image.\", \n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 3,\n                    \"cpntId\": \"CDEA0E2817DB2629\",\n                    \"cpntType\": \"IMAGE_GUIDE_NORMAL\",\n                    \"cpntDesc\": \"Please take a photo and upload it to match the photo or file attached in the guide.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 4,\n                    \"cpntId\": \"381BBF7362519ED7\",\n                    \"cpntType\": \"IMAGE_GUIDE\",\n                    \"cpntDesc\": \"Please take a photo and upload it to match the photo attached in the guide. AI will measure the similarity to the guide image.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 5,\n                    \"cpntId\": \"695E0F072BC96F95\",\n                    \"cpntType\": \"SIGNATURE\",\n                    \"cpntDesc\": \"Please draw the signature.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 6,\n                    \"cpntId\": \"91E0BF22A0BBB854\",\n                    \"cpntType\": \"BARCODE\",\n                    \"cpntDesc\": \"Please enter the barcode value manually or use the camera to add the barcode. Multiple barcodes can also be entered.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 7,\n                    \"cpntId\": \"AEBE9E979FDEC834\",\n                    \"cpntType\": \"TEXT\",\n                    \"cpntDesc\": \"Please write any text or something you want to say.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true\n                },\n                {\n                    \"cpntIdx\": 8,\n                    \"cpntId\": \"ABF004D7DCFE4BC2\",\n                    \"cpntType\": \"CHOICE_SINGLE\",\n                    \"cpntDesc\": \"Please choose one of the following.\\nIf there are no options to choose from, please select ‘Other’ and enter the desired item.\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"choiceList\": [ /*Choice Item List*/\n                        {\n                            \"choiceIdx\": 0, /*Choice Item > Index*/\n                            \"choiceId\": \"DE133F11DD4ABD3F\",  /*Choice Item > ID*/\n                            \"choiceName\": \"Spring\",  /*Choice Item > Name*/\n                            \"isEtc\": false  /*Choice Item > Whether other items are included*/\n                        },\n                        {\n                            \"choiceIdx\": 1,\n                            \"choiceId\": \"31B7923E5F152EDA\",\n                            \"choiceName\": \"Summer\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 2,\n                            \"choiceId\": \"53DC6CAA7CE61E8C\",\n                            \"choiceName\": \"Autumn\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 3,\n                            \"choiceId\": \"626D6B726F6EFC7B\",\n                            \"choiceName\": \"Winter\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 4,\n                            \"choiceId\": \"E5A2C3182DABF4E0\",\n                            \"choiceName\": null,\n                            \"isEtc\": true  /*Choice Item > Other item*/\n                        }\n                    ]\n                },\n                {\n                    \"cpntIdx\": 9,\n                    \"cpntId\": \"3F26B4A8CAEF611A\",\n                    \"cpntType\": \"CHOICE_MULTI\",\n                    \"cpntDesc\": \"Please select multiple foods you like\",\n                    \"isNumberOnly\": false,\n                    \"picCameraOnly\": false,\n                    \"isRequired\": true,\n                    \"choiceList\": [\n                        {\n                            \"choiceIdx\": 0,\n                            \"choiceId\": \"B805AB04268FD811\",\n                            \"choiceName\": \"Pizza\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 1,\n                            \"choiceId\": \"8E88E4155894A67E\",\n                            \"choiceName\": \"Hamburger\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 2,\n                            \"choiceId\": \"8B89132FACC4C88B\",\n                            \"choiceName\": \"Fried chicken\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 3,\n                            \"choiceId\": \"F1B7CD04F05EF961\",\n                            \"choiceName\": \"Taco\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 4,\n                            \"choiceId\": \"CE7A01D0DACF8442\",\n                            \"choiceName\": \"Salad\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 5,\n                            \"choiceId\": \"8B448989ADCD29A4\",\n                            \"choiceName\": \"BBQ\",\n                            \"isEtc\": false\n                        },\n                        {\n                            \"choiceIdx\": 6,\n                            \"choiceId\": \"D7A559E082B4BCFD\",\n                            \"choiceName\": null,\n                            \"isEtc\": true\n                        }\n                    ]\n                }\n            ],\n            \"regDt\": \"2024-12-20 11:38:45\", /*Work > Date and time of registration*/\n            \"lastReportUpdateDt\": \"2024-12-20 13:03:12\" /*The timestamp of the last report update.*/\n        },\n        \"workTaskList\": [ /*Assigned Task List*/\n            {\n                \"task\": { /*Task Info*/\n                    \"taskId\": \"663651368103C1C9\", /*Task ID*/\n                    \"targetType\": \"WORKPLACE\", /*Task Target Type > USER, WORKPLACE*/\n                    \"targetWorkplace\": { /*Assigned Workplace*/\n                        \"workplaceId\": \"PLANETORY_WI\", /* Workplace > ID*/\n                        \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\", /* Workplace > Name*/\n                        \"workplaceCode\": null /* Workplace > Code*/\n                    },\n                    \"statusType\": \"COMPLETE\", /*Task Status > WAIT, COMPLETE, INCOMPLETE*/\n                    \"confirmType\": \"INCOMPLETE\", /*Task Confirm Type > UNNECESSARY, INCOMPLETE, RE_REQUIRED, COMPLETE*/\n                    \"retaskRequests\": [ // An array containing information on retask requests for the completed report.\n                        {\n                            \"requestId\": \"168DD9989BF3F125\", // Unique identifier (ID) for the retask request.\n                            \"message\": \"Rewritten Report\", // Message related to the retask request.\n                            \"images\": [ // List of images attached to the retask request.\n                                \"/files/td/C_AWS_PLANETORY/TASK/REREQ/168DD9989BF3F125/_17429741393875948129055939896185.jpg\"\n                            ],\n                            \"requester\": { // Information about the user who submitted the retask request.\n                                \"userId\": \"91C44E3B2FE97D20\", // Unique user ID of the requester.\n                                \"username\": \"J*y\", // Name of the requester.\n                                \"empId\": \"A0500902\" // Employee ID of the requester.\n                            },\n                            \"regDt\": \"2025-03-26 16:29:07\" // Date and time when the retask request was registered.\n                        }\n                    ]\n                },\n                \"reports\": [ /*Submitted Report List*/\n                    { \n                        \"reportId\": \"EC781DDFB4A63492\", /*Report ID*/\n                        \"regDt\": \"2024-12-20 13:03:12\", /*Date and time of creation*/\n                        \"modDt\": \"2024-12-20 13:03:12\", /*Date and time of modification*/\n                        \"regUserInfo\": { /*Report author Info*/\n                            \"userId\": \"91C44E3B2FE97D20\", /*User > Id*/\n                            \"username\": \"Jay\", /*User > Name*/\n                            \"empId\": \"A0500902\" /*User > Employee Id*/\n                        },\n                        \"modUserInfo\": null, /*Report modifier Info - userId, userName, empId*/\n                        \"values\": [ /*Response values for each report item*/\n                            {\n                                \"cpntIdx\": 0,\n                                \"cpntId\": \"8E2A45FF22535E55\",\n                                \"cpntType\": \"SIMPLE_CHECKLIST\",\n                                \"simpleCheckValueList\": [ /*Simple Checklist Vaules*/\n                                    {\n                                        \"cklIdx\": 0,\n                                        \"cklId\": \"1F71245CCA46EA53\",\n                                        \"cklName\": \"Click “Y” in the checklist item!\",\n                                        \"value\": true /* Selected */\n                                    }\n                                ],\n                                \"existValue\": true /*Whether a value has been provided for the item*/\n                            },\n                            {\n                                \"cpntIdx\": 1,\n                                \"cpntId\": \"43C32416C1573195\",\n                                \"cpntType\": \"CHECKLIST\",\n                                \"checkValueList\": [ /*Checklist Vaules*/\n                                    {\n                                        \"cklIdx\": 0,\n                                        \"cklId\": \"1369F9C4DE8640A7\",\n                                        \"cklName\": \"Select ‘Yes’ and attach an image as well.\",\n                                        \"value\": true, /* Selectd */\n                                        \"description\": null, /* Description */\n                                        \"attachImg\": [ /*Uploaded image*/\n                                            {\n                                                \"imgId\": 595498,\n                                                \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_1734667048253.jpg\", /*Path*/\n                                                \"attachImgName\": \"_1734667048253.jpg\", /*File Name*/\n                                                \"attachImgSize\": 469006 /*File Size*/\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"cklIdx\": 1,\n                                        \"cklId\": \"AAE753B62DF2D0FC\",\n                                        \"cklName\": \"Select ‘NO’ and write content in the description.\",\n                                        \"value\": false,\n                                        \"description\": \"I clicked 'No'\",\n                                        \"attachImg\": null\n                                    },\n                                    {\n                                        \"cklIdx\": 2,\n                                        \"cklId\": \"B62F0BF0828307D0\",\n                                        \"cklName\": \"Simply set Yes or No, and write the image or description as needed!\",\n                                        \"value\": true,\n                                        \"description\": \"I clicked Yes and uploaded an image\",\n                                        \"attachImg\": null\n                                    }\n                                ],\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 2,\n                                \"cpntId\": \"FC5AC30C92B96DB2\",\n                                \"cpntType\": \"IMAGE\",\n                                \"imageValueList\": [ /*Uploaded Image List*/\n                                    {\n                                        \"imgId\": 704170,\n                                        \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346671782988066022509988416749.jpg\",\n                                        \"attachImgName\": \"_17346671782988066022509988416749.jpg\",\n                                        \"attachImgSize\": 342486\n                                    }\n                                ],\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 3,\n                                \"cpntId\": \"CDEA0E2817DB2629\",\n                                \"cpntType\": \"IMAGE_GUIDE_NORMAL\",\n                                \"imageValueList\": [ /*Uploaded Image List*/\n                                    {\n                                        \"imgId\": 704171,\n                                        \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346672031874721380291103677291.jpg\",\n                                        \"attachImgName\": \"_17346672031874721380291103677291.jpg\",\n                                        \"attachImgSize\": 600846\n                                    }\n                                ],\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 4,\n                                \"cpntId\": \"381BBF7362519ED7\",\n                                \"cpntType\": \"IMAGE_GUIDE\",\n                                \"imageValueList\": [ /*Uploaded Image List*/\n                                    {\n                                        \"imgId\": 704172,\n                                        \"attachImg\": \"/files/td/C_AWS_PLANETORY/REPORT/EC781DDFB4A63492/_17346672179712886458854622639183.jpg\",\n                                        \"attachImgName\": \"_17346672179712886458854622639183.jpg\",\n                                        \"attachImgSize\": 444243,\n                                        \"match\": \"73.34\" /*Matching rate with the guide image through AI*/\n                                    }\n                                ],\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 5,\n                                \"cpntId\": \"695E0F072BC96F95\",\n                                \"cpntType\": \"SIGNATURE\",\n                                \"signatureValue\": { /*Signature Value*/\n                                    \"signatureId\": \"6A98628303037742\", /*Signature ID*/\n                                    /*Signature image encoded in Base64*/\n                                    \"signature\": \"data:image/png;base64,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\\nkqTW9/+q1e4sMKBlrwAAAABJRU5ErkJggg==\\n\"\n                                },\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 6,\n                                \"cpntId\": \"91E0BF22A0BBB854\",\n                                \"cpntType\": \"BARCODE\",\n                                \"valueList\": [ /*Barcode Values*/\n                                    \"8809685626541\",\n                                    \"4562403100139\"\n                                ],\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 7,\n                                \"cpntId\": \"AEBE9E979FDEC834\",\n                                \"cpntType\": \"TEXT\",\n                                \"value\": \"I have nothing to say\", /*Text Value*/\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 8,\n                                \"cpntId\": \"ABF004D7DCFE4BC2\",\n                                \"cpntType\": \"CHOICE_SINGLE\",\n                                \"choiceValue\": {  /*Selected item Info*/\n                                    \"choiceId\": \"53DC6CAA7CE61E8C\",\n                                    \"choiceName\": \"Autumn\",\n                                    \"isEtc\": false,\n                                    \"etcMemo\": null\n                                },\n                                \"existValue\": true\n                            },\n                            {\n                                \"cpntIdx\": 9,\n                                \"cpntId\": \"3F26B4A8CAEF611A\",\n                                \"cpntType\": \"CHOICE_MULTI\",\n                                \"choiceValueList\": [  /*Selected items*/\n                                    {\n                                        \"choiceId\": \"8B89132FACC4C88B\",\n                                        \"choiceName\": \"Fried chicken\",\n                                        \"isEtc\": false,\n                                        \"etcMemo\": null\n                                    },\n                                    {\n                                        \"choiceId\": \"8E88E4155894A67E\",\n                                        \"choiceName\": \"Hamburger\",\n                                        \"isEtc\": false,\n                                        \"etcMemo\": null\n                                    },\n                                    {\n                                        \"choiceId\": \"B805AB04268FD811\",\n                                        \"choiceName\": \"Pizza\",\n                                        \"isEtc\": false,\n                                        \"etcMemo\": null\n                                    },\n                                    { /*Example of entering other items*/\n                                        \"choiceId\": \"D7A559E082B4BCFD\",\n                                        \"choiceName\": null,\n                                        \"isEtc\": true, /*Whether ‘Other’ is selected*/\n                                        \"etcMemo\": \"Noodles\" /*Content for ‘Other’*/\n                                    }\n                                ],\n                                \"existValue\": true\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"statistics\": { /*Work Statistics > Completed and Incompleted*/\n            \"taskTotalCnt\": 1,\n            \"workCompleteCnt\": 1,\n            \"workIncompleteCnt\": 0\n        }\n    }\n}"},{"id":"ba2b655e-65c8-4f25-abbe-7d07a0d03213","name":"To-DO_WORK_INFO_NOT_FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/td/work/task/list/all?workId=C25AED2C4842DAC72","host":["https://api.shoplworks.com"],"path":["api","td","work","task","list","all"],"query":[{"key":"workId","value":"C25AED2C4842DAC72"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"98"},{"key":"Date","value":"Mon, 23 Dec 2024 01:02:16 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Error\",\n    \"errorCode\": \"To-DO_WORK_INFO_NOT_FOUND\",\n    \"errorMessage\": null\n}"}],"_postman_id":"0ab6466c-04a5-4826-a06a-2460684dbf26"}],"id":"c12b9779-2355-41bf-9b0a-bb78dfc34267","_postman_id":"c12b9779-2355-41bf-9b0a-bb78dfc34267","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}},{"name":"Notice/Survey API(C2E)","item":[{"name":"Get Notice/Survey List","id":"aff2c498-14fb-4bff-b7dc-c485ab41bb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/c2e/list?startDate=2025-04-01&endDate=2025-04-30&type=NOTICE","description":"<p>Get Notice or Survey List<br />Retrieve the list of notices or surveys within a specified date range.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","c2e","list"],"host":["https://api.shoplworks.com"],"query":[{"description":{"content":"<p>(Required) Start date of the search (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-04-01"},{"description":{"content":"<p>(Required) End date of the search (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-04-30"},{"description":{"content":"<p>(Optional) Type to query: NOTICE or SURVEY</p>\n","type":"text/plain"},"key":"type","value":"NOTICE"}],"variable":[]}},"response":[{"id":"a631b9f7-565d-466a-ab0c-304e49927692","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/c2e/list?startDate=2024-01-01&endDate=2025-04-30&type=SURVEY","host":["https://api.shoplworks.com"],"path":["api","c2e","list"],"query":[{"key":"startDate","value":"2024-01-01","description":"조회 시작일 (yyyy-MM-dd) / Start date of the search"},{"key":"endDate","value":"2025-04-30","description":"조회 종료일 (yyyy-MM-dd) / End date of the search"},{"key":"type","value":"SURVEY","description":"조회 대상 타입: NOTICE 또는 SURVEY / Type to query: NOTICE or SURVEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 15 Apr 2025 07:35:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": [\n        {\n            \"id\": 10397,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"테스트\",\n            \"contents\": \"설문 결과 보이나요?\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-01-22 16:41:32\",\n            \"deadlineDt\": \"2024-01-23 16:00:00\",\n            \"sendDt\": \"2024-01-22 16:41:32\",\n            \"statistics\": {\n                \"recipients\": 2,\n                \"confirmed\": 1,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"83CB3E0ACE5C9A12\",\n                \"userName\": \"C**e\",\n                \"empId\": \"01\",\n                \"groupId\": \"6E268E54936B178D\",\n                \"groupName\": \"Japan Team_\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2023-03-08\"\n            }\n        },\n        {\n            \"id\": 10553,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"test\",\n            \"contents\": \"test\",\n            \"isWorkplaceOnlyWritable\": true,\n            \"regDt\": \"2024-02-06 10:31:01\",\n            \"deadlineDt\": \"2024-02-07 10:00:00\",\n            \"sendDt\": \"2024-02-06 10:31:01\",\n            \"statistics\": {\n                \"recipients\": 26,\n                \"confirmed\": 2,\n                \"answered\": 2\n            },\n            \"createdBy\": {\n                \"userId\": \"588BE8BBEA679252\",\n                \"userName\": \"e************영\",\n                \"empId\": \"ellin_test\",\n                \"groupId\": \"39DB289FC9350BB5\",\n                \"groupName\": \"QA_Test_Ellin\",\n                \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                \"positionId\": \"A882634C4A7542E4\",\n                \"positionName\": \"매니저(Supervisor)\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2023-10-25\"\n            }\n        },\n        {\n            \"id\": 10616,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"테스트\",\n            \"contents\": \"ㅁㄴㅇㄹ\",\n            \"isWorkplaceOnlyWritable\": true,\n            \"regDt\": \"2024-02-13 18:55:24\",\n            \"deadlineDt\": \"2024-02-15 05:00:00\",\n            \"sendDt\": \"2024-02-13 18:55:24\",\n            \"statistics\": {\n                \"recipients\": 2,\n                \"confirmed\": 1,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"8502B1852034A998\",\n                \"userName\": \"G**n\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"5_Dev\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": false,\n                \"isResign\": true,\n                \"hireDate\": \"2022-05-02\",\n                \"resignDate\": \"2025-01-31\"\n            }\n        },\n        {\n            \"id\": 10957,\n            \"category\": null,\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"Onboarding experience survey\",\n            \"contents\": \"\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-03-19 21:29:38\",\n            \"deadlineDt\": \"2024-03-22 21:00:00\",\n            \"sendDt\": \"2024-03-19 21:29:38\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"9ECBC173E8E2CA8E\",\n                \"userName\": \"D**n\",\n                \"empId\": \"10254\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"3BDCD4FB8B33BDAF\",\n                \"workplaceName\": \"SES Tokyo Harajuku\",\n                \"positionId\": \"A882634C4A7542E4\",\n                \"positionName\": \"매니저(Supervisor)\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2022-01-03\"\n            }\n        },\n        {\n            \"id\": 12093,\n            \"category\": {\n                \"id\": \"9B28776163567A4C\",\n                \"name\": \"PROMOTION\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"숫자 입력 테스트\",\n            \"contents\": \"\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-07-01 11:49:29\",\n            \"deadlineDt\": \"2024-07-02 11:00:00\",\n            \"sendDt\": \"2024-07-01 11:49:29\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 1,\n                \"answered\": 0\n            },\n            \"createdBy\": {\n                \"userId\": \"F1739A13070DCC75\",\n                \"userName\": \"R*y\",\n                \"groupId\": \"C25388C64A9B25C1\",\n                \"groupName\": \"3_PM\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2015-04-15\"\n            }\n        },\n        {\n            \"id\": 12183,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"test\",\n            \"contents\": \"test\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-07-08 15:13:35\",\n            \"deadlineDt\": \"2024-07-09 15:00:00\",\n            \"sendDt\": \"2024-07-08 15:13:35\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"8551FD604AFA7CF0\",\n                \"userName\": \"B***a\",\n                \"empId\": \"BL000001\",\n                \"groupId\": \"66E01FCA758656B9\",\n                \"groupName\": \"6_QA\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"positionId\": \"62F8998E3BDA855B\",\n                \"positionName\": \"점장(Manager)\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2020-08-19\"\n            }\n        },\n        {\n            \"id\": 12324,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"test\",\n            \"contents\": \"test\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-07-19 13:09:50\",\n            \"deadlineDt\": \"2024-07-19 16:00:00\",\n            \"sendDt\": \"2024-07-19 13:09:50\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 0\n            },\n            \"createdBy\": {\n                \"userId\": \"BDD38EED0B209BA3\",\n                \"userName\": \"D***y\",\n                \"empId\": \"2\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2021-09-13\"\n            }\n        },\n        {\n            \"id\": 12525,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"test\",\n            \"contents\": \"test\",\n            \"isWorkplaceOnlyWritable\": true,\n            \"regDt\": \"2024-08-06 08:27:54\",\n            \"deadlineDt\": \"2024-08-31 08:00:00\",\n            \"sendDt\": \"2024-08-06 08:27:54\",\n            \"statistics\": {\n                \"recipients\": 2,\n                \"confirmed\": 0,\n                \"answered\": 2\n            },\n            \"createdBy\": {\n                \"userId\": \"44932D05940976E5\",\n                \"userName\": \"j***y\",\n                \"empId\": \"12345678912345678912\",\n                \"groupId\": \"C25388C64A9B25C1\",\n                \"groupName\": \"3_PM\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"positionId\": \"62F8998E3BDA855B\",\n                \"positionName\": \"점장(Manager)\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2024-02-13\"\n            }\n        },\n        {\n            \"id\": 12857,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"test\",\n            \"contents\": \"test\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-08-30 12:57:40\",\n            \"deadlineDt\": \"2024-08-30 20:00:00\",\n            \"sendDt\": \"2024-08-30 12:57:41\",\n            \"attachImageList\": [\n                {\n                    \"id\": 8087,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/12857/반복_작업_관리_3.png\",\n                    \"name\": \"반복_작업_관리_3.png\",\n                    \"size\": 253674\n                },\n                {\n                    \"id\": 8088,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/12857/반복_작업_관리_5.png\",\n                    \"name\": \"반복_작업_관리_5.png\",\n                    \"size\": 165466\n                },\n                {\n                    \"id\": 8089,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/12857/반복_작업_관리_4.png\",\n                    \"name\": \"반복_작업_관리_4.png\",\n                    \"size\": 133986\n                },\n                {\n                    \"id\": 8090,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/12857/반복_작업_관리_2.png\",\n                    \"name\": \"반복_작업_관리_2.png\",\n                    \"size\": 66239\n                }\n            ],\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 0\n            },\n            \"createdBy\": {\n                \"userId\": \"BDD38EED0B209BA3\",\n                \"userName\": \"D***y\",\n                \"empId\": \"2\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2021-09-13\"\n            }\n        },\n        {\n            \"id\": 13932,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"123\",\n            \"contents\": \"123\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-11-22 15:15:58\",\n            \"deadlineDt\": \"2024-11-23 15:00:00\",\n            \"sendDt\": \"2024-11-22 15:15:58\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 0\n            },\n            \"createdBy\": {\n                \"userId\": \"BDD38EED0B209BA3\",\n                \"userName\": \"D***y\",\n                \"empId\": \"2\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2021-09-13\"\n            }\n        },\n        {\n            \"id\": 14025,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"사무실 휴게공간 인테리어 설문조사\",\n            \"contents\": \"\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-11-29 14:39:51\",\n            \"deadlineDt\": \"2024-11-30 14:00:00\",\n            \"sendDt\": \"2024-11-29 14:39:52\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"BDD38EED0B209BA3\",\n                \"userName\": \"D***y\",\n                \"empId\": \"2\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2021-09-13\"\n            }\n        },\n        {\n            \"id\": 14233,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"설문에 링크첨부 테스트문에 링크첨부 테스트\",\n            \"contents\": \"링크 클릭되는지 테스트 : https://www.youtube.com/watch?v=-AsQVDFgt0c\",\n            \"isWorkplaceOnlyWritable\": false,\n            \"regDt\": \"2024-12-18 14:00:33\",\n            \"deadlineDt\": \"2024-12-22 13:00:00\",\n            \"sendDt\": \"2024-12-18 14:00:33\",\n            \"statistics\": {\n                \"recipients\": 1,\n                \"confirmed\": 0,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"9ECBC173E8E2CA8E\",\n                \"userName\": \"D**n\",\n                \"empId\": \"10254\",\n                \"groupId\": \"3B9D90A32C1E1CDD\",\n                \"groupName\": \"Operation\",\n                \"workplaceId\": \"3BDCD4FB8B33BDAF\",\n                \"workplaceName\": \"SES Tokyo Harajuku\",\n                \"positionId\": \"A882634C4A7542E4\",\n                \"positionName\": \"매니저(Supervisor)\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2022-01-03\"\n            }\n        },\n        {\n            \"id\": 15389,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"설문 문항 테스트\",\n            \"contents\": \"모든 설문 문항 테스트\",\n            \"isWorkplaceOnlyWritable\": true,\n            \"regDt\": \"2025-04-14 09:35:12\",\n            \"deadlineDt\": \"2025-04-14 11:00:00\",\n            \"sendDt\": \"2025-04-14 09:35:13\",\n            \"attachImageList\": [\n                {\n                    \"id\": 9567,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/15389/image.png\",\n                    \"name\": \"image.png\",\n                    \"size\": 736764\n                }\n            ],\n            \"attachFileList\": [\n                {\n                    \"id\": 5780,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/15389/M0602.xlsx\",\n                    \"name\": \"M0602.xlsx\",\n                    \"size\": 15215\n                }\n            ],\n            \"statistics\": {\n                \"recipients\": 149,\n                \"confirmed\": 1,\n                \"answered\": 0\n            },\n            \"createdBy\": {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"J*y\",\n                \"empId\": \"A0500902\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"5_Dev\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2017-07-12\"\n            }\n        },\n        {\n            \"id\": 15390,\n            \"category\": {\n                \"id\": \"976B4036CF478FA2\",\n                \"name\": \"전체 ALL\"\n            },\n            \"type\": \"SURVEY\",\n            \"status\": \"SEND\",\n            \"title\": \"설문 문항 테스트\",\n            \"contents\": \"모든 설문 문항 테스트\",\n            \"isWorkplaceOnlyWritable\": true,\n            \"regDt\": \"2025-04-14 16:13:17\",\n            \"deadlineDt\": \"2025-04-15 11:00:00\",\n            \"sendDt\": \"2025-04-14 16:13:18\",\n            \"attachImageList\": [\n                {\n                    \"id\": 9568,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/15390/image.png\",\n                    \"name\": \"image.png\",\n                    \"size\": 736764\n                }\n            ],\n            \"attachFileList\": [\n                {\n                    \"id\": 5781,\n                    \"path\": \"/files/c2e/C_AWS_PLANETORY/15390/M0602.xlsx\",\n                    \"name\": \"M0602.xlsx\",\n                    \"size\": 15215\n                }\n            ],\n            \"statistics\": {\n                \"recipients\": 149,\n                \"confirmed\": 1,\n                \"answered\": 1\n            },\n            \"createdBy\": {\n                \"userId\": \"91C44E3B2FE97D20\",\n                \"userName\": \"J*y\",\n                \"empId\": \"A0500902\",\n                \"groupId\": \"70F456E0B1A0C2EB\",\n                \"groupName\": \"5_Dev\",\n                \"workplaceId\": \"341732CC6DFA5B2A\",\n                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                \"isLeader\": true,\n                \"isResign\": false,\n                \"hireDate\": \"2017-07-12\"\n            }\n        }\n    ]\n}"},{"id":"d528fe7d-a662-4eaf-8d21-b916cc8ac9b9","name":"INVALID_PARAMS - Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/c2e/list?startDate=2025-13-01&endDate=2025-04-30&type=SURVEY","host":["https://api.shoplworks.com"],"path":["api","c2e","list"],"query":[{"key":"startDate","value":"2025-13-01","description":"(Required) Start date of the search (yyyy-MM-dd)"},{"key":"endDate","value":"2025-04-30","description":"(Required) End date of the search (yyyy-MM-dd)"},{"key":"type","value":"SURVEY","description":"(Optional) Type to query: NOTICE or SURVEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"179"},{"key":"Date","value":"Thu, 17 Apr 2025 05:54:54 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Error\",\n    \"errorCode\": \"INVALID_PARAMS\",\n    \"errorMessage\": \"Text '2025-13-01' could not be parsed: Invalid value for MonthOfYear (valid values 1 - 12): 13\"\n}"},{"id":"2d3686b9-2320-45cd-81c6-a39bae7cd862","name":"INVALID_PARAMS - Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/c2e/list?startDate=2025-13-01&endDate=2025-04-30&type=SURVET","host":["https://api.shoplworks.com"],"path":["api","c2e","list"],"query":[{"key":"startDate","value":"2025-13-01","description":"(Required) Start date of the search (yyyy-MM-dd)"},{"key":"endDate","value":"2025-04-30","description":"(Required) End date of the search (yyyy-MM-dd)"},{"key":"type","value":"SURVET","description":"(Optional) Type to query: NOTICE or SURVEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"179"},{"key":"Date","value":"Thu, 17 Apr 2025 05:55:34 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Error\",\n    \"errorCode\": \"INVALID_PARAMS\",\n    \"errorMessage\": \"SURVET is not a NoticeAndSurveyType : NOTICE,SURVEY\"\n}"}],"_postman_id":"aff2c498-14fb-4bff-b7dc-c485ab41bb50"},{"name":"Get Notice/Survey Info","id":"68087ff9-4c1f-4dde-a75a-08175efe361a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.shoplworks.com/api/c2e/info/:id","description":"<p>Get Notice or Survey Detail<br />Retrieve notice or survey details by ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}},"urlObject":{"path":["api","c2e","info",":id"],"host":["https://api.shoplworks.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) Notice or Survey ID</p>\n","type":"text/plain"},"type":"any","value":"15451","key":"id"}]}},"response":[{"id":"2ae1a8af-54c5-4c33-b5ef-6b31f24c370e","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/c2e/info/:id","host":["https://api.shoplworks.com"],"path":["api","c2e","info",":id"],"variable":[{"key":"id","value":"15390","description":"공지 또는 설문 ID / Notice or Survey ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 15 Apr 2025 07:35:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Success\",\n    \"errorMessage\": null,\n    \"body\": {\n        \"id\": 15390,\n        \"category\": {\n            \"id\": \"976B4036CF478FA2\",\n            \"name\": \"전체 ALL\"\n        },\n        \"type\": \"SURVEY\",\n        \"status\": \"SEND\",\n        \"title\": \"설문 문항 테스트\",\n        \"contents\": \"모든 설문 문항 테스트\",\n        \"isWorkplaceOnlyWritable\": true,\n        \"regDt\": \"2025-04-14 16:13:17\",\n        \"deadlineDt\": \"2025-04-15 11:00:00\",\n        \"sendDt\": \"2025-04-14 16:13:18\",\n        \"attachImageList\": [\n            {\n                \"id\": 9568,\n                \"path\": \"/files/c2e/C_AWS_PLANETORY/15390/image.png\",\n                \"name\": \"image.png\",\n                \"size\": 736764\n            }\n        ],\n        \"attachFileList\": [\n            {\n                \"id\": 5781,\n                \"path\": \"/files/c2e/C_AWS_PLANETORY/15390/M0602.xlsx\",\n                \"name\": \"M0602.xlsx\",\n                \"size\": 15215\n            }\n        ],\n        \"statistics\": {\n            \"recipients\": 149,\n            \"confirmed\": 1,\n            \"answered\": 1\n        },\n        \"createdBy\": {\n            \"userId\": \"91C44E3B2FE97D20\",\n            \"userName\": \"J*y\",\n            \"empId\": \"A0500902\",\n            \"groupId\": \"70F456E0B1A0C2EB\",\n            \"groupName\": \"5_Dev\",\n            \"workplaceId\": \"341732CC6DFA5B2A\",\n            \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n            \"isLeader\": true,\n            \"isResign\": false,\n            \"hireDate\": \"2017-07-12\"\n        },\n        \"surveyQuestionList\": [\n            {\n                \"no\": 1,\n                \"questionId\": \"15390_S001\",\n                \"question\": \"객관식\",\n                \"questionType\": \"SINGLE_SELECT\",\n                \"isRequired\": true,\n                \"isCameraOnly\": false,\n                \"isNumberOnly\": false,\n                \"minNumber\": null,\n                \"maxNumber\": null,\n                \"isAttachImg\": false,\n                \"questionItemList\": [\n                    {\n                        \"index\": 1,\n                        \"itemId\": \"15390_S001_001\",\n                        \"itemName\": \"Item 1\"\n                    },\n                    {\n                        \"index\": 2,\n                        \"itemId\": \"15390_S001_002\",\n                        \"itemName\": \"Item 2\"\n                    },\n                    {\n                        \"index\": 3,\n                        \"itemId\": \"15390_S001_003\",\n                        \"itemName\": \"Item 3\"\n                    },\n                    {\n                        \"index\": 4,\n                        \"itemId\": \"15390_S001_004\",\n                        \"itemName\": \"Item 4\"\n                    }\n                ],\n                \"imageList\": null\n            },\n            {\n                \"no\": 2,\n                \"questionId\": \"15390_S002\",\n                \"question\": \"체크박스\",\n                \"questionType\": \"MULTI_SELECT\",\n                \"isRequired\": true,\n                \"isCameraOnly\": false,\n                \"isNumberOnly\": false,\n                \"minNumber\": null,\n                \"maxNumber\": null,\n                \"isAttachImg\": false,\n                \"questionItemList\": [\n                    {\n                        \"index\": 1,\n                        \"itemId\": \"15390_S002_001\",\n                        \"itemName\": \"Check Box 1\"\n                    },\n                    {\n                        \"index\": 2,\n                        \"itemId\": \"15390_S002_002\",\n                        \"itemName\": \"Check Box 2\"\n                    },\n                    {\n                        \"index\": 3,\n                        \"itemId\": \"15390_S002_003\",\n                        \"itemName\": \"Check Box 3\"\n                    },\n                    {\n                        \"index\": 4,\n                        \"itemId\": \"15390_S002_004\",\n                        \"itemName\": \"Check Box 4\"\n                    }\n                ],\n                \"imageList\": null\n            },\n            {\n                \"no\": 3,\n                \"questionId\": \"15390_S003\",\n                \"question\": \"주관식 (TEXT)\",\n                \"questionType\": \"ESSAY\",\n                \"isRequired\": true,\n                \"isCameraOnly\": false,\n                \"isNumberOnly\": false,\n                \"minNumber\": null,\n                \"maxNumber\": null,\n                \"isAttachImg\": false,\n                \"questionItemList\": null,\n                \"imageList\": null\n            },\n            {\n                \"no\": 4,\n                \"questionId\": \"15390_S004\",\n                \"question\": \"주관식 (숫자만)\",\n                \"questionType\": \"ESSAY\",\n                \"isRequired\": true,\n                \"isCameraOnly\": false,\n                \"isNumberOnly\": true,\n                \"minNumber\": 100,\n                \"maxNumber\": 10000,\n                \"isAttachImg\": false,\n                \"questionItemList\": null,\n                \"imageList\": null\n            },\n            {\n                \"no\": 5,\n                \"questionId\": \"15390_S005\",\n                \"question\": \"첨부이미지\",\n                \"questionType\": \"IMAGE_UPLOAD\",\n                \"isRequired\": true,\n                \"isCameraOnly\": false,\n                \"isNumberOnly\": false,\n                \"minNumber\": null,\n                \"maxNumber\": null,\n                \"isAttachImg\": false,\n                \"questionItemList\": null,\n                \"imageList\": null\n            }\n        ],\n        \"recipientList\": [\n            {\n                \"user\": {\n                    \"userId\": \"1087D1B2C07B9147\",\n                    \"userName\": \"w*********d\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"123754500FA0C3AC\",\n                    \"userName\": \"기*********트\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"143C049402894B79\",\n                    \"userName\": \"e***********수\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-06-11\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"14E67CC9B0E1B9F8\",\n                    \"userName\": \"현*조\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"15D1E6FE4CEA0D74\",\n                    \"userName\": \"K****2\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"workplaceId\": \"A61E107675F2798A\",\n                    \"workplaceName\": \"Costco Supercenter_Gangnam\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-01-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"160AAE7C0CE70CF0\",\n                    \"userName\": \"s**************)\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"16D0C739A5881949\",\n                    \"userName\": \"B***************************)\",\n                    \"empId\": \"Eple_iPhone13\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-08-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"18874BC12D039F38\",\n                    \"userName\": \"e***********딩\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"1923A9FDE1C07499\",\n                    \"userName\": \"김*늘\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"EB0CE8183021C64B\",\n                    \"workplaceName\": \"#근무지테스트@\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"1E5D415334978C2C\",\n                    \"userName\": \"e*************4\",\n                    \"empId\": \"124qㅆㄸ\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"62F7536921B97F06\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST2\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-11\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"22CE3CCADD966042\",\n                    \"userName\": \"S***t\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-10-21\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"234116FA72F06C0D\",\n                    \"userName\": \"J*****S\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"24AD88BD166E353B\",\n                    \"userName\": \"s****f\",\n                    \"groupId\": \"3B9D90A32C1E1CDD\",\n                    \"groupName\": \"Operation\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"2506FC2F421299E8\",\n                    \"userName\": \"e***********제\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"254389869C19BBB9\",\n                    \"userName\": \"입*****1\",\n                    \"empId\": \"A001\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-20\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"27279998921BACDD\",\n                    \"userName\": \"엘****트\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"2BBD40A1453A52E9\",\n                    \"userName\": \"e************4\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-08-11\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"2EB085D2FA9849F0\",\n                    \"userName\": \"신***************)\",\n                    \"empId\": \"chapl_iPhone12 mini\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"336F8CA41533B016\",\n                    \"userName\": \"t**t\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"351671576D1032F1\",\n                    \"userName\": \"E***n\",\n                    \"groupId\": \"66E01FCA758656B9\",\n                    \"groupName\": \"6_QA\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-02-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"3A3302DB95B923C8\",\n                    \"userName\": \"조***트\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"3A5BFEF153717C7F\",\n                    \"userName\": \"A***a\",\n                    \"empId\": \"12345678900\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-01-23\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"3FA96CAD9ACFDCF9\",\n                    \"userName\": \"조*완\",\n                    \"groupId\": \"3B9D90A32C1E1CDD\",\n                    \"groupName\": \"Operation\",\n                    \"workplaceId\": \"62F7536921B97F06\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST2\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-11-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"42FED03F9621E75C\",\n                    \"userName\": \"에*링\",\n                    \"groupId\": \"AWS_PLANETORY\",\n                    \"groupName\": \"샤플앤컴퍼니\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"44932D05940976E5\",\n                    \"userName\": \"j***y\",\n                    \"empId\": \"12345678912345678912\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"3_PM\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"62F8998E3BDA855B\",\n                    \"positionName\": \"점장(Manager)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-02-13\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"4553629A23137DCE\",\n                    \"userName\": \"벨*2\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"45AFC82FB32CBE87\",\n                    \"userName\": \"테*트\",\n                    \"groupId\": \"6E268E54936B178D\",\n                    \"groupName\": \"Japan Team_\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"46DC8B37319E018A\",\n                    \"userName\": \"V****1\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-10\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"477EB49CB75ABD02\",\n                    \"userName\": \"t*******a\",\n                    \"groupId\": \"CBE282C4A4428803\",\n                    \"groupName\": \"TEST\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"49FC00FF4EF6F685\",\n                    \"userName\": \"L**a\",\n                    \"groupId\": \"B8EBBFCB9A96416D\",\n                    \"groupName\": \"2_Sales and OP\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-04-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"4D9E4E3783634F09\",\n                    \"userName\": \"E***************)\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"4F07D9FE2F5F1809\",\n                    \"userName\": \"A***n\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-07-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"500DA7DA0F877C58\",\n                    \"userName\": \"e**************원\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"50143E11A715166D\",\n                    \"userName\": \"엘*~\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"54CB94A63817DC6F\",\n                    \"userName\": \"Z*e\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-10-21\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"54E5EE2E5450E957\",\n                    \"userName\": \"J***y\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-02-03\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"54F2FE951FE85CAB\",\n                    \"userName\": \"e**********진\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"551C6D990E746C00\",\n                    \"userName\": \"A************************)\",\n                    \"empId\": \"Shopl_Galaxy S21\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"562F850856B18A2B\",\n                    \"userName\": \"e************교\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"588BE8BBEA679252\",\n                    \"userName\": \"e************영\",\n                    \"empId\": \"ellin_test\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"5933A2106117CD2E\",\n                    \"userName\": \"C*********************)\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"3C236115429C5580\",\n                    \"workplaceName\": \"Bella Home\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6123A289B4555529\",\n                    \"userName\": \"김*늘\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"62E28B27A9DD12C9\",\n                    \"userName\": \"t**t\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"630D342396A5522E\",\n                    \"userName\": \"b********t\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"64C6C0A0ECEBA512\",\n                    \"userName\": \"t******a\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"651EE746EF8AC04D\",\n                    \"userName\": \"아**2\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"96F4754DA0A313C8\",\n                    \"workplaceName\": \"신세계\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"66F42CE5626325F3\",\n                    \"userName\": \"대표\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6721257202284838\",\n                    \"userName\": \"j**********2\",\n                    \"groupId\": \"A93BD1A2EEF347DC\",\n                    \"groupName\": \"QA_Test_Jane\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"678DD9F2CA3B4D24\",\n                    \"userName\": \"S****a\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-08-16\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6CECA91A98A7EF45\",\n                    \"userName\": \"이**********)\",\n                    \"empId\": \"chapl_iPhone8\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6E93E5A0A0CA037B\",\n                    \"userName\": \"e***********사\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6F091C5174AB8CFF\",\n                    \"userName\": \"t*****3\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"6F2650A2E91781F7\",\n                    \"userName\": \"이*영\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-13\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"73F8D7D0A9A21601\",\n                    \"userName\": \"월***트\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"754EE096E1CDCF0E\",\n                    \"userName\": \"j*********d\",\n                    \"groupId\": \"991AA3D0468EA63D\",\n                    \"groupName\": \"Design_Test\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-05-24\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"76693DA4811FA4C4\",\n                    \"userName\": \"e***********진\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-30\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"770C8FA26F4AF436\",\n                    \"userName\": \"S*y\",\n                    \"groupId\": \"B8EBBFCB9A96416D\",\n                    \"groupName\": \"2_Sales and OP\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2025-03-04\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"78C9BCFD8B2CF98B\",\n                    \"userName\": \"t**t\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"7E94DF8AAA25C908\",\n                    \"userName\": \"자******B\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"7F5648601004B328\",\n                    \"userName\": \"엘****트\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-12\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"803CC1F1135AEEAD\",\n                    \"userName\": \"D********t\",\n                    \"groupId\": \"3B9D90A32C1E1CDD\",\n                    \"groupName\": \"Operation\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"80BEA1374A6BE690\",\n                    \"userName\": \"A***a\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"3_PM\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-06-12\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"810E776FEA21B602\",\n                    \"userName\": \"j**********1\",\n                    \"groupId\": \"A93BD1A2EEF347DC\",\n                    \"groupName\": \"QA_Test_Jane\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"82206B8B84B90921\",\n                    \"userName\": \"비*************)\",\n                    \"empId\": \"chapl_Galaxy S21\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"830F570F0521E98D\",\n                    \"userName\": \"J*n\",\n                    \"groupId\": \"1BFC89FFFC4CCAF0\",\n                    \"groupName\": \"4_Design\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2019-12-02\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"83CB3E0ACE5C9A12\",\n                    \"userName\": \"C**e\",\n                    \"empId\": \"01\",\n                    \"groupId\": \"6E268E54936B178D\",\n                    \"groupName\": \"Japan Team_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-03-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"849B926E25F8F708\",\n                    \"userName\": \"e*************틀\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"8530A7F143F32AC4\",\n                    \"userName\": \"W***y\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2018-12-17\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"8551FD604AFA7CF0\",\n                    \"userName\": \"B***a\",\n                    \"empId\": \"BL000001\",\n                    \"groupId\": \"66E01FCA758656B9\",\n                    \"groupName\": \"6_QA\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"62F8998E3BDA855B\",\n                    \"positionName\": \"점장(Manager)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2020-08-19\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"891A19D4F14218C2\",\n                    \"userName\": \"n*w\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"8A4FB4CDA3A5D8DD\",\n                    \"userName\": \"스*****트\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"8B5DF1191E452C7D\",\n                    \"userName\": \"w******t\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"8CCC43C4F9C9A5B6\",\n                    \"userName\": \"e**************진\",\n                    \"empId\": \"사번사번ㅋ\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-27\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"91C44E3B2FE97D20\",\n                    \"userName\": \"J*y\",\n                    \"empId\": \"A0500902\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2017-07-12\"\n                },\n                \"isConfirmed\": true,\n                \"isAnswered\": true,\n                \"confirmedDt\": \"2025-04-14 16:13:30\",\n                \"answeredDt\": \"2025-04-14 16:14:11\",\n                \"answer\": [\n                    {\n                        \"questionId\": \"15390_S001\",\n                        \"questionType\": \"SINGLE_SELECT\",\n                        \"essay\": null,\n                        \"selectedItems\": [\n                            {\n                                \"index\": 2,\n                                \"itemId\": \"15390_S001_002\",\n                                \"itemName\": \"Item 2\"\n                            }\n                        ],\n                        \"images\": null\n                    },\n                    {\n                        \"questionId\": \"15390_S002\",\n                        \"questionType\": \"MULTI_SELECT\",\n                        \"essay\": null,\n                        \"selectedItems\": [\n                            {\n                                \"index\": 3,\n                                \"itemId\": \"15390_S002_003\",\n                                \"itemName\": \"Check Box 3\"\n                            },\n                            {\n                                \"index\": 4,\n                                \"itemId\": \"15390_S002_004\",\n                                \"itemName\": \"Check Box 4\"\n                            }\n                        ],\n                        \"images\": null\n                    },\n                    {\n                        \"questionId\": \"15390_S003\",\n                        \"questionType\": \"ESSAY\",\n                        \"essay\": \"Essay\",\n                        \"selectedItems\": null,\n                        \"images\": null\n                    },\n                    {\n                        \"questionId\": \"15390_S004\",\n                        \"questionType\": \"ESSAY\",\n                        \"essay\": \"6469\",\n                        \"selectedItems\": null,\n                        \"images\": null\n                    },\n                    {\n                        \"questionId\": \"15390_S005\",\n                        \"questionType\": \"IMAGE_UPLOAD\",\n                        \"essay\": null,\n                        \"selectedItems\": null,\n                        \"images\": [\n                            {\n                                \"index\": 0,\n                                \"id\": 156642,\n                                \"path\": \"/files/c2e/C_AWS_PLANETORY/15390/15390_S005/15390_S005_91C44E3B2FE97D20_0_20250414071411660.jpg\",\n                                \"workplaceId\": \"341732CC6DFA5B2A\",\n                                \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                                \"workplaceCode\": \"HQ00000012\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"user\": {\n                    \"userId\": \"94C6A34C3D2913C4\",\n                    \"userName\": \"D*************************)\",\n                    \"groupId\": \"2CD1F078D8BD6DDB\",\n                    \"groupName\": \"테스트 2\",\n                    \"workplaceId\": \"8C493FCDB90B1226\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST3\",\n                    \"positionId\": \"A347AE340E6A2383\",\n                    \"positionName\": \"매장직(Promoter)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"96B5BC900E183F1C\",\n                    \"userName\": \"K***a\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-07-22\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9AEBB44BE55D0AA5\",\n                    \"userName\": \"W**e\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2021-04-19\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9D1F40C357209310\",\n                    \"userName\": \"V**o\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-03-06\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9D39BAF9BDA9E042\",\n                    \"userName\": \"D***y\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-08-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9D4FB6D72EAD0A21\",\n                    \"userName\": \"t******7\",\n                    \"groupId\": \"6E268E54936B178D\",\n                    \"groupName\": \"Japan Team_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9D7C23B799372EB6\",\n                    \"userName\": \"구***가\",\n                    \"empId\": \"1234567890\",\n                    \"groupId\": \"4571D0045C70FF72\",\n                    \"groupName\": \"test5-02\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-06\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9D7CC2992F471643\",\n                    \"userName\": \"D**o\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-06-17\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9E2A7756B9B81CEF\",\n                    \"userName\": \"E*****************)\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"9ECBC173E8E2CA8E\",\n                    \"userName\": \"D**n\",\n                    \"empId\": \"10254\",\n                    \"groupId\": \"3B9D90A32C1E1CDD\",\n                    \"groupName\": \"Operation\",\n                    \"workplaceId\": \"3BDCD4FB8B33BDAF\",\n                    \"workplaceName\": \"SES Tokyo Harajuku\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-01-03\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"A08E1D04E8985870\",\n                    \"userName\": \"e************재\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"A22B645B604A7336\",\n                    \"userName\": \"S****************)\",\n                    \"empId\": \"J001\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"3C236115429C5580\",\n                    \"workplaceName\": \"Bella Home\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-01-10\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"A293B6691581677F\",\n                    \"userName\": \"L*z\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2025-03-04\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"A3F881D07FA7CCA0\",\n                    \"userName\": \"삭********?\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"workplaceId\": \"96F4754DA0A313C8\",\n                    \"workplaceName\": \"신세계\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"A8BE2A700BAAF561\",\n                    \"userName\": \"S****************)\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"112454759440AFE9\",\n                    \"workplaceName\": \"Cheil South\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"AB0638D44442C089\",\n                    \"userName\": \"e************국\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"AC66E0D7696D2909\",\n                    \"userName\": \"박*별\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"96F4754DA0A313C8\",\n                    \"workplaceName\": \"신세계\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"B541FE933A9CEAB8\",\n                    \"userName\": \"e************영\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-09-07\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"B878744DBC410446\",\n                    \"userName\": \"나*************)\",\n                    \"empId\": \"Shopl_Galaxy A10\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"B8DCF6DF78B36799\",\n                    \"userName\": \"스******용\",\n                    \"groupId\": \"6E268E54936B178D\",\n                    \"groupName\": \"Japan Team_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"BBFEEA943EBA2D7D\",\n                    \"userName\": \"D***********e\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"3BDCD4FB8B33BDAF\",\n                    \"workplaceName\": \"SES Tokyo Harajuku\",\n                    \"positionId\": \"A347AE340E6A2383\",\n                    \"positionName\": \"매장직(Promoter)\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-08-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"BCAFE063DECB3C64\",\n                    \"userName\": \"R*o\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"3_PM\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"DA6A7496B46EB286\",\n                    \"positionName\": \"아르바이트\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-02-13\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"BDD38EED0B209BA3\",\n                    \"userName\": \"D***y\",\n                    \"empId\": \"2\",\n                    \"groupId\": \"3B9D90A32C1E1CDD\",\n                    \"groupName\": \"Operation\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2021-09-13\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C19934C251CDEC08\",\n                    \"userName\": \"t*******더\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C445F0FCF5D5CD04\",\n                    \"userName\": \"j***t\",\n                    \"groupId\": \"8F99CFB901771690\",\n                    \"groupName\": \"Test5\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-05\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C578CB140A2FE9E0\",\n                    \"userName\": \"e***************신\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C595B2F0905905CF\",\n                    \"userName\": \"혜*********)\",\n                    \"empId\": \"Chapl_Z Fold3\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-10-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C6FC642BB7F79DFA\",\n                    \"userName\": \"e************원\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"C8E49D9C72905EEE\",\n                    \"userName\": \"스*******자\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-08-10\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"CA3E6969A9F5C5E2\",\n                    \"userName\": \"J*n\",\n                    \"groupId\": \"AWS_PLANETORY\",\n                    \"groupName\": \"샤플앤컴퍼니\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2015-04-15\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"CAC698B5842E08E3\",\n                    \"userName\": \"T**t\",\n                    \"groupId\": \"FBCEBC0BE96EB7F0\",\n                    \"groupName\": \"Test4ㅇㅇㅇ\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D0AB5626E05670AD\",\n                    \"userName\": \"J******t\",\n                    \"groupId\": \"D633659CD60DAFDF\",\n                    \"groupName\": \"1_Management_\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D15B48C680F93828\",\n                    \"userName\": \"K***n\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2020-06-08\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D193FA4D7ED951D9\",\n                    \"userName\": \"E****n\",\n                    \"groupId\": \"B8EBBFCB9A96416D\",\n                    \"groupName\": \"2_Sales and OP\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-07-03\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D2CE61DB8E1316F7\",\n                    \"userName\": \"D**a\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"3_PM\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-11-07\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D3E82FBCA8CAA7E6\",\n                    \"userName\": \"e************석\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"positionId\": \"DA6A7496B46EB286\",\n                    \"positionName\": \"아르바이트\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D5064CA91AE02DDC\",\n                    \"userName\": \"서*정\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-09-26\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D51CBED034E55BBF\",\n                    \"userName\": \"J***y\",\n                    \"empId\": \"JIMMY\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-04-18\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D5C4D9F667155DF3\",\n                    \"userName\": \"e************연\",\n                    \"empId\": \"181818\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"D83C570C1100FF4E\",\n                    \"userName\": \"제***트\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"E36E2EEAD2404C66\",\n                    \"workplaceName\": \"daisy test 0201\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DA0E33C556EB600A\",\n                    \"userName\": \"K***o\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"workplaceId\": \"3BDCD4FB8B33BDAF\",\n                    \"workplaceName\": \"SES Tokyo Harajuku\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-01-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DA1E1A2569E83C91\",\n                    \"userName\": \"뷔********)\",\n                    \"empId\": \"Eple_Z Fold3\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DBC8798AB3B6D5FB\",\n                    \"userName\": \"T***y\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-07-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DC4F261B880455EB\",\n                    \"userName\": \"w**********트\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DE3E67F38089D6BB\",\n                    \"userName\": \"장****************)\",\n                    \"empId\": \"사번-2021-01-0000001\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"positionId\": \"A882634C4A7542E4\",\n                    \"positionName\": \"매니저(Supervisor)\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DEECAACF94A9D816\",\n                    \"userName\": \"벨************트\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-26\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"DF2C49FBDA4B690F\",\n                    \"userName\": \"e***********니\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"EB0CE8183021C64B\",\n                    \"workplaceName\": \"#근무지테스트@\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-03-11\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E117F08F73D07621\",\n                    \"userName\": \"자******Y\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E30498A69C1626B0\",\n                    \"userName\": \"e************은\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E3B4C3CBCEF76E14\",\n                    \"userName\": \"j******더\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-07-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E4270CE591FB0DAF\",\n                    \"userName\": \"z*********d\",\n                    \"empId\": \"test123\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E4E51D700025CED6\",\n                    \"userName\": \"딘***************)\",\n                    \"empId\": \"Eple_iPhone12mini\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"3C236115429C5580\",\n                    \"workplaceName\": \"Bella Home\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E55F59F32120FECE\",\n                    \"userName\": \"r************정\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E567C5FE13A0524F\",\n                    \"userName\": \"Z*d\",\n                    \"groupId\": \"70F456E0B1A0C2EB\",\n                    \"groupName\": \"5_Dev\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-03-02\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E77734AAFA99D901\",\n                    \"userName\": \"벨***트\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E7B6C9461EFB65E9\",\n                    \"userName\": \"K****4\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-01-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E7FF9E6BC247159C\",\n                    \"userName\": \"s*****************8\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E801A4A5E5037591\",\n                    \"userName\": \"e**********************d\",\n                    \"groupId\": \"39DB289FC9350BB5\",\n                    \"groupName\": \"QA_Test_Ellin\",\n                    \"workplaceId\": \"A869EF5AC4F8B4E3\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ-TEST4\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E90D2FCF6999EAB2\",\n                    \"userName\": \"아*개\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"E921B56E58669982\",\n                    \"userName\": \"자******Z\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"EBB34373C85097C0\",\n                    \"userName\": \"a**********t\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"PLANETORY_WI\",\n                    \"workplaceName\": \"SHOPL&COMPANY HQ (판교)\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"EBC9C5C155569FCE\",\n                    \"userName\": \"D*********************)\",\n                    \"groupId\": \"6E268E54936B178D\",\n                    \"groupName\": \"Japan Team_\",\n                    \"workplaceId\": \"ED1B14B356DB96F4\",\n                    \"workplaceName\": \"Bestbuy Fine Tower\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"EBD806C1D274FFDA\",\n                    \"userName\": \"j********t\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"ECD0853D9BD4BEC4\",\n                    \"userName\": \"벨라\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2023-12-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F04E53A53CA567A3\",\n                    \"userName\": \"J**e\",\n                    \"groupId\": \"66E01FCA758656B9\",\n                    \"groupName\": \"6_QA\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2025-02-17\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F1739A13070DCC75\",\n                    \"userName\": \"R*y\",\n                    \"groupId\": \"C25388C64A9B25C1\",\n                    \"groupName\": \"3_PM\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2015-04-15\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F1A61C2B53919950\",\n                    \"userName\": \"R*******)\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F29CFF89BB1845E8\",\n                    \"userName\": \"bb\",\n                    \"groupId\": \"1BFC89FFFC4CCAF0\",\n                    \"groupName\": \"4_Design\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2019-12-02\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F2F8CC11AA0B1DE2\",\n                    \"userName\": \"K****1\",\n                    \"groupId\": \"B4A8746A76E2B710\",\n                    \"groupName\": \"ETC\",\n                    \"workplaceId\": \"DC309750D4500921\",\n                    \"workplaceName\": \"Agencia Viernes_Hermosillo\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-01-01\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"F44671DCD439B2AE\",\n                    \"userName\": \"t********a\",\n                    \"groupId\": \"64E86F80B6C8CD30\",\n                    \"groupName\": \"Dev_Test\",\n                    \"workplaceId\": \"EB0CE8183021C64B\",\n                    \"workplaceName\": \"#근무지테스트@\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"FA03270BC476F18B\",\n                    \"userName\": \"자******A\",\n                    \"groupId\": \"E16B6CC963CEBEA8\",\n                    \"groupName\": \"PM_Test\",\n                    \"workplaceId\": \"90E90F120E686247\",\n                    \"workplaceName\": \"Jay Home | 집\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"FCB019438E610E98\",\n                    \"userName\": \"임*완\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"workplaceId\": \"96F4754DA0A313C8\",\n                    \"workplaceName\": \"신세계\",\n                    \"isLeader\": false,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"FD86E328A518FFCE\",\n                    \"userName\": \"S*********************)\",\n                    \"empId\": \"ABC0001\",\n                    \"groupId\": \"8551FE12DBC17C2E\",\n                    \"groupName\": \"QA_Test_Bella\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2024-11-25\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"FFC6D90F05D43629\",\n                    \"userName\": \"C****r\",\n                    \"groupId\": \"1BFC89FFFC4CCAF0\",\n                    \"groupName\": \"4_Design\",\n                    \"workplaceId\": \"341732CC6DFA5B2A\",\n                    \"workplaceName\": \"(주)샤플앤컴퍼니 HQ\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": \"2022-05-11\"\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            },\n            {\n                \"user\": {\n                    \"userId\": \"PLANETORY_ADMIN\",\n                    \"userName\": \"S***l\",\n                    \"groupId\": \"AWS_PLANETORY\",\n                    \"groupName\": \"샤플앤컴퍼니\",\n                    \"isLeader\": true,\n                    \"isResign\": false,\n                    \"hireDate\": null\n                },\n                \"isConfirmed\": false,\n                \"isAnswered\": false\n            }\n        ]\n    }\n}"},{"id":"c92e8017-922a-4d55-b99e-b41e9f73b2d7","name":"NOTICE_SURVEY_INFO_NOT_FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.shoplworks.com/api/c2e/info/:id","host":["https://api.shoplworks.com"],"path":["api","c2e","info",":id"],"variable":[{"key":"id","value":"153902323","description":"공지 또는 설문 ID / Notice or Survey ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"127"},{"key":"Date","value":"Tue, 15 Apr 2025 07:48:22 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": \"Error\",\n    \"errorCode\": \"NOTICE_SURVEY_INFO_NOT_FOUND\",\n    \"errorMessage\": \"Notice/Survey info not found\"\n}"}],"_postman_id":"68087ff9-4c1f-4dde-a75a-08175efe361a"}],"id":"1efda20f-a488-4a2a-a728-aec9765838b3","description":"<p>Response Notice/Survey Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-kotlin\">@Schema(name = \"NoticeAndSurveyInfoResponse\", description = \"Notice and Survey Detailed Info\")\ndata class NoticeAndSurveyInfoResponse(\n    @Schema(description = \"ID of the notice or survey\")\n    val id: Long,\n    @Schema(description = \"Category\")\n    val category: Category?,\n    @Schema(description = \"Type: NOTICE or SURVEY\")\n    val type: Type,\n    @Schema(description = \"Sending status: REGISTERED, RESERVED, SEND, RECALL\")\n    val status: Status,\n    @Schema(description = \"Title\")\n    val title: String,\n    @Schema(description = \"Contents\")\n    val contents: String,\n    @Schema(description = \"Writable only at workplace (applies only to surveys)\")\n    val isWorkplaceOnlyWritable: Boolean,\n    @Schema(description = \"Registration date and time\")\n    val regDt: LocalDateTime,\n    @Schema(description = \"Survey deadline (only for surveys)\")\n    val deadlineDt: LocalDateTime?,\n    @Schema(description = \"Sent date and time\")\n    val sendDt: LocalDateTime?,\n    @Schema(description = \"Recalled date and time\")\n    @JsonInclude(JsonInclude.Include.NON_NULL)\n    val recallDt: LocalDateTime?,\n    @Schema(description = \"Scheduled send date and time\")\n    @JsonInclude(JsonInclude.Include.NON_NULL)\n    val reserveDt: LocalDateTime?,\n    @Schema(description = \"Cancelled scheduled send date and time\")\n    @JsonInclude(JsonInclude.Include.NON_NULL)\n    val reserveCancelDt: LocalDateTime?,\n    @Schema(description = \"List of attached images\")\n    @JsonInclude(JsonInclude.Include.NON_EMPTY)\n    val attachImageList: List&lt;Attach&gt;?,\n    @Schema(description = \"List of attached files\")\n    @JsonInclude(JsonInclude.Include.NON_EMPTY)\n    val attachFileList: List&lt;Attach&gt;?,\n    @Schema(description = \"Statistics\")\n    val statistics: Statistics,\n    @Schema(description = \"Created by\")\n    val createdBy: User,\n    @Schema(description = \"List of survey questions\")\n    @JsonInclude(JsonInclude.Include.NON_EMPTY)\n    var surveyQuestionList: List&lt;SurveyQuestion&gt;? = null,\n    @Schema(description = \"List of recipients (with answers)\")\n    @JsonInclude(JsonInclude.Include.NON_NULL)\n    val recipientList: List&lt;Recipient&gt;?,\n) {\n    @Schema(\n        name = \"NoticeAndSurveyInfoResponse.Category\",\n        description = \"Notice and Survey Category Info\"\n    )\n    data class Category(\n        @Schema(description = \"Category ID\")\n        val id: String,\n        @Schema(description = \"Category Name\")\n        val name: String,\n    )\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Attach\", description = \"Attachment (image or file)\")\n    data class Attach(\n        @Schema(description = \"Attachment ID\")\n        val id: Long,\n        @Schema(description = \"File path\")\n        val path: String,\n        @Schema(description = \"File name\")\n        val name: String,\n        @Schema(description = \"File size (bytes)\")\n        val size: Long,\n    )\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Recipient\", description = \"Recipient\")\n    data class Recipient(\n        @Schema(description = \"Recipient Info\")\n        val user: User,\n        @Schema(description = \"Whether the notice/survey was confirmed\")\n        val isConfirmed: Boolean,\n        @Schema(description = \"Whether the survey was answered\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val isAnswered: Boolean?,\n        @Schema(description = \"Confirmation timestamp\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val confirmedDt: LocalDateTime?,\n        @Schema(description = \"Answer timestamp\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val answeredDt: LocalDateTime?,\n        @Schema(description = \"Survey answers by question\")\n        @JsonInclude(JsonInclude.Include.NON_EMPTY)\n        val answer: List&lt;Answer&gt;?,\n    )\n    @Schema(name = \"NoticeAndSurveyInfoResponse.User\", description = \"User Info\")\n    data class User(\n        @Schema(description = \"User ID\")\n        val userId: String,\n        @Schema(description = \"Name\")\n        val userName: String,\n        @Schema(description = \"Employee number\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val empId: String?,\n        @Schema(description = \"Phone number\")\n        val phone: String,\n        @Schema(description = \"Group ID\")\n        val groupId: String,\n        @Schema(description = \"Group name\")\n        val groupName: String,\n        @Schema(description = \"Workplace ID\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val workplaceId: String?,\n        @Schema(description = \"Workplace name\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val workplaceName: String?,\n        @Schema(description = \"Position ID\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val positionId: String?,\n        @Schema(description = \"Position name\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val positionName: String?,\n        @Schema(description = \"Is leader\")\n        val isLeader: Boolean,\n        @Schema(description = \"Is resigned\")\n        val isResign: Boolean,\n        @Schema(description = \"Hire date\")\n        val hireDate: LocalDate?,\n        @Schema(description = \"Resignation date\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val resignDate: LocalDate?,\n    )\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Statistics\", description = \"Statistics\")\n    data class Statistics(\n        @Schema(description = \"Total recipients\")\n        val recipients: Long = 0,\n        @Schema(description = \"Number of confirmations\")\n        val confirmed: Long = 0,\n        @Schema(description = \"Number of answers\")\n        @JsonInclude(JsonInclude.Include.NON_NULL)\n        val answered: Long? = null,\n    )\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Type\", description = \"Type of content: Notice or Survey\")\n    enum class Type {\n        NOTICE, SURVEY;\n    }\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Status\", description = \"Status of notice or survey\")\n    enum class Status {\n        REGISTER, // Registered\n        RESERVE,   // Reserved\n        SEND,       // Sent\n        RECALL      // Recalled\n    }\n    @Schema(name = \"NoticeAndSurveyInfoResponse.SurveyQuestion\", description = \"Survey Question\")\n    data class SurveyQuestion(\n        @Schema(description = \"Question number\")\n        val no: Int,\n        @Schema(description = \"Question ID\")\n        val questionId: String,\n        @Schema(description = \"Question\")\n        val question: String,\n        @Schema(description = \"Question type: SINGLE_SELECT, MULTI_SELECT, ESSAY, IMAGE_UPLOAD\")\n        val questionType: QuestionType,\n        @Schema(description = \"Is required\")\n        val isRequired: Boolean,\n        @Schema(description = \"Camera only\")\n        val isCameraOnly: Boolean,\n        @Schema(description = \"Number only\")\n        val isNumberOnly: Boolean,\n        @Schema(description = \"Min value\")\n        val minNumber: Double?,\n        @Schema(description = \"Max value\")\n        val maxNumber: Double?,\n        @Schema(description = \"Image attachable\")\n        val isAttachImg: Boolean,\n        @Schema(description = \"Question items\")\n        val questionItemList: List&lt;Item&gt;?,\n        @Schema(description = \"Attached images\")\n        val imageList: List&lt;Attach&gt;?,\n    ) {\n        enum class QuestionType {\n            SINGLE_SELECT,\n            MULTI_SELECT,\n            ESSAY,\n            IMAGE_UPLOAD;\n        }\n        @Schema(name = \"NoticeAndSurveyInfoResponse.SurveyQuestion.Item\", description = \"Question item\")\n        data class Item(\n            @Schema(description = \"Item index\")\n            val index: Int,\n            @Schema(description = \"Item ID\")\n            val itemId: String,\n            @Schema(description = \"Item name\")\n            val itemName: String,\n        )\n    }\n    @Schema(name = \"NoticeAndSurveyInfoResponse.Answer\", description = \"Answer Info\")\n    data class Answer(\n        @Schema(description = \"Question ID\")\n        val questionId: String,\n        @Schema(description = \"Question type\")\n        val questionType: SurveyQuestion.QuestionType,\n        @Schema(description = \"Essay answer\")\n        val essay: String?,\n        @Schema(description = \"Selected items\")\n        val selectedItems: List&lt;SurveyQuestion.Item&gt;?,\n        @Schema(description = \"Answer images\")\n        val images: List&lt;AnswerImage&gt;?,\n    ) {\n        @Schema(name = \"NoticeAndSurveyInfoResponse.Answer.AnswerImage\", description = \"Answer image\")\n        data class AnswerImage(\n            @Schema(description = \"Image index\")\n            val index: Long,\n            @Schema(description = \"Image ID\")\n            val id: Long,\n            @Schema(description = \"Image path\")\n            val path: String,\n            @Schema(description = \"Workplace ID\")\n            val workplaceId: String?,\n            @Schema(description = \"Workplace name\")\n            val workplaceName: String?,\n            @Schema(description = \"Workplace code\")\n            val workplaceCode: String?,\n        )\n    }\n}\n\n</code></pre>\n","_postman_id":"1efda20f-a488-4a2a-a728-aec9765838b3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]},"isInherited":true,"source":{"_postman_id":"8ee04b9d-28e6-4968-9321-d7523398f000","id":"8ee04b9d-28e6-4968-9321-d7523398f000","name":"SHOPL_API v1.9.3 - Document","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authKey"},{"key":"value","value":"{{authKey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"5ff013d9-1be0-4e67-b5f5-d47cddb468e0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b68a0bb-9078-4b02-a4df-60f26dd67117","type":"text/javascript","exec":[""]}}],"variable":[{"key":"service_name","value":"SHOPL"},{"key":"service_url","value":"https://api.shoplworks.com"},{"key":"dashboard_url","value":"https://dashboard.shoplworks.com"},{"key":"support_email","value":"support@shoplworks.com"}]}