{"info":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","description":"<html><head></head><body><h3>FMS Event List</h3>\n\n<p><code>Event 101</code> <strong>Power On</strong><br>Device power on (boot up)</p>\n<p><code>Event 102</code> <strong>Power Off</strong><br>Device power off (normal shutdown)</p>\n<p><code>Event 105</code> <strong>High Temperature</strong><br>Temperature is higher than maximum operating temperature</p>\n<p><code>Event 107</code> <strong>Low Battery Power</strong><br>vehicle battery voltage &lt; min battery level</p>\n<p><code>Event 108</code> <strong>Panic Button</strong><br>User presses the panic button</p>\n<p><code>Event 109</code> <strong>Drowsy</strong><br>Driver is fatigue/drowsy/going to sleep</p>\n<p><code>Event 110</code> <strong>Inattentive Driving</strong><br>Driver is distracted / Driver does not look ahead</p>\n<p><code>Event 111</code> <strong>Lane Departure</strong><br>Vehicle is changing the lane</p>\n<p><code>Event 112</code> <strong>Following Distance</strong><br>Vehicle keeps chasing the front vehicle without having safe distance</p>\n<p><code>Event 113</code> <strong>Rolling Stop</strong><br>Rolling Stop</p>\n<p><code>Event 114</code> <strong>Speeding</strong><br>speed limit violation</p>\n<p><code>Event 118</code> <strong>Factory Reset</strong><br>factory reset</p>\n<p><code>Event 119</code> <strong>Ignition Off</strong><br>Detect Ignition OFF signal</p>\n<p><code>Event 120</code> <strong>Ignition On</strong><br>Detect Ignition ON signal</p>\n<p><code>Event 121</code> <strong>Shock on Moving</strong><br>G-Sensor shock event on driving mode</p>\n<p><code>Event 122</code> <strong>Shock on Parking</strong><br>G-Sensor shock event on parking mode</p>\n<p><code>Event 123</code> <strong>Smoking</strong><br>Driver is smoking on driving</p>\n<p><code>Event 124</code> <strong>No Driver</strong><br>No driver</p>\n<p><code>Event 125</code> <strong>Mobile Usage</strong><br>Driver is using a cellphone on driving</p>\n<p><code>Event 126</code> <strong>Crash</strong><br>Vehicle crash on driving</p>\n<p><code>Event 128</code> <strong>Obstructed Camera</strong><br>Rear lens is covered</p>\n<p><code>Event 129</code> <strong>Forward Collision Warning</strong><br>Forward Collision Warning</p>\n<p><code>Event 133</code> <strong>SD Memory Card Failure</strong><br>SD memory card is not working</p>\n<p><code>Event 134</code> <strong>FW OTA</strong><br>FW Over the Air update</p>\n<p><code>Event 136</code> <strong>Retrived Video</strong><br>Avi file(incl. audio/video/sensor/gps data) is uploaded to the cloud</p>\n<p><code>Event 137</code> <strong>Captured Still Image</strong><br>Still Image capture at every 15 min.</p>\n<p><code>Event 138</code> <strong>Moving</strong><br>Video/audio recording at every 30 seconds on driving mode.</p>\n<p><code>Event 139</code> <strong>Motion</strong><br>Motion detected in park mode</p>\n<p><code>Event 140</code> <strong>Compeleted Media upload</strong><br>Upload Media to cloud platform server</p>\n<p><code>Event 149</code> <strong>Recording on Parking</strong><br>Video/audio recording at every 30 seconds in park mode.</p>\n<p><code>Event 150</code> <strong>Gps lost</strong><br>GPS signal is lost</p>\n<p><code>Event 151</code> <strong>Gps acquired</strong><br>GPS signal is acquired</p>\n<p><code>Event 152</code> <strong>Harsh Accel</strong><br>Harsh Accelaration</p>\n<p><code>Event 153</code> <strong>Harsh Stop</strong><br>Hard Stop</p>\n<p><code>Event 154</code> <strong>Harsh Turn</strong><br>Turn aside abruptly from a straight line or course</p>\n<p><code>Event 155</code> <strong>Driver Calibration</strong><br>In DMS Calibration</p>\n<p><code>Event 156</code> <strong>Start File Uploading</strong><br>Start File upload</p>\n<p><code>Event 160</code> <strong>Start Live Stream</strong><br>Live Stream start</p>\n<p><code>Event 161</code> <strong>Stop Live Stream</strong><br>Live Stream Stop</p>\n<p><code>Event 164</code> <strong>Enter Geofence</strong><br>Go into the Geofence</p>\n<p><code>Event 165</code> <strong>Exit Geofence</strong><br>Go out of Geofence</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8015325","collectionId":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","publishedId":"2sAYBRFDrz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-06T04:42:51.000Z"},"item":[{"name":"Webhook","item":[{"name":"Post from FMS webhook","id":"5265dafd-12ca-4943-98a7-1bebdaf678f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16812345412561940\",\r\n    \"sn\": \"0203030921063778\",\r\n    \"ts\": 1731479420000,\r\n    \"event\": 138\r\n}","options":{"raw":{"language":"json"}}},"url":"<Your URL Endpoint>","description":"<h5>Description</h5>\n\n<p>FMS event Telemetry web-hook must be exposed publicly as a RESTful web API endpoint, accepting POST requests conforming to the following sample body content.</p>\n<hr />\n<h5 id=\"body-parameter\">Body Parameter</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>clientId</strong></td>\n<td>string</td>\n<td>Device Access Token Number</td>\n</tr>\n<tr>\n<td><strong>sn</strong></td>\n<td>string</td>\n<td>Device Serial Number</td>\n</tr>\n<tr>\n<td><strong>ts</strong></td>\n<td>number(integer)</td>\n<td>Time Stamp UTC miliseconds</td>\n</tr>\n<tr>\n<td><strong>event</strong></td>\n<td>number(integer)</td>\n<td>Event Type  <br />- Please refer to the <code>Event List</code> at the top of this page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"host":["<Your URL Endpoint>"],"query":[],"variable":[]}},"response":[],"_postman_id":"5265dafd-12ca-4943-98a7-1bebdaf678f0"}],"id":"e08252f8-edb6-4ff9-8d8d-fd76c721829d","description":"<h3>Introduction</h3>\n\n<p>The webhooks that let your application know when events occur. Using webhooks helps to eliminate unnecessary network requests to the FMS API which can reduce efficiency.</p>\n<p><code>Telemetry Schema</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n  \"$id\": \"http://example.com/product.schema.json\",\n  \"sv\": \"1.1\",\n  \"title\": \"ADAS Data\",\n  \"description\": \"THINKI ADAS Event\",\n  \"type\": \"object\",\n  \"properties\": {\n      \"schema version\":\n      {\n           \"description\": \"schema version #\",\n           \"type\": \"string\"\n      },\n      \"sn\":\n      {\n          \"description\": \"Device Serial #\",\n          \"type\": \"string\"\n      },\n      \"ts\": {\n          \"description\": \"Time Stamp UTC miliseconds\",\n          \"type\": \"number\" \n      },\n      \"seq\":\n      {\n          \"description\": \"message sequence number #\",\n          \"type\": \"number\"\n      },\n      \"event\": {\n           \"description\": \"event type\",\n          \"type\": \"number\",\n      },\n      \"vid\": {\n          \"description\": \"Audio/Video file, format: Timestamp-EventId.avi\",\n          \"type\": \"string\"\n      },\n      \"img\": {\n          \"description\": \"Image file, format: Timestamp-EventId.jpg\",\n          \"type\": \"string\"\n      },\n      \"ulresult\": {\n          \"description\": \"file upload result\",\n          \"type\": \"string\"\n      },\n      \"rpcId\": {\n          \"description\": \"RPC ID from server\",\n          \"type\": \"string\"\n      },\n      \"media\": [{\n          \"type\": \"object\",\n          \"properties\": {\n              \"requestId\": {\n                \"description\": \"SN-Filename\",\n                \"type\":\"string\",\n              },\n              \"file\": {\n                 \"type\":\"string\",\n              },  \n              \"mediaType\": {\n                 \"type\":\"string\",\n                 \"enum\": [\"AVI\",\"JPG\"]\n              }\n          }\n      }]\n      \"lat\": {\n          \"type\": \"number\" \n      },\n      \"lon\": {\n          \"type\": \"number\" \n      },\n      \"hdg\": {\n          \"type\": \"number\" \n      },\n      \"sat\": {\n          \"type\": \"number\" \n      },\n      \"v\": {\n          \"description\": \"V record in RMS sentence\",\n          \"type\": \"boolean\" \n      },\n      \"spd\": {\n          \"description\": \"Speed in MPH\",\n          \"type\": \"number\" \n      },\n      \"el\": {\n          \"type\": \"number\" \n      },\n      \"pl\": {\n          \"type\": \"string\",\n      },\n      \"pri\": {\n          \"type\": \"string\" \n          \"description\": \"Event Priority\",\n      }\n  }\n}\n\n</code></pre>\n<p><code>Sample Telemetry Data</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"schema version\":\"1.1\",\n    \"sn\":\"0203030921063778\",\n    \"ts\":1731472071000,\n    \"seq\":83443,\n    \"event\":138,\n    \"vid\":\"20241113042751-138.avi\",\n    \"lat\":0,\n    \"lon\":0,\n    \"hdg\":0,\n    \"sat\":0,\n    \"v\":false,\n    \"spd\":0,\n    \"el\":0,\n    \"pri\":\"normal\",\n    \"tripid\":\"9810463323693108\",\n    \"tottime\":11001,\n    \"totdist\":0,\n    \"idle\":1,\n    \"lft\":\"20241112200429\"\n}\n\n</code></pre>\n","_postman_id":"e08252f8-edb6-4ff9-8d8d-fd76c721829d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"REST API","item":[{"name":"auth","item":[{"name":"oauth.token","event":[{"listen":"test","script":{"id":"1ae374fc-cec1-40cf-9bc1-704dcb38c625","exec":["var body =  pm.response.json();\r","pm.collectionVariables.set(\"access_token\", body.access_token);\r","pm.collectionVariables.set(\"refresh_token\", body.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5b43393f-a8d6-4a03-a2d2-5d73fda77168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"wee\" ,\r\n    \"password\" : \"qwe123\",\r\n    \"clientid\" : \"longappclient\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token","description":"<h5>Description</h5>\n\n<p>Given a user name and password, this endpoint <strong>generates</strong> an access token and a refresh token.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>username</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>A admin username in the FMS. Obtained by contacting a FMS admin.</td>\n</tr>\n<tr>\n<td><strong>password</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>A admin password in the FMS. Obtained by contacting a FMS admin.</td>\n</tr>\n<tr>\n<td><strong>clientid</strong></td>\n<td>No</td>\n<td>string</td>\n<td>If the <code>clientid</code> value is \"longappclient,\" the token's validity period is extended.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"0386f345-48f4-4f25-89c3-6b4ed1e27b94","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"username\" , \"password\" : \"password\"}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Jun 2023 11:48:44 GMT"},{"key":"x-amzn-RequestId","value":"03b38746-c777-4a63-bdca-553ccf3f84d6"},{"key":"x-amz-apigw-id","value":"GJY4RFYioE0FnVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64806e9b-0852020c23bd504907e9b791;Sampled=0;lineage=be9c7986:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 282b22bf07bbcd1016278bfbbd3579c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ICN51-C1"},{"key":"X-Amz-Cf-Id","value":"JtG7T0Dhei3A9p3zHEeZ49YpZxDK-aZDDTCHthK87qstkUFTd0yOMg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IndlZSIsInJvbGUiOlsic3VwZXIiXSwiaWF0IjoxNzMxOTE5MTg3LCJleHAiOjE3Mzk2OTUxODcsImlzcyI6ImZtcyJ9.O2CyxkcBcTxlsZ_iQMLtAGzO42Z5w4wg8zl2EtxSEm8\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MzE5MTkxODcsImV4cCI6MTczNTgwNzE4NywiaXNzIjoiZm1zIn0.z67qN2ftH64u57SDve3JE8tew5emdmCV0FmNI1yg7Pw\",\n    \"username\": \"wee\",\n    \"info\": {\n        \"name\": \"위재일3\",\n        \"orn\": \"/wisekit\",\n        \"resellerYN\": \"Y\"\n    },\n    \"roles\": [\n        \"super\"\n    ],\n    \"orns\": [\n        \"/1709362616_wisekit\",\n        \"/wisekit\"\n    ],\n    \"config\": {\n        \"distanceUnit\": \"mile\",\n        \"logo\": \"/logo/wisekit_1709430167476.jpg\"\n    },\n    \"clientid\": \"longappclient\"\n}"},{"id":"0c4d42a6-5e61-406d-b5df-3c0d1c15dc23","name":"OK(long)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"username\" , \"password\" : \"password\", \"clientid\" : \"longappclient\" }","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Jun 2023 11:48:44 GMT"},{"key":"x-amzn-RequestId","value":"03b38746-c777-4a63-bdca-553ccf3f84d6"},{"key":"x-amz-apigw-id","value":"GJY4RFYioE0FnVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64806e9b-0852020c23bd504907e9b791;Sampled=0;lineage=be9c7986:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 282b22bf07bbcd1016278bfbbd3579c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ICN51-C1"},{"key":"X-Amz-Cf-Id","value":"JtG7T0Dhei3A9p3zHEeZ49YpZxDK-aZDDTCHthK87qstkUFTd0yOMg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IndlZSIsInJvbGUiOlsic3VwZXIiXSwiaWF0IjoxNzMxOTE5MTg3LCJleHAiOjE3Mzk2OTUxODcsImlzcyI6ImZtcyJ9.O2CyxkcBcTxlsZ_iQMLtAGzO42Z5w4wg8zl2EtxSEm8\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MzE5MTkxODcsImV4cCI6MTczNTgwNzE4NywiaXNzIjoiZm1zIn0.z67qN2ftH64u57SDve3JE8tew5emdmCV0FmNI1yg7Pw\",\n    \"username\": \"wee\",\n    \"info\": {\n        \"name\": \"위재일3\",\n        \"orn\": \"/wisekit\",\n        \"resellerYN\": \"Y\"\n    },\n    \"roles\": [\n        \"super\"\n    ],\n    \"orns\": [\n        \"/1709362616_wisekit\",\n        \"/wisekit\"\n    ],\n    \"config\": {\n        \"distanceUnit\": \"mile\",\n        \"logo\": \"/logo/wisekit_1709430167476.jpg\"\n    },\n    \"clientid\": \"longappclient\"\n}"},{"id":"02fa1add-153b-467d-8c7e-e6e89d716e8e","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"wee\" , \"password\" : \"\", \"clientid\" : \"longappclient\" }","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:50:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"701d6461-9348-4d4d-b073-ccd06f661492"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"x-amz-apigw-id","value":"Bh_OQHLboE0EBEw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-673d78c1-78f4feb8211df36e0931c1f8;Parent=50c0f97c3578e8e1;Sampled=0;Lineage=1:441af1f2:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"계정정보를 찾을 수 없습니다.\"\n}"}],"_postman_id":"5b43393f-a8d6-4a03-a2d2-5d73fda77168"},{"name":"refresh.token","event":[{"listen":"test","script":{"id":"018ce83f-fcfc-4e26-9cd2-d1a01ee3602f","exec":["var body =  pm.response.json();\r","pm.collectionVariables.set(\"access_token\", body.access_token);\r","pm.collectionVariables.set(\"refresh_token\", body.refresh_token);\r",""],"type":"text/javascript","packages":{}}}],"id":"2fe5cf5e-8d42-4b51-b832-47f251a75e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"wee\" ,\r\n    \"grant_type\" : \"refresh_token\" ,\r\n    \"refresh_token\" : \"{{refresh_token}}\",\r\n    \"clientid\" : \"longappclient\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token","description":"<h5>Description</h5>\n\n<p>Once you have a token and a refresh token that you received as a response to the <code>oauth.token</code> endpoint call, it will last for a period of time before it expires. When it <strong>expires</strong>, you can use the <code>refresh.token</code> endpoint to obtain a new token and refresh token. This allows us to obtain a new token without having to send password again.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>username</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>A admin username in the FMS. Obtained by contacting a FMS admin.</td>\n</tr>\n<tr>\n<td><strong>grant_type</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>\"refresh_token\"</td>\n</tr>\n<tr>\n<td><strong>refresh_token</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>refresh token generated by oauth.token endpoint</td>\n</tr>\n<tr>\n<td><strong>clientid</strong></td>\n<td>No</td>\n<td>string</td>\n<td>If the <code>clientid</code> value is \"longappclient,\" the token's validity period is extended.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"e60db513-7644-4608-8e77-b15efe685d78","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"username\" , \"grant_type\" : \"refresh_token\" , \"refresh_token\" : \"{{refresh_token}}\", \"clientid\" : \"longappclient\"}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Jun 2023 11:48:44 GMT"},{"key":"x-amzn-RequestId","value":"03b38746-c777-4a63-bdca-553ccf3f84d6"},{"key":"x-amz-apigw-id","value":"GJY4RFYioE0FnVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64806e9b-0852020c23bd504907e9b791;Sampled=0;lineage=be9c7986:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 282b22bf07bbcd1016278bfbbd3579c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ICN51-C1"},{"key":"X-Amz-Cf-Id","value":"JtG7T0Dhei3A9p3zHEeZ49YpZxDK-aZDDTCHthK87qstkUFTd0yOMg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IndlZSIsInJvbGUiOlsic3VwZXIiXSwiaWF0IjoxNzMxOTE5NDc5LCJleHAiOjE3Mzk2OTU0NzksImlzcyI6ImZtcyJ9.fE4FEh_6y5LmVXmXG0b-3FbfUXk93JhnYo5DaJE6ij4\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MzE5MTk0NzksImV4cCI6MTczNTgwNzQ3OSwiaXNzIjoiZm1zIn0.AmSX754S8vU5PfMOv4uaz6LsHLkkqIRmmN3LcRmtCy0\",\n    \"username\": \"wee\",\n    \"info\": {\n        \"name\": \"위재일3\",\n        \"orn\": \"/wisekit\",\n        \"resellerYN\": \"Y\"\n    },\n    \"roles\": [\n        \"super\"\n    ],\n    \"orns\": [\n        \"/1709362616_wisekit\",\n        \"/wisekit\"\n    ],\n    \"config\": {\n        \"distanceUnit\": \"mile\",\n        \"logo\": \"/logo/wisekit_1709430167476.jpg\"\n    },\n    \"clientid\": \"longappclient\"\n}"},{"id":"65d4ae05-3cf3-4c81-922c-68f13a91aca8","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"wee\" , \"grant_type\" : \"refresh_token\" , \"refresh_token\" : \"{{refresh_token}}\", \"clientid\" : \"longappclient\"}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:52:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"38d7bdc4-a4e3-4ef2-a8af-2a1cb649add7"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"x-amz-apigw-id","value":"Bh_agGJHIE0EbqA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-673d790f-0ef72a0e1a5792244c7c3999;Parent=73a8dc9c80c3e7fb;Sampled=0;Lineage=1:441af1f2:0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2fe5cf5e-8d42-4b51-b832-47f251a75e10"}],"id":"9c7f0a77-7c58-4958-a9fc-d84648e9e08e","description":"<p>Authorization in the REST API is obtained by:</p>\n<ol>\n<li><p>Getting a username and password from a FMS admin. The user must have Admin rights to have access to the APIs.</p>\n</li>\n<li><p>Get a JWT token by going to the <code>oauth.token</code> endpoint.</p>\n</li>\n</ol>\n","_postman_id":"9c7f0a77-7c58-4958-a9fc-d84648e9e08e","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"device","item":[{"name":"DeviceList","id":"11a70d51-485f-4f0a-a517-bc25fc28d056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fms-api.wisekit.co.kr/api/device?page=1&rows=10&orn=/wisekit&ornMethod=like&carNo=49더9662","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves a list of devices with optional filters and pagination support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>mandatary , equals or like</p>\n","type":"text/plain"},"key":"ornMethod","value":"like"},{"description":{"content":"<p>(optional)Vehicle Number</p>\n","type":"text/plain"},"key":"carNo","value":"49더9662"},{"disabled":true,"description":{"content":"<p>(optional)(Start Unix Timestamp / 1000)</p>\n","type":"text/plain"},"key":"beginTs","value":"1589142853"},{"disabled":true,"description":{"content":"<p>(optional)(End Unix Timestamp / 1000)</p>\n","type":"text/plain"},"key":"endTs","value":"2589142853"},{"disabled":true,"description":{"content":"<p>(optional)Device Serial Number</p>\n","type":"text/plain"},"key":"sn","value":null},{"disabled":true,"description":{"content":"<p>(optional)Driver ID</p>\n","type":"text/plain"},"key":"did","value":null}],"variable":[]}},"response":[{"id":"eb1fc311-4488-4ad1-bd20-e99e57838cd3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device?page=1&rows=10&orn=/wisekit&ornMethod=like&carNo=49더9662","host":["https://fms-api.wisekit.co.kr"],"path":["api","device"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ornMethod","value":"like","description":"mandatary , equals or like"},{"key":"carNo","value":"49더9662","description":"(optional)Vehicle Number"},{"key":"beginTs","value":"1589142853","description":"(optional)(Start Unix Timestamp / 1000)","disabled":true},{"key":"endTs","value":"2589142853","description":"(optional)(End Unix Timestamp / 1000)","disabled":true},{"key":"carNo","value":null,"description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":null,"description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"total\": 1,\r\n    \"items\": [\r\n        {\r\n            \"clientId\": \"tki16908700070150580\",\r\n            \"sn\": \"0000000000000194\",\r\n            \"orn\": \"/wisekit\",\r\n            \"carNo\": \"49더9662\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"ts\": 1706575134,\r\n            \"did\": 1,\r\n            \"vUpdated\": 1714797656,\r\n            \"mTotDistance\": 48304324,\r\n            \"mDistanceAfterOilReset\": 24324,\r\n            \"mCycleOil\": 48280000,\r\n            \"mMaintainYmd\": \"240303\",\r\n            \"mMaintainCycleM\": 12,\r\n            \"registTs\": 0,\r\n            \"resellerOrn\": null,\r\n            \"aid\": \"master\",\r\n            \"orgNm\": \"와이즈킷\",\r\n            \"drName\": \"위재일\",\r\n            \"cfgReqId\": \"master1720488174\",\r\n            \"cfgReqTs\": 1720488174,\r\n            \"cfgId\": \"wee1707453577\",\r\n            \"cfgTs\": 1707453577,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.37\",\r\n            \"vIdle\": 0,\r\n            \"vLat\": 37.0435,\r\n            \"vLon\": 126.99445,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120\r\n        }\r\n    ]\r\n}"},{"id":"b486484a-e4f7-4987-ba2a-35e0abbba090","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device?page=1&rows=10&orn=/wisekit&ornMethod=like&carNo=49더9662","host":["https://fms-api.wisekit.co.kr"],"path":["api","device"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ornMethod","value":"like","description":"mandatary , equals or like"},{"key":"carNo","value":"49더9662","description":"(optional)Vehicle Number"},{"key":"beginTs","value":"1589142853","description":"(optional)(Start Unix Timestamp / 1000)","disabled":true},{"key":"endTs","value":"2589142853","description":"(optional)(End Unix Timestamp / 1000)","disabled":true},{"key":"sn","value":null,"description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":null,"description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:38:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6a94b347-5be6-4c7f-9a8f-73da9213b3d6"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh9VPGshIE0EfQQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"52a71158-3675-4ca5-a68f-11dc1ece5b0b","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device?page=1&rows=10&orn=wisekit&ornMethod=like&carNo=49더9662","host":["https://fms-api.wisekit.co.kr"],"path":["api","device"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"orn","value":"wisekit","description":"Organization ID"},{"key":"ornMethod","value":"like","description":"mandatary , equals or like"},{"key":"carNo","value":"49더9662","description":"(optional)Vehicle Number"},{"key":"beginTs","value":"1589142853","description":"(optional)(Start Unix Timestamp / 1000)","disabled":true},{"key":"endTs","value":"2589142853","description":"(optional)(End Unix Timestamp / 1000)","disabled":true},{"key":"sn","value":null,"description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":null,"description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"11a70d51-485f-4f0a-a517-bc25fc28d056"},{"name":"DeviceDelete","id":"f789ebee-dc1e-41dd-848e-9e965cdb0baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fms-api.wisekit.co.kr/api/device/:clientId","description":"<h5>Description</h5>\n\n<p>This endpoint deletes a specific device from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device",":clientId"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>(Required)Device Access Token Number</p>\n","type":"text/plain"},"type":"any","value":"vk103213013","key":"clientId"}]}},"response":[{"id":"62625f54-e6ad-4396-9ab6-6a2ba3e618f1","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"","description":"(Required)Device Access Token Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"e70f771e-5e15-4cff-962d-17b58fe853f3","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"","description":"(Required)Device Access Token Number"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:42:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0a21ea17-e13c-41ab-a46f-1d06161abc2a"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh98uGzyIE0EMQQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"87dc3ad8-20c2-4614-b1be-260d442af2c4","name":"NotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"1410491284012480129812094812904124","description":"(Required)Device Access Token Number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No device information\",\n    \"code\": \"not_found_device\"\n}"},{"id":"577e51df-440c-455d-bf6a-aba6ab3a2073","name":"ActiveNotDelete","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"tki16812344829776847","description":"(Required)Device Access Token Number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Active devices cannot be deleted\",\n    \"code\": \"active_device_delete_not_allowed\"\n}"}],"_postman_id":"f789ebee-dc1e-41dd-848e-9e965cdb0baf"},{"name":"DeviceGet","id":"0bc8292d-ab13-49f7-a6dd-1965fbf03603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/device/:clientId","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves the details of a specific device using <code>clientId</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device",":clientId"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>(Required)Device Access Token Number</p>\n","type":"text/plain"},"type":"any","value":"tki16908700070150580","key":"clientId"}]}},"response":[{"id":"44baa623-327e-4147-aa35-580a7dcb4619","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/device/tki16908700070150580"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"clientId\": \"tki16908700070150580\",\r\n    \"sn\": \"0000000000000194\",\r\n    \"orn\": \"/wisekit\",\r\n    \"carNo\": \"49더9662\",\r\n    \"modelNm\": \"K390KR\",\r\n    \"ts\": 1706575134,\r\n    \"did\": 1,\r\n    \"vUpdated\": 1714797009,\r\n    \"mTotDistance\": 48304324,\r\n    \"mDistanceAfterOilReset\": 24324,\r\n    \"mCycleOil\": 48280000,\r\n    \"mMaintainYmd\": \"240303\",\r\n    \"mMaintainCycleM\": 12,\r\n    \"registTs\": 0,\r\n    \"resellerOrn\": null,\r\n    \"aid\": \"master\",\r\n    \"drName\": \"위재일\"\r\n}"},{"id":"07422323-7a06-4375-8868-cc0712db0e2e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"tki16908700070150580","description":"(Required)Device Access Token Number"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:44:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"080df76f-d2f5-4740-b899-0453f4c45508"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-P9GgiIE0EXrA="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"6299cc7c-9c05-444d-9795-561b817c76cf","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device/:clientId","host":["https://fms-api.wisekit.co.kr"],"path":["api","device",":clientId"],"variable":[{"key":"clientId","value":"14912941294129412949","description":"(Required)Device Access Token Number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Internal server error\"\n}"}],"_postman_id":"0bc8292d-ab13-49f7-a6dd-1965fbf03603"},{"name":"DeviceCreate","id":"91e608e6-f9fb-4859-a2dd-61b3ae218c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\" : \"/wisekit\",\r\n    \"devices\" : [\r\n        {\r\n            \"clientId\" : \"tki16908700070150580\",\r\n            \"sn\" : \"0000000000000194\",\r\n            \"carNo\" : \"49더9662\",\r\n            \"modelNm\" : \"K390KR1\",\r\n            \"did\" : 1\r\n        }\r\n    ]\r\n}"},"url":"https://fms-api.wisekit.co.kr/api/device","description":"<h5>Description</h5>\n\n<p>This endpoint creates a new device on the server when the <code>clientId</code> doesn't match with server data, and updates the existing device if it matches.</p>\n<hr />\n<h5>Notes</h5>\n\n<p>If you encounter a <code>not_registered_serial</code> or <code>not_registered_clientId</code> error, please contact the Administrator regarding the Serial Number (and Device Access Token Number).</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID</td>\n</tr>\n<tr>\n<td><strong>devices</strong></td>\n<td>Yes</td>\n<td>Array(Object)</td>\n<td>Device List Data</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>device in devices</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>clientId</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Access Token Number</td>\n</tr>\n<tr>\n<td><strong>sn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Serial Number</td>\n</tr>\n<tr>\n<td><strong>carNo</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Vehicle Number</td>\n</tr>\n<tr>\n<td><strong>modelNm</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Model Name</td>\n</tr>\n<tr>\n<td><strong>did</strong></td>\n<td>Yes</td>\n<td>number(integer)</td>\n<td>Driver ID</td>\n</tr>\n<tr>\n<td><strong>mTotDistance</strong></td>\n<td>No</td>\n<td>number(integer)</td>\n<td>Total Operation Distance</td>\n</tr>\n<tr>\n<td><strong>mDistanceAfterOilReset</strong></td>\n<td>No</td>\n<td>number(integer)</td>\n<td>Operation Distance after latest Engine Oil Change</td>\n</tr>\n<tr>\n<td><strong>mCycleOil</strong></td>\n<td>No</td>\n<td>number(integer)</td>\n<td>Engine Oil Change Interval in Distance</td>\n</tr>\n<tr>\n<td><strong>mMaintainYmd</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Latest Maintenance / Inspection Date (format : YYMMDD)</td>\n</tr>\n<tr>\n<td><strong>mMaintainCycleM</strong></td>\n<td>No</td>\n<td>number(integer)</td>\n<td>Maintenance / Inspection Interval</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"cba6dbe3-6f4e-4145-ba0c-895b810c93f2","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orn\" : \"/wisekit\" , \"devices\" : [\r\n    {\"clientId\" : \"tki16908700070150580\" , \"sn\" : \"0000000000000194\" ,\"carNo\" : \"49더9662\" , \"modelNm\" : \"K390KR1\" , \"did\" : 1}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"total\": 1,\r\n    \"success\": 1\r\n}"},{"id":"363b3e79-16f5-493e-873c-6687646306fb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orn\" : \"/wisekit\" , \"devices\" : [\r\n    {\"clientId\" : \"WKTEST2\" , \"sn\" : \"WK123123123\" ,\"carNo\" : \"49더9662\" , \"modelNm\" : \"K390KR1\" , \"did\" : 2}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:44:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2ada777c-ef7b-432e-81d1-efefc135fc5d"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-SpEEsIE0EC3g="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"45053f2a-af60-4167-83dc-de86bfb086ed","name":"NotRegisterSerial","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orn\" : \"/wisekit\" , \"devices\" : [\r\n    {\"clientId\" : \"WKTEST2\" , \"sn\" : \"WK123123123\" ,\"carNo\" : \"49더9662\" , \"modelNm\" : \"K390KR1\" , \"did\" : 2}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"not registered serial Number\",\n    \"code\": \"not_registered_serial\"\n}"},{"id":"95d1c35e-a93f-4e94-b32b-68162e9de3c9","name":"NotRegisterClientId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orn\" : \"/wisekit\" , \"devices\" : [\r\n    {\"clientId\" : \"0201042\" , \"sn\" : \"00000000000WK174\" ,\"carNo\" : \"49더9662\" , \"modelNm\" : \"K390KR1\" , \"did\" : 1}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"not registered clientId\",\n    \"code\": \"not_registered_clientId\"\n}"},{"id":"7265d38a-d04b-4aa5-89e8-e581fb2e9354","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orn\" : \"wise2142194127491\" , \"devices\" : [\r\n    {\"clientId\" : \"tki16908700070150580\" , \"sn\" : \"0000000000000194\" ,\"carNo\" : \"49더9662\" , \"modelNm\" : \"K390KR1\" , \"did\" : 1}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"91e608e6-f9fb-4859-a2dd-61b3ae218c6a"}],"id":"d37def3f-5b6c-43ae-b2c8-409a1c8faf7c","description":"<p>FMS API for managing fleet devices information. Provides functions for creating, reading, updating, and deleting device data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"d37def3f-5b6c-43ae-b2c8-409a1c8faf7c","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"driver","item":[{"name":"DriverList","id":"05c22c8b-d13a-4c5c-a5d9-f26bdb47f4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://fms-api.wisekit.co.kr/api/driver?page=1&rows=10&orn=/wisekit","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves a list of drivers with optional filters and pagination support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"disabled":true,"description":{"content":"<p>(optional)Driver Name</p>\n","type":"text/plain"},"key":"keyword","value":"위재일"}],"variable":[]}},"response":[{"id":"d235d7cb-e316-4857-8d38-da369aaaadf3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver?page=1&rows=10&orn=/wisekit&keyword=","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver"],"query":[{"key":"page","value":"1"},{"key":"rows","value":"10"},{"key":"orn","value":"/wisekit"},{"key":"keyword","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"total\": 10002,\r\n    \"items\": [\r\n        {\r\n            \"did\": 30101,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK100\",\r\n            \"name\": \"드라이버100\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 100,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37002,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7001\",\r\n            \"name\": \"드라이버7001\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7001,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37003,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7002\",\r\n            \"name\": \"드라이버7002\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7002,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37004,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7003\",\r\n            \"name\": \"드라이버7003\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7003,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37005,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7004\",\r\n            \"name\": \"드라이버7004\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7004,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37006,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7005\",\r\n            \"name\": \"드라이버7005\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7005,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37007,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7006\",\r\n            \"name\": \"드라이버7006\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7006,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37008,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7007\",\r\n            \"name\": \"드라이버7007\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7007,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37009,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7008\",\r\n            \"name\": \"드라이버7008\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7008,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37010,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7009\",\r\n            \"name\": \"드라이버7009\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7009,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30702,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK701\",\r\n            \"name\": \"드라이버701\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 701,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37011,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7010\",\r\n            \"name\": \"드라이버7010\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7010,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37012,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7011\",\r\n            \"name\": \"드라이버7011\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7011,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37013,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7012\",\r\n            \"name\": \"드라이버7012\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7012,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37014,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7013\",\r\n            \"name\": \"드라이버7013\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7013,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37015,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7014\",\r\n            \"name\": \"드라이버7014\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7014,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37016,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7015\",\r\n            \"name\": \"드라이버7015\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7015,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37017,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7016\",\r\n            \"name\": \"드라이버7016\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7016,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37018,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7017\",\r\n            \"name\": \"드라이버7017\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7017,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37019,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7018\",\r\n            \"name\": \"드라이버7018\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7018,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37020,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7019\",\r\n            \"name\": \"드라이버7019\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7019,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30703,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK702\",\r\n            \"name\": \"드라이버702\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 702,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37021,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7020\",\r\n            \"name\": \"드라이버7020\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7020,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37022,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7021\",\r\n            \"name\": \"드라이버7021\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7021,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37023,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7022\",\r\n            \"name\": \"드라이버7022\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7022,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37024,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7023\",\r\n            \"name\": \"드라이버7023\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7023,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37025,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7024\",\r\n            \"name\": \"드라이버7024\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7024,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37026,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7025\",\r\n            \"name\": \"드라이버7025\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7025,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37027,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7026\",\r\n            \"name\": \"드라이버7026\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7026,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37028,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7027\",\r\n            \"name\": \"드라이버7027\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7027,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37029,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7028\",\r\n            \"name\": \"드라이버7028\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7028,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37030,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7029\",\r\n            \"name\": \"드라이버7029\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7029,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30704,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK703\",\r\n            \"name\": \"드라이버703\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 703,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37031,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7030\",\r\n            \"name\": \"드라이버7030\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7030,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37032,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7031\",\r\n            \"name\": \"드라이버7031\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7031,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37033,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7032\",\r\n            \"name\": \"드라이버7032\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7032,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37034,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7033\",\r\n            \"name\": \"드라이버7033\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7033,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37035,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7034\",\r\n            \"name\": \"드라이버7034\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7034,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37036,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7035\",\r\n            \"name\": \"드라이버7035\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7035,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37037,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7036\",\r\n            \"name\": \"드라이버7036\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7036,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37038,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7037\",\r\n            \"name\": \"드라이버7037\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7037,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37039,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7038\",\r\n            \"name\": \"드라이버7038\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7038,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37040,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7039\",\r\n            \"name\": \"드라이버7039\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7039,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30705,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK704\",\r\n            \"name\": \"드라이버704\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 704,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37041,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7040\",\r\n            \"name\": \"드라이버7040\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7040,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37042,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7041\",\r\n            \"name\": \"드라이버7041\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7041,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37043,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7042\",\r\n            \"name\": \"드라이버7042\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7042,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37044,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7043\",\r\n            \"name\": \"드라이버7043\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7043,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37045,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7044\",\r\n            \"name\": \"드라이버7044\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7044,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37046,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7045\",\r\n            \"name\": \"드라이버7045\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7045,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37047,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7046\",\r\n            \"name\": \"드라이버7046\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7046,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37048,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7047\",\r\n            \"name\": \"드라이버7047\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7047,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37049,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7048\",\r\n            \"name\": \"드라이버7048\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7048,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37050,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7049\",\r\n            \"name\": \"드라이버7049\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7049,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30706,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK705\",\r\n            \"name\": \"드라이버705\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 705,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37051,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7050\",\r\n            \"name\": \"드라이버7050\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7050,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37052,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7051\",\r\n            \"name\": \"드라이버7051\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7051,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37053,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7052\",\r\n            \"name\": \"드라이버7052\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7052,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37054,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7053\",\r\n            \"name\": \"드라이버7053\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7053,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37055,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7054\",\r\n            \"name\": \"드라이버7054\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7054,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37056,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7055\",\r\n            \"name\": \"드라이버7055\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7055,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37057,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7056\",\r\n            \"name\": \"드라이버7056\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7056,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37058,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7057\",\r\n            \"name\": \"드라이버7057\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7057,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37059,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7058\",\r\n            \"name\": \"드라이버7058\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7058,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37060,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7059\",\r\n            \"name\": \"드라이버7059\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7059,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30707,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK706\",\r\n            \"name\": \"드라이버706\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 706,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37061,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7060\",\r\n            \"name\": \"드라이버7060\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7060,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37062,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7061\",\r\n            \"name\": \"드라이버7061\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7061,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37063,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7062\",\r\n            \"name\": \"드라이버7062\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7062,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37064,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7063\",\r\n            \"name\": \"드라이버7063\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7063,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37065,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7064\",\r\n            \"name\": \"드라이버7064\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7064,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37066,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7065\",\r\n            \"name\": \"드라이버7065\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7065,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37067,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7066\",\r\n            \"name\": \"드라이버7066\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7066,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37068,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7067\",\r\n            \"name\": \"드라이버7067\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7067,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37069,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7068\",\r\n            \"name\": \"드라이버7068\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7068,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37070,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7069\",\r\n            \"name\": \"드라이버7069\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7069,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30708,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK707\",\r\n            \"name\": \"드라이버707\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 707,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37071,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7070\",\r\n            \"name\": \"드라이버7070\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7070,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37072,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7071\",\r\n            \"name\": \"드라이버7071\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7071,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37073,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7072\",\r\n            \"name\": \"드라이버7072\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7072,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37074,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7073\",\r\n            \"name\": \"드라이버7073\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7073,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37075,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7074\",\r\n            \"name\": \"드라이버7074\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7074,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37076,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7075\",\r\n            \"name\": \"드라이버7075\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7075,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37077,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7076\",\r\n            \"name\": \"드라이버7076\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7076,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37078,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7077\",\r\n            \"name\": \"드라이버7077\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7077,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37079,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7078\",\r\n            \"name\": \"드라이버7078\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7078,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37080,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7079\",\r\n            \"name\": \"드라이버7079\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7079,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30709,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK708\",\r\n            \"name\": \"드라이버708\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 708,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37081,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7080\",\r\n            \"name\": \"드라이버7080\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7080,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37082,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7081\",\r\n            \"name\": \"드라이버7081\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7081,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37083,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7082\",\r\n            \"name\": \"드라이버7082\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7082,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37084,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7083\",\r\n            \"name\": \"드라이버7083\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7083,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37085,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7084\",\r\n            \"name\": \"드라이버7084\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7084,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37086,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7085\",\r\n            \"name\": \"드라이버7085\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7085,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37087,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7086\",\r\n            \"name\": \"드라이버7086\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7086,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37088,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7087\",\r\n            \"name\": \"드라이버7087\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7087,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37089,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7088\",\r\n            \"name\": \"드라이버7088\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7088,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37090,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7089\",\r\n            \"name\": \"드라이버7089\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7089,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30710,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK709\",\r\n            \"name\": \"드라이버709\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 709,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37091,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7090\",\r\n            \"name\": \"드라이버7090\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7090,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37092,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7091\",\r\n            \"name\": \"드라이버7091\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7091,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37093,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7092\",\r\n            \"name\": \"드라이버7092\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7092,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37094,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7093\",\r\n            \"name\": \"드라이버7093\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7093,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37095,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7094\",\r\n            \"name\": \"드라이버7094\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7094,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37096,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7095\",\r\n            \"name\": \"드라이버7095\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7095,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37097,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7096\",\r\n            \"name\": \"드라이버7096\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7096,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37098,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7097\",\r\n            \"name\": \"드라이버7097\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7097,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37099,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7098\",\r\n            \"name\": \"드라이버7098\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7098,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37100,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7099\",\r\n            \"name\": \"드라이버7099\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7099,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30711,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK710\",\r\n            \"name\": \"드라이버710\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 710,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37101,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7100\",\r\n            \"name\": \"드라이버7100\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7100,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37102,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7101\",\r\n            \"name\": \"드라이버7101\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7101,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37103,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7102\",\r\n            \"name\": \"드라이버7102\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7102,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37104,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7103\",\r\n            \"name\": \"드라이버7103\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7103,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37105,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7104\",\r\n            \"name\": \"드라이버7104\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7104,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37106,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7105\",\r\n            \"name\": \"드라이버7105\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7105,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37107,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7106\",\r\n            \"name\": \"드라이버7106\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7106,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37108,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7107\",\r\n            \"name\": \"드라이버7107\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7107,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37109,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7108\",\r\n            \"name\": \"드라이버7108\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7108,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37110,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7109\",\r\n            \"name\": \"드라이버7109\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7109,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30712,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK711\",\r\n            \"name\": \"드라이버711\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 711,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37111,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7110\",\r\n            \"name\": \"드라이버7110\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7110,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37112,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7111\",\r\n            \"name\": \"드라이버7111\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7111,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37113,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7112\",\r\n            \"name\": \"드라이버7112\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7112,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37114,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7113\",\r\n            \"name\": \"드라이버7113\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7113,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37115,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7114\",\r\n            \"name\": \"드라이버7114\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7114,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37116,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7115\",\r\n            \"name\": \"드라이버7115\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7115,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37117,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7116\",\r\n            \"name\": \"드라이버7116\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7116,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37118,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7117\",\r\n            \"name\": \"드라이버7117\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7117,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37119,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7118\",\r\n            \"name\": \"드라이버7118\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7118,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37120,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7119\",\r\n            \"name\": \"드라이버7119\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7119,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30713,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK712\",\r\n            \"name\": \"드라이버712\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 712,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37121,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7120\",\r\n            \"name\": \"드라이버7120\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7120,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37122,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7121\",\r\n            \"name\": \"드라이버7121\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7121,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37123,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7122\",\r\n            \"name\": \"드라이버7122\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7122,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37124,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7123\",\r\n            \"name\": \"드라이버7123\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7123,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37125,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7124\",\r\n            \"name\": \"드라이버7124\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7124,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37126,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7125\",\r\n            \"name\": \"드라이버7125\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7125,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37127,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7126\",\r\n            \"name\": \"드라이버7126\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7126,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37128,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7127\",\r\n            \"name\": \"드라이버7127\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7127,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37129,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7128\",\r\n            \"name\": \"드라이버7128\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7128,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37130,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7129\",\r\n            \"name\": \"드라이버7129\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7129,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30714,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK713\",\r\n            \"name\": \"드라이버713\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 713,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37131,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7130\",\r\n            \"name\": \"드라이버7130\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7130,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37132,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7131\",\r\n            \"name\": \"드라이버7131\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7131,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37133,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7132\",\r\n            \"name\": \"드라이버7132\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7132,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37134,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7133\",\r\n            \"name\": \"드라이버7133\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7133,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37135,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7134\",\r\n            \"name\": \"드라이버7134\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7134,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37136,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7135\",\r\n            \"name\": \"드라이버7135\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7135,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37137,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7136\",\r\n            \"name\": \"드라이버7136\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7136,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37138,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7137\",\r\n            \"name\": \"드라이버7137\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7137,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37139,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7138\",\r\n            \"name\": \"드라이버7138\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7138,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37140,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7139\",\r\n            \"name\": \"드라이버7139\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7139,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30715,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK714\",\r\n            \"name\": \"드라이버714\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 714,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37141,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7140\",\r\n            \"name\": \"드라이버7140\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7140,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37142,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7141\",\r\n            \"name\": \"드라이버7141\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7141,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37143,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7142\",\r\n            \"name\": \"드라이버7142\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7142,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37144,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7143\",\r\n            \"name\": \"드라이버7143\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7143,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37145,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7144\",\r\n            \"name\": \"드라이버7144\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7144,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37146,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7145\",\r\n            \"name\": \"드라이버7145\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7145,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37147,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7146\",\r\n            \"name\": \"드라이버7146\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7146,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37148,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7147\",\r\n            \"name\": \"드라이버7147\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7147,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37149,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7148\",\r\n            \"name\": \"드라이버7148\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7148,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37150,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7149\",\r\n            \"name\": \"드라이버7149\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7149,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30716,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK715\",\r\n            \"name\": \"드라이버715\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 715,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37151,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7150\",\r\n            \"name\": \"드라이버7150\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7150,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37152,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7151\",\r\n            \"name\": \"드라이버7151\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7151,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37153,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7152\",\r\n            \"name\": \"드라이버7152\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7152,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37154,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7153\",\r\n            \"name\": \"드라이버7153\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7153,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37155,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7154\",\r\n            \"name\": \"드라이버7154\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7154,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37156,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7155\",\r\n            \"name\": \"드라이버7155\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7155,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37157,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7156\",\r\n            \"name\": \"드라이버7156\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7156,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37158,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7157\",\r\n            \"name\": \"드라이버7157\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7157,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37159,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7158\",\r\n            \"name\": \"드라이버7158\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7158,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37160,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7159\",\r\n            \"name\": \"드라이버7159\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7159,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30717,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK716\",\r\n            \"name\": \"드라이버716\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 716,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37161,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7160\",\r\n            \"name\": \"드라이버7160\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7160,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37162,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7161\",\r\n            \"name\": \"드라이버7161\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7161,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37163,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7162\",\r\n            \"name\": \"드라이버7162\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7162,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37164,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7163\",\r\n            \"name\": \"드라이버7163\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7163,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37165,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7164\",\r\n            \"name\": \"드라이버7164\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7164,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37166,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7165\",\r\n            \"name\": \"드라이버7165\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7165,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37167,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7166\",\r\n            \"name\": \"드라이버7166\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7166,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37168,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7167\",\r\n            \"name\": \"드라이버7167\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7167,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37169,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7168\",\r\n            \"name\": \"드라이버7168\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7168,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37170,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7169\",\r\n            \"name\": \"드라이버7169\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7169,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30718,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK717\",\r\n            \"name\": \"드라이버717\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 717,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37171,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7170\",\r\n            \"name\": \"드라이버7170\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7170,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37172,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7171\",\r\n            \"name\": \"드라이버7171\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7171,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37173,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7172\",\r\n            \"name\": \"드라이버7172\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7172,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37174,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7173\",\r\n            \"name\": \"드라이버7173\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7173,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37175,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7174\",\r\n            \"name\": \"드라이버7174\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7174,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37176,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7175\",\r\n            \"name\": \"드라이버7175\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7175,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37177,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7176\",\r\n            \"name\": \"드라이버7176\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7176,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37178,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7177\",\r\n            \"name\": \"드라이버7177\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7177,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37179,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7178\",\r\n            \"name\": \"드라이버7178\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7178,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37180,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7179\",\r\n            \"name\": \"드라이버7179\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7179,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30719,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK718\",\r\n            \"name\": \"드라이버718\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 718,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37181,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7180\",\r\n            \"name\": \"드라이버7180\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7180,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37182,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7181\",\r\n            \"name\": \"드라이버7181\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7181,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37183,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7182\",\r\n            \"name\": \"드라이버7182\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7182,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37184,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7183\",\r\n            \"name\": \"드라이버7183\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7183,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37185,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7184\",\r\n            \"name\": \"드라이버7184\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7184,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37186,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7185\",\r\n            \"name\": \"드라이버7185\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7185,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37187,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7186\",\r\n            \"name\": \"드라이버7186\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7186,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37188,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7187\",\r\n            \"name\": \"드라이버7187\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7187,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37189,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7188\",\r\n            \"name\": \"드라이버7188\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7188,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37190,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7189\",\r\n            \"name\": \"드라이버7189\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7189,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30720,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK719\",\r\n            \"name\": \"드라이버719\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 719,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37191,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7190\",\r\n            \"name\": \"드라이버7190\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7190,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37192,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7191\",\r\n            \"name\": \"드라이버7191\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7191,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37193,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7192\",\r\n            \"name\": \"드라이버7192\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7192,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37194,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7193\",\r\n            \"name\": \"드라이버7193\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7193,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37195,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7194\",\r\n            \"name\": \"드라이버7194\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7194,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37196,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7195\",\r\n            \"name\": \"드라이버7195\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7195,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37197,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7196\",\r\n            \"name\": \"드라이버7196\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7196,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37198,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7197\",\r\n            \"name\": \"드라이버7197\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7197,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37199,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7198\",\r\n            \"name\": \"드라이버7198\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7198,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37200,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7199\",\r\n            \"name\": \"드라이버7199\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7199,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30073,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK72\",\r\n            \"name\": \"드라이버72\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 72,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30721,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK720\",\r\n            \"name\": \"드라이버720\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 720,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37201,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7200\",\r\n            \"name\": \"드라이버7200\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7200,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37202,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7201\",\r\n            \"name\": \"드라이버7201\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7201,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37203,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7202\",\r\n            \"name\": \"드라이버7202\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7202,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37204,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7203\",\r\n            \"name\": \"드라이버7203\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7203,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37205,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7204\",\r\n            \"name\": \"드라이버7204\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7204,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37206,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7205\",\r\n            \"name\": \"드라이버7205\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7205,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37207,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7206\",\r\n            \"name\": \"드라이버7206\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7206,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37208,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7207\",\r\n            \"name\": \"드라이버7207\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7207,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37209,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7208\",\r\n            \"name\": \"드라이버7208\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7208,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37210,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7209\",\r\n            \"name\": \"드라이버7209\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7209,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30722,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK721\",\r\n            \"name\": \"드라이버721\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 721,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37211,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7210\",\r\n            \"name\": \"드라이버7210\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7210,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37212,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7211\",\r\n            \"name\": \"드라이버7211\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7211,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37213,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7212\",\r\n            \"name\": \"드라이버7212\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7212,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37214,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7213\",\r\n            \"name\": \"드라이버7213\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7213,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37215,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7214\",\r\n            \"name\": \"드라이버7214\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7214,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37216,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7215\",\r\n            \"name\": \"드라이버7215\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7215,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37217,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7216\",\r\n            \"name\": \"드라이버7216\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7216,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37218,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7217\",\r\n            \"name\": \"드라이버7217\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7217,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37219,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7218\",\r\n            \"name\": \"드라이버7218\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7218,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37220,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7219\",\r\n            \"name\": \"드라이버7219\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7219,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30723,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK722\",\r\n            \"name\": \"드라이버722\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 722,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37221,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7220\",\r\n            \"name\": \"드라이버7220\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7220,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37222,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7221\",\r\n            \"name\": \"드라이버7221\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7221,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37223,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7222\",\r\n            \"name\": \"드라이버7222\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7222,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37224,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7223\",\r\n            \"name\": \"드라이버7223\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7223,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37225,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7224\",\r\n            \"name\": \"드라이버7224\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7224,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37226,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7225\",\r\n            \"name\": \"드라이버7225\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7225,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37227,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7226\",\r\n            \"name\": \"드라이버7226\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7226,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37228,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7227\",\r\n            \"name\": \"드라이버7227\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7227,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37229,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7228\",\r\n            \"name\": \"드라이버7228\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7228,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37230,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7229\",\r\n            \"name\": \"드라이버7229\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7229,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30724,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK723\",\r\n            \"name\": \"드라이버723\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 723,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37231,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7230\",\r\n            \"name\": \"드라이버7230\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7230,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37232,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7231\",\r\n            \"name\": \"드라이버7231\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7231,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37233,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7232\",\r\n            \"name\": \"드라이버7232\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7232,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37234,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7233\",\r\n            \"name\": \"드라이버7233\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7233,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37235,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7234\",\r\n            \"name\": \"드라이버7234\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7234,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37236,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7235\",\r\n            \"name\": \"드라이버7235\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7235,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37237,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7236\",\r\n            \"name\": \"드라이버7236\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7236,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37238,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7237\",\r\n            \"name\": \"드라이버7237\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7237,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37239,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7238\",\r\n            \"name\": \"드라이버7238\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7238,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37240,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7239\",\r\n            \"name\": \"드라이버7239\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7239,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30725,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK724\",\r\n            \"name\": \"드라이버724\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 724,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37241,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7240\",\r\n            \"name\": \"드라이버7240\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7240,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37242,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7241\",\r\n            \"name\": \"드라이버7241\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7241,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37243,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7242\",\r\n            \"name\": \"드라이버7242\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7242,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37244,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7243\",\r\n            \"name\": \"드라이버7243\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7243,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37245,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7244\",\r\n            \"name\": \"드라이버7244\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7244,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37246,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7245\",\r\n            \"name\": \"드라이버7245\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7245,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37247,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7246\",\r\n            \"name\": \"드라이버7246\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7246,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37248,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7247\",\r\n            \"name\": \"드라이버7247\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7247,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37249,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7248\",\r\n            \"name\": \"드라이버7248\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7248,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37250,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7249\",\r\n            \"name\": \"드라이버7249\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7249,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30726,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK725\",\r\n            \"name\": \"드라이버725\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 725,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37251,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7250\",\r\n            \"name\": \"드라이버7250\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7250,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37252,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7251\",\r\n            \"name\": \"드라이버7251\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7251,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37253,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7252\",\r\n            \"name\": \"드라이버7252\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7252,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37254,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7253\",\r\n            \"name\": \"드라이버7253\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7253,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37255,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7254\",\r\n            \"name\": \"드라이버7254\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7254,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37256,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7255\",\r\n            \"name\": \"드라이버7255\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7255,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37257,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7256\",\r\n            \"name\": \"드라이버7256\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7256,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37258,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7257\",\r\n            \"name\": \"드라이버7257\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7257,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37259,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7258\",\r\n            \"name\": \"드라이버7258\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7258,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37260,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7259\",\r\n            \"name\": \"드라이버7259\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7259,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30727,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK726\",\r\n            \"name\": \"드라이버726\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 726,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37261,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7260\",\r\n            \"name\": \"드라이버7260\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7260,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37262,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7261\",\r\n            \"name\": \"드라이버7261\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7261,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37263,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7262\",\r\n            \"name\": \"드라이버7262\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7262,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37264,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7263\",\r\n            \"name\": \"드라이버7263\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7263,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37265,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7264\",\r\n            \"name\": \"드라이버7264\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7264,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37266,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7265\",\r\n            \"name\": \"드라이버7265\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7265,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37267,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7266\",\r\n            \"name\": \"드라이버7266\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7266,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37268,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7267\",\r\n            \"name\": \"드라이버7267\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7267,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37269,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7268\",\r\n            \"name\": \"드라이버7268\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7268,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37270,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7269\",\r\n            \"name\": \"드라이버7269\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7269,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30728,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK727\",\r\n            \"name\": \"드라이버727\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 727,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37271,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7270\",\r\n            \"name\": \"드라이버7270\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7270,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37272,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7271\",\r\n            \"name\": \"드라이버7271\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7271,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37273,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7272\",\r\n            \"name\": \"드라이버7272\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7272,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37274,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7273\",\r\n            \"name\": \"드라이버7273\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7273,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37275,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7274\",\r\n            \"name\": \"드라이버7274\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7274,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37276,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7275\",\r\n            \"name\": \"드라이버7275\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7275,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37277,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7276\",\r\n            \"name\": \"드라이버7276\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7276,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37278,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7277\",\r\n            \"name\": \"드라이버7277\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7277,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37279,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7278\",\r\n            \"name\": \"드라이버7278\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7278,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37280,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7279\",\r\n            \"name\": \"드라이버7279\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7279,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30729,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK728\",\r\n            \"name\": \"드라이버728\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 728,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37281,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7280\",\r\n            \"name\": \"드라이버7280\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7280,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37282,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7281\",\r\n            \"name\": \"드라이버7281\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7281,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37283,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7282\",\r\n            \"name\": \"드라이버7282\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7282,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37284,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7283\",\r\n            \"name\": \"드라이버7283\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7283,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37285,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7284\",\r\n            \"name\": \"드라이버7284\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7284,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37286,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7285\",\r\n            \"name\": \"드라이버7285\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7285,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37287,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7286\",\r\n            \"name\": \"드라이버7286\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7286,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37288,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7287\",\r\n            \"name\": \"드라이버7287\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7287,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37289,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7288\",\r\n            \"name\": \"드라이버7288\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7288,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37290,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7289\",\r\n            \"name\": \"드라이버7289\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7289,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30730,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK729\",\r\n            \"name\": \"드라이버729\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 729,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37291,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7290\",\r\n            \"name\": \"드라이버7290\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7290,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37292,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7291\",\r\n            \"name\": \"드라이버7291\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7291,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37293,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7292\",\r\n            \"name\": \"드라이버7292\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7292,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37294,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7293\",\r\n            \"name\": \"드라이버7293\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7293,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37295,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7294\",\r\n            \"name\": \"드라이버7294\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7294,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37296,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7295\",\r\n            \"name\": \"드라이버7295\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7295,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37297,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7296\",\r\n            \"name\": \"드라이버7296\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7296,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37298,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7297\",\r\n            \"name\": \"드라이버7297\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7297,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37299,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7298\",\r\n            \"name\": \"드라이버7298\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7298,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37300,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7299\",\r\n            \"name\": \"드라이버7299\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7299,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30074,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK73\",\r\n            \"name\": \"드라이버73\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 73,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30731,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK730\",\r\n            \"name\": \"드라이버730\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 730,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37301,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7300\",\r\n            \"name\": \"드라이버7300\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7300,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37302,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7301\",\r\n            \"name\": \"드라이버7301\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7301,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37303,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7302\",\r\n            \"name\": \"드라이버7302\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7302,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37304,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7303\",\r\n            \"name\": \"드라이버7303\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7303,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37305,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7304\",\r\n            \"name\": \"드라이버7304\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7304,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37306,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7305\",\r\n            \"name\": \"드라이버7305\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7305,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37307,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7306\",\r\n            \"name\": \"드라이버7306\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7306,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37308,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7307\",\r\n            \"name\": \"드라이버7307\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7307,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37309,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7308\",\r\n            \"name\": \"드라이버7308\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7308,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37310,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7309\",\r\n            \"name\": \"드라이버7309\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7309,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30732,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK731\",\r\n            \"name\": \"드라이버731\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 731,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37311,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7310\",\r\n            \"name\": \"드라이버7310\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7310,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37312,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7311\",\r\n            \"name\": \"드라이버7311\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7311,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37313,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7312\",\r\n            \"name\": \"드라이버7312\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7312,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37314,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7313\",\r\n            \"name\": \"드라이버7313\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7313,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37315,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7314\",\r\n            \"name\": \"드라이버7314\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7314,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37316,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7315\",\r\n            \"name\": \"드라이버7315\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7315,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37317,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7316\",\r\n            \"name\": \"드라이버7316\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7316,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37318,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7317\",\r\n            \"name\": \"드라이버7317\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7317,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37319,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7318\",\r\n            \"name\": \"드라이버7318\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7318,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37320,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7319\",\r\n            \"name\": \"드라이버7319\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7319,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30733,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK732\",\r\n            \"name\": \"드라이버732\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 732,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37321,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7320\",\r\n            \"name\": \"드라이버7320\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7320,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37322,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7321\",\r\n            \"name\": \"드라이버7321\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7321,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37323,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7322\",\r\n            \"name\": \"드라이버7322\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7322,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37324,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7323\",\r\n            \"name\": \"드라이버7323\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7323,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37325,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7324\",\r\n            \"name\": \"드라이버7324\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7324,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37326,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7325\",\r\n            \"name\": \"드라이버7325\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7325,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37327,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7326\",\r\n            \"name\": \"드라이버7326\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7326,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37328,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7327\",\r\n            \"name\": \"드라이버7327\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7327,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37329,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7328\",\r\n            \"name\": \"드라이버7328\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7328,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37330,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7329\",\r\n            \"name\": \"드라이버7329\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7329,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30734,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK733\",\r\n            \"name\": \"드라이버733\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 733,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37331,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7330\",\r\n            \"name\": \"드라이버7330\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7330,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37332,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7331\",\r\n            \"name\": \"드라이버7331\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7331,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37333,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7332\",\r\n            \"name\": \"드라이버7332\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7332,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37334,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7333\",\r\n            \"name\": \"드라이버7333\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7333,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37335,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7334\",\r\n            \"name\": \"드라이버7334\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7334,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37336,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7335\",\r\n            \"name\": \"드라이버7335\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7335,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37337,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7336\",\r\n            \"name\": \"드라이버7336\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7336,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37338,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7337\",\r\n            \"name\": \"드라이버7337\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7337,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37339,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7338\",\r\n            \"name\": \"드라이버7338\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7338,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37340,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7339\",\r\n            \"name\": \"드라이버7339\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7339,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30735,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK734\",\r\n            \"name\": \"드라이버734\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 734,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37341,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7340\",\r\n            \"name\": \"드라이버7340\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7340,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37342,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7341\",\r\n            \"name\": \"드라이버7341\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7341,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37343,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7342\",\r\n            \"name\": \"드라이버7342\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7342,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37344,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7343\",\r\n            \"name\": \"드라이버7343\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7343,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37345,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7344\",\r\n            \"name\": \"드라이버7344\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7344,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37346,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7345\",\r\n            \"name\": \"드라이버7345\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7345,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37347,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7346\",\r\n            \"name\": \"드라이버7346\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7346,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37348,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7347\",\r\n            \"name\": \"드라이버7347\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7347,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37349,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7348\",\r\n            \"name\": \"드라이버7348\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7348,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37350,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7349\",\r\n            \"name\": \"드라이버7349\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7349,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30736,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK735\",\r\n            \"name\": \"드라이버735\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 735,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37351,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7350\",\r\n            \"name\": \"드라이버7350\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7350,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37352,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7351\",\r\n            \"name\": \"드라이버7351\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7351,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37353,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7352\",\r\n            \"name\": \"드라이버7352\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7352,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37354,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7353\",\r\n            \"name\": \"드라이버7353\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7353,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37355,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7354\",\r\n            \"name\": \"드라이버7354\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7354,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37356,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7355\",\r\n            \"name\": \"드라이버7355\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7355,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37357,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7356\",\r\n            \"name\": \"드라이버7356\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7356,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37358,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7357\",\r\n            \"name\": \"드라이버7357\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7357,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37359,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7358\",\r\n            \"name\": \"드라이버7358\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7358,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37360,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7359\",\r\n            \"name\": \"드라이버7359\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7359,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30737,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK736\",\r\n            \"name\": \"드라이버736\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 736,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37361,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7360\",\r\n            \"name\": \"드라이버7360\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7360,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37362,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7361\",\r\n            \"name\": \"드라이버7361\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7361,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37363,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7362\",\r\n            \"name\": \"드라이버7362\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7362,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37364,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7363\",\r\n            \"name\": \"드라이버7363\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7363,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37365,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7364\",\r\n            \"name\": \"드라이버7364\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7364,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37366,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7365\",\r\n            \"name\": \"드라이버7365\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7365,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37367,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7366\",\r\n            \"name\": \"드라이버7366\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7366,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37368,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7367\",\r\n            \"name\": \"드라이버7367\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7367,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37369,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7368\",\r\n            \"name\": \"드라이버7368\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7368,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37370,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7369\",\r\n            \"name\": \"드라이버7369\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7369,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30738,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK737\",\r\n            \"name\": \"드라이버737\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 737,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37371,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7370\",\r\n            \"name\": \"드라이버7370\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7370,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37372,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7371\",\r\n            \"name\": \"드라이버7371\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7371,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37373,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7372\",\r\n            \"name\": \"드라이버7372\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7372,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37374,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7373\",\r\n            \"name\": \"드라이버7373\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7373,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37375,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7374\",\r\n            \"name\": \"드라이버7374\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7374,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37376,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7375\",\r\n            \"name\": \"드라이버7375\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7375,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37377,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7376\",\r\n            \"name\": \"드라이버7376\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7376,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37378,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7377\",\r\n            \"name\": \"드라이버7377\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7377,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37379,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7378\",\r\n            \"name\": \"드라이버7378\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7378,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37380,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7379\",\r\n            \"name\": \"드라이버7379\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7379,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30739,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK738\",\r\n            \"name\": \"드라이버738\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 738,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37381,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7380\",\r\n            \"name\": \"드라이버7380\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7380,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37382,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7381\",\r\n            \"name\": \"드라이버7381\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7381,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37383,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7382\",\r\n            \"name\": \"드라이버7382\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7382,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37384,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7383\",\r\n            \"name\": \"드라이버7383\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7383,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37385,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7384\",\r\n            \"name\": \"드라이버7384\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7384,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37386,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7385\",\r\n            \"name\": \"드라이버7385\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7385,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37387,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7386\",\r\n            \"name\": \"드라이버7386\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7386,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37388,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7387\",\r\n            \"name\": \"드라이버7387\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7387,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37389,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7388\",\r\n            \"name\": \"드라이버7388\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7388,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37390,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7389\",\r\n            \"name\": \"드라이버7389\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7389,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30740,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK739\",\r\n            \"name\": \"드라이버739\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 739,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37391,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7390\",\r\n            \"name\": \"드라이버7390\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7390,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37392,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7391\",\r\n            \"name\": \"드라이버7391\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7391,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37393,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7392\",\r\n            \"name\": \"드라이버7392\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7392,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37394,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7393\",\r\n            \"name\": \"드라이버7393\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7393,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37395,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7394\",\r\n            \"name\": \"드라이버7394\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7394,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37396,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7395\",\r\n            \"name\": \"드라이버7395\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7395,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37397,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7396\",\r\n            \"name\": \"드라이버7396\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7396,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37398,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7397\",\r\n            \"name\": \"드라이버7397\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7397,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37399,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7398\",\r\n            \"name\": \"드라이버7398\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7398,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37400,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7399\",\r\n            \"name\": \"드라이버7399\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7399,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30741,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK740\",\r\n            \"name\": \"드라이버740\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 740,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37401,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7400\",\r\n            \"name\": \"드라이버7400\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7400,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37402,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7401\",\r\n            \"name\": \"드라이버7401\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7401,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37403,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7402\",\r\n            \"name\": \"드라이버7402\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7402,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37404,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7403\",\r\n            \"name\": \"드라이버7403\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7403,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37405,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7404\",\r\n            \"name\": \"드라이버7404\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7404,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37406,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7405\",\r\n            \"name\": \"드라이버7405\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7405,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37407,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7406\",\r\n            \"name\": \"드라이버7406\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7406,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37408,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7407\",\r\n            \"name\": \"드라이버7407\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7407,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37409,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7408\",\r\n            \"name\": \"드라이버7408\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7408,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37410,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7409\",\r\n            \"name\": \"드라이버7409\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7409,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30742,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK741\",\r\n            \"name\": \"드라이버741\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 741,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37411,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7410\",\r\n            \"name\": \"드라이버7410\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7410,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37412,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7411\",\r\n            \"name\": \"드라이버7411\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7411,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37413,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7412\",\r\n            \"name\": \"드라이버7412\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7412,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37414,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7413\",\r\n            \"name\": \"드라이버7413\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7413,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37415,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7414\",\r\n            \"name\": \"드라이버7414\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7414,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37416,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7415\",\r\n            \"name\": \"드라이버7415\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7415,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37417,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7416\",\r\n            \"name\": \"드라이버7416\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7416,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37418,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7417\",\r\n            \"name\": \"드라이버7417\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7417,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37419,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7418\",\r\n            \"name\": \"드라이버7418\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7418,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37420,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7419\",\r\n            \"name\": \"드라이버7419\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7419,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30743,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK742\",\r\n            \"name\": \"드라이버742\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 742,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37421,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7420\",\r\n            \"name\": \"드라이버7420\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7420,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37422,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7421\",\r\n            \"name\": \"드라이버7421\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7421,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37423,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7422\",\r\n            \"name\": \"드라이버7422\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7422,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37424,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7423\",\r\n            \"name\": \"드라이버7423\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7423,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37425,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7424\",\r\n            \"name\": \"드라이버7424\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7424,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37426,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7425\",\r\n            \"name\": \"드라이버7425\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7425,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37427,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7426\",\r\n            \"name\": \"드라이버7426\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7426,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37428,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7427\",\r\n            \"name\": \"드라이버7427\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7427,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37429,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7428\",\r\n            \"name\": \"드라이버7428\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7428,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37430,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7429\",\r\n            \"name\": \"드라이버7429\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7429,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30744,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK743\",\r\n            \"name\": \"드라이버743\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 743,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37431,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7430\",\r\n            \"name\": \"드라이버7430\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7430,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37432,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7431\",\r\n            \"name\": \"드라이버7431\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7431,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37433,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7432\",\r\n            \"name\": \"드라이버7432\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7432,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37434,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7433\",\r\n            \"name\": \"드라이버7433\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7433,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37435,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7434\",\r\n            \"name\": \"드라이버7434\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7434,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37436,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7435\",\r\n            \"name\": \"드라이버7435\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7435,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37437,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7436\",\r\n            \"name\": \"드라이버7436\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7436,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37438,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7437\",\r\n            \"name\": \"드라이버7437\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7437,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37439,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7438\",\r\n            \"name\": \"드라이버7438\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7438,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37440,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7439\",\r\n            \"name\": \"드라이버7439\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7439,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30745,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK744\",\r\n            \"name\": \"드라이버744\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 744,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37441,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7440\",\r\n            \"name\": \"드라이버7440\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7440,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37442,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7441\",\r\n            \"name\": \"드라이버7441\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7441,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37443,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7442\",\r\n            \"name\": \"드라이버7442\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7442,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37444,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7443\",\r\n            \"name\": \"드라이버7443\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7443,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37445,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7444\",\r\n            \"name\": \"드라이버7444\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7444,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37446,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7445\",\r\n            \"name\": \"드라이버7445\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7445,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37447,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7446\",\r\n            \"name\": \"드라이버7446\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7446,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37448,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7447\",\r\n            \"name\": \"드라이버7447\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7447,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37449,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7448\",\r\n            \"name\": \"드라이버7448\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7448,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37450,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7449\",\r\n            \"name\": \"드라이버7449\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7449,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30746,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK745\",\r\n            \"name\": \"드라이버745\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 745,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37451,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7450\",\r\n            \"name\": \"드라이버7450\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7450,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37452,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7451\",\r\n            \"name\": \"드라이버7451\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7451,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37453,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7452\",\r\n            \"name\": \"드라이버7452\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7452,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37454,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7453\",\r\n            \"name\": \"드라이버7453\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7453,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37455,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7454\",\r\n            \"name\": \"드라이버7454\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7454,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37456,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7455\",\r\n            \"name\": \"드라이버7455\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7455,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37457,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7456\",\r\n            \"name\": \"드라이버7456\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7456,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37458,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7457\",\r\n            \"name\": \"드라이버7457\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7457,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37459,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7458\",\r\n            \"name\": \"드라이버7458\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7458,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37460,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7459\",\r\n            \"name\": \"드라이버7459\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7459,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30747,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK746\",\r\n            \"name\": \"드라이버746\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 746,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37461,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7460\",\r\n            \"name\": \"드라이버7460\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7460,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37462,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7461\",\r\n            \"name\": \"드라이버7461\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7461,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37463,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7462\",\r\n            \"name\": \"드라이버7462\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7462,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37464,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7463\",\r\n            \"name\": \"드라이버7463\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7463,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37465,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7464\",\r\n            \"name\": \"드라이버7464\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7464,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37466,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7465\",\r\n            \"name\": \"드라이버7465\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7465,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37467,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7466\",\r\n            \"name\": \"드라이버7466\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7466,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37468,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7467\",\r\n            \"name\": \"드라이버7467\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7467,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37469,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7468\",\r\n            \"name\": \"드라이버7468\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7468,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37470,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7469\",\r\n            \"name\": \"드라이버7469\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7469,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30748,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK747\",\r\n            \"name\": \"드라이버747\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 747,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37471,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7470\",\r\n            \"name\": \"드라이버7470\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7470,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37472,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7471\",\r\n            \"name\": \"드라이버7471\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7471,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37473,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7472\",\r\n            \"name\": \"드라이버7472\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7472,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37474,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7473\",\r\n            \"name\": \"드라이버7473\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7473,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37475,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7474\",\r\n            \"name\": \"드라이버7474\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7474,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37476,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7475\",\r\n            \"name\": \"드라이버7475\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7475,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37477,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7476\",\r\n            \"name\": \"드라이버7476\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7476,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37478,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7477\",\r\n            \"name\": \"드라이버7477\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7477,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37479,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7478\",\r\n            \"name\": \"드라이버7478\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7478,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37480,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7479\",\r\n            \"name\": \"드라이버7479\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7479,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30749,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK748\",\r\n            \"name\": \"드라이버748\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 748,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37481,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7480\",\r\n            \"name\": \"드라이버7480\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7480,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37482,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7481\",\r\n            \"name\": \"드라이버7481\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7481,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37483,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7482\",\r\n            \"name\": \"드라이버7482\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7482,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37484,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7483\",\r\n            \"name\": \"드라이버7483\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7483,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37485,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7484\",\r\n            \"name\": \"드라이버7484\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7484,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37486,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7485\",\r\n            \"name\": \"드라이버7485\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7485,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37487,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7486\",\r\n            \"name\": \"드라이버7486\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7486,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37488,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7487\",\r\n            \"name\": \"드라이버7487\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7487,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37489,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7488\",\r\n            \"name\": \"드라이버7488\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7488,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37490,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7489\",\r\n            \"name\": \"드라이버7489\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7489,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30750,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK749\",\r\n            \"name\": \"드라이버749\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 749,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37491,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7490\",\r\n            \"name\": \"드라이버7490\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7490,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37492,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7491\",\r\n            \"name\": \"드라이버7491\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7491,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37493,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7492\",\r\n            \"name\": \"드라이버7492\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7492,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37494,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7493\",\r\n            \"name\": \"드라이버7493\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7493,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37495,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7494\",\r\n            \"name\": \"드라이버7494\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7494,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37496,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7495\",\r\n            \"name\": \"드라이버7495\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7495,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37497,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7496\",\r\n            \"name\": \"드라이버7496\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7496,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37498,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7497\",\r\n            \"name\": \"드라이버7497\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7497,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37499,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7498\",\r\n            \"name\": \"드라이버7498\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7498,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37500,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7499\",\r\n            \"name\": \"드라이버7499\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7499,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30076,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK75\",\r\n            \"name\": \"드라이버75\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 75,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30751,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK750\",\r\n            \"name\": \"드라이버750\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 750,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37501,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7500\",\r\n            \"name\": \"드라이버7500\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7500,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37502,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7501\",\r\n            \"name\": \"드라이버7501\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7501,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37503,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7502\",\r\n            \"name\": \"드라이버7502\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7502,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37504,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7503\",\r\n            \"name\": \"드라이버7503\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7503,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37505,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7504\",\r\n            \"name\": \"드라이버7504\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7504,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37506,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7505\",\r\n            \"name\": \"드라이버7505\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7505,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37507,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7506\",\r\n            \"name\": \"드라이버7506\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7506,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37508,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7507\",\r\n            \"name\": \"드라이버7507\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7507,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37509,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7508\",\r\n            \"name\": \"드라이버7508\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7508,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37510,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7509\",\r\n            \"name\": \"드라이버7509\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7509,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30752,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK751\",\r\n            \"name\": \"드라이버751\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 751,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37511,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7510\",\r\n            \"name\": \"드라이버7510\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7510,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37512,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7511\",\r\n            \"name\": \"드라이버7511\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7511,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37513,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7512\",\r\n            \"name\": \"드라이버7512\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7512,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37514,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7513\",\r\n            \"name\": \"드라이버7513\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7513,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37515,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7514\",\r\n            \"name\": \"드라이버7514\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7514,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37516,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7515\",\r\n            \"name\": \"드라이버7515\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7515,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37517,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7516\",\r\n            \"name\": \"드라이버7516\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7516,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37518,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7517\",\r\n            \"name\": \"드라이버7517\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7517,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37519,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7518\",\r\n            \"name\": \"드라이버7518\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7518,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37520,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7519\",\r\n            \"name\": \"드라이버7519\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7519,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30753,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK752\",\r\n            \"name\": \"드라이버752\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 752,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37521,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7520\",\r\n            \"name\": \"드라이버7520\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7520,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37522,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7521\",\r\n            \"name\": \"드라이버7521\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7521,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37523,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7522\",\r\n            \"name\": \"드라이버7522\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7522,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37524,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7523\",\r\n            \"name\": \"드라이버7523\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7523,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37525,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7524\",\r\n            \"name\": \"드라이버7524\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7524,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37526,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7525\",\r\n            \"name\": \"드라이버7525\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7525,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37527,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7526\",\r\n            \"name\": \"드라이버7526\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7526,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37528,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7527\",\r\n            \"name\": \"드라이버7527\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7527,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37529,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7528\",\r\n            \"name\": \"드라이버7528\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7528,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37530,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7529\",\r\n            \"name\": \"드라이버7529\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7529,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30754,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK753\",\r\n            \"name\": \"드라이버753\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 753,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37531,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7530\",\r\n            \"name\": \"드라이버7530\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7530,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37532,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7531\",\r\n            \"name\": \"드라이버7531\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7531,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37533,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7532\",\r\n            \"name\": \"드라이버7532\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7532,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37534,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7533\",\r\n            \"name\": \"드라이버7533\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7533,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37535,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7534\",\r\n            \"name\": \"드라이버7534\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7534,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37536,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7535\",\r\n            \"name\": \"드라이버7535\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7535,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37537,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7536\",\r\n            \"name\": \"드라이버7536\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7536,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37538,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7537\",\r\n            \"name\": \"드라이버7537\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7537,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37539,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7538\",\r\n            \"name\": \"드라이버7538\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7538,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37540,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7539\",\r\n            \"name\": \"드라이버7539\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7539,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30755,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK754\",\r\n            \"name\": \"드라이버754\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 754,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37541,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7540\",\r\n            \"name\": \"드라이버7540\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7540,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37542,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7541\",\r\n            \"name\": \"드라이버7541\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7541,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37543,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7542\",\r\n            \"name\": \"드라이버7542\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7542,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37544,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7543\",\r\n            \"name\": \"드라이버7543\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7543,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37545,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7544\",\r\n            \"name\": \"드라이버7544\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7544,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37546,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7545\",\r\n            \"name\": \"드라이버7545\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7545,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37547,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7546\",\r\n            \"name\": \"드라이버7546\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7546,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37548,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7547\",\r\n            \"name\": \"드라이버7547\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7547,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37549,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7548\",\r\n            \"name\": \"드라이버7548\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7548,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37550,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7549\",\r\n            \"name\": \"드라이버7549\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7549,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30756,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK755\",\r\n            \"name\": \"드라이버755\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 755,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37551,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7550\",\r\n            \"name\": \"드라이버7550\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7550,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37552,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7551\",\r\n            \"name\": \"드라이버7551\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7551,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37553,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7552\",\r\n            \"name\": \"드라이버7552\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7552,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37554,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7553\",\r\n            \"name\": \"드라이버7553\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7553,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37555,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7554\",\r\n            \"name\": \"드라이버7554\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7554,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37556,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7555\",\r\n            \"name\": \"드라이버7555\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7555,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37557,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7556\",\r\n            \"name\": \"드라이버7556\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7556,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37558,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7557\",\r\n            \"name\": \"드라이버7557\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7557,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37559,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7558\",\r\n            \"name\": \"드라이버7558\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7558,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37560,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7559\",\r\n            \"name\": \"드라이버7559\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7559,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30757,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK756\",\r\n            \"name\": \"드라이버756\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 756,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37561,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7560\",\r\n            \"name\": \"드라이버7560\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7560,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37562,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7561\",\r\n            \"name\": \"드라이버7561\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7561,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37563,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7562\",\r\n            \"name\": \"드라이버7562\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7562,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37564,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7563\",\r\n            \"name\": \"드라이버7563\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7563,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37565,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7564\",\r\n            \"name\": \"드라이버7564\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7564,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37566,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7565\",\r\n            \"name\": \"드라이버7565\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7565,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37567,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7566\",\r\n            \"name\": \"드라이버7566\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7566,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37568,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7567\",\r\n            \"name\": \"드라이버7567\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7567,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37569,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7568\",\r\n            \"name\": \"드라이버7568\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7568,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37570,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7569\",\r\n            \"name\": \"드라이버7569\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7569,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30758,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK757\",\r\n            \"name\": \"드라이버757\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 757,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37571,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7570\",\r\n            \"name\": \"드라이버7570\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7570,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37572,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7571\",\r\n            \"name\": \"드라이버7571\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7571,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37573,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7572\",\r\n            \"name\": \"드라이버7572\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7572,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37574,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7573\",\r\n            \"name\": \"드라이버7573\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7573,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37575,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7574\",\r\n            \"name\": \"드라이버7574\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7574,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37576,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7575\",\r\n            \"name\": \"드라이버7575\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7575,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37577,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7576\",\r\n            \"name\": \"드라이버7576\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7576,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37578,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7577\",\r\n            \"name\": \"드라이버7577\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7577,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37579,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7578\",\r\n            \"name\": \"드라이버7578\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7578,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37580,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7579\",\r\n            \"name\": \"드라이버7579\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7579,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30759,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK758\",\r\n            \"name\": \"드라이버758\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 758,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37581,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7580\",\r\n            \"name\": \"드라이버7580\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7580,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37582,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7581\",\r\n            \"name\": \"드라이버7581\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7581,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37583,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7582\",\r\n            \"name\": \"드라이버7582\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7582,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37584,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7583\",\r\n            \"name\": \"드라이버7583\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7583,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37585,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7584\",\r\n            \"name\": \"드라이버7584\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7584,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37586,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7585\",\r\n            \"name\": \"드라이버7585\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7585,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37587,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7586\",\r\n            \"name\": \"드라이버7586\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7586,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37588,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7587\",\r\n            \"name\": \"드라이버7587\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7587,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37589,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7588\",\r\n            \"name\": \"드라이버7588\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7588,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37590,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7589\",\r\n            \"name\": \"드라이버7589\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7589,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30760,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK759\",\r\n            \"name\": \"드라이버759\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 759,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37591,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7590\",\r\n            \"name\": \"드라이버7590\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7590,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37592,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7591\",\r\n            \"name\": \"드라이버7591\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7591,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37593,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7592\",\r\n            \"name\": \"드라이버7592\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7592,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37594,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7593\",\r\n            \"name\": \"드라이버7593\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7593,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37595,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7594\",\r\n            \"name\": \"드라이버7594\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7594,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37596,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7595\",\r\n            \"name\": \"드라이버7595\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7595,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37597,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7596\",\r\n            \"name\": \"드라이버7596\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7596,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37598,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7597\",\r\n            \"name\": \"드라이버7597\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7597,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37599,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7598\",\r\n            \"name\": \"드라이버7598\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7598,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37600,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7599\",\r\n            \"name\": \"드라이버7599\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7599,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30077,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK76\",\r\n            \"name\": \"드라이버76\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 76,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30761,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK760\",\r\n            \"name\": \"드라이버760\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 760,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37601,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7600\",\r\n            \"name\": \"드라이버7600\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7600,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37602,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7601\",\r\n            \"name\": \"드라이버7601\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7601,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37603,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7602\",\r\n            \"name\": \"드라이버7602\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7602,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37604,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7603\",\r\n            \"name\": \"드라이버7603\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7603,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37605,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7604\",\r\n            \"name\": \"드라이버7604\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7604,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37606,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7605\",\r\n            \"name\": \"드라이버7605\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7605,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37607,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7606\",\r\n            \"name\": \"드라이버7606\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7606,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37608,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7607\",\r\n            \"name\": \"드라이버7607\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7607,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37609,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7608\",\r\n            \"name\": \"드라이버7608\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7608,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37610,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7609\",\r\n            \"name\": \"드라이버7609\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7609,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30762,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK761\",\r\n            \"name\": \"드라이버761\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 761,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37611,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7610\",\r\n            \"name\": \"드라이버7610\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7610,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37612,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7611\",\r\n            \"name\": \"드라이버7611\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7611,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37613,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7612\",\r\n            \"name\": \"드라이버7612\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7612,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37614,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7613\",\r\n            \"name\": \"드라이버7613\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7613,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37615,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7614\",\r\n            \"name\": \"드라이버7614\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7614,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37616,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7615\",\r\n            \"name\": \"드라이버7615\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7615,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37617,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7616\",\r\n            \"name\": \"드라이버7616\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7616,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37618,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7617\",\r\n            \"name\": \"드라이버7617\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7617,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37619,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7618\",\r\n            \"name\": \"드라이버7618\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7618,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37620,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7619\",\r\n            \"name\": \"드라이버7619\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7619,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30763,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK762\",\r\n            \"name\": \"드라이버762\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 762,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37621,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7620\",\r\n            \"name\": \"드라이버7620\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7620,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37622,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7621\",\r\n            \"name\": \"드라이버7621\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7621,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37623,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7622\",\r\n            \"name\": \"드라이버7622\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7622,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37624,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7623\",\r\n            \"name\": \"드라이버7623\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7623,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37625,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7624\",\r\n            \"name\": \"드라이버7624\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7624,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37626,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7625\",\r\n            \"name\": \"드라이버7625\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7625,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37627,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7626\",\r\n            \"name\": \"드라이버7626\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7626,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37628,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7627\",\r\n            \"name\": \"드라이버7627\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7627,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37629,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7628\",\r\n            \"name\": \"드라이버7628\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7628,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37630,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7629\",\r\n            \"name\": \"드라이버7629\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7629,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30764,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK763\",\r\n            \"name\": \"드라이버763\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 763,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37631,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7630\",\r\n            \"name\": \"드라이버7630\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7630,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37632,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7631\",\r\n            \"name\": \"드라이버7631\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7631,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37633,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7632\",\r\n            \"name\": \"드라이버7632\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7632,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37634,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7633\",\r\n            \"name\": \"드라이버7633\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7633,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37635,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7634\",\r\n            \"name\": \"드라이버7634\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7634,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37636,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7635\",\r\n            \"name\": \"드라이버7635\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7635,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37637,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7636\",\r\n            \"name\": \"드라이버7636\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7636,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37638,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7637\",\r\n            \"name\": \"드라이버7637\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7637,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37639,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7638\",\r\n            \"name\": \"드라이버7638\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7638,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37640,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7639\",\r\n            \"name\": \"드라이버7639\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7639,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30765,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK764\",\r\n            \"name\": \"드라이버764\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 764,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37641,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7640\",\r\n            \"name\": \"드라이버7640\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7640,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37642,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7641\",\r\n            \"name\": \"드라이버7641\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7641,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37643,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7642\",\r\n            \"name\": \"드라이버7642\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7642,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37644,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7643\",\r\n            \"name\": \"드라이버7643\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7643,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37645,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7644\",\r\n            \"name\": \"드라이버7644\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7644,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37646,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7645\",\r\n            \"name\": \"드라이버7645\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7645,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37647,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7646\",\r\n            \"name\": \"드라이버7646\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7646,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37648,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7647\",\r\n            \"name\": \"드라이버7647\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7647,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37649,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7648\",\r\n            \"name\": \"드라이버7648\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7648,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37650,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7649\",\r\n            \"name\": \"드라이버7649\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7649,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30766,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK765\",\r\n            \"name\": \"드라이버765\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 765,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37651,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7650\",\r\n            \"name\": \"드라이버7650\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7650,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37652,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7651\",\r\n            \"name\": \"드라이버7651\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7651,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37653,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7652\",\r\n            \"name\": \"드라이버7652\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7652,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37654,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7653\",\r\n            \"name\": \"드라이버7653\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7653,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37655,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7654\",\r\n            \"name\": \"드라이버7654\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7654,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37656,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7655\",\r\n            \"name\": \"드라이버7655\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7655,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37657,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7656\",\r\n            \"name\": \"드라이버7656\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7656,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37658,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7657\",\r\n            \"name\": \"드라이버7657\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7657,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37659,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7658\",\r\n            \"name\": \"드라이버7658\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7658,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37660,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7659\",\r\n            \"name\": \"드라이버7659\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7659,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30767,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK766\",\r\n            \"name\": \"드라이버766\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 766,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37661,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7660\",\r\n            \"name\": \"드라이버7660\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7660,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37662,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7661\",\r\n            \"name\": \"드라이버7661\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7661,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37663,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7662\",\r\n            \"name\": \"드라이버7662\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7662,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37664,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7663\",\r\n            \"name\": \"드라이버7663\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7663,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37665,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7664\",\r\n            \"name\": \"드라이버7664\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7664,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37666,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7665\",\r\n            \"name\": \"드라이버7665\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7665,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37667,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7666\",\r\n            \"name\": \"드라이버7666\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7666,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37668,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7667\",\r\n            \"name\": \"드라이버7667\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7667,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37669,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7668\",\r\n            \"name\": \"드라이버7668\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7668,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37670,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7669\",\r\n            \"name\": \"드라이버7669\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7669,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30768,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK767\",\r\n            \"name\": \"드라이버767\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 767,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37671,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7670\",\r\n            \"name\": \"드라이버7670\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7670,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37672,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7671\",\r\n            \"name\": \"드라이버7671\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7671,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37673,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7672\",\r\n            \"name\": \"드라이버7672\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7672,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37674,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7673\",\r\n            \"name\": \"드라이버7673\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7673,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37675,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7674\",\r\n            \"name\": \"드라이버7674\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7674,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37676,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7675\",\r\n            \"name\": \"드라이버7675\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7675,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37677,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7676\",\r\n            \"name\": \"드라이버7676\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7676,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37678,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7677\",\r\n            \"name\": \"드라이버7677\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7677,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37679,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7678\",\r\n            \"name\": \"드라이버7678\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7678,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37680,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7679\",\r\n            \"name\": \"드라이버7679\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7679,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30769,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK768\",\r\n            \"name\": \"드라이버768\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 768,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37681,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7680\",\r\n            \"name\": \"드라이버7680\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7680,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37682,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7681\",\r\n            \"name\": \"드라이버7681\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7681,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37683,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7682\",\r\n            \"name\": \"드라이버7682\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7682,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37684,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7683\",\r\n            \"name\": \"드라이버7683\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7683,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37685,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7684\",\r\n            \"name\": \"드라이버7684\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7684,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37686,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7685\",\r\n            \"name\": \"드라이버7685\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7685,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37687,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7686\",\r\n            \"name\": \"드라이버7686\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7686,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37688,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7687\",\r\n            \"name\": \"드라이버7687\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7687,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37689,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7688\",\r\n            \"name\": \"드라이버7688\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7688,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37690,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7689\",\r\n            \"name\": \"드라이버7689\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7689,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30770,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK769\",\r\n            \"name\": \"드라이버769\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 769,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37691,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7690\",\r\n            \"name\": \"드라이버7690\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7690,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37692,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7691\",\r\n            \"name\": \"드라이버7691\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7691,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37693,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7692\",\r\n            \"name\": \"드라이버7692\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7692,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37694,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7693\",\r\n            \"name\": \"드라이버7693\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7693,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37695,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7694\",\r\n            \"name\": \"드라이버7694\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7694,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37696,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7695\",\r\n            \"name\": \"드라이버7695\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7695,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37697,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7696\",\r\n            \"name\": \"드라이버7696\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7696,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37698,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7697\",\r\n            \"name\": \"드라이버7697\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7697,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37699,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7698\",\r\n            \"name\": \"드라이버7698\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7698,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37700,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7699\",\r\n            \"name\": \"드라이버7699\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7699,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30078,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK77\",\r\n            \"name\": \"드라이버77\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 77,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30771,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK770\",\r\n            \"name\": \"드라이버770\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 770,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37701,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7700\",\r\n            \"name\": \"드라이버7700\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7700,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37702,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7701\",\r\n            \"name\": \"드라이버7701\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7701,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37703,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7702\",\r\n            \"name\": \"드라이버7702\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7702,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37704,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7703\",\r\n            \"name\": \"드라이버7703\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7703,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37705,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7704\",\r\n            \"name\": \"드라이버7704\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7704,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37706,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7705\",\r\n            \"name\": \"드라이버7705\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7705,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37707,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7706\",\r\n            \"name\": \"드라이버7706\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7706,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37708,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7707\",\r\n            \"name\": \"드라이버7707\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7707,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37709,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7708\",\r\n            \"name\": \"드라이버7708\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7708,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37710,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7709\",\r\n            \"name\": \"드라이버7709\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7709,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30772,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK771\",\r\n            \"name\": \"드라이버771\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 771,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37711,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7710\",\r\n            \"name\": \"드라이버7710\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7710,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37712,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7711\",\r\n            \"name\": \"드라이버7711\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7711,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37713,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7712\",\r\n            \"name\": \"드라이버7712\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7712,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37714,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7713\",\r\n            \"name\": \"드라이버7713\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7713,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37715,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7714\",\r\n            \"name\": \"드라이버7714\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7714,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37716,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7715\",\r\n            \"name\": \"드라이버7715\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7715,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37717,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7716\",\r\n            \"name\": \"드라이버7716\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7716,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37718,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7717\",\r\n            \"name\": \"드라이버7717\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7717,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37719,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7718\",\r\n            \"name\": \"드라이버7718\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7718,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37720,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7719\",\r\n            \"name\": \"드라이버7719\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7719,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30773,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK772\",\r\n            \"name\": \"드라이버772\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 772,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37721,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7720\",\r\n            \"name\": \"드라이버7720\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7720,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37722,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7721\",\r\n            \"name\": \"드라이버7721\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7721,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37723,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7722\",\r\n            \"name\": \"드라이버7722\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7722,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37724,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7723\",\r\n            \"name\": \"드라이버7723\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7723,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37725,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7724\",\r\n            \"name\": \"드라이버7724\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7724,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37726,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7725\",\r\n            \"name\": \"드라이버7725\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7725,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37727,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7726\",\r\n            \"name\": \"드라이버7726\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7726,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37728,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7727\",\r\n            \"name\": \"드라이버7727\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7727,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37729,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7728\",\r\n            \"name\": \"드라이버7728\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7728,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37730,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7729\",\r\n            \"name\": \"드라이버7729\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7729,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30774,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK773\",\r\n            \"name\": \"드라이버773\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 773,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37731,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7730\",\r\n            \"name\": \"드라이버7730\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7730,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37732,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7731\",\r\n            \"name\": \"드라이버7731\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7731,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37733,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7732\",\r\n            \"name\": \"드라이버7732\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7732,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37734,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7733\",\r\n            \"name\": \"드라이버7733\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7733,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37735,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7734\",\r\n            \"name\": \"드라이버7734\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7734,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37736,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7735\",\r\n            \"name\": \"드라이버7735\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7735,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37737,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7736\",\r\n            \"name\": \"드라이버7736\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7736,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37738,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7737\",\r\n            \"name\": \"드라이버7737\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7737,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37739,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7738\",\r\n            \"name\": \"드라이버7738\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7738,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37740,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7739\",\r\n            \"name\": \"드라이버7739\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7739,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30775,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK774\",\r\n            \"name\": \"드라이버774\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 774,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37741,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7740\",\r\n            \"name\": \"드라이버7740\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7740,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37742,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7741\",\r\n            \"name\": \"드라이버7741\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7741,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37743,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7742\",\r\n            \"name\": \"드라이버7742\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7742,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37744,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7743\",\r\n            \"name\": \"드라이버7743\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7743,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37745,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7744\",\r\n            \"name\": \"드라이버7744\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7744,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37746,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7745\",\r\n            \"name\": \"드라이버7745\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7745,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37747,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7746\",\r\n            \"name\": \"드라이버7746\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7746,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37748,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7747\",\r\n            \"name\": \"드라이버7747\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7747,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37749,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7748\",\r\n            \"name\": \"드라이버7748\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7748,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37750,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7749\",\r\n            \"name\": \"드라이버7749\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7749,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30776,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK775\",\r\n            \"name\": \"드라이버775\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 775,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37751,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7750\",\r\n            \"name\": \"드라이버7750\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7750,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37752,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7751\",\r\n            \"name\": \"드라이버7751\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7751,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37753,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7752\",\r\n            \"name\": \"드라이버7752\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7752,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37754,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7753\",\r\n            \"name\": \"드라이버7753\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7753,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37755,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7754\",\r\n            \"name\": \"드라이버7754\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7754,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37756,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7755\",\r\n            \"name\": \"드라이버7755\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7755,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37757,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7756\",\r\n            \"name\": \"드라이버7756\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7756,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37758,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7757\",\r\n            \"name\": \"드라이버7757\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7757,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37759,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7758\",\r\n            \"name\": \"드라이버7758\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7758,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37760,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7759\",\r\n            \"name\": \"드라이버7759\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7759,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30777,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK776\",\r\n            \"name\": \"드라이버776\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 776,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37761,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7760\",\r\n            \"name\": \"드라이버7760\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7760,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37762,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7761\",\r\n            \"name\": \"드라이버7761\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7761,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37763,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7762\",\r\n            \"name\": \"드라이버7762\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7762,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37764,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7763\",\r\n            \"name\": \"드라이버7763\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7763,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37765,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7764\",\r\n            \"name\": \"드라이버7764\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7764,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37766,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7765\",\r\n            \"name\": \"드라이버7765\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7765,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37767,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7766\",\r\n            \"name\": \"드라이버7766\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7766,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37768,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7767\",\r\n            \"name\": \"드라이버7767\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7767,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37769,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7768\",\r\n            \"name\": \"드라이버7768\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7768,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37770,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7769\",\r\n            \"name\": \"드라이버7769\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7769,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30778,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK777\",\r\n            \"name\": \"드라이버777\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 777,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37771,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7770\",\r\n            \"name\": \"드라이버7770\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7770,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37772,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7771\",\r\n            \"name\": \"드라이버7771\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7771,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37773,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7772\",\r\n            \"name\": \"드라이버7772\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7772,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37774,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7773\",\r\n            \"name\": \"드라이버7773\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7773,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37775,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7774\",\r\n            \"name\": \"드라이버7774\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7774,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37776,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7775\",\r\n            \"name\": \"드라이버7775\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7775,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37777,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7776\",\r\n            \"name\": \"드라이버7776\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7776,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37778,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7777\",\r\n            \"name\": \"드라이버7777\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7777,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37779,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7778\",\r\n            \"name\": \"드라이버7778\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7778,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37780,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7779\",\r\n            \"name\": \"드라이버7779\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7779,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30779,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK778\",\r\n            \"name\": \"드라이버778\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 778,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37781,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7780\",\r\n            \"name\": \"드라이버7780\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7780,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37782,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7781\",\r\n            \"name\": \"드라이버7781\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7781,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37783,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7782\",\r\n            \"name\": \"드라이버7782\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7782,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37784,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7783\",\r\n            \"name\": \"드라이버7783\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7783,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37785,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7784\",\r\n            \"name\": \"드라이버7784\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7784,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37786,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7785\",\r\n            \"name\": \"드라이버7785\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7785,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37787,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7786\",\r\n            \"name\": \"드라이버7786\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7786,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37788,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7787\",\r\n            \"name\": \"드라이버7787\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7787,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37789,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7788\",\r\n            \"name\": \"드라이버7788\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7788,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37790,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7789\",\r\n            \"name\": \"드라이버7789\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7789,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30780,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK779\",\r\n            \"name\": \"드라이버779\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 779,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37791,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7790\",\r\n            \"name\": \"드라이버7790\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7790,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37792,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7791\",\r\n            \"name\": \"드라이버7791\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7791,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37793,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7792\",\r\n            \"name\": \"드라이버7792\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7792,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37794,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7793\",\r\n            \"name\": \"드라이버7793\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7793,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37795,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7794\",\r\n            \"name\": \"드라이버7794\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7794,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37796,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7795\",\r\n            \"name\": \"드라이버7795\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7795,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37797,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7796\",\r\n            \"name\": \"드라이버7796\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7796,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37798,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7797\",\r\n            \"name\": \"드라이버7797\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7797,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37799,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7798\",\r\n            \"name\": \"드라이버7798\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7798,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37800,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7799\",\r\n            \"name\": \"드라이버7799\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7799,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30079,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK78\",\r\n            \"name\": \"드라이버78\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 78,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30781,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK780\",\r\n            \"name\": \"드라이버780\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 780,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37801,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7800\",\r\n            \"name\": \"드라이버7800\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7800,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37802,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7801\",\r\n            \"name\": \"드라이버7801\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7801,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37803,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7802\",\r\n            \"name\": \"드라이버7802\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7802,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37804,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7803\",\r\n            \"name\": \"드라이버7803\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7803,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37805,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7804\",\r\n            \"name\": \"드라이버7804\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7804,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37806,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7805\",\r\n            \"name\": \"드라이버7805\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7805,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37807,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7806\",\r\n            \"name\": \"드라이버7806\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7806,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37808,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7807\",\r\n            \"name\": \"드라이버7807\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7807,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37809,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7808\",\r\n            \"name\": \"드라이버7808\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7808,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37810,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7809\",\r\n            \"name\": \"드라이버7809\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7809,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30782,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK781\",\r\n            \"name\": \"드라이버781\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 781,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37811,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7810\",\r\n            \"name\": \"드라이버7810\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7810,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37812,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7811\",\r\n            \"name\": \"드라이버7811\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7811,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37813,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7812\",\r\n            \"name\": \"드라이버7812\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7812,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37814,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7813\",\r\n            \"name\": \"드라이버7813\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7813,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37815,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7814\",\r\n            \"name\": \"드라이버7814\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7814,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37816,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7815\",\r\n            \"name\": \"드라이버7815\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7815,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37817,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7816\",\r\n            \"name\": \"드라이버7816\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7816,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37818,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7817\",\r\n            \"name\": \"드라이버7817\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7817,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37819,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7818\",\r\n            \"name\": \"드라이버7818\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7818,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37820,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7819\",\r\n            \"name\": \"드라이버7819\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7819,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30783,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK782\",\r\n            \"name\": \"드라이버782\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 782,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37821,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7820\",\r\n            \"name\": \"드라이버7820\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7820,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37822,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7821\",\r\n            \"name\": \"드라이버7821\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7821,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37823,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7822\",\r\n            \"name\": \"드라이버7822\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7822,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37824,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7823\",\r\n            \"name\": \"드라이버7823\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7823,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37825,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7824\",\r\n            \"name\": \"드라이버7824\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7824,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37826,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7825\",\r\n            \"name\": \"드라이버7825\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7825,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37827,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7826\",\r\n            \"name\": \"드라이버7826\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7826,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37828,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7827\",\r\n            \"name\": \"드라이버7827\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7827,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37829,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7828\",\r\n            \"name\": \"드라이버7828\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7828,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37830,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7829\",\r\n            \"name\": \"드라이버7829\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7829,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30784,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK783\",\r\n            \"name\": \"드라이버783\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 783,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37831,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7830\",\r\n            \"name\": \"드라이버7830\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7830,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37832,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7831\",\r\n            \"name\": \"드라이버7831\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7831,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37833,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7832\",\r\n            \"name\": \"드라이버7832\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7832,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37834,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7833\",\r\n            \"name\": \"드라이버7833\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7833,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37835,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7834\",\r\n            \"name\": \"드라이버7834\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7834,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37836,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7835\",\r\n            \"name\": \"드라이버7835\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7835,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37837,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7836\",\r\n            \"name\": \"드라이버7836\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7836,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37838,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7837\",\r\n            \"name\": \"드라이버7837\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7837,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37839,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7838\",\r\n            \"name\": \"드라이버7838\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7838,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37840,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7839\",\r\n            \"name\": \"드라이버7839\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7839,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30785,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK784\",\r\n            \"name\": \"드라이버784\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 784,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37841,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7840\",\r\n            \"name\": \"드라이버7840\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7840,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37842,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7841\",\r\n            \"name\": \"드라이버7841\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7841,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37843,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7842\",\r\n            \"name\": \"드라이버7842\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7842,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37844,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7843\",\r\n            \"name\": \"드라이버7843\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7843,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37845,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7844\",\r\n            \"name\": \"드라이버7844\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7844,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37846,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7845\",\r\n            \"name\": \"드라이버7845\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7845,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37847,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7846\",\r\n            \"name\": \"드라이버7846\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7846,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37848,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7847\",\r\n            \"name\": \"드라이버7847\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7847,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37849,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7848\",\r\n            \"name\": \"드라이버7848\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7848,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37850,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7849\",\r\n            \"name\": \"드라이버7849\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7849,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30786,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK785\",\r\n            \"name\": \"드라이버785\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 785,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37851,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7850\",\r\n            \"name\": \"드라이버7850\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7850,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37852,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7851\",\r\n            \"name\": \"드라이버7851\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7851,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37853,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7852\",\r\n            \"name\": \"드라이버7852\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7852,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37854,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7853\",\r\n            \"name\": \"드라이버7853\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7853,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37855,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7854\",\r\n            \"name\": \"드라이버7854\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7854,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37856,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7855\",\r\n            \"name\": \"드라이버7855\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7855,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37857,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7856\",\r\n            \"name\": \"드라이버7856\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7856,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37858,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7857\",\r\n            \"name\": \"드라이버7857\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7857,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37859,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7858\",\r\n            \"name\": \"드라이버7858\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7858,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37860,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7859\",\r\n            \"name\": \"드라이버7859\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7859,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30787,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK786\",\r\n            \"name\": \"드라이버786\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 786,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37861,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7860\",\r\n            \"name\": \"드라이버7860\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7860,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37862,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7861\",\r\n            \"name\": \"드라이버7861\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7861,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37863,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7862\",\r\n            \"name\": \"드라이버7862\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7862,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37864,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7863\",\r\n            \"name\": \"드라이버7863\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7863,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37865,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7864\",\r\n            \"name\": \"드라이버7864\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7864,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37866,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7865\",\r\n            \"name\": \"드라이버7865\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7865,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37867,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7866\",\r\n            \"name\": \"드라이버7866\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7866,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37868,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7867\",\r\n            \"name\": \"드라이버7867\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7867,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37869,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7868\",\r\n            \"name\": \"드라이버7868\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7868,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37870,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7869\",\r\n            \"name\": \"드라이버7869\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7869,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30788,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK787\",\r\n            \"name\": \"드라이버787\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 787,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37871,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7870\",\r\n            \"name\": \"드라이버7870\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7870,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37872,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7871\",\r\n            \"name\": \"드라이버7871\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7871,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37873,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7872\",\r\n            \"name\": \"드라이버7872\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7872,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37874,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7873\",\r\n            \"name\": \"드라이버7873\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7873,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37875,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7874\",\r\n            \"name\": \"드라이버7874\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7874,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37876,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7875\",\r\n            \"name\": \"드라이버7875\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7875,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37877,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7876\",\r\n            \"name\": \"드라이버7876\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7876,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37878,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7877\",\r\n            \"name\": \"드라이버7877\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7877,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37879,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7878\",\r\n            \"name\": \"드라이버7878\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7878,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37880,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7879\",\r\n            \"name\": \"드라이버7879\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7879,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30789,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK788\",\r\n            \"name\": \"드라이버788\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 788,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37881,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7880\",\r\n            \"name\": \"드라이버7880\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7880,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37882,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7881\",\r\n            \"name\": \"드라이버7881\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7881,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37883,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7882\",\r\n            \"name\": \"드라이버7882\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7882,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37884,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7883\",\r\n            \"name\": \"드라이버7883\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7883,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37885,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7884\",\r\n            \"name\": \"드라이버7884\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7884,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37886,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7885\",\r\n            \"name\": \"드라이버7885\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7885,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37887,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7886\",\r\n            \"name\": \"드라이버7886\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7886,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37888,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7887\",\r\n            \"name\": \"드라이버7887\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7887,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37889,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7888\",\r\n            \"name\": \"드라이버7888\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7888,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37890,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7889\",\r\n            \"name\": \"드라이버7889\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7889,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30790,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK789\",\r\n            \"name\": \"드라이버789\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 789,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37891,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7890\",\r\n            \"name\": \"드라이버7890\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7890,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37892,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7891\",\r\n            \"name\": \"드라이버7891\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7891,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37893,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7892\",\r\n            \"name\": \"드라이버7892\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7892,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37894,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7893\",\r\n            \"name\": \"드라이버7893\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7893,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37895,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7894\",\r\n            \"name\": \"드라이버7894\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7894,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37896,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7895\",\r\n            \"name\": \"드라이버7895\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7895,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37897,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7896\",\r\n            \"name\": \"드라이버7896\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7896,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37898,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7897\",\r\n            \"name\": \"드라이버7897\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7897,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37899,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7898\",\r\n            \"name\": \"드라이버7898\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7898,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37900,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7899\",\r\n            \"name\": \"드라이버7899\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7899,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30080,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK79\",\r\n            \"name\": \"드라이버79\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 79,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 30791,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK790\",\r\n            \"name\": \"드라이버790\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 790,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37901,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7900\",\r\n            \"name\": \"드라이버7900\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7900,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37902,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7901\",\r\n            \"name\": \"드라이버7901\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7901,\r\n            \"orgNm\": \"와이즈킷\"\r\n        },\r\n        {\r\n            \"did\": 37903,\r\n            \"orn\": \"/wisekit\",\r\n            \"empNo\": \"WK7902\",\r\n            \"name\": \"드라이버7902\",\r\n            \"position\": \"팀원\",\r\n            \"phone\": \"010123123\",\r\n            \"email\": \"test@wisekit.co\",\r\n            \"ts\": 7902,\r\n            \"orgNm\": \"와이즈킷\"\r\n        }\r\n    ]\r\n}"},{"id":"418e752c-9c4a-4c91-8017-05a3e3f84225","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver?page=1&rows=10&orn=/wisekit&keyword=","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"keyword","value":"","description":"(optional)Driver Name"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:44:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fc2c9dd6-f5d1-4699-b3b2-062bd6b69ecc"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-V7F3xIE0Ed6Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"fc2ba2bd-bd3a-4151-9105-e4a9a9cf5f68","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver?page=1&rows=10&orn=wisekit&keyword=","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"orn","value":"wisekit","description":"Organization ID"},{"key":"keyword","value":"","description":"(optional)Driver Name"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"05c22c8b-d13a-4c5c-a5d9-f26bdb47f4fc"},{"name":"DriverCreate","id":"9e3a8b38-00cf-40bd-b5f8-131cec816302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver","description":"<h5 id=\"description\">Description</h5>\n<p>This endpoint allows the creation of a new driver by providing their details.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID</td>\n</tr>\n<tr>\n<td><strong>empNo</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Employee Number</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Driver Name</td>\n</tr>\n<tr>\n<td><strong>position</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Employee Position</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Phone Number</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Email</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"128a3417-84ec-45a7-b011-56c61f50809f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7770e828-bac6-4780-bb3f-383d5d0fc483","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:45:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"cc111341-9641-41bf-ab4e-8cf4f49088b9"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-aIFi8IE0EIHA="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"181bcf46-042a-41a9-9d80-46f3437ed1d6","name":"ExistEmpNo","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0123\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"이미 사용중인 직원번호입니다.\",\n    \"code\": \"exist\"\n}"},{"id":"e2f9098b-c33f-4be0-b86e-d524cbb8eec4","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/afksfkakfsafk\",\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"ff596f95-7976-4f21-a952-c64ec03e4c36","name":"NotInputRequired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": null,\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Internal server error\"\n}"},{"id":"e365616c-6316-4242-a4c8-89010a5e5ac1","name":"NotFoundOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": null,\r\n    \"empNo\": \"TEST0124\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"employee\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ORN 정보가 없습니다.\",\n    \"code\": \"not_found_orn\"\n}"}],"_postman_id":"9e3a8b38-00cf-40bd-b5f8-131cec816302"},{"name":"DriverUpdate","id":"c4ae02ec-2c84-4911-ae98-5a66d66ed727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0123\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"team member\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver","description":"<h5 id=\"description\">Description</h5>\n<p>This endpoint updates the details of an existing driver.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>did</strong></td>\n<td>Yes</td>\n<td>number(integer)</td>\n<td>Driver ID</td>\n</tr>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID</td>\n</tr>\n<tr>\n<td><strong>empNo</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Employee Number</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Driver Name</td>\n</tr>\n<tr>\n<td><strong>position</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Employee Position</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Phone Number</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Email</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"353a32d4-e51c-44b0-a253-4c7671ec21d6","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0123\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"team member\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e1ed1a04-84c2-4e51-8255-752111a310a1","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"TEST0123\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"team member\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:45:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a3aba7a4-527d-41ee-be04-c7b23930a012"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-czF0XoE0EClQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"242f2c3a-0f58-4d22-af04-3761e3e38662","name":"ForbiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": \"wisekit\",\r\n    \"empNo\": \"TESTMAN2\",\r\n    \"name\": \"test\",\r\n    \"position\": \"teammate\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"d9828d8f-dfad-421f-add1-e8127da1bf13","name":"ExistEmpNo","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": \"/wisekit\",\r\n    \"empNo\": \"WK100\",\r\n    \"name\": \"test\",\r\n    \"position\": \"team member\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"이미 사용중인 직원번호입니다.\",\n    \"code\": \"exist\"\n}"},{"id":"cd1295c5-5baa-4ff0-aecf-2a71f6f878da","name":"NotFoundOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"did\": 50048,\r\n    \"orn\": null,\r\n    \"empNo\": \"TEST0123\",\r\n    \"name\": \"tester\",\r\n    \"position\": \"team member\",\r\n    \"phone\": \"010123456\",\r\n    \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ORN 정보가 없습니다.\",\n    \"code\": \"not_found_orn\"\n}"}],"_postman_id":"c4ae02ec-2c84-4911-ae98-5a66d66ed727"},{"name":"DriverGet","id":"9f5c73d2-6773-4d50-85cf-fd40eebb51c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/driver/:did","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves the details of a specific driver using <code>did</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver",":did"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>(Required)Driver ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"did"}]}},"response":[{"id":"613ee891-96e2-486d-86f3-36d88a2dd24a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/driver/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"did\": 1,\r\n    \"orn\": \"/wisekit/1706683318\",\r\n    \"empNo\": \"WK01\",\r\n    \"name\": \"위재일\",\r\n    \"position\": \"대표\",\r\n    \"phone\": \"01012341234\",\r\n    \"email\": \"whilestomach@wisekit.co\",\r\n    \"ts\": 1\r\n}"},{"id":"00c006c2-2d67-4679-96ad-91f51e900ace","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver/:did","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver",":did"],"variable":[{"key":"did","value":"1","description":"(Required)Driver ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:46:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a1d81cce-a3e9-4837-b6e4-15245f4afba8"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-f2FrCIE0EMlg="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"a69374ae-f456-4ad8-846e-5f17a7c43982","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver/:did","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver",":did"],"variable":[{"key":"did","value":"1259412","description":"(Required)Driver ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"드라이버 정보가 없습니다.\",\n    \"code\": \"not_found_driver\"\n}"}],"_postman_id":"9f5c73d2-6773-4d50-85cf-fd40eebb51c4"},{"name":"DriverDelete","id":"753bfedf-9835-4ea0-91bc-b2261773d4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/driver/:did","description":"<h5>Description</h5>\n\n<p>This endpoint deletes a specific driver from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver",":did"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>(Required)Driver ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"did"}]}},"response":[{"id":"e84d5f5d-ff38-400f-9ae3-2b648bfc9ee8","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/driver/50003"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"69b00bf4-9ed9-49dd-91e3-f5b5264645b9","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver/:did","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver",":did"],"variable":[{"key":"did","value":"","description":"(Required)Driver ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Nov 2024 05:46:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"dcd52a3b-af9f-48eb-8583-f8df55de7bcf"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Bh-nqE94oE0EaJw="}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"cc61f0de-69bf-4d18-9d0b-a1b352126ff9","name":"NotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver/:did","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver",":did"],"variable":[{"key":"did","value":"1259412","description":"(Required)Driver ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Internal server error\"\r\n}"}],"_postman_id":"753bfedf-9835-4ea0-91bc-b2261773d4ec"}],"id":"82d2a1f0-cdf0-4ca3-8f6a-3e6a5d0f2e77","description":"<p>FMS API for managing vehicle driver information. Provides functions for creating, reading, updating, and deleting driver data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"82d2a1f0-cdf0-4ca3-8f6a-3e6a5d0f2e77","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"vid","item":[{"name":"VidSearch","id":"4e6b42ba-3e55-4b4c-b676-5e6870006590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"20241204080445-138.avi\",\r\n    \"url\": \"<Your URL Endpoint>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search","description":"<h5 id=\"description\">Description</h5>\n<p>This endpoint searches for a file and sends the file URL on the server to the <code>Your URL Endpoint</code> specified in the <code>Request Body</code>. If the desired file does not exist on the server, it proceeds with the file upload process.</p>\n<hr />\n<h5 id=\"file-name-format\">File Name Format</h5>\n<ul>\n<li><p>format: <code>Timestamp</code>-<code>Event</code>.<code>File Extension</code><br />  - <code>Timestamp</code>: YYYYMMDDHHMMSS (e.g., 20241204080445)<br />  - <code>Event</code>: Unique identifier for the event (e.g., 138). Please refer to the <strong>Event List</strong> at the top of this page<br />  - <code>File Extension</code>: .<strong>avi</strong> for videos, .<strong>jpg</strong> for images</p>\n</li>\n<li><p>example: 20241204080445-138.avi</p>\n</li>\n</ul>\n<hr />\n<h5 id=\"file-extension-of-fms-event-list\">File Extension of FMS Event List</h5>\n<p><code>Event 108</code> Panic Button : <strong>avi</strong><br /><code>Event 109</code> Drowsy : <strong>avi</strong><br /><code>Event 110</code> Inattentive Driving : <strong>avi</strong><br /><code>Event 111</code> Lane Departure : <strong>avi</strong><br /><code>Event 112</code> Following Distance : <strong>avi</strong><br /><code>Event 113</code> Rolling Stop : <strong>avi</strong><br /><code>Event 114</code> Speeding : <strong>avi</strong><br /><code>Event 119</code> Ignition Off : <strong>jpg</strong><br /><code>Event 120</code> Ignition On : <strong>jpg</strong><br /><code>Event 121</code> Shock on Moving : <strong>avi</strong><br /><code>Event 122</code> Shock on Parking : <strong>avi</strong><br /><code>Event 123</code> Smoking : <strong>avi</strong><br /><code>Event 124</code> No Driver : <strong>jpg</strong><br /><code>Event 125</code> Mobile Usage : <strong>avi</strong><br /><code>Event 126</code> Crash : <strong>avi</strong><br /><code>Event 128</code> Obstructed Camera : <strong>jpg</strong><br /><code>Event 129</code> Forward Collision Warning : <strong>avi</strong><br /><code>Event 137</code> Captured Still Image : <strong>jpg</strong><br /><code>Event 138</code> Moving : <strong>avi</strong><br /><code>Event 139</code> Motion : <strong>avi</strong><br /><code>Event 149</code> Recording on Parking : <strong>avi</strong><br /><code>Event 152</code> Harsh Accel : <strong>avi</strong><br /><code>Event 153</code> Harsh Stop : <strong>avi</strong><br /><code>Event 154</code> Harsh Turn : <strong>avi</strong><br /><code>Event 164</code> Enter Geofence : <strong>jpg</strong><br /><code>Event 165</code> Exit Geofence : <strong>jpg</strong></p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>clientId</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Access Token Number</td>\n</tr>\n<tr>\n<td><strong>fileName</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>File Name  <br />- Refer to the <strong>File Name Format</strong> above.</td>\n</tr>\n<tr>\n<td><strong>url</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Your URL Endpoint. The endpoint address to receive the file URL</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h5 id=\"your-url-endpoint-body-parameter\">Your URL Endpoint Body Parameter</h5>\n<blockquote>\n<p><em>Send Success</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>code</strong></td>\n<td>string</td>\n<td>Response Code</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>\"video\" or \"image\"</td>\n</tr>\n<tr>\n<td><strong>front</strong></td>\n<td>string</td>\n<td>Front Video URL</td>\n</tr>\n<tr>\n<td><strong>rear</strong></td>\n<td>string</td>\n<td>Rear Video URL</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td>string</td>\n<td>Video JSON Metadata URL</td>\n</tr>\n<tr>\n<td><strong>img</strong></td>\n<td>string</td>\n<td>Image URL(or Video Thumbnail URL)</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>sample example</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"success\",\n  \"type\": \"video\",\n  \"front\": \"https://fms.wisekit.co.kr/s3-upload/tki16908700070150623/20241204080445-138_front.mp4?resource-token=wee#super#1733299559740$867cec61daf15b60481e865c5d0ba16293cc7810750aabaa752201ae7bd6dff5\",\n  \"rear\": \"https://fms.wisekit.co.kr/s3-upload/tki16908700070150623/20241204080445-138_rear.mp4?resource-token=wee#super#1733299559740$867cec61daf15b60481e865c5d0ba16293cc7810750aabaa752201ae7bd6dff5\",\n  \"meta\": \"https://fms.wisekit.co.kr/s3-upload/tki16908700070150623/20241204080445-138_meta.json?resource-token=wee#super#1733299559740$867cec61daf15b60481e865c5d0ba16293cc7810750aabaa752201ae7bd6dff5\",\n  \"img\": \"https://fms.wisekit.co.kr/s3-upload/tki16908700070150623/20241204080445-138_thumb.png?resource-token=wee#super#1733299559740$867cec61daf15b60481e865c5d0ba16293cc7810750aabaa752201ae7bd6dff5\"\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"success\",\n  \"type\": \"image\",\n  \"img\": \"https://fms.wisekit.co.kr/s3-upload/tki16908700070150623/20241203165658-120.jpg?resource-token=wee#super#1733301176047$a3e546ae0987fb097c3fcd228671d8db9ba8ad937975c949c807473b4a364fda\"\n}\n\n</code></pre>\n<blockquote>\n<p><em>File Not Found</em> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>code</strong></td>\n<td>string</td>\n<td>Response Code</td>\n</tr>\n<tr>\n<td><strong>message</strong></td>\n<td>string</td>\n<td>Error Message</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>sample example</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"The device failed to read the file.\",\n  \"code\": \"file_read_failed\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","vid","search"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"5caa56e9-63bd-46fe-8499-1b8258a9ad52","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"20241129101629-137.jpg\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"a2be94e1-2414-4e3f-ab32-6123507d8e39","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"20241204080445-138.avi\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"ce95b421-c1e4-41c5-9a42-92f61d006ac4","name":"NotInputClientId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"\",\r\n    \"fileName\": \"20241129101629-137.jpg\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please enter the clientId\",\n    \"code\": \"not_input_clientId\"\n}"},{"id":"cf3156be-68a5-421a-9016-24e3dd50f89b","name":"NotInputFileName","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Please enter the fileName\",\r\n    \"code\": \"not_input_filename\"\r\n}"},{"id":"5726aad9-c2a7-40de-bc41-306527e3cda7","name":"InvalidFormatFileName","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"1234123-231321.jpg\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"File name is not valid for formatting.\",\r\n    \"code\": \"invalid_format_filename\"\r\n}"},{"id":"abed51ee-edbf-4bf1-bbd6-5dfddafa3d35","name":"InvalidUrl","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"20241129101629-137.jpg\",\r\n    \"url\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Please enter the url\",\r\n    \"code\": \"invalid_url\"\r\n}"},{"id":"770115a8-43ab-4b67-b69f-56744a953bc9","name":"InvalidUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150623\",\r\n    \"fileName\": \"20241129101629-137.jpg\",\r\n    \"url\": \"https://fms-api.wisekit.co.kr/test/webhook-receiver\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/vid/search"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No account information.\",\n    \"code\": \"invalid_user\"\n}"}],"_postman_id":"4e6b42ba-3e55-4b4c-b676-5e6870006590"}],"id":"a0508e02-d458-4d0e-9135-6539a8e4ae00","description":"<p>FMS API for accessing video or image content.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","event":[{"listen":"prerequest","script":{"id":"f5885008-b309-46a6-ab1f-50d2024fd737","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ded8f174-30ab-466d-8390-50901d056e6a","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"a0508e02-d458-4d0e-9135-6539a8e4ae00","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"admin","item":[{"name":"AdminList","id":"90a0d0f6-befa-42ad-9eed-d424749c7137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/admin?orn=/wisekit&page=1&rows=10","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves a list of admin with optional filters and pagination support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"disabled":true,"description":{"content":"<p>(optional) Search start time(admin registration time). UTC timestamp(sec)</p>\n","type":"text/plain"},"key":"beginTs","value":"1698000000"},{"disabled":true,"description":{"content":"<p>(optional) Search end time(admin registration time) UTC timestamp(sec)</p>\n","type":"text/plain"},"key":"endTs","value":"1722000000"}],"variable":[]}},"response":[{"id":"0f52451d-7e1b-44f2-9b42-c8a6e75f98cd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1698000000","description":"(optional) Search start time(admin registration time). UTC timestamp(sec)","type":"text","disabled":true},{"key":"endTs","value":"1722000000","description":"(optional) Search end time(admin registration time) UTC timestamp(sec)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 6,\n    \"items\": [\n        {\n            \"username\": \"ljw\",\n            \"name\": \"qwe123\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 1722474535,\n            \"team\": \"\",\n            \"email\": \"beexist2001@gmail.com\",\n            \"phone\": \"000000\",\n            \"aUpdated\": 1730959220,\n            \"aRegId\": \"master\",\n            \"tempYmd\": null,\n            \"roles\": \"installer\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"username\": \"wee\",\n            \"name\": \"위재일3\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 2147483647,\n            \"team\": \"개발팀2\",\n            \"email\": \"test@gmail.com\",\n            \"phone\": \"01011111112\",\n            \"aUpdated\": 1709364345,\n            \"aRegId\": \"master\",\n            \"tempYmd\": null,\n            \"roles\": \"super\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"username\": \"wee1\",\n            \"name\": \"개발1팀\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 1706682904,\n            \"team\": \"\",\n            \"email\": \"whilestomach@gmail.com\",\n            \"phone\": \"qwe123\",\n            \"aUpdated\": 1706683405,\n            \"aRegId\": \"master\",\n            \"tempYmd\": null,\n            \"roles\": \"admin\",\n            \"orgNm\": \"와이즈킷-와이즈킷테스트장비\"\n        },\n        {\n            \"username\": \"wee2\",\n            \"name\": \"wee2\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 1698366264,\n            \"team\": \"\",\n            \"email\": \"1\",\n            \"phone\": \"11\",\n            \"aUpdated\": 1709373861,\n            \"aRegId\": \"wee\",\n            \"tempYmd\": null,\n            \"roles\": \"admin\",\n            \"orgNm\": \"와이즈킷-개발1팀\"\n        },\n        {\n            \"username\": \"wee3\",\n            \"name\": \"wee3\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 1698366405,\n            \"team\": \"\",\n            \"email\": \"1\",\n            \"phone\": \"1\",\n            \"aUpdated\": 1709376972,\n            \"aRegId\": \"wee\",\n            \"tempYmd\": null,\n            \"roles\": \"admin\",\n            \"orgNm\": \"와이즈킷-와이즈킷.임시-테스트서브1\"\n        },\n        {\n            \"username\": \"wee4\",\n            \"name\": \"wee4\",\n            \"state\": \"A0\",\n            \"failCnt\": 0,\n            \"ts\": 1698367332,\n            \"team\": \"\",\n            \"email\": \"1\",\n            \"phone\": \"1\",\n            \"aUpdated\": 1709378637,\n            \"aRegId\": \"wee\",\n            \"tempYmd\": null,\n            \"roles\": \"admin\",\n            \"orgNm\": \"와이즈킷-개발1팀\"\n        }\n    ]\n}"},{"id":"3f0dc980-8a04-4c6b-8397-85e78a87abed","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1698000000","description":"(optional) Search start time(admin registration time). UTC timestamp(sec)","type":"text","disabled":true},{"key":"endTs","value":"1722000000","description":"(optional) Search end time(admin registration time) UTC timestamp(sec)","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"9c607114-3d25-4588-b138-1fd9b000098b","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin?orn=/thinki&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1698000000","description":"(optional) Search start time(admin registration time). UTC timestamp(sec)","type":"text","disabled":true},{"key":"endTs","value":"1722000000","description":"(optional) Search end time(admin registration time) UTC timestamp(sec)","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"90a0d0f6-befa-42ad-9eed-d424749c7137"},{"name":"AdminGet","id":"3e04ac4e-430b-4f44-aba5-52426c646d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/admin/:username","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves the details of a specific admin using <code>username</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin",":username"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>admin username</p>\n","type":"text/plain"},"type":"any","value":"ljw","key":"username"}]}},"response":[{"id":"d149fdcc-e1f5-4f2d-bcca-1e95acf91bd0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"ljw","description":"admin username"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"account\": {\n        \"username\": \"ljw\",\n        \"name\": \"qwe123\",\n        \"state\": \"A0\",\n        \"ts\": 1722474535,\n        \"phone\": \"000000\",\n        \"email\": \"teststsett@gmail.com\",\n        \"tempYmd\": null\n    },\n    \"orn\": \"/wisekit\",\n    \"team\": \"\",\n    \"roles\": [\n        \"installer\"\n    ],\n    \"orns\": [\n        \"/wisekit\"\n    ]\n}"},{"id":"19ccd05e-54b7-414b-9bc3-740b6251066d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"ljw","description":"admin username"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"0dcfde15-36e8-493f-bf35-afc4b763da6f","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"thinki","description":"admin username"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"ca0e0b74-8f4b-4310-94ce-48d9ad317c5f","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"ljw","description":"admin username"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"계정정보가 없습니다.\",\n    \"code\": \"not_found_account\"\n}"}],"_postman_id":"3e04ac4e-430b-4f44-aba5-52426c646d3c"},{"name":"AdminCreate","id":"f0ff5c50-60af-4015-9650-101ae890681c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin","description":"<h5>Description</h5>\n\n<p>This endpoint creates a new admin on the server when the <code>username</code> doesn't match with server data.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID</td>\n</tr>\n<tr>\n<td><strong>orns</strong></td>\n<td>Yes</td>\n<td>Array(string)</td>\n<td>Extra orns(Subsidiary)</td>\n</tr>\n<tr>\n<td><strong>roles</strong></td>\n<td>Yes</td>\n<td>Array(string)</td>\n<td>role type: super, admin, choose one</td>\n</tr>\n<tr>\n<td><strong>account</strong></td>\n<td>Yes</td>\n<td>Object</td>\n<td>Admin Data</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>parameter for account</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>username</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Username</td>\n</tr>\n<tr>\n<td><strong>pwd</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Password</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Name</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Phone</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin email</td>\n</tr>\n<tr>\n<td><strong>tempYmd</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Admin account expired date. format: YYMMDD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"79d40042-b867-404c-9495-966ebfde0ea6","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"d56104f6-7565-4653-a423-d0d1295ce45f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"74c5ba94-42f6-48e9-8490-0549d718be16","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"ee40962a-ae70-42fe-94ee-df665c543a7f","name":"Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"이미 사용중인 아이디입니다.\",\n    \"code\": \"exist\"\n}"},{"id":"d135e24a-c7bd-434b-979c-87e6e55ca891","name":"MasterNotAllowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"master\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"wisekittest1\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"00\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"마스터 권한은 등록 불가\",\n    \"code\": \"master_not_allowed\"\n}"}],"_postman_id":"f0ff5c50-60af-4015-9650-101ae890681c"},{"name":"AdminUpdate","id":"3252e3be-c316-4cb2-80c8-5292f74a2aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"0000\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": \"251011\"\r\n    }\r\n}"},"url":"https://fms-api.wisekit.co.kr/api/admin","description":"<h5>Description</h5>\n\n<p>This endpoint update specific admin.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID</td>\n</tr>\n<tr>\n<td><strong>orns</strong></td>\n<td>Yes</td>\n<td>Array(string)</td>\n<td>Extra orns(Subsidiary)</td>\n</tr>\n<tr>\n<td><strong>roles</strong></td>\n<td>Yes</td>\n<td>Array(string)</td>\n<td>role type: super, admin, choose one</td>\n</tr>\n<tr>\n<td><strong>account</strong></td>\n<td>Yes</td>\n<td>Object</td>\n<td>Admin Data</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>parameter for account</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>username</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Username</td>\n</tr>\n<tr>\n<td><strong>pwd</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Admin Password, If a password value is entered, the password will be changed.</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Name</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin Phone</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Admin email</td>\n</tr>\n<tr>\n<td><strong>tempYmd</strong></td>\n<td>No</td>\n<td>string</td>\n<td>Admin account expired date. format: YYMMDD</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"e6ebd1fc-fa57-4461-bd1d-cd4a919d57c2","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"0000\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": \"251011\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"ec33701a-fc88-4560-bf10-0bdda8e0b3e4","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"0000\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": \"251011\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"a3252e7f-35da-4d68-8a49-e126e0fd17c8","name":"ForbiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"roles\": [\"super\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"0000\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": \"251011\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"50c87f79-d029-4b58-89f4-8d029f257ec7","name":"MasterNotAllowed","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"roles\": [\"master\"],\r\n    \"orns\": [],\r\n    \"account\": {\r\n        \"username\": \"wisekittest\",\r\n        \"pwd\": \"\",\r\n        \"name\": \"tester\",\r\n        \"phone\": \"0000\",\r\n        \"email\": \"00\",\r\n        \"tempYmd\": \"251011\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/admin"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"마스터 권한은 등록 불가\",\n    \"code\": \"master_not_allowed\"\n}"}],"_postman_id":"3252e3be-c316-4cb2-80c8-5292f74a2aec"},{"name":"AdminDelete","id":"b5ecede8-8e4e-4bed-83b4-2c65527bfbe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/admin/:username","description":"<h5>Description</h5>\n\n<p>This endpoint deletes a specific admin from the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin",":username"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>admin username</p>\n","type":"text/plain"},"type":"any","value":"wisekittest","key":"username"}]}},"response":[{"id":"b5e77da5-4b4e-4797-a060-6de51d665dab","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"wisekittest","description":"admin username"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"52362e11-2c24-4b53-9423-aa79090a063a","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"wisekittest","description":"admin username"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"0da683e3-9ce5-438b-8abf-6d7e89b18422","name":"ForbiddenOrn","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/:username","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin",":username"],"variable":[{"key":"username","value":"thinki","description":"admin username"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"b5ecede8-8e4e-4bed-83b4-2c65527bfbe8"},{"name":"AdminCompanyList","id":"55f5cce7-c663-4b90-8f55-1d35eecce7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/admin/company?page=1&rows=10","description":"<h5>Description</h5>\n\n<p>Shows the list of companys the currently logged-in ID is authorized to access.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","admin","company"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"}],"variable":[]}},"response":[{"id":"99e782aa-218c-41f7-a54a-93620d5bbebb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/company?page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin","company"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"items\": [\n        {\n            \"orn\": \"/1709362616_wisekit\",\n            \"rootOrn\": \"/1709362616_wisekit\",\n            \"resellerOrn\": \"/wisekit\",\n            \"name\": \"[와이즈킷] wisekit_sub\",\n            \"extra\": \"{\\\"models\\\":[\\\"K390KR\\\",\\\"K390KR1\\\"],\\\"distanceUnit\\\":\\\"mile\\\"}\"\n        },\n        {\n            \"orn\": \"/wisekit\",\n            \"rootOrn\": \"/wisekit\",\n            \"resellerOrn\": null,\n            \"name\": \"와이즈킷\",\n            \"extra\": \"{\\\"models\\\":[\\\"K390KR\\\",\\\"K390KR1\\\"],\\\"distanceUnit\\\":\\\"mile\\\"}\"\n        }\n    ]\n}"},{"id":"0b5fd8b6-b96d-4517-afa9-0d01e2f35c04","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/admin/company?page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","admin","company"],"query":[{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"}],"_postman_id":"55f5cce7-c663-4b90-8f55-1d35eecce7cd"}],"id":"9095835e-8acc-41de-a478-0f102a60df66","description":"<p>FMS API for managing admin information. Provides functions for creating, reading, updating, and deleting admin data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"9095835e-8acc-41de-a478-0f102a60df66","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"telemetry-noti-config","item":[{"name":"TelemetryNotiConfigGet","id":"ee623bab-7d59-4c34-a887-f25578ea218d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config/?orn=/wisekit","description":"<h5>Description</h5>\n\n<p>This endpoint returns the notification settings of a specific <code>orn</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","telemetry-noti-config",""],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"}],"variable":[]}},"response":[{"id":"6ddefd4d-0e25-46d7-ae4c-351d12ceded6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config/?orn=/wisekit","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti-config",""],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orn\": \"/wisekit\",\n    \"e129\": 1,\n    \"e111\": 1,\n    \"e112\": 0,\n    \"e109\": 0,\n    \"e123\": 0,\n    \"e125\": 0,\n    \"e110\": 0,\n    \"e153\": 0,\n    \"e152\": 0,\n    \"e154\": 0,\n    \"e114\": 0,\n    \"e113\": 1,\n    \"e121\": 0,\n    \"e122\": 0,\n    \"e126\": 0,\n    \"e124\": 0,\n    \"e128\": 1,\n    \"e108\": 0,\n    \"e139\": 0,\n    \"e107\": 0,\n    \"e133\": 0,\n    \"e164\": 0,\n    \"e165\": 0\n}"},{"id":"c3aa29bd-23db-4159-a7a3-b89092edc00c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config/?orn=/wisekit","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti-config",""],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"d21b40d8-36e4-4563-9cc0-59383500bcd3","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config/?orn=/thinki","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti-config",""],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"ee623bab-7d59-4c34-a887-f25578ea218d"},{"name":"TelemetryNotiConfigSave","id":"2356ff8f-1ef3-41f0-aa39-1ebaaf28b11e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"e129\": 1,\r\n    \"e111\": 0,\r\n    \"e112\": 0,\r\n    \"e109\": 0,\r\n    \"e123\": 0,\r\n    \"e125\": 0,\r\n    \"e110\": 0,\r\n    \"e153\": 0,\r\n    \"e152\": 0,\r\n    \"e154\": 0,\r\n    \"e114\": 0,\r\n    \"e113\": 1,\r\n    \"e121\": 0,\r\n    \"e122\": 0,\r\n    \"e126\": 0,\r\n    \"e124\": 0,\r\n    \"e128\": 1,\r\n    \"e108\": 0,\r\n    \"e139\": 0,\r\n    \"e107\": 0,\r\n    \"e133\": 0,\r\n    \"e164\": 0,\r\n    \"e165\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config","description":"<h5>Description</h5>\n\n<p>This endpoint updates the notification settings for a specific <code>orn</code>.</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orn</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Organization ID.</td>\n</tr>\n<tr>\n<td><strong>e129</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 129 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e111</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 111 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e112</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 112 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e109</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 109 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e123</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 123 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e125</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 125 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e110</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 110 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e153</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 153 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e152</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 152 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e154</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 154 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e114</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 114 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e113</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 113 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e121</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 121 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e122</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 122 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e126</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 126 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e124</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 124 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e128</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 128 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e108</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 108 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e139</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 139 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e107</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 107 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e133</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 133 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e164</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 164 setting. 0 is false. 1 is true.</td>\n</tr>\n<tr>\n<td><strong>e165</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>event 165 setting. 0 is false. 1 is true.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","telemetry-noti-config"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"72129e66-ac61-4e38-af79-cf2228d04e96","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"e129\": 1,\r\n    \"e111\": 0,\r\n    \"e112\": 0,\r\n    \"e109\": 0,\r\n    \"e123\": 0,\r\n    \"e125\": 0,\r\n    \"e110\": 0,\r\n    \"e153\": 0,\r\n    \"e152\": 0,\r\n    \"e154\": 0,\r\n    \"e114\": 0,\r\n    \"e113\": 1,\r\n    \"e121\": 0,\r\n    \"e122\": 0,\r\n    \"e126\": 0,\r\n    \"e124\": 0,\r\n    \"e128\": 1,\r\n    \"e108\": 0,\r\n    \"e139\": 0,\r\n    \"e107\": 0,\r\n    \"e133\": 0,\r\n    \"e164\": 0,\r\n    \"e165\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"39106c15-9bde-449b-933d-21f613f08df3","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit\",\r\n    \"e129\": 1,\r\n    \"e111\": 0,\r\n    \"e112\": 0,\r\n    \"e109\": 0,\r\n    \"e123\": 0,\r\n    \"e125\": 0,\r\n    \"e110\": 0,\r\n    \"e153\": 0,\r\n    \"e152\": 0,\r\n    \"e154\": 0,\r\n    \"e114\": 0,\r\n    \"e113\": 1,\r\n    \"e121\": 0,\r\n    \"e122\": 0,\r\n    \"e126\": 0,\r\n    \"e124\": 0,\r\n    \"e128\": 1,\r\n    \"e108\": 0,\r\n    \"e139\": 0,\r\n    \"e107\": 0,\r\n    \"e133\": 0,\r\n    \"e164\": 0,\r\n    \"e165\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"a31d25b1-849c-4a99-bbd9-12c28c580c84","name":"ForbiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"e129\": 1,\r\n    \"e111\": 0,\r\n    \"e112\": 0,\r\n    \"e109\": 0,\r\n    \"e123\": 0,\r\n    \"e125\": 0,\r\n    \"e110\": 0,\r\n    \"e153\": 0,\r\n    \"e152\": 0,\r\n    \"e154\": 0,\r\n    \"e114\": 0,\r\n    \"e113\": 1,\r\n    \"e121\": 0,\r\n    \"e122\": 0,\r\n    \"e126\": 0,\r\n    \"e124\": 0,\r\n    \"e128\": 1,\r\n    \"e108\": 0,\r\n    \"e139\": 0,\r\n    \"e107\": 0,\r\n    \"e133\": 0,\r\n    \"e164\": 0,\r\n    \"e165\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti-config"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"2356ff8f-1ef3-41f0-aa39-1ebaaf28b11e"}],"id":"e81b7057-5b49-4c8f-84e1-e455429aba9b","description":"<p>FMS API for configure notification type information. Provides functions for reading, updating notification type.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"e81b7057-5b49-4c8f-84e1-e455429aba9b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"serial","item":[{"name":"SerialList","id":"6d9b0db8-c3d9-44a7-a6a1-a52e8651e0f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/serial?orn=/wisekit&page=1&rows=10","description":"<h5>Description</h5>\n\n<p>This endpoint retrieves a list of serial with optional filters and pagination support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","serial"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"disabled":true,"description":{"content":"<p>device serial number</p>\n","type":"text/plain"},"key":"sn","value":"00000000000WK175"}],"variable":[]}},"response":[{"id":"4b6e6c2d-39f7-4265-9856-a8b618625a03","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/serial?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","serial"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"sn","value":"00000000000WK175","description":"device serial number","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 8,\n    \"items\": [\n        {\n            \"id\": 27,\n            \"sn\": \"00000000000WK175\",\n            \"clientId\": \"WKTEST001C\",\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\"\n        },\n        {\n            \"id\": 33,\n            \"sn\": \"sewkdev1001\",\n            \"clientId\": \"wkdev1001\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"id\": 34,\n            \"sn\": \"sewkdev1002\",\n            \"clientId\": \"wkdev1002\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"id\": 35,\n            \"sn\": \"sewkdev1003\",\n            \"clientId\": \"wkdev1003\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"id\": 36,\n            \"sn\": \"sewkdev1005\",\n            \"clientId\": \"wkdev1005\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"id\": 49,\n            \"sn\": \"1\",\n            \"clientId\": \"1\",\n            \"orgNm\": null\n        },\n        {\n            \"id\": 74,\n            \"sn\": \"00000000000WK174\",\n            \"clientId\": \"00000000000WK174\",\n            \"orgNm\": \"와이즈킷\"\n        },\n        {\n            \"id\": 81,\n            \"sn\": \"00000000000WK171\",\n            \"clientId\": \"00000000000WK171\",\n            \"orgNm\": null\n        }\n    ]\n}"},{"id":"35710985-372d-4b05-97ba-c87860b24858","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/serial?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","serial"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"sn","value":"00000000000WK175","description":"device serial number","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"57ebb58a-7140-4b11-802e-9594127073ef","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/serial?orn=/thinki&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","serial"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"sn","value":"00000000000WK175","description":"device serial number","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"6d9b0db8-c3d9-44a7-a6a1-a52e8651e0f3"}],"id":"57c69ee4-55fc-45c9-b2fd-80522f397899","description":"<p>FMS API for managing serial information. Provides functions for reading, updating serial data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"57c69ee4-55fc-45c9-b2fd-80522f397899","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"overview","item":[{"name":"management","item":[{"name":"OverviewManagementReset","id":"0a9709b9-c004-4d45-a694-c0921f1a290c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST12711\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/overview/management/reset","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","management","reset"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"c2ed0e76-77b0-4d00-91c1-460fcebc4969","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST12711\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/overview/management/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"2ec0b985-7dc2-4c3d-8fe6-882c48b2c4d6","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST12711\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/overview/management/reset"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"704e27d6-2728-4bfb-8de9-8ada7d399e10","name":"ForbiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16812344829776847\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/overview/management/reset"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"d8d4c8de-3417-4124-b1a0-0f1a563b8a6f","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"NOTFOUNDDEVICE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/overview/management/reset"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"디바이스 정보를 찾을 수 없습니다.\",\n    \"code\": \"not_found_device\"\n}"}],"_postman_id":"0a9709b9-c004-4d45-a694-c0921f1a290c"}],"id":"2781a71b-7cc2-4cd8-876d-591781fd5c64","_postman_id":"2781a71b-7cc2-4cd8-876d-591781fd5c64","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"vehicle","item":[{"name":"OverviewVehicleList","id":"e64b9ebe-7b10-412d-99d2-6c0ea440f942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/vehicle?orn=/wisekit&page=1&rows=10","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","vehicle"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"disabled":true,"description":{"content":"<p>(optional)Device Access Token number</p>\n","type":"text/plain"},"key":"clientId","value":"tki16908700070150623"},{"disabled":true,"description":{"content":"<p>(optional)Device Serial Number</p>\n","type":"text/plain"},"key":"sn","value":"0000000000000169"},{"disabled":true,"description":{"content":"<p>(optional)Driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"495df0e5-bac6-4a69-b70c-611221b040ca","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)Driver id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total\": 20009,\r\n    \"items\": [\r\n        {\r\n            \"clientId\": \"tki16908700070150623\",\r\n            \"carNo\": \"오비즈00\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"0000000000000169\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷테스트장비\",\r\n            \"mTotDistance\": 45227,\r\n            \"mDistanceAfterOilReset\": 45227,\r\n            \"mCycleOil\": 1,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 1,\r\n            \"cfgReqId\": \"wee1725875012\",\r\n            \"cfgReqTs\": 1725875012,\r\n            \"cfgId\": \"wee1725875012\",\r\n            \"cfgTs\": 1725875012,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.40\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 37.394917,\r\n            \"vLon\": 127.025733,\r\n            \"vUpdated\": 1758183061,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"drName\": \"위재일\",\r\n            \"status\": \"idle\",\r\n            \"connection\": true,\r\n            \"updatedMin\": 0.6988\r\n        },\r\n        {\r\n            \"clientId\": \"tki16908700070150580\",\r\n            \"carNo\": \"49더9662\",\r\n            \"modelNm\": \"K390KR1\",\r\n            \"sn\": \"0000000000000194\",\r\n            \"orgNm\": \"와이즈킷\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"cfgReqId\": \"master1720488174\",\r\n            \"cfgReqTs\": 1720488174,\r\n            \"cfgId\": \"wee1707453577\",\r\n            \"cfgTs\": 1707453577,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.37\",\r\n            \"vIdle\": 0,\r\n            \"vLat\": 37.0435,\r\n            \"vLon\": 126.99445,\r\n            \"vUpdated\": 1714797656,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"drName\": \"위재일\",\r\n            \"status\": \"driving\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 723090.7823\r\n        },\r\n        {\r\n            \"clientId\": \"gsx16908700070150580\",\r\n            \"carNo\": \"위재일벤츠\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"0000000000000194\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷테스트장비\",\r\n            \"mTotDistance\": 374086,\r\n            \"mDistanceAfterOilReset\": 374086,\r\n            \"mCycleOil\": 1,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 1,\r\n            \"cfgReqId\": \"wee1707108953\",\r\n            \"cfgReqTs\": 1707108953,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"1.1.21\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 37.340683,\r\n            \"vLon\": 127.107083,\r\n            \"vUpdated\": 1706852693,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"drName\": \"위재일\",\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 855506.8324\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST10119\",\r\n            \"carNo\": \"10가10119\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST10119\",\r\n            \"orgNm\": \"와이즈킷\",\r\n            \"mTotDistance\": 16093,\r\n            \"mDistanceAfterOilReset\": 16093,\r\n            \"mCycleOil\": 16093,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 10,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706527991,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"drName\": \"드라이버100\",\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 860918.5325\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST12711\",\r\n            \"carNo\": \"10가12711\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST12711\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": \"250917\",\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706528012,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 860918.1826\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST13824\",\r\n            \"carNo\": \"10가13824\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST13824\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706528008,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 860918.2493666667\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST14416\",\r\n            \"carNo\": \"10가14416\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST14416\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706528002,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 860918.3494666667\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST14712\",\r\n            \"carNo\": \"10가14712\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST14712\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706520371,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 861045.5328833334\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST15597\",\r\n            \"carNo\": \"10가15597\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST15597\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706520362,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 861045.683\r\n        },\r\n        {\r\n            \"clientId\": \"WKTEST16501\",\r\n            \"carNo\": \"10가16501\",\r\n            \"modelNm\": \"K390KR\",\r\n            \"sn\": \"WKTEST16501\",\r\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\",\r\n            \"mTotDistance\": 0,\r\n            \"mDistanceAfterOilReset\": 0,\r\n            \"mCycleOil\": 0,\r\n            \"mMaintainYmd\": null,\r\n            \"mMaintainCycleM\": 0,\r\n            \"vEventId\": 138,\r\n            \"vFwVer\": \"2.0.31\",\r\n            \"vIdle\": 1,\r\n            \"vLat\": 138.12345,\r\n            \"vLon\": 37.5,\r\n            \"vUpdated\": 1706520353,\r\n            \"vWifiVer\": \"1.0.01\",\r\n            \"vStatus\": 120,\r\n            \"status\": \"idle\",\r\n            \"connection\": false,\r\n            \"updatedMin\": 861045.8331166666\r\n        }\r\n    ]\r\n}"},{"id":"97d686e3-1bf9-4039-911a-1b948dca983c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)Driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"f72daf21-a5d7-40d3-8760-ded0aa862df4","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle?orn=/thinki&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)Driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"e64b9ebe-7b10-412d-99d2-6c0ea440f942"},{"name":"OverviewVehicleStatus","id":"a34eca78-1d90-4344-a9a5-64cbfca4f681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/vehicle/status?orn=/wisekit","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","vehicle","status"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"}],"variable":[]}},"response":[{"id":"c3beee78-5a38-4712-bda9-e915208736af","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle/status?orn=/wisekit","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle","status"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"status\": \"parking\",\r\n            \"cnt\": 4\r\n        },\r\n        {\r\n            \"status\": \"idle\",\r\n            \"cnt\": 19000\r\n        },\r\n        {\r\n            \"status\": \"driving\",\r\n            \"cnt\": 1\r\n        }\r\n    ]\r\n}"},{"id":"59a5265b-ac08-4f92-a161-2360294fa2bf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle/status?orn=/wisekit","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle","status"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"8a744e39-8040-482e-8b21-18d56f9aa6ef","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/vehicle/status?orn=/thinki","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","vehicle","status"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"a34eca78-1d90-4344-a9a5-64cbfca4f681"}],"id":"366ebd8d-6fd4-4d18-9d44-ee2091a8a276","_postman_id":"366ebd8d-6fd4-4d18-9d44-ee2091a8a276","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"driver","item":[{"name":"trip","item":[{"name":"OverviewDriverTripList","id":"80f6f0bc-1b2c-4dd1-a8a2-7410e229d397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/driver/trip?orn=/thinki&page=1&rows=5&beginYmd=250601&endYmd=250911&did=50010","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","driver","trip"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/thinki"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"5"},{"description":{"content":"<p>search start time. format : YYMMDD</p>\n","type":"text/plain"},"key":"beginYmd","value":"250601"},{"description":{"content":"<p>search end time. format : YYMMDD</p>\n","type":"text/plain"},"key":"endYmd","value":"250911"},{"description":{"content":"<p>driver id</p>\n","type":"text/plain"},"key":"did","value":"50010"}],"variable":[]}},"response":[{"id":"5f2071be-ff14-427e-888c-a590a50f3d4b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip?orn=/thinki&page=1&rows=5&beginYmd=250601&endYmd=250911&did=50010","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"5","description":"per 1page"},{"key":"beginYmd","value":"250601","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"250911","description":"search end time. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"total\": 80,\n    \"items\": [\n        {\n            \"totSec\": 6865,\n            \"totDistance\": 31047,\n            \"movingObjs\": [\n                {\n                    \"bTs\": 1757547831000,\n                    \"eTs\": 1757549309000\n                },\n                {\n                    \"bTs\": 1757578710000,\n                    \"eTs\": 1757584017000\n                }\n            ],\n            \"startLoc\": {\n                \"lat\": \"37.333200\",\n                \"lon\": \"127.121667\"\n            },\n            \"stopLoc\": {\n                \"lat\": \"37.333533\",\n                \"lon\": \"127.121117\"\n            },\n            \"ts\": 1757548800,\n            \"trips\": [\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757578710000,\n                            \"eTs\": 1757578710000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757578740000,\n                            \"eTs\": 1757578740000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757578770000,\n                            \"eTs\": 1757579033000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579063000,\n                            \"eTs\": 1757579108000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579138000,\n                            \"eTs\": 1757579172000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579202000,\n                            \"eTs\": 1757579232000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579262000,\n                            \"eTs\": 1757579262000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579292000,\n                            \"eTs\": 1757579321000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579328000,\n                            \"eTs\": 1757579328000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579335000,\n                            \"eTs\": 1757579386000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579416000,\n                            \"eTs\": 1757579416000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579446000,\n                            \"eTs\": 1757579446000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579476000,\n                            \"eTs\": 1757579476000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579491000,\n                            \"eTs\": 1757579544000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579574000,\n                            \"eTs\": 1757579574000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579604000,\n                            \"eTs\": 1757579694000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579724000,\n                            \"eTs\": 1757579802000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757579832000,\n                            \"eTs\": 1757579832000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757579862000,\n                            \"eTs\": 1757580025000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580037000,\n                            \"eTs\": 1757580152000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580159000,\n                            \"eTs\": 1757580189000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580219000,\n                            \"eTs\": 1757580219000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580249000,\n                            \"eTs\": 1757580249000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580279000,\n                            \"eTs\": 1757580309000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580339000,\n                            \"eTs\": 1757580339000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580369000,\n                            \"eTs\": 1757580369000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580399000,\n                            \"eTs\": 1757580399000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580429000,\n                            \"eTs\": 1757580519000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580549000,\n                            \"eTs\": 1757580549000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580570000,\n                            \"eTs\": 1757580667000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580697000,\n                            \"eTs\": 1757580757000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580787000,\n                            \"eTs\": 1757580879000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757580909000,\n                            \"eTs\": 1757580939000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757580969000,\n                            \"eTs\": 1757581111000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581141000,\n                            \"eTs\": 1757581344000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757581366000,\n                            \"eTs\": 1757581455000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581485000,\n                            \"eTs\": 1757581485000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757581515000,\n                            \"eTs\": 1757581515000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581545000,\n                            \"eTs\": 1757581614000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757581644000,\n                            \"eTs\": 1757581704000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581734000,\n                            \"eTs\": 1757581764000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757581792000,\n                            \"eTs\": 1757581799000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581829000,\n                            \"eTs\": 1757581885000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757581915000,\n                            \"eTs\": 1757581945000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757581975000,\n                            \"eTs\": 1757581975000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582005000,\n                            \"eTs\": 1757582005000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582035000,\n                            \"eTs\": 1757582035000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582068000,\n                            \"eTs\": 1757582068000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582098000,\n                            \"eTs\": 1757582098000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582128000,\n                            \"eTs\": 1757582152000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582182000,\n                            \"eTs\": 1757582182000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582212000,\n                            \"eTs\": 1757582304000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582334000,\n                            \"eTs\": 1757582334000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582364000,\n                            \"eTs\": 1757582466000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582473000,\n                            \"eTs\": 1757582533000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582563000,\n                            \"eTs\": 1757582619000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582649000,\n                            \"eTs\": 1757582799000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757582829000,\n                            \"eTs\": 1757582889000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757582919000,\n                            \"eTs\": 1757582979000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757583009000,\n                            \"eTs\": 1757583009000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757583039000,\n                            \"eTs\": 1757583189000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757583219000,\n                            \"eTs\": 1757583399000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757583429000,\n                            \"eTs\": 1757583429000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757583459000,\n                            \"eTs\": 1757583546000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757583576000,\n                            \"eTs\": 1757583636000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757583666000,\n                            \"eTs\": 1757583807000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757583837000,\n                            \"eTs\": 1757583957000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757583987000,\n                            \"eTs\": 1757584017000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757578889000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757579028000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757579069000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579103000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757579167000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579227000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579299000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579316000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579323000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579330000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757579381000\n                        },\n                        {\n                            \"id\": 123,\n                            \"ts\": 1757579486000\n                        },\n                        {\n                            \"id\": 123,\n                            \"ts\": 1757579509000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757579767000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757579881000\n                        },\n                        {\n                            \"id\": 125,\n                            \"ts\": 1757579900000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757580033000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757580041000\n                        },\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757580147000\n                        },\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757580154000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757580565000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757580572000\n                        },\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757580866000\n                        },\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757580874000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581097000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581106000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757581339000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581361000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581384000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581391000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757581609000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581787000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581794000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757581850000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582063000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582132000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582139000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582147000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582299000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582462000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582469000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582577000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757582584000\n                        },\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757583154000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757583318000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757583334000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757583481000\n                        },\n                        {\n                            \"id\": 109,\n                            \"ts\": 1757583742000\n                        }\n                    ],\n                    \"beginTs\": 1757578710,\n                    \"endTs\": 1757584036,\n                    \"totSec\": 5356,\n                    \"idleSec\": 1822,\n                    \"stopSec\": 0,\n                    \"totEvents\": 365,\n                    \"totDistance\": 23529,\n                    \"avgSpeed\": 14,\n                    \"cnt129\": 4,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 30,\n                    \"cnt123\": 2,\n                    \"cnt125\": 7,\n                    \"cnt110\": 5,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301767\",\n                        \"lon\": \"127.064967\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333533\",\n                        \"lon\": \"127.121117\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757547831000,\n                            \"eTs\": 1757547831000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757547840000,\n                            \"eTs\": 1757547840000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757547870000,\n                            \"eTs\": 1757547930000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757547960000,\n                            \"eTs\": 1757547960000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757547990000,\n                            \"eTs\": 1757547990000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548020000,\n                            \"eTs\": 1757548110000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548140000,\n                            \"eTs\": 1757548169000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548199000,\n                            \"eTs\": 1757548289000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548319000,\n                            \"eTs\": 1757548349000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548379000,\n                            \"eTs\": 1757548379000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548409000,\n                            \"eTs\": 1757548469000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548499000,\n                            \"eTs\": 1757548499000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548529000,\n                            \"eTs\": 1757548559000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548589000,\n                            \"eTs\": 1757548589000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548619000,\n                            \"eTs\": 1757548649000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757548679000,\n                            \"eTs\": 1757548739000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757548769000,\n                            \"eTs\": 1757548979000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757549009000,\n                            \"eTs\": 1757549039000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757549069000,\n                            \"eTs\": 1757549279000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757549309000,\n                            \"eTs\": 1757549309000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757547820,\n                    \"endTs\": 1757549319,\n                    \"totSec\": 1509,\n                    \"idleSec\": 270,\n                    \"stopSec\": 0,\n                    \"totEvents\": 60,\n                    \"totDistance\": 7518,\n                    \"avgSpeed\": 21,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.333200\",\n                        \"lon\": \"127.121667\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301767\",\n                        \"lon\": \"127.064967\"\n                    }\n                }\n            ]\n        },\n        {\n            \"totSec\": 9482,\n            \"totDistance\": 89139,\n            \"movingObjs\": [\n                {\n                    \"bTs\": 1757460700000,\n                    \"eTs\": 1757462288000\n                },\n                {\n                    \"bTs\": 1757483837000,\n                    \"eTs\": 1757484375000\n                },\n                {\n                    \"bTs\": 1757484434000,\n                    \"eTs\": 1757490152000\n                },\n                {\n                    \"bTs\": 1757498646000,\n                    \"eTs\": 1757500234000\n                }\n            ],\n            \"startLoc\": {\n                \"lat\": \"37.333483\",\n                \"lon\": \"127.121650\"\n            },\n            \"stopLoc\": {\n                \"lat\": \"37.333200\",\n                \"lon\": \"127.121667\"\n            },\n            \"ts\": 1757462400,\n            \"trips\": [\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757498646000,\n                            \"eTs\": 1757498824000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757498854000,\n                            \"eTs\": 1757498974000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499004000,\n                            \"eTs\": 1757499214000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499244000,\n                            \"eTs\": 1757499274000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499304000,\n                            \"eTs\": 1757499394000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499424000,\n                            \"eTs\": 1757499484000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499514000,\n                            \"eTs\": 1757499544000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499574000,\n                            \"eTs\": 1757499574000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499604000,\n                            \"eTs\": 1757499634000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499664000,\n                            \"eTs\": 1757499754000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499784000,\n                            \"eTs\": 1757499814000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499844000,\n                            \"eTs\": 1757499844000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499874000,\n                            \"eTs\": 1757499874000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757499904000,\n                            \"eTs\": 1757499934000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757499964000,\n                            \"eTs\": 1757500144000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757500174000,\n                            \"eTs\": 1757500234000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757498645,\n                    \"endTs\": 1757500235,\n                    \"totSec\": 1591,\n                    \"idleSec\": 390,\n                    \"stopSec\": 47595,\n                    \"totEvents\": 62,\n                    \"totDistance\": 7861,\n                    \"avgSpeed\": 22,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.302383\",\n                        \"lon\": \"127.063217\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333200\",\n                        \"lon\": \"127.121667\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757484434000,\n                            \"eTs\": 1757484511000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757484541000,\n                            \"eTs\": 1757484691000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757484721000,\n                            \"eTs\": 1757484781000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757484811000,\n                            \"eTs\": 1757486448000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757486478000,\n                            \"eTs\": 1757487558000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757487588000,\n                            \"eTs\": 1757489294000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757489324000,\n                            \"eTs\": 1757489324000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757489354000,\n                            \"eTs\": 1757489444000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757489474000,\n                            \"eTs\": 1757489474000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757489504000,\n                            \"eTs\": 1757489852000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757489882000,\n                            \"eTs\": 1757489942000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757489972000,\n                            \"eTs\": 1757490032000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757490062000,\n                            \"eTs\": 1757490062000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757490092000,\n                            \"eTs\": 1757490152000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484825000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484835000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484917000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484965000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484988000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757484999000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757485014000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485034000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485068000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485094000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485106000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485136000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485162000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485174000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757485218000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485332000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485546000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485558000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485571000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757485582000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485596000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757485604000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485616000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485674000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485763000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485787000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485808000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485820000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485834000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485857000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757485881000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486031000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486049000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486118000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486136000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486154000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486174000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486187000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486198000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486210000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486218000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486231000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486239000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486247000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486254000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486263000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486274000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486288000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486301000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486312000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486322000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486333000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486345000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757486355000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486402000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757486413000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757487891000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757487988000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488056000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488074000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488209000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488329000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488369000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488480000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488631000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488838000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488920000\n                        },\n                        {\n                            \"id\": 112,\n                            \"ts\": 1757488928000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488935000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488956000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757488977000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757489140000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757489717000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757489760000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757489793000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757489847000\n                        }\n                    ],\n                    \"beginTs\": 1757484422,\n                    \"endTs\": 1757490179,\n                    \"totSec\": 5758,\n                    \"idleSec\": 1277,\n                    \"stopSec\": 8466,\n                    \"totEvents\": 471,\n                    \"totDistance\": 73676,\n                    \"avgSpeed\": 60,\n                    \"cnt129\": 64,\n                    \"cnt111\": 0,\n                    \"cnt112\": 12,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301983\",\n                        \"lon\": \"127.064283\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.302383\",\n                        \"lon\": \"127.063217\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757483837000,\n                            \"eTs\": 1757483837000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757483865000,\n                            \"eTs\": 1757483865000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757483895000,\n                            \"eTs\": 1757483955000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757483985000,\n                            \"eTs\": 1757484375000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757483836,\n                    \"endTs\": 1757484375,\n                    \"totSec\": 540,\n                    \"idleSec\": 390,\n                    \"stopSec\": 58,\n                    \"totEvents\": 23,\n                    \"totDistance\": 49,\n                    \"avgSpeed\": 3,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301983\",\n                        \"lon\": \"127.064283\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301917\",\n                        \"lon\": \"127.064217\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757460700000,\n                            \"eTs\": 1757460700000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757460728000,\n                            \"eTs\": 1757460758000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757460788000,\n                            \"eTs\": 1757460907000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757460937000,\n                            \"eTs\": 1757460997000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461027000,\n                            \"eTs\": 1757461087000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461117000,\n                            \"eTs\": 1757461177000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461207000,\n                            \"eTs\": 1757461237000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461267000,\n                            \"eTs\": 1757461267000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461297000,\n                            \"eTs\": 1757461357000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461387000,\n                            \"eTs\": 1757461417000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461447000,\n                            \"eTs\": 1757461447000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461477000,\n                            \"eTs\": 1757461477000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461507000,\n                            \"eTs\": 1757461537000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461567000,\n                            \"eTs\": 1757461597000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461627000,\n                            \"eTs\": 1757461838000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461868000,\n                            \"eTs\": 1757461928000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757461958000,\n                            \"eTs\": 1757461958000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757461988000,\n                            \"eTs\": 1757461988000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757462018000,\n                            \"eTs\": 1757462018000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757462048000,\n                            \"eTs\": 1757462048000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757462078000,\n                            \"eTs\": 1757462228000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757462258000,\n                            \"eTs\": 1757462288000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757461713000\n                        }\n                    ],\n                    \"beginTs\": 1757460699,\n                    \"endTs\": 1757462290,\n                    \"totSec\": 1593,\n                    \"idleSec\": 300,\n                    \"stopSec\": 21546,\n                    \"totEvents\": 65,\n                    \"totDistance\": 7553,\n                    \"avgSpeed\": 22,\n                    \"cnt129\": 1,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.333483\",\n                        \"lon\": \"127.121650\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301983\",\n                        \"lon\": \"127.064283\"\n                    }\n                }\n            ]\n        },\n        {\n            \"totSec\": 9453,\n            \"totDistance\": 83607,\n            \"movingObjs\": [\n                {\n                    \"bTs\": 1757372133000,\n                    \"eTs\": 1757373735000\n                },\n                {\n                    \"bTs\": 1757393450000,\n                    \"eTs\": 1757396729000\n                },\n                {\n                    \"bTs\": 1757398316000,\n                    \"eTs\": 1757399565000\n                },\n                {\n                    \"bTs\": 1757399608000,\n                    \"eTs\": 1757399760000\n                },\n                {\n                    \"bTs\": 1757399803000,\n                    \"eTs\": 1757400420000\n                },\n                {\n                    \"bTs\": 1757420642000,\n                    \"eTs\": 1757423070000\n                }\n            ],\n            \"startLoc\": {\n                \"lat\": \"37.333700\",\n                \"lon\": \"127.121383\"\n            },\n            \"stopLoc\": {\n                \"lat\": \"37.333483\",\n                \"lon\": \"127.121650\"\n            },\n            \"ts\": 1757376000,\n            \"trips\": [\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757420642000,\n                            \"eTs\": 1757420642000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757420670000,\n                            \"eTs\": 1757420760000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757420790000,\n                            \"eTs\": 1757420790000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757420820000,\n                            \"eTs\": 1757420820000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757420850000,\n                            \"eTs\": 1757420850000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757420880000,\n                            \"eTs\": 1757420880000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757420910000,\n                            \"eTs\": 1757421030000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757421060000,\n                            \"eTs\": 1757421090000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757421120000,\n                            \"eTs\": 1757421210000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757421240000,\n                            \"eTs\": 1757421270000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757421300000,\n                            \"eTs\": 1757421780000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757421810000,\n                            \"eTs\": 1757421840000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757421870000,\n                            \"eTs\": 1757421900000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757421930000,\n                            \"eTs\": 1757421960000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757421990000,\n                            \"eTs\": 1757422260000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757422290000,\n                            \"eTs\": 1757422290000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757422320000,\n                            \"eTs\": 1757422440000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757422470000,\n                            \"eTs\": 1757422470000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757422500000,\n                            \"eTs\": 1757422500000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757422530000,\n                            \"eTs\": 1757422620000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757422650000,\n                            \"eTs\": 1757422740000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757422770000,\n                            \"eTs\": 1757422830000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757422860000,\n                            \"eTs\": 1757423070000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757420642,\n                    \"endTs\": 1757423090,\n                    \"totSec\": 2449,\n                    \"idleSec\": 360,\n                    \"stopSec\": 37609,\n                    \"totEvents\": 90,\n                    \"totDistance\": 21450,\n                    \"avgSpeed\": 33,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.396583\",\n                        \"lon\": \"126.975033\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333483\",\n                        \"lon\": \"127.121650\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399803000,\n                            \"eTs\": 1757399820000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757399850000,\n                            \"eTs\": 1757399850000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399880000,\n                            \"eTs\": 1757399880000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757399910000,\n                            \"eTs\": 1757399910000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399940000,\n                            \"eTs\": 1757400000000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757400030000,\n                            \"eTs\": 1757400060000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757400090000,\n                            \"eTs\": 1757400090000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757400120000,\n                            \"eTs\": 1757400180000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757400210000,\n                            \"eTs\": 1757400330000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757400360000,\n                            \"eTs\": 1757400420000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757399793,\n                    \"endTs\": 1757400441,\n                    \"totSec\": 651,\n                    \"idleSec\": 150,\n                    \"stopSec\": 20201,\n                    \"totEvents\": 28,\n                    \"totDistance\": 6708,\n                    \"avgSpeed\": 22,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.392350\",\n                        \"lon\": \"127.044783\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.396583\",\n                        \"lon\": \"126.975033\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399608000,\n                            \"eTs\": 1757399608000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757399625000,\n                            \"eTs\": 1757399625000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399655000,\n                            \"eTs\": 1757399760000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757399696000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757399709000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757399726000\n                        }\n                    ],\n                    \"beginTs\": 1757399596,\n                    \"endTs\": 1757399760,\n                    \"totSec\": 165,\n                    \"idleSec\": 0,\n                    \"stopSec\": 43,\n                    \"totEvents\": 22,\n                    \"totDistance\": 4494,\n                    \"avgSpeed\": 50,\n                    \"cnt129\": 3,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.392350\",\n                        \"lon\": \"127.044783\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.389433\",\n                        \"lon\": \"126.995500\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757398316000,\n                            \"eTs\": 1757398316000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757398344000,\n                            \"eTs\": 1757398374000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757398404000,\n                            \"eTs\": 1757398524000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757398554000,\n                            \"eTs\": 1757398554000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757398584000,\n                            \"eTs\": 1757399064000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757399094000,\n                            \"eTs\": 1757399115000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399145000,\n                            \"eTs\": 1757399145000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757399175000,\n                            \"eTs\": 1757399265000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757399295000,\n                            \"eTs\": 1757399565000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 153,\n                            \"ts\": 1757399111000\n                        }\n                    ],\n                    \"beginTs\": 1757398315,\n                    \"endTs\": 1757399565,\n                    \"totSec\": 1251,\n                    \"idleSec\": 141,\n                    \"stopSec\": 43,\n                    \"totEvents\": 56,\n                    \"totDistance\": 15985,\n                    \"avgSpeed\": 62,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 1,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301633\",\n                        \"lon\": \"127.062133\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.394467\",\n                        \"lon\": \"127.020533\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757393450000,\n                            \"eTs\": 1757393450000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757393459000,\n                            \"eTs\": 1757393459000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757393489000,\n                            \"eTs\": 1757393669000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757393699000,\n                            \"eTs\": 1757393699000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757393729000,\n                            \"eTs\": 1757394509000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757394539000,\n                            \"eTs\": 1757394539000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757394569000,\n                            \"eTs\": 1757394659000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757394689000,\n                            \"eTs\": 1757394719000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757394749000,\n                            \"eTs\": 1757394749000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757394779000,\n                            \"eTs\": 1757394839000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757394869000,\n                            \"eTs\": 1757394899000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757394929000,\n                            \"eTs\": 1757394929000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757394959000,\n                            \"eTs\": 1757394989000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757395019000,\n                            \"eTs\": 1757395379000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757395409000,\n                            \"eTs\": 1757395499000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757395529000,\n                            \"eTs\": 1757395529000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757395559000,\n                            \"eTs\": 1757396189000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757396219000,\n                            \"eTs\": 1757396279000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757396309000,\n                            \"eTs\": 1757396339000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757396369000,\n                            \"eTs\": 1757396399000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757396429000,\n                            \"eTs\": 1757396519000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757396549000,\n                            \"eTs\": 1757396549000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757396579000,\n                            \"eTs\": 1757396639000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757396669000,\n                            \"eTs\": 1757396729000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757393439,\n                    \"endTs\": 1757396731,\n                    \"totSec\": 3302,\n                    \"idleSec\": 600,\n                    \"stopSec\": 1584,\n                    \"totEvents\": 124,\n                    \"totDistance\": 27443,\n                    \"avgSpeed\": 34,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301350\",\n                        \"lon\": \"127.063467\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301633\",\n                        \"lon\": \"127.062133\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372133000,\n                            \"eTs\": 1757372133000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372141000,\n                            \"eTs\": 1757372141000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372171000,\n                            \"eTs\": 1757372322000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372352000,\n                            \"eTs\": 1757372442000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372472000,\n                            \"eTs\": 1757372532000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372562000,\n                            \"eTs\": 1757372622000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372652000,\n                            \"eTs\": 1757372685000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372715000,\n                            \"eTs\": 1757372715000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372745000,\n                            \"eTs\": 1757372805000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372835000,\n                            \"eTs\": 1757372835000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372865000,\n                            \"eTs\": 1757372865000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757372895000,\n                            \"eTs\": 1757372925000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757372955000,\n                            \"eTs\": 1757372985000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373015000,\n                            \"eTs\": 1757373075000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757373105000,\n                            \"eTs\": 1757373165000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373195000,\n                            \"eTs\": 1757373195000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757373225000,\n                            \"eTs\": 1757373315000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373345000,\n                            \"eTs\": 1757373375000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757373405000,\n                            \"eTs\": 1757373405000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373435000,\n                            \"eTs\": 1757373435000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757373465000,\n                            \"eTs\": 1757373465000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373495000,\n                            \"eTs\": 1757373495000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757373525000,\n                            \"eTs\": 1757373705000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757373735000,\n                            \"eTs\": 1757373735000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 113,\n                            \"ts\": 1757372680000\n                        }\n                    ],\n                    \"beginTs\": 1757372122,\n                    \"endTs\": 1757373747,\n                    \"totSec\": 1635,\n                    \"idleSec\": 270,\n                    \"stopSec\": 19703,\n                    \"totEvents\": 65,\n                    \"totDistance\": 7527,\n                    \"avgSpeed\": 19,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 1,\n                    \"startLoc\": {\n                        \"lat\": \"37.333700\",\n                        \"lon\": \"127.121383\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301350\",\n                        \"lon\": \"127.063467\"\n                    }\n                }\n            ]\n        },\n        {\n            \"totSec\": 9392,\n            \"totDistance\": 61204,\n            \"movingObjs\": [\n                {\n                    \"bTs\": 1757289068000,\n                    \"eTs\": 1757293591000\n                },\n                {\n                    \"bTs\": 1757304581000,\n                    \"eTs\": 1757307523000\n                },\n                {\n                    \"bTs\": 1757307799000,\n                    \"eTs\": 1757308037000\n                },\n                {\n                    \"bTs\": 1757326324000,\n                    \"eTs\": 1757327917000\n                }\n            ],\n            \"startLoc\": {\n                \"lat\": \"37.333033\",\n                \"lon\": \"127.120967\"\n            },\n            \"stopLoc\": {\n                \"lat\": \"37.333700\",\n                \"lon\": \"127.121383\"\n            },\n            \"ts\": 1757289600,\n            \"trips\": [\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757326324000,\n                            \"eTs\": 1757326502000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757326532000,\n                            \"eTs\": 1757326532000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757326562000,\n                            \"eTs\": 1757326772000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757326802000,\n                            \"eTs\": 1757326832000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757326862000,\n                            \"eTs\": 1757326952000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757326982000,\n                            \"eTs\": 1757327042000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757327072000,\n                            \"eTs\": 1757327192000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757327222000,\n                            \"eTs\": 1757327312000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757327342000,\n                            \"eTs\": 1757327432000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757327462000,\n                            \"eTs\": 1757327492000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757327522000,\n                            \"eTs\": 1757327522000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757327552000,\n                            \"eTs\": 1757327702000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757327732000,\n                            \"eTs\": 1757327852000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757327882000,\n                            \"eTs\": 1757327917000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 110,\n                            \"ts\": 1757327912000\n                        }\n                    ],\n                    \"beginTs\": 1757326323,\n                    \"endTs\": 1757327946,\n                    \"totSec\": 1624,\n                    \"idleSec\": 395,\n                    \"stopSec\": 44186,\n                    \"totEvents\": 64,\n                    \"totDistance\": 7450,\n                    \"avgSpeed\": 22,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 1,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.301867\",\n                        \"lon\": \"127.064117\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333700\",\n                        \"lon\": \"127.121383\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757307799000,\n                            \"eTs\": 1757307799000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757307827000,\n                            \"eTs\": 1757307917000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757307947000,\n                            \"eTs\": 1757307947000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757307977000,\n                            \"eTs\": 1757308007000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757308037000,\n                            \"eTs\": 1757308037000\n                        }\n                    ],\n                    \"eventObj\": [],\n                    \"beginTs\": 1757307797,\n                    \"endTs\": 1757308062,\n                    \"totSec\": 266,\n                    \"idleSec\": 0,\n                    \"stopSec\": 18261,\n                    \"totEvents\": 15,\n                    \"totDistance\": 935,\n                    \"avgSpeed\": 11,\n                    \"cnt129\": 0,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.299267\",\n                        \"lon\": \"127.067150\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.301867\",\n                        \"lon\": \"127.064117\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757304581000,\n                            \"eTs\": 1757304581000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757304608000,\n                            \"eTs\": 1757304608000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757304638000,\n                            \"eTs\": 1757304758000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757304788000,\n                            \"eTs\": 1757305028000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757305058000,\n                            \"eTs\": 1757305058000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757305088000,\n                            \"eTs\": 1757305118000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757305148000,\n                            \"eTs\": 1757305208000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757305238000,\n                            \"eTs\": 1757305238000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757305268000,\n                            \"eTs\": 1757305358000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757305388000,\n                            \"eTs\": 1757305448000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757305478000,\n                            \"eTs\": 1757305508000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757305538000,\n                            \"eTs\": 1757305538000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757305568000,\n                            \"eTs\": 1757306473000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757306503000,\n                            \"eTs\": 1757306503000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757306533000,\n                            \"eTs\": 1757306533000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757306563000,\n                            \"eTs\": 1757306563000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757306593000,\n                            \"eTs\": 1757306653000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757306683000,\n                            \"eTs\": 1757306743000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757306773000,\n                            \"eTs\": 1757306773000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757306803000,\n                            \"eTs\": 1757306803000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757306833000,\n                            \"eTs\": 1757306863000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757306893000,\n                            \"eTs\": 1757306923000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757306953000,\n                            \"eTs\": 1757306983000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757307013000,\n                            \"eTs\": 1757307043000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757307073000,\n                            \"eTs\": 1757307493000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757307523000,\n                            \"eTs\": 1757307523000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 114,\n                            \"ts\": 1757306162000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757306212000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757306258000\n                        }\n                    ],\n                    \"beginTs\": 1757304580,\n                    \"endTs\": 1757307527,\n                    \"totSec\": 2948,\n                    \"idleSec\": 450,\n                    \"stopSec\": 271,\n                    \"totEvents\": 126,\n                    \"totDistance\": 29227,\n                    \"avgSpeed\": 52,\n                    \"cnt129\": 2,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 1,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.502683\",\n                        \"lon\": \"127.044517\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.299283\",\n                        \"lon\": \"127.067067\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289068000,\n                            \"eTs\": 1757289068000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289077000,\n                            \"eTs\": 1757289077000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289107000,\n                            \"eTs\": 1757289257000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289287000,\n                            \"eTs\": 1757289467000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289497000,\n                            \"eTs\": 1757289527000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289557000,\n                            \"eTs\": 1757289617000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289647000,\n                            \"eTs\": 1757289647000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289677000,\n                            \"eTs\": 1757289707000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289737000,\n                            \"eTs\": 1757289797000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289827000,\n                            \"eTs\": 1757289827000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289857000,\n                            \"eTs\": 1757289865000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757289895000,\n                            \"eTs\": 1757289925000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757289955000,\n                            \"eTs\": 1757289985000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757290015000,\n                            \"eTs\": 1757290015000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757290045000,\n                            \"eTs\": 1757290135000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757290165000,\n                            \"eTs\": 1757290255000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757290285000,\n                            \"eTs\": 1757290357000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757290387000,\n                            \"eTs\": 1757290387000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757290417000,\n                            \"eTs\": 1757290447000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757290477000,\n                            \"eTs\": 1757290507000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757290537000,\n                            \"eTs\": 1757290567000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757290597000,\n                            \"eTs\": 1757290687000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757290717000,\n                            \"eTs\": 1757291139000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291169000,\n                            \"eTs\": 1757291199000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291229000,\n                            \"eTs\": 1757291259000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291289000,\n                            \"eTs\": 1757291319000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291349000,\n                            \"eTs\": 1757291379000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291409000,\n                            \"eTs\": 1757291409000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291439000,\n                            \"eTs\": 1757291439000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291469000,\n                            \"eTs\": 1757291469000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291499000,\n                            \"eTs\": 1757291499000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291529000,\n                            \"eTs\": 1757291559000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291589000,\n                            \"eTs\": 1757291589000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291619000,\n                            \"eTs\": 1757291619000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291649000,\n                            \"eTs\": 1757291649000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291679000,\n                            \"eTs\": 1757291679000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291709000,\n                            \"eTs\": 1757291709000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291739000,\n                            \"eTs\": 1757291739000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291769000,\n                            \"eTs\": 1757291859000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291889000,\n                            \"eTs\": 1757291889000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291919000,\n                            \"eTs\": 1757291919000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757291949000,\n                            \"eTs\": 1757291949000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757291979000,\n                            \"eTs\": 1757292099000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292129000,\n                            \"eTs\": 1757292129000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292159000,\n                            \"eTs\": 1757292189000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292219000,\n                            \"eTs\": 1757292219000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292249000,\n                            \"eTs\": 1757292249000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292279000,\n                            \"eTs\": 1757292309000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292339000,\n                            \"eTs\": 1757292369000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292399000,\n                            \"eTs\": 1757292429000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292459000,\n                            \"eTs\": 1757292489000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292511000,\n                            \"eTs\": 1757292601000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292631000,\n                            \"eTs\": 1757292691000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292721000,\n                            \"eTs\": 1757292781000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292811000,\n                            \"eTs\": 1757292811000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757292841000,\n                            \"eTs\": 1757292901000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757292931000,\n                            \"eTs\": 1757292991000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757293021000,\n                            \"eTs\": 1757293051000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757293081000,\n                            \"eTs\": 1757293081000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757293111000,\n                            \"eTs\": 1757293171000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757293201000,\n                            \"eTs\": 1757293291000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757293321000,\n                            \"eTs\": 1757293321000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757293351000,\n                            \"eTs\": 1757293411000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757293441000,\n                            \"eTs\": 1757293501000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757293531000,\n                            \"eTs\": 1757293531000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757293561000,\n                            \"eTs\": 1757293591000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757289860000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290352000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290831000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290854000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290919000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290956000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757290984000\n                        },\n                        {\n                            \"id\": 153,\n                            \"ts\": 1757292506000\n                        }\n                    ],\n                    \"beginTs\": 1757289057,\n                    \"endTs\": 1757293601,\n                    \"totSec\": 4554,\n                    \"idleSec\": 1050,\n                    \"stopSec\": 10979,\n                    \"totEvents\": 196,\n                    \"totDistance\": 23592,\n                    \"avgSpeed\": 25,\n                    \"cnt129\": 7,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 1,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.333033\",\n                        \"lon\": \"127.120967\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.502683\",\n                        \"lon\": \"127.044517\"\n                    }\n                }\n            ]\n        },\n        {\n            \"totSec\": 2672,\n            \"totDistance\": 16440,\n            \"movingObjs\": [\n                {\n                    \"bTs\": 1757234031000,\n                    \"eTs\": 1757234883000\n                },\n                {\n                    \"bTs\": 1757237255000,\n                    \"eTs\": 1757238986000\n                }\n            ],\n            \"startLoc\": {\n                \"lat\": \"37.333950\",\n                \"lon\": \"127.120283\"\n            },\n            \"stopLoc\": {\n                \"lat\": \"37.333033\",\n                \"lon\": \"127.120967\"\n            },\n            \"ts\": 1757203200,\n            \"trips\": [\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757237255000,\n                            \"eTs\": 1757237283000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757237313000,\n                            \"eTs\": 1757237403000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757237433000,\n                            \"eTs\": 1757237493000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757237523000,\n                            \"eTs\": 1757237816000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757237846000,\n                            \"eTs\": 1757237876000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757237906000,\n                            \"eTs\": 1757237936000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757237966000,\n                            \"eTs\": 1757237966000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757237996000,\n                            \"eTs\": 1757238026000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238056000,\n                            \"eTs\": 1757238146000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238176000,\n                            \"eTs\": 1757238206000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238236000,\n                            \"eTs\": 1757238266000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238296000,\n                            \"eTs\": 1757238296000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238326000,\n                            \"eTs\": 1757238386000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238416000,\n                            \"eTs\": 1757238446000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238476000,\n                            \"eTs\": 1757238566000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238596000,\n                            \"eTs\": 1757238626000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238656000,\n                            \"eTs\": 1757238656000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238686000,\n                            \"eTs\": 1757238716000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238746000,\n                            \"eTs\": 1757238746000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757238776000,\n                            \"eTs\": 1757238896000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757238926000,\n                            \"eTs\": 1757238986000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757237579000\n                        },\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757237662000\n                        }\n                    ],\n                    \"beginTs\": 1757237253,\n                    \"endTs\": 1757238999,\n                    \"totSec\": 1746,\n                    \"idleSec\": 448,\n                    \"stopSec\": 50069,\n                    \"totEvents\": 71,\n                    \"totDistance\": 10053,\n                    \"avgSpeed\": 24,\n                    \"cnt129\": 2,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.333133\",\n                        \"lon\": \"127.172233\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333033\",\n                        \"lon\": \"127.120967\"\n                    }\n                },\n                {\n                    \"clientId\": \"tki16812344829776847\",\n                    \"sn\": \"0203030421050041\",\n                    \"carNo\": \"143루1761\",\n                    \"movingObj\": [\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757234031000,\n                            \"eTs\": 1757234031000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757234061000,\n                            \"eTs\": 1757234211000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757234241000,\n                            \"eTs\": 1757234361000\n                        },\n                        {\n                            \"idle\": 0,\n                            \"bTs\": 1757234391000,\n                            \"eTs\": 1757234853000\n                        },\n                        {\n                            \"idle\": 1,\n                            \"bTs\": 1757234883000,\n                            \"eTs\": 1757234883000\n                        }\n                    ],\n                    \"eventObj\": [\n                        {\n                            \"id\": 129,\n                            \"ts\": 1757234552000\n                        }\n                    ],\n                    \"beginTs\": 1757234018,\n                    \"endTs\": 1757234898,\n                    \"totSec\": 926,\n                    \"idleSec\": 120,\n                    \"stopSec\": 2356,\n                    \"totEvents\": 43,\n                    \"totDistance\": 6387,\n                    \"avgSpeed\": 34,\n                    \"cnt129\": 1,\n                    \"cnt111\": 0,\n                    \"cnt112\": 0,\n                    \"cnt109\": 0,\n                    \"cnt123\": 0,\n                    \"cnt125\": 0,\n                    \"cnt110\": 0,\n                    \"cnt153\": 0,\n                    \"cnt152\": 0,\n                    \"cnt154\": 0,\n                    \"cnt114\": 0,\n                    \"cnt113\": 0,\n                    \"startLoc\": {\n                        \"lat\": \"37.333950\",\n                        \"lon\": \"127.120283\"\n                    },\n                    \"stopLoc\": {\n                        \"lat\": \"37.333133\",\n                        \"lon\": \"127.172233\"\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"2e5c2b60-2fb4-46fd-893c-55c3b976e8b9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip?orn=/thinki&page=1&rows=5&beginYmd=250601&endYmd=250911&did=50010","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"5","description":"per 1page"},{"key":"beginYmd","value":"250601","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"250911","description":"search end time. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"c7f64ab6-f173-489f-9a25-dbf85c575bd3","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip?orn=/thinkone&page=1&rows=5&beginYmd=250601&endYmd=250911&did=50010","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip"],"query":[{"key":"orn","value":"/thinkone","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"5","description":"per 1page"},{"key":"beginYmd","value":"250601","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"250911","description":"search end time. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"80f6f0bc-1b2c-4dd1-a8a2-7410e229d397"},{"name":"OverviewDriverTripSummary","id":"608fee6f-c272-44ea-a8c8-264bfc15b660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/driver/trip/summary?orn=/thinki&ymd=250601&did=50010&group=month","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","driver","trip","summary"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/thinki"},{"description":{"content":"<p>search date. format : YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250601"},{"description":{"content":"<p>driver id</p>\n","type":"text/plain"},"key":"did","value":"50010"},{"description":{"content":"<p>search date range. choose one: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"}],"variable":[]}},"response":[{"id":"11b9e29a-b5b1-4b93-939c-c3bedf3858b1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip/summary?orn=/thinki&ymd=250601&did=50010&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip","summary"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"ymd","value":"250601","description":"search date. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"score\": 99,\r\n    \"cnt\": 65,\r\n    \"totSec\": \"124296\",\r\n    \"idleSec\": \"23661\",\r\n    \"totDistance\": \"1046790\",\r\n    \"avgSpeed\": 33,\r\n    \"cnt129\": \"2\",\r\n    \"cnt111\": \"2\",\r\n    \"cnt112\": \"0\",\r\n    \"cnt109\": \"5\",\r\n    \"cnt123\": \"1\",\r\n    \"cnt125\": \"3\",\r\n    \"cnt110\": \"7\",\r\n    \"cnt153\": \"3\",\r\n    \"cnt152\": \"3\",\r\n    \"cnt154\": \"0\",\r\n    \"cnt114\": \"3\",\r\n    \"cnt113\": \"0\"\r\n}"},{"id":"81de16eb-a12d-4686-8c7b-5dcb93c06da8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip/summary?orn=/thinki&ymd=250601&did=50010&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip","summary"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"ymd","value":"250601","description":"search date. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"39966910-adee-42c2-818e-056008ee9639","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/trip/summary?orn=/thinkone&ymd=250601&did=50010&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","trip","summary"],"query":[{"key":"orn","value":"/thinkone","description":"Organization ID"},{"key":"ymd","value":"250601","description":"search date. format : YYMMDD"},{"key":"did","value":"50010","description":"driver id"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"608fee6f-c272-44ea-a8c8-264bfc15b660"}],"id":"32a65692-7502-440a-a71d-44b2999e57fa","_postman_id":"32a65692-7502-440a-a71d-44b2999e57fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"OverviewDriverList","id":"86f42cf4-c76e-4d90-a6bf-37169133d2ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/driver?orn=/wisekit&page=1&rows=10&ymd=250104&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","driver"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250104"},{"description":{"content":"<p>search date range. choose on: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"},{"disabled":true,"description":{"content":"<p>sort type. choose one: score/desc, score/asc, distance/desc, distance/asc. (default)score/desc</p>\n","type":"text/plain"},"key":"sort","value":"score/desc"},{"disabled":true,"description":{"content":"<p>(optional)driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"2e9ff32c-e226-46df-9531-edc60376afb9","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver?orn=/wisekit&page=1&rows=10&ymd=250104&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250104","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"sort","value":"score/desc","description":"sort type. choose one: score/desc, score/asc, distance/desc, distance/asc. (default)score/desc","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"items\": [\n        {\n            \"did\": 1,\n            \"orn\": \"/wisekit/1706683318\",\n            \"totDistance\": \"0\",\n            \"totSpeed\": \"731290\",\n            \"totSpeedCnt\": \"8767\",\n            \"totSec\": \"238457\",\n            \"idleSec\": \"238156\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\",\n            \"score\": 0,\n            \"avgSpeed\": 83,\n            \"drName\": \"위재일\",\n            \"orgNm\": \"와이즈킷테스트장비\",\n            \"scoreMargin\": 0\n        }\n    ]\n}"},{"id":"bb521935-151c-4edb-8cfb-a262e37e72c6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver?orn=/wisekit&page=1&rows=10&ymd=250104&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250104","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"sort","value":"score/desc","description":"sort type. choose one: score/desc, score/asc, distance/desc, distance/asc. (default)score/desc","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"53a096a6-8565-4265-9a7e-0177090eda32","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver?orn=/thinki&page=1&rows=10&ymd=250104&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250104","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"sort","value":"score/desc","description":"sort type. choose one: score/desc, score/asc, distance/desc, distance/asc. (default)score/desc","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"86f42cf4-c76e-4d90-a6bf-37169133d2ac"},{"name":"OverviewDriverSafety","id":"67a0d3dc-2ead-4e48-a007-3947772e37b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/driver/safety?orn=/wisekit&ymd=250601&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","driver","safety"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250601"},{"description":{"content":"<p>search date range. choose on: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"}],"variable":[]}},"response":[{"id":"9422d2e2-8174-45ab-a74d-0857aa762f88","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/safety?orn=/wisekit&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","safety"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"score\": 100,\n        \"cnt\": 1\n    }\n]"},{"id":"f8a3348e-5b2f-4937-898f-8ec5ba2ce1fb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/safety?orn=/wisekit&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","safety"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"a154f245-0e41-4e65-9612-107f67e3d4bd","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/safety?orn=/thinki&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","safety"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"67a0d3dc-2ead-4e48-a007-3947772e37b3"},{"name":"OverviewDriverSummary","id":"1b5cb2ba-abc5-4975-ac50-59a404880e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/overview/driver/summary?orn=/wisekit/1706683318&ymd=250601&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","overview","driver","summary"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1706683318"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250601"},{"description":{"content":"<p>search date range. choose on: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"},{"disabled":true,"description":{"content":"<p>(optional)driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"71ce224c-145f-429d-9bf6-f99ef1d2b5b1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/summary?orn=/wisekit/1706683318&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","summary"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"score_high\": \"1\",\r\n    \"score_mid\": \"0\",\r\n    \"score_low\": \"0\",\r\n    \"totSec\": \"172795\",\r\n    \"idleSec\": \"172741\",\r\n    \"stopSec\": \"28\",\r\n    \"cnt129\": \"0\",\r\n    \"cnt111\": \"0\",\r\n    \"cnt112\": \"0\",\r\n    \"cnt109\": \"0\",\r\n    \"cnt123\": \"0\",\r\n    \"cnt125\": \"0\",\r\n    \"cnt110\": \"0\",\r\n    \"cnt153\": \"0\",\r\n    \"cnt152\": \"0\",\r\n    \"cnt154\": \"0\",\r\n    \"cnt114\": \"0\",\r\n    \"cnt113\": \"0\"\r\n}"},{"id":"6363bc34-268d-40da-a9d4-3054dad6b55b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/summary?orn=/wisekit/1706683318&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","summary"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"43eb28dc-17a7-4b26-a5c0-09651cfbd373","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/overview/driver/summary?orn=/thinki/1706683318&ymd=250601&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","overview","driver","summary"],"query":[{"key":"orn","value":"/thinki/1706683318","description":"Organization ID"},{"key":"ymd","value":"250601","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose on: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"1b5cb2ba-abc5-4975-ac50-59a404880e2c"}],"id":"3be4beef-29f9-4ee4-9076-e2d188ed607b","_postman_id":"3be4beef-29f9-4ee4-9076-e2d188ed607b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}}],"id":"d9dff608-8abe-420b-9f4d-dbb09ea1afbd","_postman_id":"d9dff608-8abe-420b-9f4d-dbb09ea1afbd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"telemetry-noti","item":[{"name":"TelemetryNotiGet","id":"9377220e-63f4-4194-8588-ff5254ae1b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti?orn=/thinki&page=1&rows=10&beginTs=1757567006898&endTs=1758171806898","description":"<h5>Description</h5>\n\n<p>This endpoint provides notification data for a specific account within a given time range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","telemetry-noti"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/thinki"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>Search Start Time. UTC timestamp(ms)</p>\n","type":"text/plain"},"key":"beginTs","value":"1757567006898"},{"description":{"content":"<p>Search End Time. UTC timestamp(ms)</p>\n","type":"text/plain"},"key":"endTs","value":"1758171806898"},{"disabled":true,"description":{"content":"<p>(optional)event ids.</p>\n","type":"text/plain"},"key":"eventIds","value":"113,111"},{"disabled":true,"description":{"content":"<p>(optional)Device Serial Number</p>\n","type":"text/plain"},"key":"sn","value":"00000000000WK175"},{"disabled":true,"description":{"content":"<p>(optional)Driver ID</p>\n","type":"text/plain"},"key":"did","value":"30101"}],"variable":[]}},"response":[{"id":"3adf7349-4d69-4181-a47e-4fd8f18715aa","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti?orn=/thinki&page=1&rows=10&beginTs=1757567006898&endTs=1758171806898","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757567006898","description":"Search Start Time. UTC timestamp(ms)"},{"key":"endTs","value":"1758171806898","description":"Search End Time. UTC timestamp(ms)"},{"key":"eventIds","value":"113,111","description":"(optional)event ids.","type":"text","disabled":true},{"key":"sn","value":"00000000000WK175","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"30101","description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"128\",\n            \"fname\": \"20250918031718-128.jpg\",\n            \"lat\": 37.300963,\n            \"lon\": 127.063645,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758165438128\n        },\n        {\n            \"carNo\": \"112C1120\",\n            \"clientId\": \"tki16812344829776835\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"128\",\n            \"fname\": \"20250918031651-128.jpg\",\n            \"lat\": 37.301,\n            \"lon\": 127.063317,\n            \"sn\": \"0203030421050037\",\n            \"ts\": 1758165411128\n        },\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"133\",\n            \"lat\": 37.30129,\n            \"lon\": 127.063373,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758163770133\n        },\n        {\n            \"carNo\": \"323B6119\",\n            \"clientId\": \"tki16908700070150612\",\n            \"did\": 50011,\n            \"drName\": \"wsbyeon\",\n            \"eventId\": \"122\",\n            \"fname\": \"20250918022716-122.avi\",\n            \"lat\": 37.301767,\n            \"lon\": 127.06415,\n            \"sn\": \"0000000000000162\",\n            \"ts\": 1758162436122\n        },\n        {\n            \"carNo\": \"143루1761\",\n            \"clientId\": \"tki16812344829776847\",\n            \"did\": 50010,\n            \"drName\": \"skchoi\",\n            \"eventId\": \"122\",\n            \"fname\": \"20250918022716-122.avi\",\n            \"lat\": 37.30145,\n            \"lon\": 127.06385,\n            \"sn\": \"0203030421050041\",\n            \"ts\": 1758162436122\n        },\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"133\",\n            \"lat\": 37.301093,\n            \"lon\": 127.063475,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758159018133\n        },\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"128\",\n            \"fname\": \"20250918011432-128.jpg\",\n            \"lat\": 37.301081,\n            \"lon\": 127.063631,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758158072128\n        },\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"133\",\n            \"lat\": 37.30111,\n            \"lon\": 127.063324,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758157586133\n        },\n        {\n            \"carNo\": \"16마1806\",\n            \"clientId\": \"tki16908700070150644\",\n            \"did\": 50019,\n            \"drName\": \"kskang\",\n            \"eventId\": \"133\",\n            \"lat\": 37.30153,\n            \"lon\": 127.063194,\n            \"sn\": \"0000000000000130\",\n            \"ts\": 1758156848133\n        },\n        {\n            \"carNo\": \"143루1761\",\n            \"clientId\": \"tki16812344829776847\",\n            \"did\": 50010,\n            \"drName\": \"skchoi\",\n            \"eventId\": \"109\",\n            \"fileYN\": \"Y\",\n            \"fname\": \"20250918000004-109.avi\",\n            \"lat\": 37.301183,\n            \"lon\": 127.070467,\n            \"sn\": \"0203030421050041\",\n            \"ts\": 1758153604109\n        }\n    ],\n    \"nextKey\": {\n        \"ts\": {\n            \"N\": \"1758153604109\"\n        },\n        \"clientId\": {\n            \"S\": \"tki16812344829776847\"\n        },\n        \"rootOrn\": {\n            \"S\": \"/thinki\"\n        }\n    }\n}"},{"id":"5d073cef-4069-4a81-82dc-705f45277d22","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti?orn=/thinki&page=1&rows=10&beginTs=1757567006898&endTs=1758171806898","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757567006898","description":"Search Start Time. UTC timestamp(ms)"},{"key":"endTs","value":"1758171806898","description":"Search End Time. UTC timestamp(ms)"},{"key":"eventIds","value":"113,111","description":"(optional)event ids.","type":"text","disabled":true},{"key":"sn","value":"00000000000WK175","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"30101","description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"b7bdc1e3-7b40-4f59-84ed-7079fc6f71fd","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti?orn=/thinkone&page=1&rows=10&beginTs=1757567006898&endTs=1758171806898","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti"],"query":[{"key":"orn","value":"/thinkone","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757567006898","description":"Search Start Time. UTC timestamp(ms)"},{"key":"endTs","value":"1758171806898","description":"Search End Time. UTC timestamp(ms)"},{"key":"eventIds","value":"113,111","description":"(optional)event ids.","type":"text","disabled":true},{"key":"sn","value":"00000000000WK175","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"30101","description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"0f8d8425-0811-4bd5-9b7f-911a6899c5b9","name":"MissingParam","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/telemetry-noti?page=1&rows=10&beginTs=1757567006898&endTs=1758171806898","host":["https://fms-api.wisekit.co.kr"],"path":["api","telemetry-noti"],"query":[{"key":"orn","value":"","description":"Organization ID","disabled":true},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757567006898","description":"Search Start Time. UTC timestamp(ms)"},{"key":"endTs","value":"1758171806898","description":"Search End Time. UTC timestamp(ms)"},{"key":"eventIds","value":"113,111","description":"(optional)event ids.","type":"text","disabled":true},{"key":"sn","value":"00000000000WK175","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"30101","description":"(optional)Driver ID","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"param_missing\",\n    \"code\": \"param_missing\"\n}"}],"_postman_id":"9377220e-63f4-4194-8588-ff5254ae1b32"},{"name":"TelemetryNotiSetRead","id":"9aca9d96-c3bc-4dca-a827-560c1c59b136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST1015\",\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read","description":"<h5>Description</h5>\n\n<p>This endpoint processes a specific notification as \"read.\"</p>\n<hr />\n<h5 id=\"body-parameter-setting\">Body Parameter Setting</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>clientId</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Access Token Number</td>\n</tr>\n<tr>\n<td><strong>ts</strong></td>\n<td>Yes</td>\n<td>number</td>\n<td>UTC timestamp(ms)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","telemetry-noti","read"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"bbf707cd-db5a-4994-ae56-ed5f0a88bdd0","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST1015\",\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"8354aec8-57e2-4043-a7ec-19b62d653d29","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"WKTEST1015\",\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"2b403a0b-760c-4b97-b330-7e5985de5992","name":"ForbiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150637\",\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"87c9f363-d92f-4ed1-bea4-0075ff4e77bb","name":"MissingParam","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": null,\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"param_missing\",\n    \"code\": \"param_missing\"\n}"},{"id":"4bb9301e-8f9d-4207-9b49-f53bf3b5d2c3","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"NOTFOUND\",\r\n    \"ts\": 1706422813119\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/telemetry-noti/read"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"데이타가 없습니다.\",\n    \"code\": \"not_found\"\n}"}],"_postman_id":"9aca9d96-c3bc-4dca-a827-560c1c59b136"}],"id":"f040cb9a-d7bc-44f7-a2f9-011e71d04e40","description":"<p>FMS API for managing notification information. Provides functions for reading, updating notification data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"f040cb9a-d7bc-44f7-a2f9-011e71d04e40","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"organization","item":[{"name":"OrganizationList","id":"2689d36b-b919-45cb-98d5-bb104aa46472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit&page=1&rows=10","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","organization"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"}],"variable":[]}},"response":[{"id":"b32390a3-fe19-4da3-a76f-11e0fa200d14","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"total\": 6,\n    \"items\": [\n        {\n            \"orn\": \"/wisekit/1706683318\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"와이즈킷테스트장비\",\n            \"sortNo\": 1,\n            \"ts\": 1706683319,\n            \"extra\": null,\n            \"aRegId\": \"wee\",\n            \"aUpdated\": 2147483647,\n            \"aUpdateId\": \"wee\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-와이즈킷테스트장비\"\n        },\n        {\n            \"orn\": \"/wisekit/design\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"디자인팀\",\n            \"sortNo\": 2,\n            \"ts\": 2147483647,\n            \"extra\": null,\n            \"aRegId\": \"\",\n            \"aUpdated\": 0,\n            \"aUpdateId\": \"\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-디자인팀\"\n        },\n        {\n            \"orn\": \"/wisekit/dev\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"개발1팀\",\n            \"sortNo\": 2,\n            \"ts\": 2147483647,\n            \"extra\": null,\n            \"aRegId\": \"\",\n            \"aUpdated\": 0,\n            \"aUpdateId\": \"\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-개발1팀\"\n        },\n        {\n            \"orn\": \"/wisekit/dev/1706683145\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"test\",\n            \"sortNo\": 1,\n            \"ts\": 1706683145,\n            \"extra\": null,\n            \"aRegId\": \"wee\",\n            \"aUpdated\": 2147483647,\n            \"aUpdateId\": \"wee\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-개발1팀-test\"\n        },\n        {\n            \"orn\": \"/wisekit/test\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"와이즈킷.임시\",\n            \"sortNo\": 3,\n            \"ts\": 2147483647,\n            \"extra\": null,\n            \"aRegId\": \"\",\n            \"aUpdated\": 0,\n            \"aUpdateId\": \"\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-와이즈킷.임시\"\n        },\n        {\n            \"orn\": \"/wisekit/test/sub\",\n            \"rootOrn\": \"/wisekit\",\n            \"name\": \"테스트서브1\",\n            \"sortNo\": 1,\n            \"ts\": 2147483647,\n            \"extra\": null,\n            \"aRegId\": \"\",\n            \"aUpdated\": 2147483647,\n            \"aUpdateId\": \"wee\",\n            \"phone\": null,\n            \"email\": null,\n            \"representName\": null,\n            \"busLicenceNum\": null,\n            \"resellerYN\": \"\",\n            \"resellerOrn\": null,\n            \"logo\": null,\n            \"orgNm\": \"와이즈킷-와이즈킷.임시-테스트서브1\"\n        }\n    ]\n}"},{"id":"8f288dba-048d-4653-8d2f-2868385505c5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"02038c32-d225-4c5b-ad88-5ec11214f52b","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/thinki&page=1&rows=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"2689d36b-b919-45cb-98d5-bb104aa46472"},{"name":"OrganizationGet","id":"c7819dcf-5330-434e-8ebd-0228ef0bf7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/organization/item?orn=/wisekit/1706683318","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","organization","item"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1706683318"}],"variable":[]}},"response":[{"id":"8f18a6e1-fd88-40fd-9dbf-0c689bd27f53","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization/item?orn=/wisekit/1706683318","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization","item"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"orn\": \"/wisekit/1706683318\",\n    \"rootOrn\": \"/wisekit\",\n    \"name\": \"와이즈킷테스트장비\",\n    \"sortNo\": 1,\n    \"ts\": 1706683319,\n    \"extra\": null,\n    \"aRegId\": \"wee\",\n    \"aUpdated\": 2147483647,\n    \"aUpdateId\": \"wee\",\n    \"phone\": null,\n    \"email\": null,\n    \"representName\": null,\n    \"busLicenceNum\": null,\n    \"resellerYN\": \"\",\n    \"resellerOrn\": null,\n    \"logo\": null\n}"},{"id":"a0d13b6e-38e9-4144-94ac-e40550accde1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization/item?orn=/wisekit/1706683318","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization","item"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"01adeb2b-3004-4dc6-b778-ff1a61e1be8e","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization/item?orn=/thinki/1706683318","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization","item"],"query":[{"key":"orn","value":"/thinki/1706683318","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"c7819dcf-5330-434e-8ebd-0228ef0bf7fa"},{"name":"OrganizationCreate","id":"5b896571-e18e-4d0f-825a-67df27390b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parentOrn\": \"/wisekit\",\r\n    \"name\": \"POSTMAN_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","organization"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"7ca53fda-89df-48d3-958d-a81b8514a5ca","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parentOrn\": \"/wisekit\",\r\n    \"name\": \"POSTMAN_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"2ac77e44-ed8c-4f39-87cf-bf7a8d6d372f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parentOrn\": \"/wisekit\",\r\n    \"name\": \"POSTMAN_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"6d6203a6-51f9-470f-95bc-9cd6b3e04111","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parentOrn\": \"/thinki\",\r\n    \"name\": \"POSTMAN_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"ec9c6159-44c4-496a-a4a1-7a5a330bb1ed","name":"InvalidOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parentOrn\": \"wisekit\",\r\n    \"name\": \"POSTMAN_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"올바른 ORN형식이 아닙니다.\",\n    \"code\": \"invalid_orn\"\n}"}],"_postman_id":"5b896571-e18e-4d0f-825a-67df27390b23"},{"name":"OrganizationUpdate","id":"0edf6b58-ccfd-470e-b638-9f4e66e7e0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit/1758178777\",\r\n    \"name\": \"POSTMAN_UPDATE_TEST\",\r\n    \"sortNo\": 4\r\n}"},"url":"https://fms-api.wisekit.co.kr/api/organization","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","organization"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"e1916846-bd66-4908-93d4-a1440b5d3413","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit/1758178777\",\r\n    \"name\": \"POSTMAN_UPDATE_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"db2f4bcb-7eca-47ae-a70f-d1701cc13b6a","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekit/1758178777\",\r\n    \"name\": \"POSTMAN_UPDATE_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"f362ec05-afe4-4094-94ba-77555c223461","name":"ForibiddenOrn","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki/1758178777\",\r\n    \"name\": \"POSTMAN_UPDATE_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"af60bd89-693a-49e1-a594-8e0f0097b1e6","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/wisekitone/1758178777\",\r\n    \"name\": \"POSTMAN_UPDATE_TEST\",\r\n    \"sortNo\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/organization"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"ORN 정보가 없습니다.\",\n    \"code\": \"not_found_orn\"\n}"}],"_postman_id":"0edf6b58-ccfd-470e-b638-9f4e66e7e0dd"},{"name":"OrganizationDelete","id":"73c206f0-140f-4bff-9eb6-6c2945f9c6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit/1758178777","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","organization"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1758178777"}],"variable":[]}},"response":[{"id":"91df6f26-138e-4838-acc0-98990b58cb1d","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit/1758178777","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit/1758178777","description":"Organization ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"d8d1df79-db9d-447b-96ea-4cda6f5308f0","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit/1758178777","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit/1758178777","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"8c559ed4-926e-4806-9ff9-99501d36889d","name":"ForbiddenOrn","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/thinki/1758178777","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/thinki/1758178777","description":"Organization ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"20ea4345-1a7b-4b7a-8e9b-146b2ac45bfe","name":"ForbiddenRootOrn","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"No permission to delete\",\n    \"code\": \"forbidden_rootOrn_delete\"\n}"},{"id":"e4171b91-0287-4ed1-9cb3-c5c9e00fe1f7","name":"ExistSubOrn","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit/dev","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit/dev","description":"Organization ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"Deletion not possible if registered sub depth\",\r\n    \"code\": \"exist_sub_orn\"\r\n}"},{"id":"d99c7b7e-e6b9-4007-9582-e3089760836d","name":"ExistDevice","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/organization?orn=/wisekit/test","host":["https://fms-api.wisekit.co.kr"],"path":["api","organization"],"query":[{"key":"orn","value":"/wisekit/test","description":"Organization ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Deletion not possible if registered device exists\",\n    \"code\": \"exist_device\"\n}"}],"_postman_id":"73c206f0-140f-4bff-9eb6-6c2945f9c6b6"}],"id":"75223920-8235-4a6b-90de-a80a5aefc7ce","description":"<p>FMS API for managing organization information. Provides functions for creating, reading, updating, and deleting organization data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"75223920-8235-4a6b-90de-a80a5aefc7ce","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"driver-file","item":[{"name":"DriverFileList","id":"422d823a-89b0-4182-adb3-fc0511e6d955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/driver-file?orn=/wisekit&page=1&rows=10&beginYmd=241201&endYmd=241231&eventIds=112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver-file"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>search start time. format : YYMMDD</p>\n","type":"text/plain"},"key":"beginYmd","value":"241201"},{"description":{"content":"<p>search end time. format : YYMMDD</p>\n","type":"text/plain"},"key":"endYmd","value":"241231"},{"description":{"content":"<p>event id list</p>\n","type":"text/plain"},"key":"eventIds","value":"112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139"},{"disabled":true,"description":{"content":"<p>(optional)Device Serial Number</p>\n","type":"text/plain"},"key":"sn","value":"0000000000000169"},{"disabled":true,"description":{"content":"<p>(optional)Device Access Token Number</p>\n","type":"text/plain"},"key":"clientId","value":"tki16908700070150623"},{"disabled":true,"description":{"content":"<p>(optional)Data state. choose one: new, dismiss,  need</p>\n","type":"text/plain"},"key":"vState","value":"new"}],"variable":[]}},"response":[{"id":"b8ede6b2-afc0-4ef5-af4b-e300b9478027","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver-file?orn=/wisekit&page=1&rows=10&beginYmd=241201&endYmd=241231&eventIds=112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver-file"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginYmd","value":"241201","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"241231","description":"search end time. format : YYMMDD"},{"key":"eventIds","value":"112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","description":"event id list"},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"vState","value":"new","description":"(optional)Data state. choose one: new, dismiss,  need","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 151098,\n            \"did\": 1,\n            \"ymd\": \"241223\",\n            \"orn\": \"/wisekit/1706683318\",\n            \"clientId\": \"tki16908700070150623\",\n            \"vEventId\": 110,\n            \"vTs\": 1734915604000,\n            \"vLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\n            \"type\": \"video\",\n            \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\",\n            \"ts\": 1734915646,\n            \"ttl\": 1766451646,\n            \"deleted\": 0,\n            \"vState\": null,\n            \"customYN\": null,\n            \"drName\": \"위재일\",\n            \"carNo\": \"오비즈00\",\n            \"sn\": \"0000000000000169\"\n        },\n        {\n            \"id\": 148359,\n            \"did\": 1,\n            \"ymd\": \"241205\",\n            \"orn\": \"/wisekit/1706683318\",\n            \"clientId\": \"tki16908700070150623\",\n            \"vEventId\": 110,\n            \"vTs\": 1733362788000,\n            \"vLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\n            \"type\": \"video\",\n            \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241205013948-110_front.mp4\\\",\\\"rear\\\":\\\"20241205013948-110_rear.mp4\\\",\\\"meta\\\":\\\"20241205013948-110_meta.json\\\",\\\"img\\\":\\\"20241205013948-110_thumb.png\\\"}\",\n            \"ts\": 1733362828,\n            \"ttl\": 1764898828,\n            \"deleted\": 0,\n            \"vState\": null,\n            \"customYN\": null,\n            \"drName\": \"위재일\",\n            \"carNo\": \"오비즈00\",\n            \"sn\": \"0000000000000169\"\n        }\n    ],\n    \"total\": 2\n}"},{"id":"bb82ece0-f121-4893-8c98-6c333d8dd494","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver-file?orn=/wisekit&page=1&rows=10&beginYmd=241201&endYmd=241231&eventIds=112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver-file"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginYmd","value":"241201","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"241231","description":"search end time. format : YYMMDD"},{"key":"eventIds","value":"112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","description":"event id list"},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"vState","value":"new","description":"(optional)Data state. choose one: new, dismiss,  need","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"862faecb-2b9e-4ad4-af65-462846d092f3","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/driver-file?orn=/thinki&page=1&rows=10&beginYmd=241201&endYmd=241231&eventIds=112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","host":["https://fms-api.wisekit.co.kr"],"path":["api","driver-file"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginYmd","value":"241201","description":"search start time. format : YYMMDD"},{"key":"endYmd","value":"241231","description":"search end time. format : YYMMDD"},{"key":"eventIds","value":"112,129,121,122,109,110,125,152,153,154,114,123,124,128,111,113,139","description":"event id list"},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"vState","value":"new","description":"(optional)Data state. choose one: new, dismiss,  need","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"422d823a-89b0-4182-adb3-fc0511e6d955"},{"name":"DriverFileDelete","id":"06e1cc90-9b3c-4fa6-a3bb-af7722605e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 151098,\r\n    \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\"\r\n}"},"url":"https://fms-api.wisekit.co.kr/api/driver-file/delete","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","driver-file","delete"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"cafd8e46-f312-424b-ae9a-ff2e19fbb42a","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 151098,\r\n    \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver-file/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"c1727e22-6e64-4999-b3c6-edf4c16d2d03","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 151098,\r\n    \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver-file/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"bc00e0c4-695f-4a78-9917-425445b15513","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1249114,\r\n    \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver-file/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"bd0b13ca-4cd0-4a33-b70f-426e0c1a5494","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 345015052,\r\n    \"payload\": \"{\\\"type\\\":\\\"video\\\",\\\"front\\\":\\\"20241223010004-110_front.mp4\\\",\\\"rear\\\":\\\"20241223010004-110_rear.mp4\\\",\\\"meta\\\":\\\"20241223010004-110_meta.json\\\",\\\"img\\\":\\\"20241223010004-110_thumb.png\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/driver-file/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"대상파일이 없습니다.\",\n    \"code\": \"not_found_item\"\n}"}],"_postman_id":"06e1cc90-9b3c-4fa6-a3bb-af7722605e0e"}],"id":"01b7d05e-e6dd-44bc-b884-3c46de754c54","description":"<p>FMS API for managing driving file information. Provides functions for reading, updating, and deleting driving file data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"01b7d05e-e6dd-44bc-b884-3c46de754c54","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"live-stream","item":[{"name":"LiveStreamList","id":"624e68cf-b307-4f94-8a7a-044790f0be49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/live-stream?orn=/wisekit&page=1&rows=10&beginTs=1757054034&endTs=1758263634","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","live-stream"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>search start time. UTC timestamp(sec)</p>\n","type":"text/plain"},"key":"beginTs","value":"1757054034"},{"description":{"content":"<p>search end time. UTC timestamp(sec)</p>\n","type":"text/plain"},"key":"endTs","value":"1758263634"},{"disabled":true,"description":{"content":"<p>(optional)Device Access Token Number</p>\n","type":"text/plain"},"key":"clientId","value":"tki16908700070150623"},{"disabled":true,"description":{"content":"<p>(optional)Device Serial Number</p>\n","type":"text/plain"},"key":"sn","value":"0000000000000169"},{"disabled":true,"description":{"content":"<p>(optional)driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"3abdf423-10ba-4ee9-b596-3ca1b13d3ffe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/live-stream?orn=/wisekit&page=1&rows=10&beginTs=1757054034&endTs=1758263634","host":["https://fms-api.wisekit.co.kr"],"path":["api","live-stream"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757054034","description":"search start time. UTC timestamp(sec)"},{"key":"endTs","value":"1758263634","description":"search end time. UTC timestamp(sec)"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"id\": 984,\r\n            \"did\": 1,\r\n            \"orn\": \"/wisekit/1706683318\",\r\n            \"clientId\": \"tki16908700070150623\",\r\n            \"ts\": 1758262276,\r\n            \"file\": \"tki16908700070150623_1758262212130.flv\",\r\n            \"ttl\": 1789798276,\r\n            \"deleted\": 0,\r\n            \"drName\": \"위재일\",\r\n            \"carNo\": \"오비즈00\",\r\n            \"sn\": \"0000000000000169\"\r\n        }\r\n    ],\r\n    \"total\": 1\r\n}"},{"id":"4f1ff170-d18a-4f40-aca4-01e040aab5da","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/live-stream?orn=/wisekit&page=1&rows=10&beginTs=1757054034&endTs=1758263634","host":["https://fms-api.wisekit.co.kr"],"path":["api","live-stream"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757054034","description":"search start time. UTC timestamp(sec)"},{"key":"endTs","value":"1758263634","description":"search end time. UTC timestamp(sec)"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"cc13a150-0ad0-4e3a-b6c8-a51c6a620730","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/live-stream?orn=/thinki&page=1&rows=10&beginTs=1757054034&endTs=1758263634","host":["https://fms-api.wisekit.co.kr"],"path":["api","live-stream"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"beginTs","value":"1757054034","description":"search start time. UTC timestamp(sec)"},{"key":"endTs","value":"1758263634","description":"search end time. UTC timestamp(sec)"},{"key":"clientId","value":"tki16908700070150623","description":"(optional)Device Access Token Number","type":"text","disabled":true},{"key":"sn","value":"0000000000000169","description":"(optional)Device Serial Number","type":"text","disabled":true},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"624e68cf-b307-4f94-8a7a-044790f0be49"},{"name":"LiveStreamDelete","id":"cf0ce5c1-7f33-4da6-97e3-5c730bea9c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 984,\r\n    \"file\": \"tki16908700070150623_1758262212130.flv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/live-stream/delete","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","live-stream","delete"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"fd9fabd5-a238-4f73-862d-ff02aed843e9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 984,\r\n    \"file\": \"tki16908700070150623_1758262212130.flv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/live-stream/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"25012bb7-fc70-4ce0-a405-0af5c56c4760","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 984,\r\n    \"file\": \"tki16908700070150623_1758262212130.flv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/live-stream/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"3aecd7a4-66a9-40d4-9fa4-908f5a2a4b6c","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 10102024,\r\n    \"file\": \"tki16908700070150623_1758262212130.flv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/live-stream/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"ec1c5011-a35d-4995-a9ee-683fcc1844fc","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 124912492,\r\n    \"file\": \"tki16908700070150623_1758262212130.flv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/live-stream/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"대상파일이 없습니다.\",\n    \"code\": \"not_found_item\"\n}"}],"_postman_id":"cf0ce5c1-7f33-4da6-97e3-5c730bea9c78"}],"id":"14c05b8f-c03d-41b1-9273-a1206f23f9f2","description":"<p>FMS API for managing live stream file information. Provides functions for reading and deleting live stream file data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"14c05b8f-c03d-41b1-9273-a1206f23f9f2","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"report","item":[{"name":"ReportCompany","id":"ab75550b-a960-416c-8555-1e6c186d767d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/report/company?orn=/wisekit&ymd=250102&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","report","company"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250102"},{"description":{"content":"<p>search date range. choose one: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"}],"variable":[]}},"response":[{"id":"310df788-4ff0-4387-bb55-5532e00c339d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/company?orn=/wisekit&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","company"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"orn\": \"/wisekit/1706683318\",\r\n            \"orgName\": \"와이즈킷-와이즈킷테스트장비\",\r\n            \"score\": 0,\r\n            \"avgSpeed\": 83,\r\n            \"totSec\": \"238457\",\r\n            \"idleSec\": \"238156\",\r\n            \"stopSec\": \"452848\",\r\n            \"totDistance\": \"0\",\r\n            \"cnt129\": \"0\",\r\n            \"cnt111\": \"0\",\r\n            \"cnt112\": \"0\",\r\n            \"cnt109\": \"0\",\r\n            \"cnt123\": \"0\",\r\n            \"cnt125\": \"0\",\r\n            \"cnt110\": \"0\",\r\n            \"cnt153\": \"0\",\r\n            \"cnt152\": \"0\",\r\n            \"cnt154\": \"0\",\r\n            \"cnt114\": \"0\",\r\n            \"cnt113\": \"0\"\r\n        }\r\n    ]\r\n}"},{"id":"d33349d0-d950-4481-955a-f24f4af9cfa3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/company?orn=/wisekit&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","company"],"query":[{"key":"orn","value":"/wisekit","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"60d05bb6-0a8a-40e0-905e-8f0ad9754583","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/company?orn=/thinki&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","company"],"query":[{"key":"orn","value":"/thinki","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"ab75550b-a960-416c-8555-1e6c186d767d"},{"name":"ReportOrganization","id":"efd0f92c-db36-49c8-b6e6-f4f68a138b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/report/organization?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","report","organization"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1706683318"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250102"},{"description":{"content":"<p>search date range. choose one: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"}],"variable":[]}},"response":[{"id":"a4bac3b0-3e1b-4aef-9eb2-36462dff6e0e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/organization?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","organization"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total\": 1,\r\n    \"items\": [\r\n        {\r\n            \"drName\": \"위재일\",\r\n            \"score\": 0,\r\n            \"avgSpeed\": 83,\r\n            \"did\": 1,\r\n            \"totSec\": \"238457\",\r\n            \"idleSec\": \"238156\",\r\n            \"stopSec\": \"452848\",\r\n            \"totDistance\": \"0\",\r\n            \"totSpeed\": \"731290\",\r\n            \"totSpeedCnt\": \"8767\",\r\n            \"cnt129\": \"0\",\r\n            \"cnt111\": \"0\",\r\n            \"cnt112\": \"0\",\r\n            \"cnt109\": \"0\",\r\n            \"cnt123\": \"0\",\r\n            \"cnt125\": \"0\",\r\n            \"cnt110\": \"0\",\r\n            \"cnt153\": \"0\",\r\n            \"cnt152\": \"0\",\r\n            \"cnt154\": \"0\",\r\n            \"cnt114\": \"0\",\r\n            \"cnt113\": \"0\"\r\n        }\r\n    ]\r\n}"},{"id":"32d97d47-7ba4-4410-a3df-d1aa908fdfb2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/organization?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","organization"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"7e9b3362-069b-464d-b650-79990eb55763","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/organization?orn=/thinki/1706683318&page=1&rows=10&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","organization"],"query":[{"key":"orn","value":"/thinki/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"efd0f92c-db36-49c8-b6e6-f4f68a138b94"},{"name":"ReportDriver","id":"a9b88d50-5466-425c-adc7-33eac15acd00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/report/driver?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month&did=1","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","report","driver"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1706683318"},{"description":{"content":"<p>page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>per 1page</p>\n","type":"text/plain"},"key":"rows","value":"10"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250102"},{"description":{"content":"<p>search date range. choose one: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"},{"description":{"content":"<p>driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"65ab53e9-ba4e-45a6-8f7d-733c489340d7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/driver?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month&did=1","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","driver"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"driver id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total\": 4,\r\n    \"items\": [\r\n        {\r\n            \"beginTs\": 1737392539,\r\n            \"endTs\": 1737524455,\r\n            \"startLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"stopLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"totDistance\": 0,\r\n            \"totSec\": 131924,\r\n            \"idleSec\": 131859,\r\n            \"stopSec\": 40898,\r\n            \"totSpeed\": 403974,\r\n            \"totSpeedCnt\": 4843,\r\n            \"avgSpeed\": 83\r\n        },\r\n        {\r\n            \"beginTs\": 1737046911,\r\n            \"endTs\": 1737092000,\r\n            \"startLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"stopLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"totDistance\": 0,\r\n            \"totSec\": 45101,\r\n            \"idleSec\": 45033,\r\n            \"stopSec\": 127725,\r\n            \"totSpeed\": 138467,\r\n            \"totSpeedCnt\": 1660,\r\n            \"avgSpeed\": 83\r\n        },\r\n        {\r\n            \"beginTs\": 1736701286,\r\n            \"endTs\": 1736730749,\r\n            \"startLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"stopLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"totDistance\": 0,\r\n            \"totSec\": 29479,\r\n            \"idleSec\": 29402,\r\n            \"stopSec\": 143350,\r\n            \"totSpeed\": 90671,\r\n            \"totSpeedCnt\": 1087,\r\n            \"avgSpeed\": 83\r\n        },\r\n        {\r\n            \"beginTs\": 1736355658,\r\n            \"endTs\": 1736387597,\r\n            \"startLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"stopLoc\": \"{\\\"lat\\\":\\\"37.389967\\\",\\\"lon\\\":\\\"126.968883\\\"}\",\r\n            \"totDistance\": 0,\r\n            \"totSec\": 31953,\r\n            \"idleSec\": 31862,\r\n            \"stopSec\": 140875,\r\n            \"totSpeed\": 98178,\r\n            \"totSpeedCnt\": 1177,\r\n            \"avgSpeed\": 83\r\n        }\r\n    ]\r\n}"},{"id":"4fa769dc-7a1e-4044-a6ad-fffc07431029","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/driver?orn=/wisekit/1706683318&page=1&rows=10&ymd=250102&group=month&did=1","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","driver"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"driver id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"cb99dfe5-028d-4465-8f80-c59a83eea412","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/driver?orn=/thinki/1706683318&page=1&rows=10&ymd=250102&group=month&did=1","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","driver"],"query":[{"key":"orn","value":"/thinki/1706683318","description":"Organization ID"},{"key":"page","value":"1","description":"page number"},{"key":"rows","value":"10","description":"per 1page"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"driver id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"}],"_postman_id":"a9b88d50-5466-425c-adc7-33eac15acd00"},{"name":"ReportSummary","id":"a38bee4e-fe8c-433f-abd0-7ca65905ccd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/report/summary?orn=/wisekit/1706683318&ymd=250102&group=month","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","report","summary"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"orn","value":"/wisekit/1706683318"},{"description":{"content":"<p>years and months and days. format: YYMMDD</p>\n","type":"text/plain"},"key":"ymd","value":"250102"},{"description":{"content":"<p>search date range. choose one: month, week, day</p>\n","type":"text/plain"},"key":"group","value":"month"},{"disabled":true,"description":{"content":"<p>(optional)driver id</p>\n","type":"text/plain"},"key":"did","value":"1"}],"variable":[]}},"response":[{"id":"174291c2-95d4-410c-b748-890618075f41","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/summary?orn=/wisekit/1706683318&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","summary"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"dt\": \"24/02\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/03\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/04\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/05\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/06\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/07\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/08\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/09\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/10\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/11\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"24/12\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        },\n        {\n            \"dt\": \"25/01\",\n            \"score\": 0,\n            \"avgSpeed\": 0,\n            \"totSec\": \"0\",\n            \"idleSec\": \"0\",\n            \"stopSec\": \"0\",\n            \"totDistance\": \"0\",\n            \"cnt129\": \"0\",\n            \"cnt111\": \"0\",\n            \"cnt112\": \"0\",\n            \"cnt109\": \"0\",\n            \"cnt123\": \"0\",\n            \"cnt125\": \"0\",\n            \"cnt110\": \"0\",\n            \"cnt153\": \"0\",\n            \"cnt152\": \"0\",\n            \"cnt154\": \"0\",\n            \"cnt114\": \"0\",\n            \"cnt113\": \"0\"\n        }\n    ]\n}"},{"id":"2352ae8b-163a-4bf1-aaaf-0d4d290e3469","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/summary?orn=/wisekit/1706683318&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","summary"],"query":[{"key":"orn","value":"/wisekit/1706683318","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"0b4449e3-fcd2-44e1-b73d-5e125fc87212","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/report/summary?orn=/thinki/1706683318&ymd=250102&group=month","host":["https://fms-api.wisekit.co.kr"],"path":["api","report","summary"],"query":[{"key":"orn","value":"/thinki/1706683318","description":"Organization ID"},{"key":"ymd","value":"250102","description":"years and months and days. format: YYMMDD"},{"key":"group","value":"month","description":"search date range. choose one: month, week, day"},{"key":"did","value":"1","description":"(optional)driver id","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"a38bee4e-fe8c-433f-abd0-7ca65905ccd7"}],"id":"f1500ad3-1d4c-4228-8eba-eeae2f429d6d","description":"<p>FMS API for managing report information. Provides functions for creating, reading, updating, and deleting report data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"f1500ad3-1d4c-4228-8eba-eeae2f429d6d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"device-config","item":[{"name":"DeviceConfigCreate","id":"91e3bfaa-de32-48ac-ad4b-81a07f0fc4cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"clientIds\": [\"tki16812344829776847\"],\r\n    \"config\": \"{\\\"park mode\\\":0,\\\"video quality\\\":0}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device-config","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device-config"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"ef5083df-510f-45da-ba82-319be9b1d2b0","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"clientIds\": [\"tki16812344829776847\"],\r\n    \"config\": \"{\\\"park mode\\\":0,\\\"video quality\\\":0}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device-config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"wee1758616202\",\n    \"ts\": 1758616202\n}"},{"id":"3c5f31aa-601e-45bb-9399-9dcb40124f26","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinki\",\r\n    \"clientIds\": [\"tki16812344829776847\"],\r\n    \"config\": \"{\\\"park mode\\\":0,\\\"video quality\\\":0}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device-config"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"d6a592b4-2d8e-4a60-bbf2-93f18dc89736","name":"ForbiddenOrn","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orn\": \"/thinkone\",\r\n    \"clientIds\": [\"tki16812344829776847\"],\r\n    \"config\": \"{\\\"park mode\\\":0,\\\"video quality\\\":0}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/device-config"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"}],"_postman_id":"91e3bfaa-de32-48ac-ad4b-81a07f0fc4cb"},{"name":"DeviceConfigGet","id":"7efba02f-2be4-4c10-8cae-d87bec5482ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/device-config/:id","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","device-config",":id"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[{"description":{"content":"<p>device config id</p>\n","type":"text/plain"},"type":"any","value":"master1758616202","key":"id"}]}},"response":[{"id":"64f77998-7656-4f76-9cac-1cdf831e360f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device-config/:id","host":["https://fms-api.wisekit.co.kr"],"path":["api","device-config",":id"],"variable":[{"key":"id","value":"master1758616202","description":"device config id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"config\": \"{\\\"park mode\\\":0,\\\"video quality\\\":0}\",\n    \"adminId\": \"wee\",\n    \"ts\": 1758616202\n}"},{"id":"37b03064-fe44-4d01-ad56-aee497aa9d00","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device-config/:id","host":["https://fms-api.wisekit.co.kr"],"path":["api","device-config",":id"],"variable":[{"key":"id","value":"master1758616202","description":"device config id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"b2b9efbb-74e8-4f71-924b-18a5cd4fb2ac","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device-config/:id","host":["https://fms-api.wisekit.co.kr"],"path":["api","device-config",":id"],"variable":[{"key":"id","value":"wsbyeon1708584697","description":"device config id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"f294eb63-266e-45e6-b91d-4ce5caa18d39","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/device-config/:id","host":["https://fms-api.wisekit.co.kr"],"path":["api","device-config",":id"],"variable":[{"key":"id","value":"wee19242421241","description":"device config id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"데이타가 없습니다.\",\n    \"code\": \"not_found_item\"\n}"}],"_postman_id":"7efba02f-2be4-4c10-8cae-d87bec5482ff"}],"id":"8b436c13-c782-471f-a935-349df9dbe279","description":"<p>RADAR API for managing device configuration information. Provides functions for reading, updating device configuration data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"8b436c13-c782-471f-a935-349df9dbe279","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"iot","item":[{"name":"IotSendRPC","item":[{"name":"IotSendRPC method: factory-reset","id":"c06c9bd8-823a-4d55-ba0b-47c08246b7f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e03f90be-515f-4fc9-bd50-715ea009a623\",\r\n    \"payload\": {\r\n        \"method\": \"factory-reset\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","send-rpc"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"7ad54616-308b-451a-b4c7-8d4e79679796","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e03f90be-515f-4fc9-bd50-715ea009a623\",\r\n    \"payload\": {\r\n        \"method\": \"factory-reset\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"3d244ff6-da5f-48fa-88f8-acf267aaab56","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e03f90be-515f-4fc9-bd50-715ea009a623\",\r\n    \"payload\": {\r\n        \"method\": \"factory-reset\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"}],"_postman_id":"c06c9bd8-823a-4d55-ba0b-47c08246b7f7"},{"name":"IotSendRPC method: reboot","id":"5b6ae944-e302-4d6b-8bf2-5298d7b766e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"a165d5e1-950c-4ef9-91ed-464b55579206\",\r\n    \"payload\": {\r\n        \"method\": \"reboot\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","send-rpc"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"2180a568-502b-43b0-964f-3abc8a9d7c6f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"a165d5e1-950c-4ef9-91ed-464b55579206\",\r\n    \"payload\": {\r\n        \"method\": \"reboot\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"1a4983d0-2c47-4d4c-8448-03e5fa963f9c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"a165d5e1-950c-4ef9-91ed-464b55579206\",\r\n    \"payload\": {\r\n        \"method\": \"reboot\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"}],"_postman_id":"5b6ae944-e302-4d6b-8bf2-5298d7b766e2"},{"name":"IotSendRPC method: config-set","id":"eb3c11b6-0352-484b-9f5a-3786f2fd1e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"1562c929-d6c1-4bea-adcc-5482ae5dbc6e\",\r\n    \"payload\": {\r\n        \"method\": \"config-set\",\r\n        \"param\": {\r\n            \"video mode\":0,\r\n            \"brigthness\":1,\r\n            \"video quality\": 2,\r\n            \"mic-enable\":1,\r\n            \"speaker volume\":3,\r\n            \"g-sensor park\":2,\r\n            \"g-sensor driving\":3,\r\n            \"g-sensor motion\":3,\r\n            \"park mode\":1,\r\n            \"dms-rec park\":0,\r\n            \"dms-zoom\":0,\r\n            \"LDWS enable\":1,\r\n            \"LDWS L\":2,\r\n            \"LDWS R\":2,\r\n            \"FWCS\":1,\r\n            \"cut-off voltage\":2,\r\n            \"cut-off voltage timer\":3,\r\n            \"dms trigger speed\": 15,\r\n            \"nightvision\":1,\r\n            \"sunrise\":1612416298,\r\n            \"sunset\":1612416300,\r\n            \"Event_108\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_109\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_110\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_111\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_112\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_113\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"high\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_114\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_121\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_122\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_123\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_124\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_125\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_126\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"high\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_128\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_129\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_139\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_149\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_152\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"yes\"\r\n            },\r\n            \"Event_153\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"high\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            },\r\n            \"Event_154\": {\r\n              \"Enable\": true,\r\n              \"Priority\": \"normal\",\r\n              \"AudioVoicePrompt\": \"no\"\r\n            }\r\n        }\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","send-rpc"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"f6b8f418-b788-4e5b-b427-b913b6b51a6c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"1562c929-d6c1-4bea-adcc-5482ae5dbc6e\",\r\n    \"payload\": {\r\n        \"method\": \"config-set\",\r\n        \"param\": {\r\n            \"g-sensor DMS\": 0,\r\n            \"Event_153\": {\r\n                \"AudioVoicePrompt\": \"no\",\r\n                \"Enable\": true,\r\n                \"Priority\": \"high\"\r\n            }\r\n        }\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"95e85826-c2b1-437d-97af-af6c36b210d1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"1562c929-d6c1-4bea-adcc-5482ae5dbc6e\",\r\n    \"payload\": {\r\n        \"method\": \"config-set\",\r\n        \"param\": {\r\n            \"g-sensor DMS\": 0,\r\n            \"Event_153\": {\r\n                \"AudioVoicePrompt\": \"no\",\r\n                \"Enable\": true,\r\n                \"Priority\": \"high\"\r\n            }\r\n        }\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"}],"_postman_id":"eb3c11b6-0352-484b-9f5a-3786f2fd1e11"},{"name":"IotSendRPC method: config-get","id":"bf9221e5-ccb1-4cdf-8ccf-639ddbe764d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e7a551f2-e19a-4c09-9cc3-f3ce47750f15\",\r\n    \"payload\": {\r\n        \"method\": \"config-get\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","send-rpc"],"host":["https://fms-api.wisekit.co.kr"],"query":[],"variable":[]}},"response":[{"id":"af2512f6-5e1c-480b-8452-feb6ab6a263b","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e7a551f2-e19a-4c09-9cc3-f3ce47750f15\",\r\n    \"payload\": {\r\n        \"method\": \"config-get\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"00209711-c99a-4099-b73f-f6823bb98d69","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"tki16908700070150642\",\r\n    \"rpcId\": \"e7a551f2-e19a-4c09-9cc3-f3ce47750f15\",\r\n    \"payload\": {\r\n        \"method\": \"config-get\",\r\n        \"param\": \"\"\r\n    },\r\n    \"extra\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fms-api.wisekit.co.kr/api/iot/send-rpc"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"}],"_postman_id":"bf9221e5-ccb1-4cdf-8ccf-639ddbe764d2"}],"id":"1d05cf1f-5931-43a7-b6d3-3785b4863529","description":"<h5>RPC Commands</h5>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Commands</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>factory-reset</strong></td>\n<td>factory reset</td>\n<td>none</td>\n<td>success/fail</td>\n</tr>\n<tr>\n<td><strong>reboot</strong></td>\n<td>system reboot</td>\n<td>none</td>\n<td>success/fail</td>\n</tr>\n<tr>\n<td><strong>config-set</strong></td>\n<td>configuration setting update</td>\n<td>json message</td>\n<td>success/fail</td>\n</tr>\n<tr>\n<td><strong>config-get</strong></td>\n<td>configuration setting query</td>\n<td>parameter, none- all</td>\n<td>config parameter , JSON message</td>\n</tr>\n</tbody>\n</table>\n</div><p>RPC Response Topic : 'v1/devices/<code>clientId</code>/rpc/response/<code>requestId</code>'<br /><code>clientId</code> : Device Access Token Number<br /><code>requestId</code> : UUID V4, RPC Request ID</p>\n<hr />\n<h5 id=\"body-parameter-setting-common\">Body Parameter Setting (Common)</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>clientId</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>Device Access Token Number.</td>\n</tr>\n<tr>\n<td><strong>rpcId</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>UUID V4, RPC ID</td>\n</tr>\n<tr>\n<td><strong>payload</strong></td>\n<td>Yes</td>\n<td>Object</td>\n<td>RPC Payload</td>\n</tr>\n<tr>\n<td><strong>extra</strong></td>\n<td>No</td>\n<td>Object</td>\n<td>etc</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>in payload</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramater</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>method</strong></td>\n<td>Yes</td>\n<td>string</td>\n<td>RPC command</td>\n</tr>\n<tr>\n<td><strong>param</strong></td>\n<td>Yes</td>\n<td>string or Object</td>\n<td>RPC parameter</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1d05cf1f-5931-43a7-b6d3-3785b4863529","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}},{"name":"IotGetTripTs","id":"4ea796ad-b0fa-4c2c-97de-5a851ad73426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=tki16908700070150623&ts=1733245018120","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","trip-ts"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Device Access Token Number</p>\n","type":"text/plain"},"key":"clientId","value":"tki16908700070150623"},{"description":{"content":"<p>telemetry event time. UTC timestamp(ms)</p>\n","type":"text/plain"},"key":"ts","value":"1733245018120"}],"variable":[]}},"response":[{"id":"5ac23a44-8d54-4078-a0f8-79668ce9c968","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=tki16908700070150623&ts=1733245018120","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","trip-ts"],"query":[{"key":"clientId","value":"tki16908700070150623","description":"Device Access Token Number"},{"key":"ts","value":"1733245018120","description":"telemetry event time. UTC timestamp(ms)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"beginTs\": \"1733245018120\",\n    \"endTs\": \"1733362788110\"\n}"},{"id":"fd150738-ded7-4c65-98fb-9d832dafb5b4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=tki16908700070150623&ts=1733245018120","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","trip-ts"],"query":[{"key":"clientId","value":"tki16908700070150623","description":"Device Access Token Number"},{"key":"ts","value":"1733245018120","description":"telemetry event time. UTC timestamp(ms)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}"},{"id":"4afda2e4-1cab-4464-9a24-8353b7348b8a","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=tki16908700070150637&ts=1733245018120","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","trip-ts"],"query":[{"key":"clientId","value":"tki16908700070150637","description":"Device Access Token Number"},{"key":"ts","value":"1733245018120","description":"telemetry event time. UTC timestamp(ms)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\n    \"code\": \"forbidden_orn\"\n}"},{"id":"0e8e3a81-3ca1-4538-9e7a-c871d8107b1d","name":"NotFoundDevice","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=NOTFOUNDDEVICE&ts=1733245018120","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","trip-ts"],"query":[{"key":"clientId","value":"NOTFOUNDDEVICE","description":"Device Access Token Number"},{"key":"ts","value":"1733245018120","description":"telemetry event time. UTC timestamp(ms)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"디바이스정보가 없습니다.\",\n    \"code\": \"not_found_device\"\n}"},{"id":"6a182312-a170-45c9-8f80-772c3957ef4b","name":"NotFoundTrip","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/trip-ts?clientId=WKTEST001C&ts=1733245018120","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","trip-ts"],"query":[{"key":"clientId","value":"WKTEST001C","description":"Device Access Token Number"},{"key":"ts","value":"1733245018120","description":"telemetry event time. UTC timestamp(ms)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"트립데이타가 없습니다.\",\n    \"code\": \"not_found_trip_data\"\n}"}],"_postman_id":"4ea796ad-b0fa-4c2c-97de-5a851ad73426"},{"name":"IotGetTelemetry","id":"c58c4cf7-59a8-41e6-937b-114af05ef448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://fms-api.wisekit.co.kr/api/iot/telemetry?clientId=tki16908700070150623&beginTs=1733245018120&endTs=1733362788110&events=138,120&limit=10","description":"<h5 id=\"description\">Description</h5>\n<p>In preparation</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}},"urlObject":{"path":["api","iot","telemetry"],"host":["https://fms-api.wisekit.co.kr"],"query":[{"description":{"content":"<p>Device Access Token Number</p>\n","type":"text/plain"},"key":"clientId","value":"tki16908700070150623"},{"description":{"content":"<p>search start time. UTC timestamp(ms)</p>\n","type":"text/plain"},"key":"beginTs","value":"1733245018120"},{"description":{"content":"<p>search end time. UTC timestamp(ms)</p>\n","type":"text/plain"},"key":"endTs","value":"1733362788110"},{"description":{"content":"<p>search event list</p>\n","type":"text/plain"},"key":"events","value":"138,120"},{"description":{"content":"<p>search item count limit.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>(optional) next search key.</p>\n","type":"text/plain"},"key":"nextKey","value":null},{"disabled":true,"description":{"content":"<p>(optional) event 138 data detail flag</p>\n","type":"text/plain"},"key":"e138detail","value":null}],"variable":[]}},"response":[{"id":"2264dfcc-5226-4929-83e8-977ce816847f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/telemetry?clientId=tki16908700070150623&beginTs=1733245018120&endTs=1733362788110&events=138,120&limit=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","telemetry"],"query":[{"key":"clientId","value":"tki16908700070150623","description":"Device Access Token Number"},{"key":"beginTs","value":"1733245018120","description":"search start time. UTC timestamp(ms)"},{"key":"endTs","value":"1733362788110","description":"search end time. UTC timestamp(ms)"},{"key":"events","value":"138,120","description":"search event list"},{"key":"limit","value":"10","description":"search item count limit."},{"key":"nextKey","value":null,"description":"(optional) next search key.","type":"text","disabled":true},{"key":"e138detail","value":null,"description":"(optional) event 138 data detail flag","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"ts\": 1733245018000,\r\n            \"seq\": 656312,\r\n            \"event\": 120,\r\n            \"img\": \"20241203165658-120.jpg\",\r\n            \"lat\": \"37.389967\",\r\n            \"lon\": \"126.968883\",\r\n            \"hdg\": \"103.1\",\r\n            \"sat\": 0,\r\n            \"spd\": \"83\",\r\n            \"el\": 0,\r\n            \"pri\": \"high\",\r\n            \"pl\": \"<SSID>wisekit</SSID>\",\r\n            \"tripid\": \"1144514202769701\",\r\n            \"tottime\": 17,\r\n            \"totdist\": 0,\r\n            \"idle\": 0,\r\n            \"lft\": \"\",\r\n            \"svrTs\": 1733245058607,\r\n            \"_act\": \"uploaded\",\r\n            \"drName\": \"위재일\"\r\n        }\r\n    ],\r\n    \"nextKey\": null\r\n}"},{"id":"5d306022-b997-495a-9699-d25a3da7a2c7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/telemetry?clientId=tki16908700070150623&beginTs=1733245018120&endTs=1733362788110&events=138,120&limit=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","telemetry"],"query":[{"key":"clientId","value":"tki16908700070150623","description":"Device Access Token Number"},{"key":"beginTs","value":"1733245018120","description":"search start time. UTC timestamp(ms)"},{"key":"endTs","value":"1733362788110","description":"search end time. UTC timestamp(ms)"},{"key":"events","value":"138,120","description":"search event list"},{"key":"limit","value":"10","description":"search item count limit."},{"key":"nextKey","value":null,"description":"(optional) next search key.","type":"text","disabled":true},{"key":"e138detail","value":null,"description":"(optional) event 138 data detail flag","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\r\n}"},{"id":"480e932f-9e46-4604-b6f2-e069bfd6bf70","name":"ForbiddenOrn","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/telemetry?clientId=tki16908700070150637&beginTs=1733245018120&endTs=1733362788110&events=138,120&limit=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","telemetry"],"query":[{"key":"clientId","value":"tki16908700070150637","description":"Device Access Token Number"},{"key":"beginTs","value":"1733245018120","description":"search start time. UTC timestamp(ms)"},{"key":"endTs","value":"1733362788110","description":"search end time. UTC timestamp(ms)"},{"key":"events","value":"138,120","description":"search event list"},{"key":"limit","value":"10","description":"search item count limit."},{"key":"nextKey","value":null,"description":"(optional) next search key.","type":"text","disabled":true},{"key":"e138detail","value":null,"description":"(optional) event 138 data detail flag","type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"리소스에 대한 접근 권한이 없습니다.(orn)\",\r\n    \"code\": \"forbidden_orn\"\r\n}"},{"id":"692611fc-3589-4a4a-ad9a-a464627e3aa7","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://fms-api.wisekit.co.kr/api/iot/telemetry?clientId=NOTFOUNDDEVICE&beginTs=1733245018120&endTs=1733362788110&events=138,120&limit=10","host":["https://fms-api.wisekit.co.kr"],"path":["api","iot","telemetry"],"query":[{"key":"clientId","value":"NOTFOUNDDEVICE","description":"Device Access Token Number"},{"key":"beginTs","value":"1733245018120","description":"search start time. UTC timestamp(ms)"},{"key":"endTs","value":"1733362788110","description":"search end time. UTC timestamp(ms)"},{"key":"events","value":"138,120","description":"search event list"},{"key":"limit","value":"10","description":"search item count limit."},{"key":"nextKey","value":null,"description":"(optional) next search key.","type":"text","disabled":true},{"key":"e138detail","value":null,"description":"(optional) event 138 data detail flag","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"디바이스정보가 없습니다.\",\n    \"code\": \"not_found_device\"\n}"}],"_postman_id":"c58c4cf7-59a8-41e6-937b-114af05ef448"}],"id":"e322960e-2976-49de-8195-2c653d9c4ef3","description":"<p>FMS API for managing iot information. Provides functions for sending rpc and gettting telemetry data.</p>\n<p>Returns status code 200 OK as the default response, indicating that the request was successfully processed.</p>\n","_postman_id":"e322960e-2976-49de-8195-2c653d9c4ef3","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}}],"id":"4a0ef031-f6e4-4edf-9891-7627da02bdb1","description":"<h3>Getting Started</h3>\n\n<p>FMS API is a RESTful API based on HTTP requests and JSON responses.<br />This version of the API, uses JSON Web Tokens to authorize requests. All requests are sent via HTTPS.</p>\n<p>You can start using the FMS API by clicking the Run in Postman button above. Postman is a free tool which helps developers run and debug API requests, and is the source of truth for this documentation. Every endpoint you see documented here is readily available by running our Postman collection.</p>\n<h3>Usage Quickstart</h3>\n\n<p>If you are just getting started, an easy way to explore the endpoints is by creating an application using following instructions below.</p>\n<ol>\n<li>Download Postman and click the Run in Postman button at the top of this page. This will load our collection of endpoints into Postman for easy debugging.</li>\n<li>In Postman, in the collections panel, click oauth.token endpoint to load it into the main panel. To get a username and password, contact your Administrator. Then click the Send button. When you send the username and password to the endpoint a response is returned with the token and a refreshToken. The token will be sent automatically in the request header when any other request is sent to the FMS from Postman.</li>\n<li>Run any endpoint within the collection. You have logged in with your username, so you are now making authenticated requests against the FMS API.</li>\n</ol>\n<h3>Endpoints</h3>\n\n<p>The API is accessed by making HTTP requests to a specific version endpoint URL, in which GET or POST variables contain information about what you wish to access. Every endpoint is accessed via an SSL-enabled HTTPS (port 443)</p>\n<p>The stable HTTP endpoint for the latest version is:<br /><code>https://fms-api.wisekit.co.kr/</code></p>\n","_postman_id":"4a0ef031-f6e4-4edf-9891-7627da02bdb1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","id":"40b9b8b3-71af-4c95-b5c1-386c7698ce23","name":"FMS Public API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"b4344b5f-edd5-4034-915d-234f079bfdc4","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"5052190e-d2a8-43e6-b25c-f03b9124ae7c","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"host","value":"https://fms-api.wisekit.co.kr","type":"string"},{"key":"access_token","value":"{{access_token}}","type":"string"},{"key":"refresh_token","value":"{{refresh_token}}","type":"string"}]}