{"info":{"_postman_id":"107087d3-9037-4aae-ae02-b03981b63267","name":"App Ujian Daring","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15098624","collectionId":"107087d3-9037-4aae-ae02-b03981b63267","publishedId":"UVXokDat","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-20T14:39:28.000Z"},"item":[{"name":"Auth","item":[{"name":"Login sebagai Admin","event":[{"listen":"test","script":{"id":"b5c19f69-f43c-4d45-86be-c66fde4f0306","exec":["pm.collectionVariables.set('access_token', pm.response.json().accessToken)","","let response = pm.response.json().refreshToken","let refreshToken = JSON.stringify(response)","","pm.collectionVariables.set('refresh_token', refreshToken)",""],"type":"text/javascript"}}],"id":"09df64ab-0f2f-4c86-9034-f1067ba78589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"admin\"\n}"},"url":"http://localhost:5000/login","description":"<p>Sukses - 130ms</p>\n<p>Username salah - 14ms</p>\n<p>Password salah - 69ms</p>\n","urlObject":{"path":["login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"cffb5c84-6900-48f5-b4b7-20400ef50859","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"admin\"\n}"},"url":"http://localhost:5000/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"347"},{"key":"ETag","value":"W/\"15b-g6SwbTC3Dndw4evg/ESjMCTzuqc\""},{"key":"Date","value":"Thu, 23 Dec 2021 02:54:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil Login\",\n    \"success\": true,\n    \"accessToken\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImlhdCI6MTY0MDIyODA3MCwiZXhwIjoxNjQwMjI5ODcwfQ.FwYdFp_FmjYqdAFte7TLHmZXCcRm7zMCQNjdcL1he0U\",\n    \"refreshToken\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImlhdCI6MTY0MDIyODA3MH0.stUbYMuNttvne4fQyBssp-rY0EOr9ApNGqS2TBxwFnc\"\n}"},{"id":"90a46302-8057-4848-926d-5337727449b0","name":"Login (username salah)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin1\",\n    \"password\": \"admin\"\n}"},"url":"http://localhost:5000/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-nIfSdb3GXmSHzbbFfSwEVjB6cjo\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:34:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Username salah\"\n}"},{"id":"d2df0efd-6270-4c5e-865f-2f2ebc3130f7","name":"Login (password salah)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"admin1\"\n}"},"url":"http://localhost:5000/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-yuqKDKaLdUzkljnLnvGxOJHJkIk\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:35:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Password Salah\"\n}"}],"_postman_id":"09df64ab-0f2f-4c86-9034-f1067ba78589"},{"name":"Login sebagai Dosen","event":[{"listen":"test","script":{"id":"2701ba27-4833-4fe2-9e85-68e446ae8422","exec":["pm.collectionVariables.set('access_token', pm.response.json().accessToken)","","let response = pm.response.json().refreshToken","let refreshToken = JSON.stringify(response)","","pm.collectionVariables.set('refresh_token', refreshToken)",""],"type":"text/javascript"}}],"id":"2d197027-300b-4875-a2cb-e19a0aa04751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"200001\",\n    \"password\": \"dosen\"\n}"},"url":"http://localhost:5000/login","urlObject":{"path":["login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d197027-300b-4875-a2cb-e19a0aa04751"},{"name":"Login sebagai Mahasiswa","event":[{"listen":"test","script":{"id":"57b5ddd7-da39-40fd-af54-160ac451bd7a","exec":["pm.collectionVariables.set('access_token', pm.response.json().accessToken)","","let response = pm.response.json().refreshToken","let refreshToken = JSON.stringify(response)","","pm.collectionVariables.set('refresh_token', refreshToken)",""],"type":"text/javascript"}}],"id":"be0bfc51-6d1b-4470-9ab8-ded6b5f465d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"100011\",\n    \"password\": \"mahasiswa\"\n}"},"url":"http://localhost:5000/login","description":"<p>Response time 190ms</p>\n","urlObject":{"path":["login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"be0bfc51-6d1b-4470-9ab8-ded6b5f465d5"},{"name":"Refresh Access Token","event":[{"listen":"test","script":{"id":"13aaa21a-7a65-4a56-b305-7244dfa87ae0","exec":["pm.collectionVariables.set('access_token', pm.response.json().accessToken)",""],"type":"text/javascript"}}],"id":"b35367ad-93da-4ffe-9d1d-3a3045cdd54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \n}"},"url":"http://localhost:5000/token","description":"<p>Sukses - 19ms</p>\n<p>Token tidak valid - 13ms</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","name":"Auth","type":"folder"}},"urlObject":{"path":["token"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"7c1166d2-bcf1-4b35-89fa-3e6f5ace97cb","name":"Refresh Access Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \n}"},"url":"http://localhost:5000/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"214"},{"key":"ETag","value":"W/\"d6-LT6/tlrKG39TRFTRGgp8ZOTtkfw\""},{"key":"Date","value":"Thu, 23 Dec 2021 02:57:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil refresh token\",\n    \"success\": true,\n    \"accessToken\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImlhdCI6MTY0MDIyODI0MSwiZXhwIjoxNjQwMjMwMDQxfQ.EtAwdM8zVLzda-NYLhzbrA1ZOEHVL8u0ja7mqOi9NHA\"\n}"},{"id":"06a743e8-7b58-4056-b235-dd5ccff05fcc","name":"Refresh Access Token (token tidak valid)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImlhdCI6MTY0MDIyODI0MSwiZXhwIjoxNjQwMjMwMDQxfQ.EtAwdM8zVLzda-NYLhzbrA1ZOEHVL8u0ja7mqOi9NHAA\"\n}"},"url":"http://localhost:5000/token"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-rOWwtg+9O1bnflCMVRIPQTNawGw\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:23:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token tidak valid\"\n}"}],"_postman_id":"b35367ad-93da-4ffe-9d1d-3a3045cdd54c"},{"name":"Ubah Kata Sandi","id":"963967dd-4df4-41fc-8996-1c5237da4639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"current_password\": \"admin\",\r\n    \"password_baru\": \"newpassword\",\r\n    \"confirm_password\": \"newpassword\"\r\n}"},"url":"http://localhost:5000/password/","description":"<p>Sukses - 184ms</p>\n<p>Password lama salah - 78ms</p>\n<p>Password tidak sama - 7ms</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","name":"Auth","type":"folder"}},"urlObject":{"path":["password",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"c5808734-b31b-451f-b2fd-6acc7cd35079","name":"Ubah Kata Sandi","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"current_password\": \"mahasiswa\",\r\n    \"password_baru\": \"newpassword\",\r\n    \"confirm_password\": \"newpassword\"\r\n}"},"url":"http://localhost:5000/password/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-gpNOkqYCqP/XFOLBO6utEYXVE/A\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:06:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil ubah password\",\n    \"success\": true\n}"},{"id":"986bf4e5-d982-4d89-b129-58b92aa7521c","name":"Ubah Kata Sandi (password lama salah)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"current_password\": \"adminn\",\r\n    \"password_baru\": \"newpassword\",\r\n    \"confirm_password\": \"newpassword\"\r\n}"},"url":"http://localhost:5000/password/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-S0Cv7IbYoOo9XIZZ2K1xVy9iYSc\""},{"key":"Date","value":"Fri, 24 Dec 2021 13:02:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password lama salah\",\n    \"success\": false\n}"},{"id":"b6bd4b86-6645-480a-8184-a5fee209329e","name":"Ubah Kata Sandi (password tidak sama)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"current_password\": \"mahasiswa\",\r\n    \"password_baru\": \"mahasiswa1\",\r\n    \"confirm_password\": \"mahasiswa\"\r\n}"},"url":"http://localhost:5000/password/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-RntlcmQSSgf0khiDkoQjGY1Q1/8\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:20:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password tidak sama\",\n    \"success\": false\n}"}],"_postman_id":"963967dd-4df4-41fc-8996-1c5237da4639"},{"name":"Reset Kata Sandi","id":"9334d9f2-b1dd-44f3-ac04-ba2b5def97c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password_baru\": \"admin\"\r\n}"},"url":"http://localhost:5000/password/:idUser","description":"<p>Response time 114ms</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","name":"Auth","type":"folder"}},"urlObject":{"path":["password",":idUser"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idUser"}]}},"response":[{"id":"1672a01a-c850-4e95-ba37-f5120902db2f","name":"Reset Kata Sandi","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password_baru\": \"admin\"\r\n}"},"url":{"raw":"http://localhost:5000/password/:idUser","host":["http://localhost:5000"],"path":["password",":idUser"],"variable":[{"key":"idUser","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-euYyMnlMEPYOpvMC8ryytj4InJ4\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:08:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil reset password\",\n    \"success\": true\n}"}],"_postman_id":"9334d9f2-b1dd-44f3-ac04-ba2b5def97c3"},{"name":"Logout","id":"5c7abee4-9399-4140-acb5-6edd53bc30fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/logout","description":"<p>Response time 59ms</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","name":"Auth","type":"folder"}},"urlObject":{"path":["logout"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"9e80d441-63bf-44ca-b5c9-094ed0859bcf","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-/g9SJzsb/vRh4Ei0AF37q2r7vqY\""},{"key":"Date","value":"Wed, 22 Dec 2021 06:19:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil Logout\",\n    \"success\": true\n}"}],"_postman_id":"5c7abee4-9399-4140-acb5-6edd53bc30fd"}],"id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"de7a0429-222d-49fb-ac8e-4251e6af385d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"28aed155-7b9b-48a0-8ccf-a303819641dd","type":"text/javascript","exec":[""]}}],"_postman_id":"47732a75-bef0-43a3-ae8c-76bd0843bbc6","description":""},{"name":"User","item":[{"name":"Register User Dosen","id":"e1810003-818a-48fe-ac23-ea356e993310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman5@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200031\",\n  \"nidk\": \"200020\",\n  \"nidn\": \"200020\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user","description":"<p>Sukses - 126ms (http 201 Created)</p>\n<p>Username must be unique - 118ms (http 400 Bad Request)</p>\n<p>Email must be unique - 118ms (http 400 Bad Request)</p>\n<p>nidn must be unique - 125ms (http 400 Bad Request)</p>\n<p>nidk must be unique - 123ms (http 400 Bad Request)</p>\n","urlObject":{"path":["user"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"6a33ec31-5880-429d-b287-cf89daf986be","name":"Register User Dosen","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman5@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200031\",\n  \"nidk\": \"200020\",\n  \"nidn\": \"200020\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"365"},{"key":"ETag","value":"W/\"16d-NDhp2WjugxfrOjvXLSffg4/OSvs\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:44:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil membuat akun\",\n    \"data\": {\n        \"user\": {\n            \"id_user\": 56,\n            \"username\": \"200031\",\n            \"role\": \"dosen\",\n            \"password\": \"$2b$10$JRwoww1OgnC0kv8dFsdl7OIZa.PHvPknxRJIx82el/M3cZ1pnOfGK\",\n            \"keterangan\": \"terang\",\n            \"email\": \"postman5@dosen\"\n        },\n        \"biodata\": {\n            \"id_dosen\": 18,\n            \"id_user\": 56,\n            \"nama_dosen\": \"postman1 dosen\",\n            \"nip\": \"200031\",\n            \"nidk\": \"200020\",\n            \"nidn\": \"200020\",\n            \"no_telpon\": \"081900000001\"\n        }\n    }\n}"},{"id":"8d798e2e-9c32-4e15-b1bd-8994c8ecd284","name":"Register User Dosen (duplicate username)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman2@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200021\",\n  \"nidk\": \"200002\",\n  \"nidn\": \"200002\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-MQmq6PR9iYtRj2uaEa6LzQKMnxM\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:32:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": [\n        \"username must be unique\"\n    ]\n}"},{"id":"f1730a1a-6fd4-4ce2-8274-bdf40e12e597","name":"Register User Dosen (duplicate email)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman2@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200031\",\n  \"nidk\": \"200002\",\n  \"nidn\": \"200002\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-4J2eWiTXUIloZTcO1nGIPbXRopY\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:39:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": [\n        \"email must be unique\"\n    ]\n}"},{"id":"6ccac1ae-3d7d-428f-934b-0cb92b9f2466","name":"Register User Dosen (duplicate nidn)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman5@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200031\",\n  \"nidk\": \"200002\",\n  \"nidn\": \"200002\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-vm/ojq+PaB3HOr8VOPGFW0wSCT8\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:42:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": [\n        \"nidn must be unique\"\n    ]\n}"},{"id":"f04aae6b-5773-4c14-9171-ba8737cc4932","name":"Register User Dosen (duplicate nidk)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"dosen\",\n  \"password\": \"dosen\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman5@dosen\",\n  \"nama_dosen\": \"postman1 dosen\",\n  \"nip\": \"200031\",\n  \"nidk\": \"200002\",\n  \"nidn\": \"200020\",\n  \"no_telpon\": \"081900000001\"\n}"},"url":"http://localhost:5000/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"ETag","value":"W/\"33-BLcqxME6rf5lLXg0FDu+hWNJLJg\""},{"key":"Date","value":"Thu, 23 Dec 2021 03:43:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": [\n        \"nidk must be unique\"\n    ]\n}"}],"_postman_id":"e1810003-818a-48fe-ac23-ea356e993310"},{"name":"Register User Mahasiswa","id":"894dc0b0-2383-49ce-b60f-096d3cc37d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"mahasiswa\",\n  \"password\": \"mahasiswa\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman4@mahasiswa\",\n  \"nama_mhs\": \"postman mhs\",\n  \"nim\": \"100059\",\n  \"no_telpon\": \"123412341234\"\n}"},"url":"http://localhost:5000/user","description":"<p>Sukses - 125ms (http 201 Created)</p>\n","urlObject":{"path":["user"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"1d58997e-962d-471d-84b8-2c0870ea2fb2","name":"Register User Mahasiswa","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"mahasiswa\",\n  \"password\": \"mahasiswa\",\n  \"keterangan\": \"terang\",\n  \"email\": \"postman4@mahasiswa\",\n  \"nama_mhs\": \"postman mhs\",\n  \"nim\": \"100059\",\n  \"no_telpon\": \"123412341234\"\n}"},"url":"http://localhost:5000/user"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"334"},{"key":"ETag","value":"W/\"14e-uyUUztGm2Bmg2ZM8nW1s9grptWE\""},{"key":"Date","value":"Thu, 23 Dec 2021 04:29:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil membuat akun\",\n    \"data\": {\n        \"user\": {\n            \"id_user\": 59,\n            \"username\": \"100059\",\n            \"role\": \"mahasiswa\",\n            \"password\": \"$2b$10$J1ef1yhsO/iIUC7WyyKXweru5myIDXYclUJIbCqYu/FM7Lqo0HXny\",\n            \"keterangan\": \"terang\",\n            \"email\": \"postman4@mahasiswa\"\n        },\n        \"biodata\": {\n            \"id_mhs\": 32,\n            \"id_user\": 59,\n            \"nama_mhs\": \"postman mhs\",\n            \"nim\": \"100059\",\n            \"no_telpon\": \"123412341234\"\n        }\n    }\n}"}],"_postman_id":"894dc0b0-2383-49ce-b60f-096d3cc37d15"},{"name":"Get All Dosen","event":[{"listen":"test","script":{"id":"49c14385-2e3f-41e6-849f-f8319ad629a1","exec":[""],"type":"text/javascript"}}],"id":"7169b9ff-fed9-4fcd-9966-af549a3146e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/dosen","description":"<p>Sukses - 22ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 41ms (http 404 Not Found)</p>\n","urlObject":{"path":["user","dosen"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"39c2b6ea-554b-49a8-ac9a-dd265059074e","name":"Get All Dosen","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/dosen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4544"},{"key":"ETag","value":"W/\"11c0-mnVrbEs3nJL3u97eqkgiaqr1wVM\""},{"key":"Date","value":"Wed, 22 Dec 2021 06:32:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh user dengan role dosen ditemukan\",\n    \"data\": [\n        {\n            \"username\": \"200001\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen01@dosen.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIyLCJpYXQiOjE2NDAxNTM2NjJ9.TYsyA7nXeLQ-dKDS4x5uXCMJAEVdQAbRnb-Fajcp6Hw\",\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"149570003001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000001\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200002\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen02@dosen.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIzLCJpYXQiOjE2NDAxNDYyNDR9.D-ZbB2utwztqZKRrT1AzA091UdDLl2g038hlDib1OUw\",\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Akang\",\n                \"nip\": \"149570003002\",\n                \"nidn\": \"1470002\",\n                \"nidk\": \"1960002\",\n                \"no_telpon\": \"08190000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200003\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen03@dosen.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjI0LCJpYXQiOjE2NDAwODQyNzF9._h2tEMbu0J2ewkON6PYjDuHFIvBSbdNNx2Rvf1bM8DA\",\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Tatang\",\n                \"nip\": \"149570003003\",\n                \"nidn\": \"1470003\",\n                \"nidk\": \"1960003\",\n                \"no_telpon\": \"08190000003\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200004\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen04@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Mamang\",\n                \"nip\": \"149570003004\",\n                \"nidn\": \"1470004\",\n                \"nidk\": \"1960004\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200005\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen05@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Agan\",\n                \"nip\": \"149570003005\",\n                \"nidn\": \"1470005\",\n                \"nidk\": \"1960005\",\n                \"no_telpon\": \"08190000005\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200006\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen06@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Wawan\",\n                \"nip\": \"149570003006\",\n                \"nidn\": \"1470006\",\n                \"nidk\": \"1960006\",\n                \"no_telpon\": \"08190000006\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200007\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen07@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:54.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Masaji\",\n                \"nip\": \"149570003007\",\n                \"nidn\": \"1470007\",\n                \"nidk\": \"1960007\",\n                \"no_telpon\": \"08190000007\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"200051\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen10@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-12T08:57:31.000Z\",\n            \"updated_at\": \"2021-12-12T08:57:31.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Ana\",\n                \"nip\": \"200051\",\n                \"nidn\": \"200051\",\n                \"nidk\": \"200051\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            }\n        },\n        {\n            \"username\": \"200052\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen11@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-12T08:57:31.000Z\",\n            \"updated_at\": \"2021-12-12T08:57:31.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Ani\",\n                \"nip\": \"200052\",\n                \"nidn\": \"200052\",\n                \"nidk\": \"200052\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            }\n        },\n        {\n            \"username\": \"200053\",\n            \"role\": \"dosen\",\n            \"keterangan\": null,\n            \"email\": \"dosen12@dosen.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-12T08:57:31.000Z\",\n            \"updated_at\": \"2021-12-12T08:57:31.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"Anu\",\n                \"nip\": \"200053\",\n                \"nidn\": \"200053\",\n                \"nidk\": \"200053\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            }\n        },\n        {\n            \"username\": \"200020\",\n            \"role\": \"dosen\",\n            \"keterangan\": \"terang\",\n            \"email\": \"postman1@dosen\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-22T06:30:09.000Z\",\n            \"updated_at\": \"2021-12-22T06:30:09.000Z\",\n            \"dosen\": {\n                \"nama_dosen\": \"postman dosen\",\n                \"nip\": \"200020\",\n                \"nidn\": \"200001\",\n                \"nidk\": \"200001\",\n                \"no_telpon\": \"081900000001\",\n                \"created_at\": \"2021-12-22T06:30:09.000Z\",\n                \"updated_at\": \"2021-12-22T06:30:09.000Z\"\n            }\n        }\n    ]\n}"},{"id":"048be040-5900-4131-8b54-935ebcec5c22","name":"Get All Dosen (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/dosen"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-slyKDHErGPA7khhPptHmkkQEMlY\""},{"key":"Date","value":"Thu, 23 Dec 2021 04:45:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data user tidak ditemukan\"\n}"}],"_postman_id":"7169b9ff-fed9-4fcd-9966-af549a3146e5"},{"name":"Get All Mahasiswa","event":[{"listen":"test","script":{"id":"a76470bf-4e70-4c65-a75a-d11c0e78e963","exec":[""],"type":"text/javascript"}}],"id":"0e844f78-8190-42f8-bc4d-9979e9fceb38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/mahasiswa","description":"<p>Sukses - 16ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 32ms (http 404 Not Found)</p>\n","urlObject":{"path":["user","mahasiswa"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"632162d7-fbe8-4ccb-9a99-ae8866bb0ceb","name":"Get All Mahasiswa","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/mahasiswa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8958"},{"key":"ETag","value":"W/\"22fe-WGEDlrjXQnC1mh/P+5WyaE61RtU\""},{"key":"Date","value":"Wed, 22 Dec 2021 06:32:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh user dengan role mahasiswa ditemukan\",\n    \"data\": [\n        {\n            \"username\": \"100001\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa01@mahasiswa.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIsImlhdCI6MTY0MDE1MzgzNn0.Wv3GVYkPi0iVypTdsaN1vZVUhGvzgPhE2AwlNvhe0dA\",\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 01\",\n                \"nim\": \"100001\",\n                \"no_telpon\": \"08120000001\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100002\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa02@mahasiswa.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjMsImlhdCI6MTY0MDE0NzUzMX0.-BKgqCYQ1-_XLLFqlCpUIhhhgD37Pl6s8aAvtwCf7pM\",\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 02\",\n                \"nim\": \"100002\",\n                \"no_telpon\": \"08120000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100003\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa03@mahasiswa.com\",\n            \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjQsImlhdCI6MTY0MDA5NjEyOH0.pkezcn39TFafaA_hZ_MkTfZAQqWbCmZSYDB2ut7Q498\",\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 03\",\n                \"nim\": \"100003\",\n                \"no_telpon\": \"08120000003\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100004\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa04@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 04\",\n                \"nim\": \"100004\",\n                \"no_telpon\": \"08120000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100005\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa05@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 05\",\n                \"nim\": \"100005\",\n                \"no_telpon\": \"08120000005\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100006\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa06@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 06\",\n                \"nim\": \"100006\",\n                \"no_telpon\": \"08120000006\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100007\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa07@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 07\",\n                \"nim\": \"100007\",\n                \"no_telpon\": \"08120000007\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100008\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa08@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 08\",\n                \"nim\": \"100008\",\n                \"no_telpon\": \"08120000008\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100009\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa09@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 09\",\n                \"nim\": \"100009\",\n                \"no_telpon\": \"08120000009\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100010\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa10@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 10\",\n                \"nim\": \"100010\",\n                \"no_telpon\": \"08120000010\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100011\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa11@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 11\",\n                \"nim\": \"100011\",\n                \"no_telpon\": \"08120000011\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100012\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa12@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 12\",\n                \"nim\": \"100012\",\n                \"no_telpon\": \"08120000012\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100013\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa13@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 13\",\n                \"nim\": \"100013\",\n                \"no_telpon\": \"08120000013\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100014\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa14@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 14\",\n                \"nim\": \"100014\",\n                \"no_telpon\": \"08120000014\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100015\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa15@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 15\",\n                \"nim\": \"100015\",\n                \"no_telpon\": \"08120000015\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100016\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa16@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 16\",\n                \"nim\": \"100016\",\n                \"no_telpon\": \"08120000016\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100017\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa17@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 17\",\n                \"nim\": \"100017\",\n                \"no_telpon\": \"08120000017\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100018\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa18@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 18\",\n                \"nim\": \"100018\",\n                \"no_telpon\": \"08120000018\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100019\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa19@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 19\",\n                \"nim\": \"100019\",\n                \"no_telpon\": \"08120000019\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100020\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": null,\n            \"email\": \"mahasiswa20@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-03T07:57:53.000Z\",\n            \"updated_at\": \"2021-12-03T07:57:53.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"Mahasiswa 20\",\n                \"nim\": \"100020\",\n                \"no_telpon\": \"08120000020\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            }\n        },\n        {\n            \"username\": \"100051\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": \"\",\n            \"email\": \"mahasiswa31@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-13T05:28:48.000Z\",\n            \"updated_at\": \"2021-12-13T05:28:48.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"\",\n                \"nim\": \"100051\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-13T05:28:48.000Z\",\n                \"updated_at\": \"2021-12-13T05:28:48.000Z\"\n            }\n        },\n        {\n            \"username\": \"100052\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": \"\",\n            \"email\": \"mahasiswa32@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-13T05:28:48.000Z\",\n            \"updated_at\": \"2021-12-13T05:28:48.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"\",\n                \"nim\": \"100052\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-13T05:28:48.000Z\",\n                \"updated_at\": \"2021-12-13T05:28:48.000Z\"\n            }\n        },\n        {\n            \"username\": \"100053\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": \"\",\n            \"email\": \"mahasiswa33@mahasiswa.com\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-13T05:28:48.000Z\",\n            \"updated_at\": \"2021-12-13T05:28:48.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"\",\n                \"nim\": \"100053\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-13T05:28:48.000Z\",\n                \"updated_at\": \"2021-12-13T05:28:48.000Z\"\n            }\n        },\n        {\n            \"username\": \"100050\",\n            \"role\": \"mahasiswa\",\n            \"keterangan\": \"terang\",\n            \"email\": \"postman1@mahasiswa\",\n            \"refresh_token\": null,\n            \"created_at\": \"2021-12-22T06:30:24.000Z\",\n            \"updated_at\": \"2021-12-22T06:30:24.000Z\",\n            \"mahasiswa\": {\n                \"nama_mhs\": \"postman mhs\",\n                \"nim\": \"100050\",\n                \"no_telpon\": \"123412341234\",\n                \"created_at\": \"2021-12-22T06:30:24.000Z\",\n                \"updated_at\": \"2021-12-22T06:30:24.000Z\"\n            }\n        }\n    ]\n}"},{"id":"963b5d7c-bca8-413c-b86c-52c9381d625c","name":"Get All Mahasiswa (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/mahasiswa"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-slyKDHErGPA7khhPptHmkkQEMlY\""},{"key":"Date","value":"Thu, 23 Dec 2021 04:43:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data user tidak ditemukan\"\n}"}],"_postman_id":"0e844f78-8190-42f8-bc4d-9979e9fceb38"},{"name":"Update Keterangan","id":"89a93841-b7fa-4dba-9d1e-725d73c52b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"keterangan\": \"keterangan\"\n}"},"url":"http://localhost:5000/user/:idUser","description":"<p>Sukses - 20ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 39ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","name":"User","type":"folder"}},"urlObject":{"path":["user",":idUser"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"2","key":"idUser"}]}},"response":[{"id":"81d7f390-ee39-4ad7-a504-e34536f18ffe","name":"Update Keterangan","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"keterangan\": \"keterangan\"\n}"},"url":{"raw":"http://localhost:5000/user/:idUser","host":["http://localhost:5000"],"path":["user",":idUser"],"variable":[{"key":"idUser","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"ETag","value":"W/\"8b-MsLK7WTFgn1XyVXTPD2pSXGX6JU\""},{"key":"Date","value":"Thu, 23 Dec 2021 05:53:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah keterangan akun dengan id user 2\",\n    \"data\": {\n        \"keterangan\": \"keterangan\",\n        \"updated_at\": \"2021-12-23T05:53:52.000Z\"\n    }\n}"},{"id":"2f66e8dc-12ad-4094-8f9c-d3d03b34df53","name":"Update Keterangan (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"keterangan\": \"keterangan\"\n}"},"url":{"raw":"http://localhost:5000/user/:idUser","host":["http://localhost:5000"],"path":["user",":idUser"],"variable":[{"key":"idUser","value":"200"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-6kvto1eSVyZ9RtJMtCm5cMIi8/g\""},{"key":"Date","value":"Thu, 23 Dec 2021 05:27:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User dengan id 200 tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"89a93841-b7fa-4dba-9d1e-725d73c52b72"},{"name":"Update No Telpon","id":"2013f50d-f46c-4cac-8da3-cbb9381f7901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"no_telpon\": \"08190000004\"\n}"},"url":"http://localhost:5000/user/:idUser","description":"<p>Sukses - 17ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 10ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","name":"User","type":"folder"}},"urlObject":{"path":["user",":idUser"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"2","key":"idUser"}]}},"response":[{"id":"bd38a0fe-bd70-4873-baa7-f66639a1f860","name":"Update No Telpon","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"no_telpon\": \"08190000004\"\n}"},"url":{"raw":"http://localhost:5000/user/:idUser","host":["http://localhost:5000"],"path":["user",":idUser"],"variable":[{"key":"idUser","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-4kTqD2GjLHIgiRXgd274G79swMY\""},{"key":"Date","value":"Thu, 23 Dec 2021 05:55:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah nomor telpon dengan id user 2\",\n    \"data\": {\n        \"id_mhs\": 1,\n        \"nama_mhs\": \"Mahasiswa 01\",\n        \"nim\": \"100001\",\n        \"no_telpon\": \"08190000004\",\n        \"created_at\": \"2021-12-03T00:57:54.000Z\",\n        \"updated_at\": \"2021-12-23T05:52:16.000Z\"\n    }\n}"},{"id":"ba8250ae-b63f-4d13-b87f-e6b976ba2f47","name":"Update No Telpon (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"no_telpon\": \"08190000004\"\n}"},"url":{"raw":"http://localhost:5000/user/:idUser","host":["http://localhost:5000"],"path":["user",":idUser"],"variable":[{"key":"idUser","value":"22"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-W78Ugy+MbrV0VfKc6fxFOHJwWRM\""},{"key":"Date","value":"Thu, 23 Dec 2021 05:51:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"User dengan id 22 tidak ditemukan\"\n}"}],"_postman_id":"2013f50d-f46c-4cac-8da3-cbb9381f7901"},{"name":"Get Profil User","id":"822890c2-9b89-4eba-87a5-36ec9f54d95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/profil","description":"<p>Sukses - 79ms (http 200 OK)</p>\n","urlObject":{"path":["user","profil"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"26262201-b091-44db-ba7e-ca7fe3791264","name":"Get Profil User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/user/profil"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"ETag","value":"W/\"222-a8Z5WCxigc8GnuZnq3k4HQAJoBU\""},{"key":"Date","value":"Thu, 23 Dec 2021 05:56:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data profil user ditemukan\",\n    \"data\": {\n        \"username\": \"100001\",\n        \"role\": \"mahasiswa\",\n        \"keterangan\": \"keterangan\",\n        \"email\": \"mahasiswa01@mahasiswa.com\",\n        \"refresh_token\": \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIsImlhdCI6MTY0MDIzODkyM30.Pk4Nn1_iPBNp0NIaLToDQW69Nsqvf-PRJ1w8uzYD564\",\n        \"created_at\": \"2021-12-03T07:57:53.000Z\",\n        \"updated_at\": \"2021-12-23T05:55:23.000Z\",\n        \"mahasiswa\": {\n            \"nama_mhs\": \"Mahasiswa 01\",\n            \"nim\": \"100001\",\n            \"no_telpon\": \"08190000004\",\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-23T05:52:16.000Z\"\n        },\n        \"dosen\": null\n    }\n}"}],"_postman_id":"822890c2-9b89-4eba-87a5-36ec9f54d95d"},{"name":"Import User Dosen","id":"74e4ad6d-c70c-4707-9cf6-0b1d7dc30b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"na55Z8Sc6/import_dosen.csv"}]},"url":"http://localhost:5000/user/import/dosen","description":"<p>Sukses - 594ms (http 200 OK)</p>\n<p>Duplicate data - 233ms (http 409 Conflict)</p>\n","urlObject":{"path":["user","import","dosen"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"890d2572-4f1f-4068-b641-a1e35bc3649e","name":"Import User Dosen","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"ntYhTRfl8/import_dosen.csv"}]},"url":"http://localhost:5000/user/import/dosen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-red+rjF+Ig7RwgroR7yyoRAMk7s\""},{"key":"Date","value":"Wed, 22 Dec 2021 10:42:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengimport data dosen pada file import_dosen.csv\",\n    \"success\": true\n}"},{"id":"71b3ad4f-8b55-40b9-a05d-bb93d4eed03d","name":"Import User Dosen (duplicate data)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"na55Z8Sc6/import_dosen.csv"}]},"url":"http://localhost:5000/user/import/dosen"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-G8ZZS2NKdkq/4DoJ1BrtcpBJzhY\""},{"key":"Date","value":"Thu, 23 Dec 2021 08:12:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Terdapat data duplikat pada csv dengan database\",\n    \"error\": \"Validation error\",\n    \"success\": false\n}"}],"_postman_id":"74e4ad6d-c70c-4707-9cf6-0b1d7dc30b30"},{"name":"Import User Mahasiswa","id":"c0c766c2-0ccf-4a24-b231-0d37caecbbc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"http://localhost:5000/user/import/mahasiswa","description":"<p>Sukses - 405ms (http 200 OK)</p>\n<p>Duplicate data - 245ms (http 409 Conflict)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","name":"User","type":"folder"}},"urlObject":{"path":["user","import","mahasiswa"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"374c7a1e-906e-44cd-a70e-6e257adbb092","name":"Import User Mahasiswa","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"xZFfxfqPt/import_mahasiswa.csv"}]},"url":"http://localhost:5000/user/import/mahasiswa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-JgGf4MsmJSjuOE3klmaedLEnuNw\""},{"key":"Date","value":"Wed, 22 Dec 2021 10:42:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengimport data mahasiswa pada file import_mahasiswa.csv\",\n    \"success\": true\n}"},{"id":"6e84e16f-5304-436a-85ed-3981ebc9b2d8","name":"Import User Mahasiswa (duplicate data)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"na55Z8Sc6/import_dosen.csv"}]},"url":"http://localhost:5000/user/import/dosen"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-G8ZZS2NKdkq/4DoJ1BrtcpBJzhY\""},{"key":"Date","value":"Thu, 23 Dec 2021 08:12:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Terdapat data duplikat pada csv dengan database\",\n    \"error\": \"Validation error\",\n    \"success\": false\n}"}],"_postman_id":"c0c766c2-0ccf-4a24-b231-0d37caecbbc5"}],"id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7a64230a-6abb-4f94-b81d-cc826114e2ca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f56693ed-e8df-4735-828d-3eb76c8a6356","type":"text/javascript","exec":[""]}}],"_postman_id":"959fff5b-c8c1-47d1-ace8-d718c617fbdb","description":""},{"name":"Mata Kuliah","item":[{"name":"Get All Mata Kuliah","id":"ac11c369-ee1c-4b94-8197-4d985a40ae41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah","description":"<p>Sukses - 31ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 33ms (http 404 Not Found)</p>\n","urlObject":{"path":["mata-kuliah"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"04725efb-05f1-4608-98f3-177ae01b315b","name":"Get All Mata Kuliah","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2358"},{"key":"ETag","value":"W/\"936-gOv/SwycfZEGh8gJNGhsENswL2o\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:46:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh mata kuliah ditemukan\",\n    \"data\": [\n        {\n            \"id_matkul\": 1,\n            \"kode_matkul\": \"15023001\",\n            \"nama_matkul\": \"Pemrograman Web\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n        },\n        {\n            \"id_matkul\": 2,\n            \"kode_matkul\": \"15023002\",\n            \"nama_matkul\": \"Data Mining\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n        },\n        {\n            \"id_matkul\": 3,\n            \"kode_matkul\": \"15023003\",\n            \"nama_matkul\": \"Struktur Data\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n        },\n        {\n            \"id_matkul\": 4,\n            \"kode_matkul\": \"15126171\",\n            \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-13T05:31:47.000Z\",\n            \"updated_at\": \"2021-12-22T10:50:45.000Z\"\n        },\n        {\n            \"id_matkul\": 5,\n            \"kode_matkul\": \"15023004\",\n            \"nama_matkul\": \"Evaluasi Pembelajaran\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-13T05:41:47.000Z\",\n            \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n        },\n        {\n            \"id_matkul\": 6,\n            \"kode_matkul\": \"15023005\",\n            \"nama_matkul\": \"Jaringan Komputer\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-13T05:41:47.000Z\",\n            \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n        },\n        {\n            \"id_matkul\": 7,\n            \"kode_matkul\": \"15023006\",\n            \"nama_matkul\": \"Bahasa Inggris\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-13T05:41:47.000Z\",\n            \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n        },\n        {\n            \"id_matkul\": 8,\n            \"kode_matkul\": \"15126172\",\n            \"nama_matkul\": \"Sistem Pendukung Keputusan\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-22T10:54:04.000Z\",\n            \"updated_at\": \"2021-12-22T10:54:17.000Z\"\n        },\n        {\n            \"id_matkul\": 10,\n            \"kode_matkul\": \"15126173\",\n            \"nama_matkul\": \"Data Warehouse\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-22T11:00:54.000Z\",\n            \"updated_at\": \"2021-12-22T11:00:54.000Z\"\n        },\n        {\n            \"id_matkul\": 11,\n            \"kode_matkul\": \"15023008\",\n            \"nama_matkul\": \"E-commerce\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-22T12:00:17.000Z\",\n            \"updated_at\": \"2021-12-22T12:00:17.000Z\"\n        },\n        {\n            \"id_matkul\": 12,\n            \"kode_matkul\": \"15023009\",\n            \"nama_matkul\": \"Analisis Perancangan Algoritma\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-22T12:00:17.000Z\",\n            \"updated_at\": \"2021-12-22T12:00:17.000Z\"\n        },\n        {\n            \"id_matkul\": 13,\n            \"kode_matkul\": \"15126175\",\n            \"nama_matkul\": \"Statistika\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-23T09:11:09.000Z\",\n            \"updated_at\": \"2021-12-23T09:11:09.000Z\"\n        },\n        {\n            \"id_matkul\": 18,\n            \"kode_matkul\": \"15023011\",\n            \"nama_matkul\": \"Sistem Multimedia\",\n            \"sks\": 2,\n            \"created_at\": \"2021-12-23T09:52:55.000Z\",\n            \"updated_at\": \"2021-12-23T09:52:55.000Z\"\n        },\n        {\n            \"id_matkul\": 19,\n            \"kode_matkul\": \"15023012\",\n            \"nama_matkul\": \"Analisis Perancangan Sistem\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-23T09:52:55.000Z\",\n            \"updated_at\": \"2021-12-23T09:52:55.000Z\"\n        }\n    ]\n}"},{"id":"0bbbadb2-7abb-4234-b1e5-a54ccd6f1f63","name":"Get All Mata Kuliah (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-6tj388F6ZfUdChc0H5TnY0/myos\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:07:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data mata kuliah tidak ditemukan\"\n}"}],"_postman_id":"ac11c369-ee1c-4b94-8197-4d985a40ae41"},{"name":"Create Mata Kuliah","id":"6a6e42ef-6287-4c57-ab02-9cebf7dbb043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"15126175\",\n  \"nama_matkul\": \"Statistika\",\n  \"sks\": \"2\"\n}"},"url":"http://localhost:5000/mata-kuliah/","description":"<p>Sukses - 74ms (http 201 Created)</p>\n<p>kode_matkul must be unique - 92ms (http 400 Bad Request)</p>\n","urlObject":{"path":["mata-kuliah",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"a576c1da-ae39-4a67-8ec4-eb87a29ffc08","name":"Create Mata Kuliah","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"15126175\",\n  \"nama_matkul\": \"Statistika\",\n  \"sks\": \"2\"\n}"},"url":"http://localhost:5000/mata-kuliah/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-lbJgsCR2NUz5LgGMUAtrBMg4usQ\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:11:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menambahkan mata kuliah\",\n    \"data\": {\n        \"id_matkul\": 13,\n        \"kode_matkul\": \"15126175\",\n        \"nama_matkul\": \"Statistika\",\n        \"sks\": \"2\"\n    }\n}"},{"id":"e4f3d639-4847-4152-b0d9-ce3e0d948f04","name":"Create Mata Kuliah (duplicate kode_matkul)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"15126175\",\n  \"nama_matkul\": \"Statistika\",\n  \"sks\": \"2\"\n}"},"url":"http://localhost:5000/mata-kuliah/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-v2PTit67OHuLM8RMAFjk+WuHiQk\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:13:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"kode_matkul must be unique\"\n}"}],"_postman_id":"6a6e42ef-6287-4c57-ab02-9cebf7dbb043"},{"name":"Update Mata Kuliah","id":"baaf4d24-4673-4b9b-86e9-ff2fe6bb3863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"1512617115\",\n  \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n  \"sks\": \"3\"\n}"},"url":"http://localhost:5000/mata-kuliah/:idMataKuliah","description":"<p>Sukses - 25ms (http 200 OK)</p>\n<p>kode_matkul must be unique - 88ms (http 400 Bad Request)</p>\n<p>Id tidak ditemukan - 17ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a8803132-348d-4b41-b1a8-641c8c49c9df","id":"a8803132-348d-4b41-b1a8-641c8c49c9df","name":"Mata Kuliah","type":"folder"}},"urlObject":{"path":["mata-kuliah",":idMataKuliah"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"40","key":"idMataKuliah"}]}},"response":[{"id":"925e32f7-a1f3-46d2-8be7-e289ce716193","name":"Update Mata Kuliah","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"1512617115\",\n  \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n  \"sks\": \"3\"\n}"},"url":{"raw":"http://localhost:5000/mata-kuliah/:idMataKuliah","host":["http://localhost:5000"],"path":["mata-kuliah",":idMataKuliah"],"variable":[{"key":"idMataKuliah","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"213"},{"key":"ETag","value":"W/\"d5-gg3z7UiDGV/dR34Rp2eXrvJSYlw\""},{"key":"Date","value":"Wed, 22 Dec 2021 10:52:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah data mata kuliah\",\n    \"data\": {\n        \"kode_matkul\": \"15126171\",\n        \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n        \"sks\": 3,\n        \"created_at\": \"2021-12-13T05:31:47.000Z\",\n        \"updated_at\": \"2021-12-22T10:50:45.000Z\"\n    }\n}"},{"id":"cb36d5d9-1fdc-4cee-b04a-530fd78817c0","name":"Update Mata Kuliah (duplicate kode_matkul)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"15023003\",\n  \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n  \"sks\": \"3\"\n}"},"url":{"raw":"http://localhost:5000/mata-kuliah/:idMataKuliah","host":["http://localhost:5000"],"path":["mata-kuliah",":idMataKuliah"],"variable":[{"key":"idMataKuliah","value":"4"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-v2PTit67OHuLM8RMAFjk+WuHiQk\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:13:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"kode_matkul must be unique\"\n}"},{"id":"678daf32-64c1-4d4e-991e-d961ced3a00a","name":"Update Mata Kuliah (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"kode_matkul\": \"1512617115\",\n  \"nama_matkul\": \"Pemrograman Berbasis Objek\",\n  \"sks\": \"3\"\n}"},"url":{"raw":"http://localhost:5000/mata-kuliah/:idMataKuliah","host":["http://localhost:5000"],"path":["mata-kuliah",":idMataKuliah"],"variable":[{"key":"idMataKuliah","value":"40"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-7duVrkWKdHrAxKum0QG38GqZHX8\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:27:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Mata kuliah dengan id 40 tidak ditemukan\"\n}"}],"_postman_id":"baaf4d24-4673-4b9b-86e9-ff2fe6bb3863"},{"name":"Get Mata Kuliah Sedang Diampu","id":"ddd14ab1-0c32-44cf-bade-3156638f3025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah/diampu","description":"<p>Sukses - 42ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 45ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a8803132-348d-4b41-b1a8-641c8c49c9df","id":"a8803132-348d-4b41-b1a8-641c8c49c9df","name":"Mata Kuliah","type":"folder"}},"urlObject":{"path":["mata-kuliah","diampu"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"3c2a23fc-398b-41fe-a282-0d8914ce64e7","name":"Get Mata Kuliah Sedang Diampu","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah/diampu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-pA8QLbYhcDrgMfir+W8dVvt4Kz8\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:32:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data mata kuliah yang sedang diampu oleh dosen dengan id 1 ditemukan\",\n    \"data\": [\n        \"Struktur Data\"\n    ]\n}"},{"id":"9e7dcabe-a9c7-4591-9a28-2df0d3db6fa2","name":"Get Mata Kuliah Sedang Diampu (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/mata-kuliah/diampu"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-QZ0OQixxntYAA7wcQch51xM3mUU\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:30:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data mata kuliah yang sedang diampu tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"ddd14ab1-0c32-44cf-bade-3156638f3025"},{"name":"Import Mata Kuliah","id":"16a8724a-a7c3-4cae-9857-0d475c626831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"emIe7x_jg/import_mata_kuliah.csv"}]},"url":"http://localhost:5000/mata-kuliah/import","description":"<p>Sukses - 56ms (http 200 OK)</p>\n<p>Duplicate data - 93ms (http 409 Conflict)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a8803132-348d-4b41-b1a8-641c8c49c9df","id":"a8803132-348d-4b41-b1a8-641c8c49c9df","name":"Mata Kuliah","type":"folder"}},"urlObject":{"path":["mata-kuliah","import"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"cfc7b47e-d698-47f4-bb1e-01291612029f","name":"Import Mata Kuliah","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"emIe7x_jg/import_mata_kuliah.csv"}]},"url":"http://localhost:5000/mata-kuliah/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"ETag","value":"W/\"62-G77eHXvDpodpdRcYLe4cik9xNPE\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:52:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengimport data mata kuliah pada file import_mata_kuliah.csv\",\n    \"success\": true\n}"},{"id":"7503a981-25b6-4ff5-8668-ab0850c428b3","name":"Import Mata Kuliah (duplicate data)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"gYcm22P-n/import_mata_kuliah.csv"}]},"url":"http://localhost:5000/mata-kuliah/import"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-G8ZZS2NKdkq/4DoJ1BrtcpBJzhY\""},{"key":"Date","value":"Thu, 23 Dec 2021 09:49:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Terdapat data duplikat pada csv dengan database\",\n    \"error\": \"Validation error\",\n    \"success\": false\n}"}],"_postman_id":"16a8724a-a7c3-4cae-9857-0d475c626831"}],"id":"a8803132-348d-4b41-b1a8-641c8c49c9df","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5bb8b02d-1509-45fe-bee4-604eb105a7ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3594453a-dc12-4b4c-a5f4-ba484c263602","type":"text/javascript","exec":[""]}}],"_postman_id":"a8803132-348d-4b41-b1a8-641c8c49c9df","description":""},{"name":"Kode Seksi","item":[{"name":"Get All Kode Seksi","id":"7ac9b98c-df4f-4cee-b640-2074ad2ffff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/kode-seksi/","description":"<p>Sukses - 37ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 34ms (http 404 Not Found)</p>\n","urlObject":{"path":["kode-seksi",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"1721a256-6af4-47f0-985b-ae8bdb6923c5","name":"Get All Kode Seksi","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/kode-seksi/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8643"},{"key":"ETag","value":"W/\"21c3-ZeuqzQLAd/oHD+EHPJccZNFZPuQ\""},{"key":"Date","value":"Wed, 22 Dec 2021 13:33:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh kode seksi ditemukan\",\n    \"data\": [\n        {\n            \"nomor_kosek\": \"15063501\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:05.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063502\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:05.000Z\"\n            },\n            \"dosen2\": {\n                \"nama_dosen\": \"Masaji\",\n                \"nip\": \"200007\",\n                \"nidn\": \"1470007\",\n                \"nidk\": \"1960007\",\n                \"no_telpon\": \"08190000007\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:35.000Z\"\n            },\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063503\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Akang\",\n                \"nip\": \"200002\",\n                \"nidn\": \"1470002\",\n                \"nidk\": \"1960002\",\n                \"no_telpon\": \"08190000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:15.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063701\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023002\",\n                \"nama_matkul\": \"Data Mining\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Wawan\",\n                \"nip\": \"200006\",\n                \"nidn\": \"1470006\",\n                \"nidk\": \"1960006\",\n                \"no_telpon\": \"08190000006\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:30.000Z\"\n            },\n            \"dosen2\": {\n                \"nama_dosen\": \"Mamang\",\n                \"nip\": \"200004\",\n                \"nidn\": \"1470004\",\n                \"nidk\": \"1960004\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:22.000Z\"\n            },\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063702\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023002\",\n                \"nama_matkul\": \"Data Mining\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Wawan\",\n                \"nip\": \"200006\",\n                \"nidn\": \"1470006\",\n                \"nidk\": \"1960006\",\n                \"no_telpon\": \"08190000006\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:30.000Z\"\n            },\n            \"dosen2\": {\n                \"nama_dosen\": \"Mamang\",\n                \"nip\": \"200004\",\n                \"nidn\": \"1470004\",\n                \"nidk\": \"1960004\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:22.000Z\"\n            },\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063703\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023002\",\n                \"nama_matkul\": \"Data Mining\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Akang\",\n                \"nip\": \"200002\",\n                \"nidn\": \"1470002\",\n                \"nidk\": \"1960002\",\n                \"no_telpon\": \"08190000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:15.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15062501\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023003\",\n                \"nama_matkul\": \"Struktur Data\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Masaji\",\n                \"nip\": \"200007\",\n                \"nidn\": \"1470007\",\n                \"nidk\": \"1960007\",\n                \"no_telpon\": \"08190000007\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:35.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15062502\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023003\",\n                \"nama_matkul\": \"Struktur Data\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Masaji\",\n                \"nip\": \"200007\",\n                \"nidn\": \"1470007\",\n                \"nidk\": \"1960007\",\n                \"no_telpon\": \"08190000007\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:35.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15062503\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023003\",\n                \"nama_matkul\": \"Struktur Data\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Akang\",\n                \"nip\": \"200002\",\n                \"nidn\": \"1470002\",\n                \"nidk\": \"1960002\",\n                \"no_telpon\": \"08190000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:15.000Z\"\n            },\n            \"dosen2\": {\n                \"nama_dosen\": \"Agan\",\n                \"nip\": \"200005\",\n                \"nidn\": \"1470005\",\n                \"nidk\": \"1960005\",\n                \"no_telpon\": \"08190000005\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:26.000Z\"\n            },\n            \"dosen3\": {\n                \"nama_dosen\": \"Mamang\",\n                \"nip\": \"200004\",\n                \"nidn\": \"1470004\",\n                \"nidk\": \"1960004\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:22.000Z\"\n            },\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"16064801\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Akang\",\n                \"nip\": \"200002\",\n                \"nidn\": \"1470002\",\n                \"nidk\": \"1960002\",\n                \"no_telpon\": \"08190000002\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:15.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"116\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"17060901\",\n            \"created_at\": \"2021-12-03T01:04:21.000Z\",\n            \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023003\",\n                \"nama_matkul\": \"Struktur Data\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\",\n                \"created_at\": \"2021-12-03T00:57:54.000Z\",\n                \"updated_at\": \"2021-12-22T11:15:05.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"117\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063720\",\n            \"created_at\": \"2021-12-14T08:51:42.000Z\",\n            \"updated_at\": \"2021-12-14T08:51:42.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023004\",\n                \"nama_matkul\": \"Evaluasi Pembelajaran\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-13T05:41:47.000Z\",\n                \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Ana\",\n                \"nip\": \"200051\",\n                \"nidn\": \"200051\",\n                \"nidk\": \"200051\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063721\",\n            \"created_at\": \"2021-12-14T08:51:42.000Z\",\n            \"updated_at\": \"2021-12-14T08:51:42.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023005\",\n                \"nama_matkul\": \"Jaringan Komputer\",\n                \"sks\": 3,\n                \"created_at\": \"2021-12-13T05:41:47.000Z\",\n                \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Ani\",\n                \"nip\": \"200052\",\n                \"nidn\": \"200052\",\n                \"nidk\": \"200052\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        },\n        {\n            \"nomor_kosek\": \"15063722\",\n            \"created_at\": \"2021-12-14T08:51:42.000Z\",\n            \"updated_at\": \"2021-12-14T08:51:42.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023006\",\n                \"nama_matkul\": \"Bahasa Inggris\",\n                \"sks\": 2,\n                \"created_at\": \"2021-12-13T05:41:47.000Z\",\n                \"updated_at\": \"2021-12-13T05:41:47.000Z\"\n            },\n            \"dosen1\": {\n                \"nama_dosen\": \"Anu\",\n                \"nip\": \"200053\",\n                \"nidn\": \"200053\",\n                \"nidk\": \"200053\",\n                \"no_telpon\": \"08123456789\",\n                \"created_at\": \"2021-12-12T08:57:31.000Z\",\n                \"updated_at\": \"2021-12-12T08:57:31.000Z\"\n            },\n            \"dosen2\": null,\n            \"dosen3\": null,\n            \"semester\": {\n                \"semester\": \"115\",\n                \"created_at\": \"2021-12-03T01:03:56.000Z\"\n            }\n        }\n    ]\n}"},{"id":"0241b0d4-99c3-4ab5-81af-c7fed3f9d50c","name":"Get All Kode Seksi (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/kode-seksi/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"ETag","value":"W/\"2d-/TjOwl0Jeh1G8SQk4ewo3xt3jO4\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:03:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data kode seksi tidak ditemukan\"\n}"}],"_postman_id":"7ac9b98c-df4f-4cee-b640-2074ad2ffff2"},{"name":"Get Kode Seksi by Id","id":"da107747-17b6-48a8-89f4-7962693277e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/kode-seksi/:idKodeSeksi","description":"<p>Sukses - 34ms (http 200 OK)</p>\n<p>Id not found - 19ms (http 404 Not Found)</p>\n","urlObject":{"path":["kode-seksi",":idKodeSeksi"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idKodeSeksi"}]}},"response":[{"id":"49844031-a71e-4345-bdea-6f536030a36f","name":"Get Kode Seksi by Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi"],"variable":[{"key":"idKodeSeksi","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1485"},{"key":"ETag","value":"W/\"5cd-a5v2o3zTfVcAIdvqua2WrDw/fqU\""},{"key":"Date","value":"Tue, 11 Jan 2022 05:42:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data kode seksi ditemukan\",\n    \"data\": {\n        \"id_kosek\": 1,\n        \"nomor_kosek\": \"15063501\",\n        \"created_at\": \"2021-12-03T01:04:21.000Z\",\n        \"updated_at\": \"2021-12-03T01:04:21.000Z\",\n        \"mata_kuliah\": {\n            \"id_matkul\": 1,\n            \"kode_matkul\": \"15023001\",\n            \"nama_matkul\": \"Pemrograman Web\",\n            \"sks\": 3,\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-03T00:57:54.000Z\"\n        },\n        \"dosen1\": {\n            \"id_dosen\": 1,\n            \"nama_dosen\": \"Yanto\",\n            \"nip\": \"200001\",\n            \"nidn\": \"1470001\",\n            \"nidk\": \"1960001\",\n            \"no_telpon\": \"08190000004\",\n            \"created_at\": \"2021-12-03T00:57:54.000Z\",\n            \"updated_at\": \"2021-12-22T11:15:05.000Z\"\n        },\n        \"dosen2\": null,\n        \"dosen3\": null,\n        \"semester\": {\n            \"id_semester\": 1,\n            \"semester\": \"115\",\n            \"created_at\": \"2021-12-03T01:03:56.000Z\"\n        },\n        \"mahasiswa\": [\n            {\n                \"id_mhs\": 1,\n                \"nama_mhs\": \"Mahasiswa 01\",\n                \"nim\": \"100001\"\n            },\n            {\n                \"id_mhs\": 2,\n                \"nama_mhs\": \"Mahasiswa 02\",\n                \"nim\": \"100002\"\n            },\n            {\n                \"id_mhs\": 3,\n                \"nama_mhs\": \"Mahasiswa 03\",\n                \"nim\": \"100003\"\n            },\n            {\n                \"id_mhs\": 4,\n                \"nama_mhs\": \"Mahasiswa 04\",\n                \"nim\": \"100004\"\n            },\n            {\n                \"id_mhs\": 5,\n                \"nama_mhs\": \"Mahasiswa 05\",\n                \"nim\": \"100005\"\n            },\n            {\n                \"id_mhs\": 6,\n                \"nama_mhs\": \"Mahasiswa 06\",\n                \"nim\": \"100006\"\n            },\n            {\n                \"id_mhs\": 7,\n                \"nama_mhs\": \"Mahasiswa 07\",\n                \"nim\": \"100007\"\n            },\n            {\n                \"id_mhs\": 8,\n                \"nama_mhs\": \"Mahasiswa 08\",\n                \"nim\": \"100008\"\n            },\n            {\n                \"id_mhs\": 9,\n                \"nama_mhs\": \"Mahasiswa 09\",\n                \"nim\": \"100009\"\n            },\n            {\n                \"id_mhs\": 10,\n                \"nama_mhs\": \"Mahasiswa 10\",\n                \"nim\": \"100010\"\n            },\n            {\n                \"id_mhs\": 11,\n                \"nama_mhs\": \"Mahasiswa 11\",\n                \"nim\": \"100011\"\n            },\n            {\n                \"id_mhs\": 12,\n                \"nama_mhs\": \"Mahasiswa 12\",\n                \"nim\": \"100012\"\n            },\n            {\n                \"id_mhs\": 13,\n                \"nama_mhs\": \"Mahasiswa 13\",\n                \"nim\": \"100013\"\n            },\n            {\n                \"id_mhs\": 14,\n                \"nama_mhs\": \"Mahasiswa 14\",\n                \"nim\": \"100014\"\n            },\n            {\n                \"id_mhs\": 15,\n                \"nama_mhs\": \"Mahasiswa 15\",\n                \"nim\": \"100015\"\n            }\n        ]\n    }\n}"},{"id":"b5c00ca6-cdd0-4e06-94b1-6443605451b0","name":"Get Kode Seksi by Id (id tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi"],"variable":[{"key":"idKodeSeksi","value":"18"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"ETag","value":"W/\"2d-/TjOwl0Jeh1G8SQk4ewo3xt3jO4\""},{"key":"Date","value":"Tue, 11 Jan 2022 05:43:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data kode seksi tidak ditemukan\"\n}"}],"_postman_id":"da107747-17b6-48a8-89f4-7962693277e8"},{"name":"Create Kode Seksi","id":"996bcdbe-01b3-4ef0-9b67-96ba121ed912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"1\",\r\n  \"id_dosen1\": \"1\",\r\n  \"id_semester\": \"2\",\r\n  \"nomor_kosek\": \"1512617115\"\r\n}"},"url":"http://localhost:5000/kode-seksi/","description":"<p>Sukses - 67ms (http 201 Created)</p>\n<p>nomor_kosek must be unique - 97ms (http 400 Bad Request)</p>\n","urlObject":{"path":["kode-seksi",""],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"8013c07e-7cd9-40f5-a592-6b14d3f6794e","name":"Create Kode Seksi","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"1\",\r\n  \"id_dosen1\": \"1\",\r\n  \"id_semester\": \"2\",\r\n  \"nomor_kosek\": \"1512617115\"\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/","host":["http://localhost:5000"],"path":["kode-seksi",""],"query":[{"key":"","value":null,"disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"ETag","value":"W/\"91-kxCc/0dbU6dFIqFYSWagMiJAW0s\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:07:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menambahkan kode seksi\",\n    \"data\": {\n        \"id_kosek\": 63,\n        \"id_matkul\": \"1\",\n        \"id_dosen1\": \"1\",\n        \"id_semester\": \"2\",\n        \"nomor_kosek\": \"1512617115\"\n    }\n}"},{"id":"7c81d24d-11d5-49e9-844a-67deae7e707e","name":"Create Kode Seksi (duplicate nomor_kosek)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"1\",\r\n  \"id_dosen1\": \"1\",\r\n  \"id_semester\": \"2\",\r\n  \"nomor_kosek\": \"1512617115\"\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/","host":["http://localhost:5000"],"path":["kode-seksi",""],"query":[{"key":"","value":null,"disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-1gvlvZ1o07CrY/2WfRw69Lvs6gw\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:05:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"nomor_kosek must be unique\"\n}"}],"_postman_id":"996bcdbe-01b3-4ef0-9b67-96ba121ed912"},{"name":"Update Kode Seksi","id":"afe62445-5518-44cf-81cf-6812bb71e9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"2\",\r\n  \"id_dosen1\": \"5\",\r\n  \"id_dosen2\": \"6\",\r\n  \"id_dosen3\": \"7\",\r\n  \"id_semester\": \"1\",\r\n  \"nomor_kosek\": \"1512617120\"\r\n}"},"url":"http://localhost:5000/kode-seksi/:idKodeSeksi","description":"<p>Sukses - 46ms (http 200 OK)</p>\n<p>nomor_kosek must be unique - 60ms (http 400 Bad Request)</p>\n<p>Id not found - 52ms (http 404 Not Found)</p>\n","urlObject":{"path":["kode-seksi",":idKodeSeksi"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"4","key":"idKodeSeksi"}]}},"response":[{"id":"3a1adaf8-be0e-4b9d-8d7e-687e137848a4","name":"Update Kode Seksi","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"2\",\r\n  \"id_dosen1\": \"5\",\r\n  \"id_dosen2\": \"6\",\r\n  \"id_dosen3\": \"7\",\r\n  \"id_semester\": \"1\",\r\n  \"nomor_kosek\": \"1512617120\"\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi"],"variable":[{"key":"idKodeSeksi","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"249"},{"key":"ETag","value":"W/\"f9-gYEM2ALm/42nyDgrZBdk5Rhuj0o\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:09:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah data kode seksi\",\n    \"data\": {\n        \"id_kosek\": 12,\n        \"id_matkul\": 2,\n        \"id_dosen1\": 5,\n        \"id_dosen2\": 6,\n        \"id_dosen3\": 7,\n        \"id_semester\": 1,\n        \"nomor_kosek\": \"1512617120\",\n        \"created_at\": \"2021-12-14T08:51:42.000Z\",\n        \"updated_at\": \"2021-12-22T14:05:50.000Z\"\n    }\n}"},{"id":"0bbc53d5-5f04-46d0-9732-37038f187f5a","name":"Update Kode Seksi (duplicate nomor_kosek","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"2\",\r\n  \"id_dosen1\": \"5\",\r\n  \"id_dosen2\": \"6\",\r\n  \"id_dosen3\": \"7\",\r\n  \"id_semester\": \"1\",\r\n  \"nomor_kosek\": \"1512617115\"\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi"],"variable":[{"key":"idKodeSeksi","value":"4"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-1gvlvZ1o07CrY/2WfRw69Lvs6gw\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:13:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"nomor_kosek must be unique\"\n}"},{"id":"7febd89b-8d12-475d-9ff3-f9aaff31c88a","name":"Update Kode Seksi (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id_matkul\": \"2\",\r\n  \"id_dosen1\": \"5\",\r\n  \"id_dosen2\": \"6\",\r\n  \"id_dosen3\": \"7\",\r\n  \"id_semester\": \"1\",\r\n  \"nomor_kosek\": \"1512617120\"\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi"],"variable":[{"key":"idKodeSeksi","value":"50"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-6Y/IebVBwKaEf4Y9E8d4jHEZiUg\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:12:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Kode seksi dengan id 50 tidak ditemukan\"\n}"}],"_postman_id":"afe62445-5518-44cf-81cf-6812bb71e9b3"},{"name":"Insert Mahasiswa into Kode Seksi","id":"8340c6ef-12cb-430d-98a5-857fc6fe128e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pilihan_mahasiswa\": [1, 2, 3, 4, 5]\r\n}"},"url":"http://localhost:5000/kode-seksi/:idKodeSeksi/mahasiswa","description":"<p>Sukses - 77ms (http 200 OK)</p>\n","urlObject":{"path":["kode-seksi",":idKodeSeksi","mahasiswa"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"2","key":"idKodeSeksi"}]}},"response":[{"id":"f494aba9-74dc-4d72-b166-523603ebb483","name":"Insert Mahasiswa into Kode Seksi","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pilihan_mahasiswa\": [1, 2, 3, 4, 5]\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi/mahasiswa","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi","mahasiswa"],"variable":[{"key":"idKodeSeksi","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-jRQ/2I/D3mlu6S4TZEZ9NlpkPps\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:40:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menambahkan mahasiswa ke dalam kode seksi dengan id 2\",\n    \"data\": [\n        {\n            \"id_kosek\": \"2\",\n            \"id_mhs\": 1\n        },\n        {\n            \"id_kosek\": \"2\",\n            \"id_mhs\": 2\n        },\n        {\n            \"id_kosek\": \"2\",\n            \"id_mhs\": 3\n        },\n        {\n            \"id_kosek\": \"2\",\n            \"id_mhs\": 4\n        },\n        {\n            \"id_kosek\": \"2\",\n            \"id_mhs\": 5\n        }\n    ]\n}"}],"_postman_id":"8340c6ef-12cb-430d-98a5-857fc6fe128e"},{"name":"Remove Mahasiswa from Kode Seksi","id":"fce803e8-9345-47a6-b58f-94ee4da53483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pilihan_mahasiswa\": [1, 2, 3, 4, 5]\r\n}"},"url":"http://localhost:5000/kode-seksi/:idKodeSeksi/mahasiswa","description":"<p>Sukses - 32ms (http 204 No Content)</p>\n","urlObject":{"path":["kode-seksi",":idKodeSeksi","mahasiswa"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"2","key":"idKodeSeksi"}]}},"response":[{"id":"605df175-2945-4d2c-87c0-6dff75332e46","name":"Remove Mahasiswa from Kode Seksi","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pilihan_mahasiswa\": [1, 2, 3, 4, 5]\r\n}"},"url":{"raw":"http://localhost:5000/kode-seksi/:idKodeSeksi/mahasiswa","host":["http://localhost:5000"],"path":["kode-seksi",":idKodeSeksi","mahasiswa"],"variable":[{"key":"idKodeSeksi","value":"2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"46-BIo2FXIAGK3kO0d/acpxPAyJ4Po\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:42:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fce803e8-9345-47a6-b58f-94ee4da53483"},{"name":"Import Kode Seksi","id":"2062840c-c8ae-4ee4-abff-d6f44a54c36f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"SYqU7ozlx/import_kode_seksi.csv"}]},"url":"http://localhost:5000/kode-seksi/import","description":"<p>Sukses - 382ms (http 200 OK)</p>\n<p>Duplicate data - 72ms (http 409 Conflict)</p>\n","urlObject":{"path":["kode-seksi","import"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"8b0795d6-3131-4035-aa13-d7ae8a4c4ab9","name":"Import Kode Seksi","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"SYqU7ozlx/import_kode_seksi.csv"}]},"url":"http://localhost:5000/kode-seksi/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-bntwaKQI4Qff7dR28T3SWSdmEro\""},{"key":"Date","value":"Wed, 22 Dec 2021 15:26:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengimport data kode seksi pada file import_kode_seksi.csv\",\n    \"success\": true\n}"},{"id":"eceb12ce-2825-46b4-9c59-1e0dc391a9c4","name":"Import Kode Seksi (duplicate data)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"cHuVpJPHa/import_kode_seksi.csv"}]},"url":"http://localhost:5000/kode-seksi/import"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-G8ZZS2NKdkq/4DoJ1BrtcpBJzhY\""},{"key":"Date","value":"Thu, 23 Dec 2021 10:51:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Terdapat data duplikat pada csv dengan database\",\n    \"error\": \"Validation error\",\n    \"success\": false\n}"}],"_postman_id":"2062840c-c8ae-4ee4-abff-d6f44a54c36f"},{"name":"Import Mahasiswa into Kode Seksi","id":"bba8c2ca-007e-4303-b76c-5efecbfcb22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"cBfxWNbZ2/import_kode_seksi_mahasiswa.csv"}]},"url":"http://localhost:5000/kode-seksi/import/mahasiswa","description":"<p>Sukses - 125ms (http 200 OK)</p>\n<p>Duplicate data - 76ms (http 409 Conflict)</p>\n","urlObject":{"path":["kode-seksi","import","mahasiswa"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"cda5df4a-c465-482e-a0ce-15d7e3b7ba11","name":"Import Mahasiswa into Kode Seksi","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"y6x6hVOro/import_kode_seksi_mahasiswa.csv"}]},"url":"http://localhost:5000/kode-seksi/import/mahasiswa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-ynzcbT400LLIfTH66v5Q7pycM3U\""},{"key":"Date","value":"Thu, 23 Dec 2021 11:04:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengimport data mahasiswa ke dalam kode seksi pada file import_kode_seksi_mahasiswa.csv\",\n    \"success\": true\n}"},{"id":"b32ec8cd-7439-4cc5-926e-886674a58066","name":"Import Mahasiswa into Kode Seksi (duplicate data)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"y6x6hVOro/import_kode_seksi_mahasiswa.csv"}]},"url":"http://localhost:5000/kode-seksi/import/mahasiswa"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-G8ZZS2NKdkq/4DoJ1BrtcpBJzhY\""},{"key":"Date","value":"Thu, 23 Dec 2021 11:04:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Terdapat data duplikat pada csv dengan database\",\n    \"error\": \"Validation error\",\n    \"success\": false\n}"}],"_postman_id":"bba8c2ca-007e-4303-b76c-5efecbfcb22d"}],"id":"a4dc9137-5786-4b2f-887a-97487e1110c6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6e8d79b2-ab51-4173-898e-7815277735d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"372722af-fbfd-4128-8ca5-552df6bc5807","type":"text/javascript","exec":[""]}}],"_postman_id":"a4dc9137-5786-4b2f-887a-97487e1110c6","description":""},{"name":"Semester","item":[{"name":"Get Semester","id":"608f7d0b-d7cd-45e5-8780-435b29b9ce78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/semester","description":"<p>Sukses - 14ms (http 200 OK)</p>\n","urlObject":{"path":["semester"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"232b280e-020e-41ab-a91c-b003868e1b94","name":"Get Semester","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/semester"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"ETag","value":"W/\"df-niyq0iAcoUdEO7yrSsfLHhpKvkk\""},{"key":"Date","value":"Wed, 22 Dec 2021 15:28:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data semester ditemukan\",\n    \"data\": [\n        {\n            \"semester\": \"115\",\n            \"created_at\": \"2021-12-03T01:03:56.000Z\"\n        },\n        {\n            \"semester\": \"116\",\n            \"created_at\": \"2021-12-03T01:03:56.000Z\"\n        },\n        {\n            \"semester\": \"117\",\n            \"created_at\": \"2021-12-03T01:03:56.000Z\"\n        }\n    ]\n}"}],"_postman_id":"608f7d0b-d7cd-45e5-8780-435b29b9ce78"},{"name":"Create Semester","id":"ffb81206-829c-44bc-829b-07235803f3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/semester","description":"<p>Sukses - 72ms (http 201 Created)</p>\n","urlObject":{"path":["semester"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"489be9d2-cd1e-4c4a-8731-7a31a9a4c413","name":"Create Semester","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/semester"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-0ARPBiNEQufgTK4eTyQAyKgi0ig\""},{"key":"Date","value":"Thu, 23 Dec 2021 11:10:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menambahkan semester\",\n    \"data\": {\n        \"id_semester\": 5,\n        \"semester\": \"118\"\n    }\n}"}],"_postman_id":"ffb81206-829c-44bc-829b-07235803f3d4"}],"id":"44d5d73a-7c29-462a-9d98-df9b8cb92030","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3ba117a7-99e4-4f16-830f-19648453e4d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61fc754d-073e-4b35-908a-4f5f8855ad54","type":"text/javascript","exec":[""]}}],"_postman_id":"44d5d73a-7c29-462a-9d98-df9b8cb92030","description":""},{"name":"Soal","item":[{"name":"Get All Soal","id":"af13f26b-6144-4483-bc83-40a23d6c47df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/soal-pg","description":"<p>Sukses - 59ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 38ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","name":"Soal","type":"folder"}},"urlObject":{"path":["soal-pg"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"b427353b-5df9-4779-969c-a8fc32c86bd9","name":"Get All Soal","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/soal-pg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7247"},{"key":"ETag","value":"W/\"1c4f-q4MnOcXuThnm8OVfkVqFDr6qzFw\""},{"key":"Date","value":"Wed, 22 Dec 2021 15:33:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh soal ditemukan\",\n    \"data\": [\n        {\n            \"soal\": \"Berikut ini yang merupakan framework dari HTML adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Bootstrap\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Flask\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Flutter\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Laravel\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Codeigniter\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"a\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 1,\n            \"jml_menjawab_benar\": 4,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Bahasa yang digunakan untuk mengubah tampilan web adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Java\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"CSS\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Javascript\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"PHP\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Phyton\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"b\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 2,\n            \"jml_menjawab_benar\": 4,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Berikut ini yang bukan framework dari Javascript adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Vue\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Angular\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Next\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Django\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Node.js\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"d\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 2,\n            \"jml_menjawab_benar\": 4,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Kepanjangan dari HTML adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Hipo Text Markup Language\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Hiper Text Markup Language\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Hyper Text Markup Language\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Hyper Text Mobile Language\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Hipo Text Mobile Language\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"c\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 2,\n            \"jml_menjawab_benar\": 4,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Kepanjangan dari CSS adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Cascading Super Sheet\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Cascading Style Sheet\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Cascading Show Sheet\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Cascading Style Show\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Cascading Sheet Show\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"b\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 2,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"PHP adalah bahasa pemrograman web yang digunakan untuk...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Mengubah tampilan web\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Membuat web menjadi interaktif\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Membuat halaman web\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Mengelola versi web\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Membuat web menjadi dinamis\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"e\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 1,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Di bawah ini yang bukan merupakan tipe data primitif pada Javascript adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Array\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Number\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"String\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Boolean\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Null\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"a\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 2,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Di bawah ini yang merupakan aplikasi DBMS adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Kubernetes\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Docker\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"MySQL\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Microsoft Azure\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Amazon Web Service\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"c\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 0,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023001\",\n                \"nama_matkul\": \"Pemrograman Web\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"116\"\n            }\n        },\n        {\n            \"soal\": \"Pengertian dari data mining adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Penambangan informasi dari suatu data\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Pengurutan data\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Pencarian data\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Pemilihan data\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"Pengubahan data\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"a\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 0,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023002\",\n                \"nama_matkul\": \"Data Mining\",\n                \"sks\": 3\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        },\n        {\n            \"soal\": \"Berikut ini yang bukan merupakan struktur data adalah...\",\n            \"gambar_soal\": null,\n            \"jawaban_a\": \"Array\",\n            \"gambar_jawaban_a\": null,\n            \"jawaban_b\": \"Queue\",\n            \"gambar_jawaban_b\": null,\n            \"jawaban_c\": \"Stack\",\n            \"gambar_jawaban_c\": null,\n            \"jawaban_d\": \"Tree\",\n            \"gambar_jawaban_d\": null,\n            \"jawaban_e\": \"String\",\n            \"gambar_jawaban_e\": null,\n            \"kunci_jawaban\": \"e\",\n            \"status_soal\": \"draf\",\n            \"jml_digunakan\": 0,\n            \"jml_menjawab_benar\": 0,\n            \"created_at\": \"2021-12-03T06:32:20.000Z\",\n            \"updated_at\": \"2021-12-03T06:32:20.000Z\",\n            \"mata_kuliah\": {\n                \"kode_matkul\": \"15023003\",\n                \"nama_matkul\": \"Struktur Data\",\n                \"sks\": 2\n            },\n            \"dosen\": {\n                \"nama_dosen\": \"Yanto\",\n                \"nip\": \"200001\",\n                \"nidn\": \"1470001\",\n                \"nidk\": \"1960001\",\n                \"no_telpon\": \"08190000004\"\n            },\n            \"semester\": {\n                \"semester\": \"115\"\n            }\n        }\n    ]\n}"},{"id":"0d6a1f45-9c74-4077-bf61-95473acc84c4","name":"Get All Soal (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/soal-pg"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-GURcgo/KSbxjNLVqQi53KcwefNA\""},{"key":"Date","value":"Thu, 23 Dec 2021 11:17:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data soal tidak ditemukan\"\n}"}],"_postman_id":"af13f26b-6144-4483-bc83-40a23d6c47df"},{"name":"Get Soal by Id","id":"2b30072a-79e9-4ea1-80b2-2e4097e9daa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/soal-pg/:idSoal","description":"<p>Sukses - 16ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 17ms (http 404 Not Found)</p>\n<p>Bukan pembuat soal - 14ms (http 403 Forbidden)</p>\n","urlObject":{"path":["soal-pg",":idSoal"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idSoal"}]}},"response":[{"id":"e616329a-d926-4ef7-a93d-8b9746e66d48","name":"Get Soal by Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1020"},{"key":"ETag","value":"W/\"3fc-znqxJkTCAxCp9NTyy+99A/HrWwY\""},{"key":"Date","value":"Tue, 11 Jan 2022 07:33:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data soal ditemukan\",\n    \"data\": {\n        \"id_soal\": 12,\n        \"soal\": \"Berikut ini merupakan gambar dari ...\",\n        \"gambar_soal\": \"E:\\\\Task Files\\\\Kuliah\\\\Semester 114\\\\Sempro+Skripsi\\\\Produk\\\\Source code program\\\\New folder\\\\siujaring-ptik\\\\public\\\\static\\\\assets\\\\uploads\\\\img\\\\1640269412867-Untitled.png\",\n        \"jawaban_a\": \"Edit Pilihan jawaban a\",\n        \"gambar_jawaban_a\": null,\n        \"jawaban_b\": \"Edit Pilihan jawaban b\",\n        \"gambar_jawaban_b\": null,\n        \"jawaban_c\": \"Edit Pilihan jawaban c\",\n        \"gambar_jawaban_c\": null,\n        \"jawaban_d\": \"Edit Pilihan jawaban d\",\n        \"gambar_jawaban_d\": null,\n        \"jawaban_e\": \"Edit Pilihan jawaban e\",\n        \"gambar_jawaban_e\": null,\n        \"kunci_jawaban\": \"a\",\n        \"status_soal\": \"draf\",\n        \"jml_digunakan\": 0,\n        \"jml_menjawab_benar\": 0,\n        \"created_at\": \"2021-12-23T14:02:22.000Z\",\n        \"updated_at\": \"2021-12-23T14:23:32.000Z\",\n        \"mata_kuliah\": {\n            \"id_matkul\": 7,\n            \"kode_matkul\": \"15023006\",\n            \"nama_matkul\": \"Bahasa Inggris\",\n            \"sks\": 2\n        },\n        \"dosen\": {\n            \"id_dosen\": 1,\n            \"nama_dosen\": \"Yanto\",\n            \"nip\": \"200001\",\n            \"nidn\": \"1470001\",\n            \"nidk\": \"1960001\",\n            \"no_telpon\": \"08190000004\"\n        },\n        \"semester\": {\n            \"id_semester\": 1,\n            \"semester\": \"115\"\n        }\n    }\n}"},{"id":"6aa53a4e-b30a-4abd-ba06-1e4c9dc2a3b4","name":"Get Soal by Id (id tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"123"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-HefjE/AJLmbrACWWZYESsU4mUp4\""},{"key":"Date","value":"Tue, 11 Jan 2022 07:34:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data soal dengan id 123 tidak ditemukan\"\n}"},{"id":"46186879-6ed2-4ce1-bac9-3eb296f108bd","name":"Get Soal by Id (bukan pembuat soal)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"12"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-PiXJ4JRZZvrUy22cSomz/BErzNg\""},{"key":"Date","value":"Tue, 11 Jan 2022 07:35:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Anda bukan pembuat soal dengan id 12\"\n}"}],"_postman_id":"2b30072a-79e9-4ea1-80b2-2e4097e9daa6"},{"name":"Create Soal","id":"a47fdc39-9691-4a3a-8473-576834c25ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id_matkul","value":"8","type":"text"},{"key":"id_semester","value":"1","type":"text"},{"key":"soal","value":"Berikut ini merupakan ...","type":"text"},{"key":"gambar_soal","type":"file","src":"SEt6wcbeO/Untitled.png"},{"key":"jawaban_a","value":"Pilihan jawaban a","type":"text"},{"key":"gambar_jawaban_a","type":"file","value":null},{"key":"jawaban_b","value":"Pilihan jawaban b","type":"text"},{"key":"gambar_jawaban_b","type":"file","value":null},{"key":"jawaban_c","value":"Pilihan jawaban c","type":"text"},{"key":"gambar_jawaban_c","type":"file","value":null},{"key":"jawaban_d","value":"Pilihan jawaban d","type":"text"},{"key":"gambar_jawaban_d","type":"file","value":null},{"key":"jawaban_e","value":"Pilihan jawaban e","type":"text"},{"key":"gambar_jawaban_e","type":"file","value":null},{"key":"kunci_jawaban","value":"e","type":"text"},{"key":"status_soal","value":"draf","type":"text"}]},"url":"http://localhost:5000/soal-pg","description":"<p>Sukses - 82ms (http 201 Created)</p>\n","urlObject":{"path":["soal-pg"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"9f772ca1-f8cd-465d-a8cb-c68f50e5711a","name":"Create Soal","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id_matkul","value":"8","type":"text"},{"key":"id_semester","value":"1","type":"text"},{"key":"soal","value":"Berikut ini merupakan ...","type":"text"},{"key":"gambar_soal","type":"file","src":"SEt6wcbeO/Untitled.png"},{"key":"jawaban_a","value":"Pilihan jawaban a","type":"text"},{"key":"gambar_jawaban_a","type":"file","value":null},{"key":"jawaban_b","value":"Pilihan jawaban b","type":"text"},{"key":"gambar_jawaban_b","type":"file","value":null},{"key":"jawaban_c","value":"Pilihan jawaban c","type":"text"},{"key":"gambar_jawaban_c","type":"file","value":null},{"key":"jawaban_d","value":"Pilihan jawaban d","type":"text"},{"key":"gambar_jawaban_d","type":"file","value":null},{"key":"jawaban_e","value":"Pilihan jawaban e","type":"text"},{"key":"gambar_jawaban_e","type":"file","value":null},{"key":"kunci_jawaban","value":"e","type":"text"},{"key":"status_soal","value":"draf","type":"text"}]},"url":"http://localhost:5000/soal-pg"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"697"},{"key":"ETag","value":"W/\"2b9-dxIACAhkFvh/P9cgIOdgoXVT/B4\""},{"key":"Date","value":"Thu, 23 Dec 2021 14:02:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menambahkan soal\",\n    \"data\": {\n        \"jml_digunakan\": 0,\n        \"jml_menjawab_benar\": 0,\n        \"id_soal\": 12,\n        \"id_dosen\": 1,\n        \"id_semester\": \"1\",\n        \"id_matkul\": \"8\",\n        \"soal\": \"Berikut ini merupakan ...\",\n        \"gambar_soal\": \"E:\\\\Task Files\\\\Kuliah\\\\Semester 114\\\\Sempro+Skripsi\\\\Produk\\\\Source code program\\\\New folder\\\\siujaring-ptik\\\\public\\\\static\\\\assets\\\\uploads\\\\img\\\\1640268142291-Untitled.png\",\n        \"jawaban_a\": \"Pilihan jawaban a\",\n        \"gambar_jawaban_a\": null,\n        \"jawaban_b\": \"Pilihan jawaban b\",\n        \"gambar_jawaban_b\": null,\n        \"jawaban_c\": \"Pilihan jawaban c\",\n        \"gambar_jawaban_c\": null,\n        \"jawaban_d\": \"Pilihan jawaban d\",\n        \"gambar_jawaban_d\": null,\n        \"jawaban_e\": \"Pilihan jawaban e\",\n        \"gambar_jawaban_e\": null,\n        \"kunci_jawaban\": \"e\",\n        \"status_soal\": \"draf\"\n    }\n}"}],"_postman_id":"a47fdc39-9691-4a3a-8473-576834c25ad5"},{"name":"Update Soal","id":"60d835e5-b6a1-4097-aa74-de490f484d6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id_matkul","value":"7","type":"text"},{"key":"id_semester","value":"1","type":"text"},{"key":"soal","value":"Berikut ini merupakan gambar dari ...","type":"text"},{"key":"gambar_soal","type":"file","src":"25FlqcC_M/Untitled.png"},{"key":"jawaban_a","value":"Edit Pilihan jawaban a","type":"text"},{"key":"gambar_jawaban_a","type":"file","value":null},{"key":"jawaban_b","value":"Edit Pilihan jawaban b","type":"text"},{"key":"jawaban_c","value":"Edit Pilihan jawaban c","type":"text"},{"key":"jawaban_d","value":"Edit Pilihan jawaban d","type":"text"},{"key":"jawaban_e","value":"Edit Pilihan jawaban e","type":"text"},{"key":"kunci_jawaban","value":"a","type":"text"},{"key":"status_soal","value":"draf","type":"text"}]},"url":"http://localhost:5000/soal-pg/:idSoal","description":"<p>Sukses - 82ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 73ms (http 404 Not Found)</p>\n","urlObject":{"path":["soal-pg",":idSoal"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"11","key":"idSoal"}]}},"response":[{"id":"f10530ab-3b54-432e-9d41-a5284402ab19","name":"Update Soal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id_matkul","value":"7","type":"text"},{"key":"id_semester","value":"1","type":"text"},{"key":"soal","value":"Berikut ini merupakan gambar dari ...","type":"text"},{"key":"gambar_soal","type":"file","src":"25FlqcC_M/Untitled.png"},{"key":"jawaban_a","value":"Edit Pilihan jawaban a","type":"text"},{"key":"gambar_jawaban_a","type":"file","value":null},{"key":"jawaban_b","value":"Edit Pilihan jawaban b","type":"text"},{"key":"jawaban_c","value":"Edit Pilihan jawaban c","type":"text"},{"key":"jawaban_d","value":"Edit Pilihan jawaban d","type":"text"},{"key":"jawaban_e","value":"Edit Pilihan jawaban e","type":"text"},{"key":"kunci_jawaban","value":"a","type":"text"},{"key":"status_soal","value":"draf","type":"text"}]},"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"122"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"972"},{"key":"ETag","value":"W/\"3cc-nmbZRqbGvXZP+KWYWYQxd7zVhJ8\""},{"key":"Date","value":"Thu, 23 Dec 2021 14:04:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah data soal\",\n    \"data\": {\n        \"soal\": \"Berikut ini merupakan gambar dari ...\",\n        \"gambar_soal\": \"E:\\\\Task Files\\\\Kuliah\\\\Semester 114\\\\Sempro+Skripsi\\\\Produk\\\\Source code program\\\\New folder\\\\siujaring-ptik\\\\public\\\\static\\\\assets\\\\uploads\\\\img\\\\1640268281287-Untitled.png\",\n        \"jawaban_a\": \"Edit Pilihan jawaban a\",\n        \"gambar_jawaban_a\": null,\n        \"jawaban_b\": \"Edit Pilihan jawaban b\",\n        \"gambar_jawaban_b\": null,\n        \"jawaban_c\": \"Edit Pilihan jawaban c\",\n        \"gambar_jawaban_c\": null,\n        \"jawaban_d\": \"Edit Pilihan jawaban d\",\n        \"gambar_jawaban_d\": null,\n        \"jawaban_e\": \"Edit Pilihan jawaban e\",\n        \"gambar_jawaban_e\": null,\n        \"kunci_jawaban\": \"a\",\n        \"status_soal\": \"draf\",\n        \"jml_digunakan\": 0,\n        \"jml_menjawab_benar\": 0,\n        \"created_at\": \"2021-12-23T14:02:22.000Z\",\n        \"updated_at\": \"2021-12-23T14:04:41.000Z\",\n        \"mata_kuliah\": {\n            \"kode_matkul\": \"15023006\",\n            \"nama_matkul\": \"Bahasa Inggris\",\n            \"sks\": 2\n        },\n        \"dosen\": {\n            \"nama_dosen\": \"Yanto\",\n            \"nip\": \"200001\",\n            \"nidn\": \"1470001\",\n            \"nidk\": \"1960001\",\n            \"no_telpon\": \"08190000004\"\n        },\n        \"semester\": {\n            \"semester\": \"115\"\n        }\n    }\n}"},{"id":"52ef984f-d132-4594-a107-97bba6a3173d","name":"Update Soal (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id_matkul","value":"7","type":"text"},{"key":"id_semester","value":"1","type":"text"},{"key":"soal","value":"Berikut ini merupakan gambar dari ...","type":"text"},{"key":"gambar_soal","type":"file","src":"25FlqcC_M/Untitled.png"},{"key":"jawaban_a","value":"Edit Pilihan jawaban a","type":"text"},{"key":"gambar_jawaban_a","type":"file","value":null},{"key":"jawaban_b","value":"Edit Pilihan jawaban b","type":"text"},{"key":"jawaban_c","value":"Edit Pilihan jawaban c","type":"text"},{"key":"jawaban_d","value":"Edit Pilihan jawaban d","type":"text"},{"key":"jawaban_e","value":"Edit Pilihan jawaban e","type":"text"},{"key":"kunci_jawaban","value":"a","type":"text"},{"key":"status_soal","value":"draf","type":"text"}]},"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"22"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-MGYKDJTADHA92Z8i9qJVeHGshDw\""},{"key":"Date","value":"Thu, 23 Dec 2021 14:10:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Soal dengan id 22 tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"60d835e5-b6a1-4097-aa74-de490f484d6e"},{"name":"Delete Soal","id":"cd1537af-1348-4c98-ae1c-07af849ee8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/soal-pg/:idSoal","description":"<p>Sukses - 78ms (http 204 No Content)</p>\n<p>Id tidak ditemukan - 23ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","name":"Soal","type":"folder"}},"urlObject":{"path":["soal-pg",":idSoal"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"8","key":"idSoal"}]}},"response":[{"id":"7f1c825e-1a45-4b80-b6bb-e0956c92c55b","name":"Delete Soal","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"13"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"46-KEauph52Lk3CbiWKxwlbNraDG5k\""},{"key":"Date","value":"Thu, 23 Dec 2021 14:25:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"4ffcc0ba-2ed2-41e2-927e-dbb8f160a5f1","name":"Delete Soal (id tidak ditemukan)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/soal-pg/:idSoal","host":["http://localhost:5000"],"path":["soal-pg",":idSoal"],"variable":[{"key":"idSoal","value":"23"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-EgqBYJCBbwA6hBUXn9tvur4aXgg\""},{"key":"Date","value":"Thu, 23 Dec 2021 14:28:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Soal dengan id 23 tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"cd1537af-1348-4c98-ae1c-07af849ee8e7"},{"name":"Ubah Status Soal","id":"fe38b811-ab2d-41f1-a030-7c780a41a49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status_soal\": \"terbit\"\r\n}"},"url":"http://localhost:5000/soal-pg/:idSoal/terbit","description":"<p>Terbit - 47ms (http 200 OK)</p>\n<p>Draf - 46ms (http 200 OK)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","name":"Soal","type":"folder"}},"urlObject":{"path":["soal-pg",":idSoal","terbit"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idSoal"}]}},"response":[{"id":"eaba71c6-92d5-4b78-9fb5-c4846a28f61d","name":"Ubah Status Soal (terbit)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status_soal\": \"terbit\"\r\n}"},"url":{"raw":"http://localhost:5000/soal-pg/:idSoal/terbit","host":["http://localhost:5000"],"path":["soal-pg",":idSoal","terbit"],"variable":[{"key":"idSoal","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-KFK7amBLyw0gHzFG7j87Ks7sb5c\""},{"key":"Date","value":"Wed, 22 Dec 2021 17:29:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menerbitkan soal dengan id 10\",\n    \"success\": true\n}"},{"id":"e752fae4-52b8-43a4-9247-279911e7c456","name":"Ubah Status Soal (draf)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status_soal\": \"draf\"\r\n}"},"url":{"raw":"http://localhost:5000/soal-pg/:idSoal/terbit","host":["http://localhost:5000"],"path":["soal-pg",":idSoal","terbit"],"variable":[{"key":"idSoal","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"ETag","value":"W/\"54-D2Z21+JHTp70vmdQeWi37YptI7w\""},{"key":"Date","value":"Wed, 22 Dec 2021 17:30:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah status soal dengan id 10 menjadi draf\",\n    \"success\": true\n}"}],"_postman_id":"fe38b811-ab2d-41f1-a030-7c780a41a49a"}],"id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5b8de430-ebbd-4eaf-b1b6-075da4b1d5e0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d273541-46bf-40b0-9e82-e74d1a0e3dc8","type":"text/javascript","exec":[""]}}],"_postman_id":"d68ff35b-c1b9-4392-bd91-c518896ec4e4","description":""},{"name":"Paket Soal","item":[{"name":"Get All Paket Soal","id":"4c2dbc9e-9ff6-4b17-a3af-2451f542ea54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal","description":"<p>Sukses - 54ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 42ms (http 404 Not Found)</p>\n","urlObject":{"path":["paket-soal"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"1827ef53-8337-474e-a109-d55536e4e863","name":"Get All Paket Soal","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1174"},{"key":"ETag","value":"W/\"496-QmCe2woFhO4Tv/wei7m6uwITPQE\""},{"key":"Date","value":"Fri, 24 Dec 2021 06:44:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh paket soal ditemukan\",\n    \"data\": [\n        {\n            \"kode_paket\": \"909090\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-30\",\n            \"waktu_mulai\": \"10:30:00\",\n            \"durasi_soal\": \"00:03:00\",\n            \"durasi_jeda_soal\": \"00:00:30\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": true,\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"semester\": \"115\",\n            \"created_at\": \"2021-12-05T10:20:23.000Z\",\n            \"updated_at\": \"2021-12-05T10:20:23.000Z\"\n        },\n        {\n            \"kode_paket\": \"808080\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-31\",\n            \"waktu_mulai\": \"09:30:00\",\n            \"durasi_soal\": \"00:05:00\",\n            \"durasi_jeda_soal\": \"00:01:00\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": false,\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"semester\": \"115\",\n            \"created_at\": \"2021-12-05T14:28:37.000Z\",\n            \"updated_at\": \"2021-12-05T14:28:37.000Z\"\n        },\n        {\n            \"kode_paket\": \"707070\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-31\",\n            \"waktu_mulai\": \"09:30:00\",\n            \"durasi_soal\": \"00:05:00\",\n            \"durasi_jeda_soal\": \"00:01:00\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": false,\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"semester\": \"115\",\n            \"created_at\": \"2021-12-05T14:35:11.000Z\",\n            \"updated_at\": \"2021-12-05T14:35:11.000Z\"\n        }\n    ]\n}"},{"id":"068bcc34-6add-4be8-bd94-07e9b9c969f4","name":"Get All Paket Soal (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"ETag","value":"W/\"2d-EDNmIB/rIzPWhRwrdqjYhNov7mA\""},{"key":"Date","value":"Fri, 24 Dec 2021 06:45:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data paket soal tidak ditemukan\"\n}"}],"_postman_id":"4c2dbc9e-9ff6-4b17-a3af-2451f542ea54"},{"name":"Get Paket Soal by Id","id":"8b477fbb-7417-497c-b2f0-b900f6ca91bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal/:idPaket","description":"<p>Sukses - 44ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 22ms (http 404 Not Found)</p>\n","urlObject":{"path":["paket-soal",":idPaket"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idPaket"}]}},"response":[{"id":"3e3dddde-3c5d-42da-a4da-e03d303d2b26","name":"Get Paket Soal by Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2746"},{"key":"ETag","value":"W/\"aba-94uT2LBmTFevCGivobLQ/lFNZjU\""},{"key":"Date","value":"Fri, 24 Dec 2021 06:45:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data paket soal dengan id 1 ditemukan\",\n    \"data\": {\n        \"kode_paket\": \"909090\",\n        \"jenis_ujian\": \"uas\",\n        \"tgl_mulai\": \"2021-12-30\",\n        \"waktu_mulai\": \"10:30:00\",\n        \"durasi_soal\": \"00:03:00\",\n        \"durasi_jeda_soal\": \"00:00:30\",\n        \"durasi_paket\": \"00:00:00\",\n        \"jml_soal\": 6,\n        \"jml_soal_siap\": 6,\n        \"aktif\": true,\n        \"mata_kuliah\": \"Pemrograman Web\",\n        \"kode_seksi\": \"15063501\",\n        \"semester\": \"115\",\n        \"soal_pg\": [\n            {\n                \"soal\": \"Berikut ini yang merupakan framework dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Bootstrap\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Flask\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Flutter\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Laravel\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Codeigniter\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"jml_digunakan\": 1,\n                \"jml_menjawab_benar\": 4\n            },\n            {\n                \"soal\": \"Bahasa yang digunakan untuk mengubah tampilan web adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Java\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"CSS\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Javascript\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"PHP\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Phyton\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4\n            },\n            {\n                \"soal\": \"Berikut ini yang bukan framework dari Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Vue\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Angular\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Next\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Django\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Node.js\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"d\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4\n            },\n            {\n                \"soal\": \"Kepanjangan dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Hipo Text Markup Language\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Hiper Text Markup Language\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Hyper Text Markup Language\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Hyper Text Mobile Language\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Hipo Text Mobile Language\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"c\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4\n            },\n            {\n                \"soal\": \"Kepanjangan dari CSS adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Cascading Super Sheet\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Cascading Style Sheet\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Cascading Show Sheet\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Cascading Style Show\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Cascading Sheet Show\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0\n            },\n            {\n                \"soal\": \"Di bawah ini yang bukan merupakan tipe data primitif pada Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Array\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Number\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"String\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Boolean\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Null\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0\n            }\n        ]\n    }\n}"},{"id":"84bc64ff-eef4-4d49-a03c-3f3974ab38bc","name":"Get Paket Soal by Id (id tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-pkykpSKik6NqBz2nizBqPVSMKBY\""},{"key":"Date","value":"Fri, 24 Dec 2021 06:47:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data paket soal dengan id 100 tidak ditemukan\"\n}"}],"_postman_id":"8b477fbb-7417-497c-b2f0-b900f6ca91bb"},{"name":"Create Paket Soal","id":"79a480a8-1003-49d5-9d07-8f7706451390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"kode_paket\": \"464646\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-31\",\r\n    \"waktu_mulai\": \"09:30:00\",\r\n    \"durasi_soal\": \"00:05:00\",\r\n    \"durasi_jeda_soal\": \"00:01:00\",\r\n    \"durasi_paket\": \"\",\r\n    \"jml_soal\": 6,\r\n    \"pilihan_tambah_soal\": [1, 2, 3, 5, 6, 7]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/paket-soal","description":"<p>Sukses - 214ms (http 201 Created)</p>\n<p>Duplicate kode_paket - 75ms (http 400 Bad Request)</p>\n","urlObject":{"path":["paket-soal"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"17adcd26-1b78-4969-a2bf-48221a2f0aa5","name":"Create Paket Soal","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"kode_paket\": \"464646\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-31\",\r\n    \"waktu_mulai\": \"09:30:00\",\r\n    \"durasi_soal\": \"00:05:00\",\r\n    \"durasi_jeda_soal\": \"00:01:00\",\r\n    \"durasi_paket\": \"\",\r\n    \"jml_soal\": 6,\r\n    \"pilihan_tambah_soal\": [1, 2, 3, 5, 6, 7]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/paket-soal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3463"},{"key":"ETag","value":"W/\"d87-n4k7GnY686cbKsQqMone8jSazhY\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:00:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil membuat paket soal baru\",\n    \"data\": {\n        \"kode_paket\": \"464646\",\n        \"jenis_ujian\": \"uas\",\n        \"tgl_mulai\": \"2021-12-31\",\n        \"waktu_mulai\": \"09:30:00\",\n        \"durasi_soal\": \"00:05:00\",\n        \"durasi_jeda_soal\": \"00:01:00\",\n        \"durasi_paket\": \"00:00:00\",\n        \"jml_soal\": 6,\n        \"jml_soal_siap\": 6,\n        \"status_paket\": \"draf\",\n        \"aktif\": false,\n        \"created_at\": \"2021-12-24T09:00:08.000Z\",\n        \"updated_at\": \"2021-12-24T09:00:08.000Z\",\n        \"kode_seksi\": [\n            {\n                \"nomor_kosek\": \"15063501\",\n                \"semester\": {\n                    \"semester\": \"115\"\n                }\n            }\n        ],\n        \"soal_pg\": [\n            {\n                \"soal\": \"Berikut ini yang merupakan framework dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Bootstrap\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Flask\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Flutter\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Laravel\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Codeigniter\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 1,\n                \"jml_menjawab_benar\": 4,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Bahasa yang digunakan untuk mengubah tampilan web adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Java\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"CSS\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Javascript\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"PHP\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Phyton\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Berikut ini yang bukan framework dari Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Vue\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Angular\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Next\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Django\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Node.js\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"d\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Kepanjangan dari CSS adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Cascading Super Sheet\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Cascading Style Sheet\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Cascading Show Sheet\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Cascading Style Show\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Cascading Sheet Show\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"PHP adalah bahasa pemrograman web yang digunakan untuk...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Mengubah tampilan web\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Membuat web menjadi interaktif\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Membuat halaman web\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Mengelola versi web\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Membuat web menjadi dinamis\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"e\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 1,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Di bawah ini yang bukan merupakan tipe data primitif pada Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Array\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Number\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"String\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Boolean\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Null\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            }\n        ]\n    }\n}"},{"id":"eda9c39d-c94f-4793-b122-85726ee36998","name":"Create Paket Soal (duplicate kode_paket)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"kode_paket\": \"606060\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-31\",\r\n    \"waktu_mulai\": \"09:30:00\",\r\n    \"durasi_soal\": \"00:05:00\",\r\n    \"durasi_jeda_soal\": \"00:01:00\",\r\n    \"durasi_paket\": \"\",\r\n    \"jml_soal\": 6,\r\n    \"pilihan_tambah_soal\": [1, 2, 3, 5, 6, 7]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/paket-soal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"ETag","value":"W/\"37-f0DfRdmJUV2G5xQVfCATq4HUNQM\""},{"key":"Date","value":"Fri, 24 Dec 2021 08:52:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"kode_paket must be unique\",\n    \"success\": false\n}"}],"_postman_id":"79a480a8-1003-49d5-9d07-8f7706451390"},{"name":"Update Paket Soal","id":"531f9c1a-886e-43d3-87df-44e2901d44af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-30\",\r\n    \"waktu_mulai\": \"10:30:00\",\r\n    \"durasi_soal\": \"00:03:00\",\r\n    \"durasi_jeda_soal\": \"00:00:30\",\r\n    \"jml_soal\": \"6\",\r\n    \"pilihan_tambah_soal\": [],\r\n    \"pilihan_hapus_soal\": [3]\r\n}"},"url":"http://localhost:5000/paket-soal/:idPaket","description":"<p>Sukses - 178ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 17ms (http 404 Not Found)</p>\n","urlObject":{"path":["paket-soal",":idPaket"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"100","key":"idPaket"}]}},"response":[{"id":"e6d42831-f25b-4782-bd24-a6f64813ea99","name":"Update Paket Soal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-30\",\r\n    \"waktu_mulai\": \"10:30:00\",\r\n    \"durasi_soal\": \"00:03:00\",\r\n    \"durasi_jeda_soal\": \"00:00:30\",\r\n    \"jml_soal\": \"6\",\r\n    \"pilihan_tambah_soal\": [],\r\n    \"pilihan_hapus_soal\": [3]\r\n}"},"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3008"},{"key":"ETag","value":"W/\"bc0-ctwYakUEu1QIq76RaIpk76JmaEQ\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:12:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengubah isi soal paket soal dengan id 10\",\n    \"data\": {\n        \"kode_paket\": \"303030\",\n        \"jenis_ujian\": \"uas\",\n        \"tgl_mulai\": \"2021-12-30\",\n        \"waktu_mulai\": \"10:30:00\",\n        \"durasi_soal\": \"00:03:00\",\n        \"durasi_jeda_soal\": \"00:00:30\",\n        \"durasi_paket\": \"00:00:00\",\n        \"jml_soal\": 6,\n        \"jml_soal_siap\": 4,\n        \"status_paket\": \"draf\",\n        \"aktif\": false,\n        \"created_at\": \"2021-12-24T08:57:49.000Z\",\n        \"updated_at\": \"2021-12-24T09:12:39.000Z\",\n        \"kode_seksi\": [\n            {\n                \"nomor_kosek\": \"15063501\",\n                \"semester\": {\n                    \"semester\": \"115\"\n                }\n            }\n        ],\n        \"soal_pg\": [\n            {\n                \"soal\": \"Berikut ini yang merupakan framework dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Bootstrap\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Flask\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Flutter\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Laravel\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Codeigniter\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 1,\n                \"jml_menjawab_benar\": 4,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Bahasa yang digunakan untuk mengubah tampilan web adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Java\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"CSS\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Javascript\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"PHP\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Phyton\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 4,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Kepanjangan dari CSS adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Cascading Super Sheet\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Cascading Style Sheet\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Cascading Show Sheet\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Cascading Style Show\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Cascading Sheet Show\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"PHP adalah bahasa pemrograman web yang digunakan untuk...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Mengubah tampilan web\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Membuat web menjadi interaktif\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Membuat halaman web\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Mengelola versi web\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Membuat web menjadi dinamis\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"e\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 1,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            },\n            {\n                \"soal\": \"Di bawah ini yang bukan merupakan tipe data primitif pada Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Array\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Number\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"String\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Boolean\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Null\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\",\n                \"status_soal\": \"draf\",\n                \"jml_digunakan\": 2,\n                \"jml_menjawab_benar\": 0,\n                \"created_at\": \"2021-12-03T06:32:20.000Z\",\n                \"updated_at\": \"2021-12-03T06:32:20.000Z\"\n            }\n        ]\n    }\n}"},{"id":"07f4c031-6b6f-412d-ad3e-e3a9bd1da119","name":"Update Paket Soal (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": \"1\",\r\n    \"jenis_ujian\": \"uas\",\r\n    \"tgl_mulai\": \"2021-12-30\",\r\n    \"waktu_mulai\": \"10:30:00\",\r\n    \"durasi_soal\": \"00:03:00\",\r\n    \"durasi_jeda_soal\": \"00:00:30\",\r\n    \"jml_soal\": \"6\",\r\n    \"pilihan_tambah_soal\": [],\r\n    \"pilihan_hapus_soal\": [3]\r\n}"},"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-WTOS7F8Z/GAmO9ISUlG0/y+29R8\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:16:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Paket soal dengan id 100 tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"531f9c1a-886e-43d3-87df-44e2901d44af"},{"name":"Delete Paket Soal","id":"a3a012ba-19a4-4bb5-9902-90125d6382bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal/:idPaket","description":"<p>Sukses - 79ms (http 204 No Content)</p>\n<p>Id tidak ditemukan - 14ms (http 404 Not Found)</p>\n","urlObject":{"path":["paket-soal",":idPaket"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"80","key":"idPaket"}]}},"response":[{"id":"59cfc93d-b189-4285-afc3-64c15022d2f2","name":"Delete Paket Soal","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"8"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"3c-PppKhDegWp0mO61xXoAER2jIs6E\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:21:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"3f46eea7-69fb-4f39-ac9e-d03a58c515e8","name":"Delete Paket Soal (id tidak ditemukan)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket","host":["http://localhost:5000"],"path":["paket-soal",":idPaket"],"variable":[{"key":"idPaket","value":"80"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-WWA9hPtmzIdDDOwK6dLBSXHM/DY\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:22:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Paket soal dengan id 80 tidak ditemukan\"\n}"}],"_postman_id":"a3a012ba-19a4-4bb5-9902-90125d6382bc"},{"name":"Validasi Paket Soal","id":"cc0fde51-b606-4b0e-b0fb-7356e515418f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/paket-soal/:idPaket/terbit","description":"<p>Sukses - 257ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 29ms (http 404 Not Found)</p>\n<p>Jumlah soal masih kurang - 31ms (http 400 Bad Request)</p>\n<p>Soal belum terbit - 36ms (http 400 Bad Request)</p>\n","urlObject":{"path":["paket-soal",":idPaket","terbit"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"5","key":"idPaket"}]}},"response":[{"id":"f2af1d16-428a-4a70-aa88-29833f22d93b","name":"Validasi Paket Soal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/terbit","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","terbit"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-0JeTCPGBWHHrbEdvqSV7sflebjw\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:28:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menerbitkan paket soal dengan id 1\",\n    \"success\": true\n}"},{"id":"ace9b5b5-689f-43af-8b6f-7025bd961d31","name":"Validasi Paket Soal (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/terbit","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","terbit"],"variable":[{"key":"idPaket","value":"100"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-OAwxOOvxJ0yoSyPUfB++W8CP+Sg\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:31:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Paket soal dengan id 100 tidak ditemukan\",\n    \"success\": false\n}"},{"id":"6a9dc038-95a7-4162-9c49-359ed6156509","name":"Validasi Paket Soal (jumlah soal masih kurang)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/terbit","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","terbit"],"variable":[{"key":"idPaket","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-EKycU01PuTUJnoMk5Kb6G/A4CTM\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:35:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Jumlah soal pada paket soal dengan id 5 masih kurang\",\n    \"success\": false\n}"},{"id":"4aa7ceaa-0850-4c21-8f7e-f6d734a18a10","name":"Validasi Paket Soal (soal belum terbit)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/terbit","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","terbit"],"variable":[{"key":"idPaket","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-aANsYWPkYEpl03efv/71/dED9WA\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:37:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Soal dengan id 1 belum diterbitkan\",\n    \"success\": false\n}"}],"_postman_id":"cc0fde51-b606-4b0e-b0fb-7356e515418f"},{"name":"Assign Paket Soal to Mahasiswa","id":"02f0a84e-81c0-4463-a0b6-fa5115bd2fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": 2,\r\n    \"pilihan_paket\": [1, 2, 4] // halo gaes balik lagi dengan david disini\r\n}"},"url":"http://localhost:5000/paket-soal/generate","description":"<p>Sukses - 132ms (http 201 Created)</p>\n","urlObject":{"path":["paket-soal","generate"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"e128b07f-c670-4be7-9188-3b17c9ec725f","name":"Assign Paket Soal to Mahasiswa","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id_kosek\": 2,\r\n    \"pilihan_paket\": [1, 2, 4]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/paket-soal/generate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"897"},{"key":"ETag","value":"W/\"381-ju+VzHrtu64kX4xIi0AYbIQN8SU\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:49:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menghubungkan paket soal dengan mahasiswa dalam kode seksi dengan id 2\",\n    \"data\": [\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 5\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 2,\n            \"id_mhs\": 6\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 4,\n            \"id_mhs\": 7\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 8\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 2,\n            \"id_mhs\": 9\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 4,\n            \"id_mhs\": 10\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 11\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 2,\n            \"id_mhs\": 12\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 4,\n            \"id_mhs\": 13\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 14\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 2,\n            \"id_mhs\": 15\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 4,\n            \"id_mhs\": 16\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 17\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 2,\n            \"id_mhs\": 18\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 4,\n            \"id_mhs\": 19\n        },\n        {\n            \"status_ujian\": \"belum\",\n            \"id_paket\": 1,\n            \"id_mhs\": 20\n        }\n    ]\n}"}],"_postman_id":"02f0a84e-81c0-4463-a0b6-fa5115bd2fde"},{"name":"Ubah Keaktifan Paket Soal","id":"eaf23729-5d3e-46e6-adc4-22620837a281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"aktif\": true\r\n}"},"url":"http://localhost:5000/paket-soal/:idPaket/aktif","description":"<p>Aktif - 41ms (http 200 OK)</p>\n<p>Nonaktif - 57ms (http 200 OK)</p>\n","urlObject":{"path":["paket-soal",":idPaket","aktif"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"4","key":"idPaket"}]}},"response":[{"id":"20c6ca6e-4c4f-44c2-854d-0218eb3b297c","name":"Ubah Keaktifan Paket Soal (aktif)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"aktif\": true\r\n}"},"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/aktif","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","aktif"],"variable":[{"key":"idPaket","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-0wimEH94VLzDHzjTj+zIAgQl4Tk\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:54:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil mengaktifkan paket soal dengan id 2\",\n    \"success\": true\n}"},{"id":"c2504723-6591-4453-9a7e-5197f44dd287","name":"Ubah Keaktifan Paket Soal (nonaktif)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"aktif\": false\r\n}"},"url":{"raw":"http://localhost:5000/paket-soal/:idPaket/aktif","host":["http://localhost:5000"],"path":["paket-soal",":idPaket","aktif"],"variable":[{"key":"idPaket","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-W4eAZM+zoQidDs4JUcyG1mSDJlg\""},{"key":"Date","value":"Fri, 24 Dec 2021 09:55:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil menonaktifkan paket soal dengan id 2\",\n    \"success\": true\n}"}],"_postman_id":"eaf23729-5d3e-46e6-adc4-22620837a281"}],"id":"b209e922-a693-4bb5-bc35-65207709df2d","_postman_id":"b209e922-a693-4bb5-bc35-65207709df2d","description":""},{"name":"Ujian","item":[{"name":"Get Ujian by Status Belum","id":"62050b90-423c-4021-9484-9f828a09040f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian","description":"<p>Sukses - 51ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 37ms (http 404 Not Found)</p>\n","urlObject":{"path":["ujian"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"1bf7d175-ec5f-4b55-8b3a-909ae34b9af1","name":"Get Ujian by Status Belum","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"825"},{"key":"ETag","value":"W/\"339-X5Q0U0Ic85+4jkEmyYguMX0Av3k\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:02:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh ujian yang belum berjalan ditemukan\",\n    \"data\": [\n        {\n            \"kode_paket\": \"808080\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-31\",\n            \"waktu_mulai\": \"09:30:00\",\n            \"durasi_soal\": \"00:05:00\",\n            \"durasi_jeda_soal\": \"00:01:00\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": false,\n            \"nama_dosen\": \"Yanto\",\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"created_at\": \"2021-12-05T14:28:37.000Z\",\n            \"updated_at\": \"2021-12-24T09:55:31.000Z\"\n        },\n        {\n            \"kode_paket\": \"707070\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-31\",\n            \"waktu_mulai\": \"09:30:00\",\n            \"durasi_soal\": \"00:05:00\",\n            \"durasi_jeda_soal\": \"00:01:00\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": false,\n            \"nama_dosen\": \"Yanto\",\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"created_at\": \"2021-12-05T14:35:11.000Z\",\n            \"updated_at\": \"2021-12-05T14:35:11.000Z\"\n        }\n    ]\n}"},{"id":"efcb8458-7f3e-4248-8b4d-379f22fe5416","name":"Get Ujian by Status Belum (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-H6n5ymhrzVEd6hRcYbVRF7GJ2yQ\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:07:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data ujian yang belum berjalan tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"62050b90-423c-4021-9484-9f828a09040f"},{"name":"Get Ujian Sedang Aktif","id":"71f204d1-2aaf-4e5f-91c2-742d07dba1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/aktif","description":"<p>Sukses - 40ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 43ms (http 404 Not Found)</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"e80322f3-4374-4a06-b590-764b4d6ca6e0","id":"e80322f3-4374-4a06-b590-764b4d6ca6e0","name":"Ujian","type":"folder"}},"urlObject":{"path":["ujian","aktif"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"ae538235-88ad-46a1-a4f4-fdb65673e400","name":"Get Ujian Sedang Aktif","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"448"},{"key":"ETag","value":"W/\"1c0-nnxHpJGTEKbggBKkpahdgTYbghc\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:10:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh ujian yang sedang berjalan ditemukan\",\n    \"data\": [\n        {\n            \"kode_paket\": \"909090\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-30\",\n            \"waktu_mulai\": \"10:30:00\",\n            \"durasi_soal\": \"00:03:00\",\n            \"durasi_jeda_soal\": \"00:00:30\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": true,\n            \"nama_dosen\": \"Yanto\",\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"created_at\": \"2021-12-05T10:20:23.000Z\",\n            \"updated_at\": \"2021-12-24T09:28:20.000Z\"\n        }\n    ]\n}"},{"id":"3f5c090b-c00e-43a0-931c-c3e469896c51","name":"Get Ujian Sedang Aktif (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/aktif"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-z5aGGZ4waPm7nNuK1CnZJ+x/fTc\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:14:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data ujian yang sedang berjalan tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"71f204d1-2aaf-4e5f-91c2-742d07dba1e8"},{"name":"Get Ujian by Status Sudah","id":"600be71c-354e-45f8-9753-7ff7acf5072c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/selesai","description":"<p>Sukses - 20ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 36ms (http 404 Not Found)</p>\n","urlObject":{"path":["ujian","selesai"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"2fc0c679-5207-4b44-9852-57de062bc57b","name":"Get Ujian by Status Sudah","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/selesai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"458"},{"key":"ETag","value":"W/\"1ca-FYi5umLnb1x8X++Ja6NwvoTj8DM\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:17:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data seluruh ujian yang sudah selesai ditemukan\",\n    \"data\": [\n        {\n            \"kode_paket\": \"909090\",\n            \"jenis_ujian\": \"uas\",\n            \"tgl_mulai\": \"2021-12-30\",\n            \"waktu_mulai\": \"10:30:00\",\n            \"durasi_soal\": \"00:03:00\",\n            \"durasi_jeda_soal\": \"00:00:30\",\n            \"durasi_paket\": \"00:00:00\",\n            \"jml_soal\": 6,\n            \"jml_soal_siap\": 6,\n            \"aktif\": false,\n            \"nilai\": 67,\n            \"nama_dosen\": \"Yanto\",\n            \"mata_kuliah\": \"Pemrograman Web\",\n            \"kode_seksi\": \"15063501\",\n            \"created_at\": \"2021-12-05T10:20:23.000Z\",\n            \"updated_at\": \"2021-12-24T10:17:15.000Z\"\n        }\n    ]\n}"},{"id":"8dc938bd-358d-4f7d-9461-1423e3fed0c5","name":"Get Ujian by Status Sudah (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/selesai"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-RYJAdTwCGk3rriNjVHL6dNCqLak\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:15:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data ujian yang sudah selesai tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"600be71c-354e-45f8-9753-7ff7acf5072c"},{"name":"Get Detail Ujian","id":"423b218a-996e-4eab-be57-0ea050e74277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/:idPaket","description":"<p>Sukses - 40ms (http 200 OK)</p>\n<p>Id tidak ditemukan - 42ms (http 404 Not Found)</p>\n<p>Paket tidak aktif - 120ms (http 400 Bad Request)</p>\n","urlObject":{"path":["ujian",":idPaket"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idPaket"}]}},"response":[{"id":"012a351c-bee1-4c3d-89e2-640bda45aa09","name":"Get Detail Ujian","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2608"},{"key":"ETag","value":"W/\"a30-KxLPWpvRFEgd3vo0wxtETh/fVn4\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:31:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data detail ujian dengan id 1 ditemukan\",\n    \"data\": {\n        \"kode_paket\": \"909090\",\n        \"jenis_ujian\": \"uas\",\n        \"tgl_mulai\": \"2021-12-30\",\n        \"waktu_mulai\": \"10:30:00\",\n        \"durasi_soal\": \"00:03:00\",\n        \"durasi_jeda_soal\": \"00:00:30\",\n        \"durasi_paket\": \"00:00:00\",\n        \"jml_soal\": 6,\n        \"jml_soal_siap\": 6,\n        \"aktif\": true,\n        \"nama_dosen\": \"Yanto\",\n        \"mata_kuliah\": \"Pemrograman Web\",\n        \"kode_seksi\": \"15063501\",\n        \"soal_pg\": [\n            {\n                \"no_urut_soal\": 1,\n                \"soal\": \"Berikut ini yang merupakan framework dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Bootstrap\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Flask\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Flutter\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Laravel\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Codeigniter\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\"\n            },\n            {\n                \"no_urut_soal\": 2,\n                \"soal\": \"Bahasa yang digunakan untuk mengubah tampilan web adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Java\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"CSS\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Javascript\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"PHP\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Phyton\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\"\n            },\n            {\n                \"no_urut_soal\": 3,\n                \"soal\": \"Berikut ini yang bukan framework dari Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Vue\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Angular\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Next\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Django\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Node.js\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"d\"\n            },\n            {\n                \"no_urut_soal\": 4,\n                \"soal\": \"Kepanjangan dari HTML adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Hipo Text Markup Language\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Hiper Text Markup Language\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Hyper Text Markup Language\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Hyper Text Mobile Language\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Hipo Text Mobile Language\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"c\"\n            },\n            {\n                \"no_urut_soal\": 5,\n                \"soal\": \"Kepanjangan dari CSS adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Cascading Super Sheet\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Cascading Style Sheet\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"Cascading Show Sheet\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Cascading Style Show\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Cascading Sheet Show\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"b\"\n            },\n            {\n                \"no_urut_soal\": 6,\n                \"soal\": \"Di bawah ini yang bukan merupakan tipe data primitif pada Javascript adalah...\",\n                \"gambar_soal\": null,\n                \"jawaban_a\": \"Array\",\n                \"gambar_jawaban_a\": null,\n                \"jawaban_b\": \"Number\",\n                \"gambar_jawaban_b\": null,\n                \"jawaban_c\": \"String\",\n                \"gambar_jawaban_c\": null,\n                \"jawaban_d\": \"Boolean\",\n                \"gambar_jawaban_d\": null,\n                \"jawaban_e\": \"Null\",\n                \"gambar_jawaban_e\": null,\n                \"kunci_jawaban\": \"a\"\n            }\n        ]\n    }\n}"},{"id":"89ee272f-2141-43ba-98ff-416d0343f71f","name":"Get Detail Ujian (id tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"19"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-qgVFO52biJxH4/t5kuVQJ4Jgams\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:36:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data ujian dengan id 19 tidak ditemukan\",\n    \"success\": false\n}"},{"id":"b5ce7691-a4f0-4415-82bf-37eca7c88086","name":"Get Detail Ujian (paket tidak aktif)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-QiTEFqwO0H6K6USiChfu9TEkhnQ\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:28:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Paket soal dengan id 1 tidak aktif\",\n    \"success\": false\n}"}],"_postman_id":"423b218a-996e-4eab-be57-0ea050e74277"},{"name":"Insert Jawaban Ujian","id":"7148aab0-f621-40c0-832e-8860093c1957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jawaban_mhs\": \"ABACDE\"\r\n}"},"url":"http://localhost:5000/ujian/:idPaket","description":"<p>Sukses - 58ms (http 200 OK)</p>\n<p>Ujian tidak aktif - 40ms (http 400 Bad Request)</p>\n<p>Id tidak ditemukan - 14ms (http 404 Not Found)</p>\n<p>Tidak mendapatkan akses - 47ms (http 403 Forbidden)</p>\n","urlObject":{"path":["ujian",":idPaket"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"1","key":"idPaket"}]}},"response":[{"id":"26c594d5-e1cc-4ae7-9d6e-7cbd41361287","name":"Insert Jawaban Ujian","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jawaban_mhs\": \"ABACDE\"\r\n}"},"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-oL4WMgTiSiXt1nzOKUPuIRC3E0E\""},{"key":"Date","value":"Fri, 24 Dec 2021 11:01:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Berhasil memasukkan pilihan jawaban\",\n    \"data\": {\n        \"jawaban_mhs\": \"ABACDE\"\n    }\n}"},{"id":"0d3b5f2e-602a-4038-82be-1021da082c07","name":"Insert Jawaban Ujian (id tidak ditemukan)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jawaban_mhs\": \"ABDCDE\"\r\n}"},"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"23"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-w862wieCw+BEkakOCSDqRVKhKKM\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:57:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data ujian dengan id 23 tidak ditemukan\",\n    \"success\": false\n}"},{"id":"1e640fcb-c130-42a0-96dd-d1812dc474a4","name":"Insert Jawaban Ujian (ujian tidak aktif)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jawaban_mhs\": \"ABDCDE\"\r\n}"},"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-8YCfzo+KrDfEP3AFmaTpN/QCmp0\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:46:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ujian sedang tidak aktif\",\n    \"success\": false\n}"},{"id":"e05108fc-e2de-4a54-aef8-6cae2eae707a","name":"Insert Jawaban Ujian (tidak mendapat paket soal)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"jawaban_mhs\": \"ABDCDE\"\r\n}"},"url":{"raw":"http://localhost:5000/ujian/:idPaket","host":["http://localhost:5000"],"path":["ujian",":idPaket"],"variable":[{"key":"idPaket","value":"5"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-Qga2VhTNaVxbtCqnDYNiABVGZaA\""},{"key":"Date","value":"Fri, 24 Dec 2021 10:50:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Anda tidak mendapatkan paket soal ujian dengan id 5\",\n    \"success\": false\n}"}],"_postman_id":"7148aab0-f621-40c0-832e-8860093c1957"},{"name":"Get Nilai Ujian","id":"3b34d9b7-57e7-4c14-a369-fe8cc87ee73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:5000/ujian/:idPaket/nilai","description":"<p>Sukses - 96ms (http 200 OK)</p>\n<p>Data tidak ditemukan - 37ms (http 404 Not Found)</p>\n","urlObject":{"path":["ujian",":idPaket","nilai"],"host":["http://localhost:5000"],"query":[],"variable":[{"type":"any","value":"17","key":"idPaket"}]}},"response":[{"id":"d617230d-0132-43c1-bd2d-2872962656e7","name":"Get Nilai Ujian","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/ujian/:idPaket/nilai","host":["http://localhost:5000"],"path":["ujian",":idPaket","nilai"],"variable":[{"key":"idPaket","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-40YE7PlB6g4ZeS/I+2MoVF6UbN4\""},{"key":"Date","value":"Fri, 24 Dec 2021 11:04:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data nilai dengan id 1 ditemukan\",\n    \"data\": {\n        \"nilai\": 50,\n        \"jawaban_benar\": 3,\n        \"jawaban_salah\": 3\n    }\n}"},{"id":"73ab28a1-3b66-448e-a9f8-0ec2cd483378","name":"Get Nilai Ujian (data tidak ditemukan)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"http://localhost:5000/ujian/:idPaket/nilai","host":["http://localhost:5000"],"path":["ujian",":idPaket","nilai"],"variable":[{"key":"idPaket","value":"17"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-MPPWTvrxDEln7d83fAhu54bLbn8\""},{"key":"Date","value":"Fri, 24 Dec 2021 11:05:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data nilai dengan id 17 tidak ditemukan\",\n    \"success\": false\n}"}],"_postman_id":"3b34d9b7-57e7-4c14-a369-fe8cc87ee73a"}],"id":"e80322f3-4374-4a06-b590-764b4d6ca6e0","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"56508e24-c3da-461b-8539-b70c2e576381","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc86c5a0-2e69-420a-b831-687420341241","type":"text/javascript","exec":[""]}}],"_postman_id":"e80322f3-4374-4a06-b590-764b4d6ca6e0","description":""}],"event":[{"listen":"prerequest","script":{"id":"9cb726ba-beb2-4f72-a4c7-a19bcb105fa7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c784934a-c5d2-46c3-a005-467c4595b214","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"http://localhost:5000"},{"key":"access_token","value":""},{"key":"refresh_token","value":""}]}