{"info":{"_postman_id":"4a650f76-e7a9-4a90-92fd-01713fe4b11f","name":"DOC API Feeder","description":"<html><head></head><body><p>Dokumentasi penggunaan API PDDIKTI Feeder versi 2.1</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3799367","collectionId":"4a650f76-e7a9-4a90-92fd-01713fe4b11f","publishedId":"RWMHKmLb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-13T01:51:21.000Z"},"item":[{"name":"Umum","item":[{"name":"GetToken","id":"d52b5a26-075b-4cbb-86be-34669f795f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetToken\",\n\t\"username\": \"<user feeder>\",\n\t\"password\": \"<password feeder>\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{username}:</b> String</li>\n    <li><b>{password}:</b> String</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"259dc36b-ffd0-40a9-b6a5-48254f66bf44","name":"GetToken","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetToken\",\n\t\"username\": \"user_adminpt\",\n\t\"password\": \"password_adminpt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"86","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 04:46:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"token\":\"12b7250c9029f3c33a1c27e5432e21d9\"}}"}],"_postman_id":"d52b5a26-075b-4cbb-86be-34669f795f9a"},{"name":"GetDictionary","id":"27c16557-bd71-43e5-b7ef-4cff6a976f01","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDictionary\",\n\t\"token\": \"{token}\",\n\t\"fungsi\": \"{namaFungsi}\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}:</b> String</li>\n    <li><b>{namaFungsi}: </b> String</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"7d306f94-8ed5-4710-b3ae-2cd3a1782768","name":"GetDictionary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDictionary\",\n\t\"token\": \"12b7250c9029f3c33a1c27e5432e21d9\",\n\t\"fungsi\": \"GetToken\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"138","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 04:52:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"request\":{\"username\":\"\",\"password\":\"\"},\"response\":{\"error_code\":\"\",\"error_desc\":\"\",\"data\":\"\"}}}"}],"_postman_id":"27c16557-bd71-43e5-b7ef-4cff6a976f01"},{"name":"GetPeriode","id":"ce8ca72c-6fd6-4b5e-bacd-0026c655aef9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetPeriode\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"e2b374ef-9471-42b9-af5c-709ca085941c","name":"GetPeriode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetPeriode\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1986","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 05:27:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":[{\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"kode_prodi\":\"41401\",\"nama_program_studi\":\"Mekanisasi Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20162\"},{\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"kode_prodi\":\"41401\",\"nama_program_studi\":\"Mekanisasi Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20163\"},{\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"kode_prodi\":\"41401\",\"nama_program_studi\":\"Mekanisasi Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20171\"},{\"id_prodi\":\"5b420e5c-31cc-4c09-8e22-4878f5d7ccdb\",\"kode_prodi\":\"54443\",\"nama_program_studi\":\"Teknik Penangkapan Ikan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20162\"},{\"id_prodi\":\"5b420e5c-31cc-4c09-8e22-4878f5d7ccdb\",\"kode_prodi\":\"54443\",\"nama_program_studi\":\"Teknik Penangkapan Ikan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20163\"},{\"id_prodi\":\"5b420e5c-31cc-4c09-8e22-4878f5d7ccdb\",\"kode_prodi\":\"54443\",\"nama_program_studi\":\"Teknik Penangkapan Ikan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20171\"},{\"id_prodi\":\"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\"kode_prodi\":\"54447\",\"nama_program_studi\":\"Teknik Budidaya Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20162\"},{\"id_prodi\":\"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\"kode_prodi\":\"54447\",\"nama_program_studi\":\"Teknik Budidaya Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20163\"},{\"id_prodi\":\"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\"kode_prodi\":\"54447\",\"nama_program_studi\":\"Teknik Budidaya Perikanan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"D3\",\"periode_pelaporan\":\"20171\"},{\"id_prodi\":\"a4028c93-91f2-4b8a-93f6-e0e1dca15457\",\"kode_prodi\":null,\"nama_program_studi\":\"Pranata Laboratorium Pendidikan\",\"status_prodi\":\"A\",\"jenjang_pendidikan\":\"(tidak diisi)\",\"periode_pelaporan\":\"20162\"}]}"}],"_postman_id":"ce8ca72c-6fd6-4b5e-bacd-0026c655aef9"}],"id":"12b8ef9a-988c-4b57-bd7d-2b9d95cb80f9","_postman_id":"12b8ef9a-988c-4b57-bd7d-2b9d95cb80f9","description":""},{"name":"View PT","item":[{"name":"GetAllPT","id":"27792e84-42f4-4366-84cb-ae046af42418","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetAllPT\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameter</b></p>\n<ul>\n    <li><b>{token}</b> : String</li>\n    <li><b>{filter}</b> : String</li>\n    <li><b>{order}</b> : String</li>\n    <li><b>{limit}</b> : Integer</li>\n    <li><b>{offset}</b> : Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"005b82a7-5f73-43b1-9bff-f7eaea63f50e","name":"GetAllPT","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetAllPT\",\n\t\"token\": \"12b7250c9029f3c33a1c27e5432e21d9\",\n\t\"filter\": \"kode_perguruan_tinggi='344067'\",\n\t\"order\": \"\",\n\t\"limit\": 1,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"222","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 04:55:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": [\n        {\n            \"id_perguruan_tinggi\": \"4gf4fcd5-69e0-4eca-b381-db314acdfdsw\",\n            \"kode_perguruan_tinggi\": \"344067  \",\n            \"nama_perguruan_tinggi\": \"Akademi Keperawatan Luwuk\",\n            \"nama_singkat\": \"AKPER Luwuk\"\n        }\n    ]\n}"}],"_postman_id":"27792e84-42f4-4366-84cb-ae046af42418"},{"name":"GetProfilPT","id":"31c22b98-6644-4422-9abe-078f3e206193","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetProfilPT\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}:</b> String</li>\n    <li><b>{filter}:</b> String</li>\n    <li><b>{order}:</b> String</li>\n    <li><b>{limit}:</b> Integer</li>\n    <li><b>{offset}:</b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"dfa6c178-5fbe-45c1-b71b-b5e76741bb25","name":"GetProfilPT","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetProfilPT\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"908","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 05:03:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": [\n        {\n            \"id_perguruan_tinggi\": \"4gf4fcd5-69e0-4eca-b381-db314acdfdsw\",\n            \"kode_perguruan_tinggi\": \"344067  \",\n            \"nama_perguruan_tinggi\": \"Akademi Keperawatan Luwuk\",\n            \"telepon\": null,\n            \"faximile\": \"----\",\n            \"email\": null,\n            \"website\": null,\n            \"jalan\": null,\n            \"dusun\": null,\n            \"rt_rw\": null,\n            \"kelurahan\": \"-\",\n            \"kode_pos\": \"94700\",\n            \"id_wilayah\": \"000000  \",\n            \"nama_wilayah\": \"-\",\n            \"lintang_bujur\": null,\n            \"bank\": null,\n            \"unit_cabang\": null,\n            \"nomor_rekening\": null,\n            \"mbs\": \"0\",\n            \"luas_tanah_milik\": \"0\",\n            \"luas_tanah_bukan_milik\": \"0\",\n            \"sk_pendirian\": null,\n            \"tanggal_sk_pendirian\": null,\n            \"id_status_milik\": \"1\",\n            \"nama_status_milik\": \"Pemerintah Pusat\",\n            \"status_perguruan_tinggi\": \"A\",\n            \"sk_izin_operasional\": null,\n            \"tanggal_izin_operasional\": null\n        }\n    ]\n}\n"}],"_postman_id":"31c22b98-6644-4422-9abe-078f3e206193"},{"name":"GetCountPerguruanTinggi","id":"f2338f70-a52b-4653-8e13-1684a7e8112d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetCountPerguruanTinggi\",\n\t\"token\": \"7915e0aef495647fa084c957984f516a\",\n\t\"filter\": \"\"\n}"},"url":"https://10.211.55.3/ws/live2.php","urlObject":{"protocol":"https","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2338f70-a52b-4653-8e13-1684a7e8112d"}],"id":"799f8863-e3fb-4358-b26d-c8b82726f077","_postman_id":"799f8863-e3fb-4358-b26d-c8b82726f077","description":""},{"name":"View Prodi","item":[{"name":"GetAllProdi","id":"7194a5cb-9e93-42bc-9e43-add7f3648e87","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetAllProdi\",\n\t\"token\": \"7915e0aef495647fa084c957984f516a\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": \"\",\n\t\"offset\": \"\"\n}"},"url":"https://feeder.akper-luwuk.ac.id/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"https","path":["ws","live2.php"],"host":["feeder","akper-luwuk","ac","id"],"query":[],"variable":[]}},"response":[{"id":"6abc63dd-88a8-4b28-8701-327951a1c9e6","name":"GetAllProdi","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetAllProdi\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3606","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 05:23:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":[{\"id_perguruan_tinggi\":\"0cddb8be-9a5d-4d6b-a485-1008767660e3\",\"kode_perguruan_tinggi\":\"395001  \",\"nama_perguruan_tinggi\":\"Politeknik Kelautan dan Perikanan Sorong\",\"id_prodi\":\"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\"kode_program_studi\":\"54447\",\"nama_program_studi\":\"Teknik Budidaya Perikanan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"22\",\"nama_jenjang_pendidikan\":\"D3\"},{\"id_perguruan_tinggi\":\"0cddb8be-9a5d-4d6b-a485-1008767660e3\",\"kode_perguruan_tinggi\":\"395001  \",\"nama_perguruan_tinggi\":\"Politeknik Kelautan dan Perikanan Sorong\",\"id_prodi\":\"5b420e5c-31cc-4c09-8e22-4878f5d7ccdb\",\"kode_program_studi\":\"54443\",\"nama_program_studi\":\"Teknik Penangkapan Ikan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"22\",\"nama_jenjang_pendidikan\":\"D3\"},{\"id_perguruan_tinggi\":\"0cddb8be-9a5d-4d6b-a485-1008767660e3\",\"kode_perguruan_tinggi\":\"395001  \",\"nama_perguruan_tinggi\":\"Politeknik Kelautan dan Perikanan Sorong\",\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"kode_program_studi\":\"41401\",\"nama_program_studi\":\"Mekanisasi Perikanan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"22\",\"nama_jenjang_pendidikan\":\"D3\"},{\"id_perguruan_tinggi\":\"f8dd0a7c-a200-4988-bc60-78951ae95d1e\",\"kode_perguruan_tinggi\":\"091002  \",\"nama_perguruan_tinggi\":\"Universitas Muslim Indonesia\",\"id_prodi\":\"2e816836-c34c-4646-b960-0273398976a5\",\"kode_program_studi\":\"54243\",\"nama_program_studi\":\"Budidaya Perairan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"30\",\"nama_jenjang_pendidikan\":\"S1\"},{\"id_perguruan_tinggi\":\"27532ae3-89d4-4000-b1f0-05952fa8956f\",\"kode_perguruan_tinggi\":\"091005  \",\"nama_perguruan_tinggi\":\"Universitas Kristen Indonesia Tomohon\",\"id_prodi\":\"49770f5a-7a99-46ce-b4d3-b050745b08d4\",\"kode_program_studi\":\"77201\",\"nama_program_studi\":\"Teologi Kristen Protestan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"30\",\"nama_jenjang_pendidikan\":\"S1\"},{\"id_perguruan_tinggi\":\"de2cf910-1b98-4e48-a665-4ca8f6005259\",\"kode_perguruan_tinggi\":\"001005  \",\"nama_perguruan_tinggi\":\"Universitas Hasanuddin\",\"id_prodi\":\"1fe6751d-f9f8-4c9e-915e-a97e5f066de4\",\"kode_program_studi\":\"54246\",\"nama_program_studi\":\"Pemanfaatan Sumber Daya Perikanan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"30\",\"nama_jenjang_pendidikan\":\"S1\"},{\"id_perguruan_tinggi\":\"828fb966-3733-430e-86ff-909b764e2523\",\"kode_perguruan_tinggi\":\"002003  \",\"nama_perguruan_tinggi\":\"Institut Pertanian Bogor\",\"id_prodi\":\"cd4260e7-8aae-4549-ac03-1134a7e35a32\",\"kode_program_studi\":\"54148\",\"nama_program_studi\":\"Teknologi Perikanan Laut\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"35\",\"nama_jenjang_pendidikan\":\"S2\"},{\"id_perguruan_tinggi\":\"828fb966-3733-430e-86ff-909b764e2523\",\"kode_perguruan_tinggi\":\"002003  \",\"nama_perguruan_tinggi\":\"Institut Pertanian Bogor\",\"id_prodi\":\"3c39e53c-c98f-4857-8a3a-c56f682f695c\",\"kode_program_studi\":\"54145\",\"nama_program_studi\":\"Pengelolaan Sumberdaya Pesisir Dan Lautan\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"35\",\"nama_jenjang_pendidikan\":\"S2\"},{\"id_perguruan_tinggi\":\"f4245e44-b1ae-4a7e-a762-041c4b8bd4c2\",\"kode_perguruan_tinggi\":\"141005  \",\"nama_perguruan_tinggi\":\"Universitas Kristen Papua\",\"id_prodi\":\"5ab1f70c-5aca-481f-8dec-d903a4cf1f3b\",\"kode_program_studi\":\"77101\",\"nama_program_studi\":\"Teologi (Akademik)\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"35\",\"nama_jenjang_pendidikan\":\"S2\"},{\"id_perguruan_tinggi\":\"89c82da3-7b28-4305-82c4-347dae042847\",\"kode_perguruan_tinggi\":\"002002  \",\"nama_perguruan_tinggi\":\"Institut Teknologi Sepuluh Nopember\",\"id_prodi\":\"7085c3d0-1964-48ce-88f6-4eb7636382c2\",\"kode_program_studi\":\"21101\",\"nama_program_studi\":\"Teknik Mesin\",\"status\":\"A\",\"id_jenjang_pendidikan\":\"35\",\"nama_jenjang_pendidikan\":\"S2\"}]}"}],"_postman_id":"7194a5cb-9e93-42bc-9e43-add7f3648e87"},{"name":"GetProdi","id":"95144126-1afb-4f55-a7b3-0dba16f25391","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetProdi\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"95144126-1afb-4f55-a7b3-0dba16f25391"},{"name":"GetCountProdi","id":"b092b4b1-eb65-459b-adbb-951ea177ac50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetCountProdi\",\n\t\"token\": \"7915e0aef495647fa084c957984f516a\",\n\t\"filter\": \"\"\n}"},"url":"https://feeder.akper-luwuk.ac.id/ws/live2.php","urlObject":{"protocol":"https","path":["ws","live2.php"],"host":["feeder","akper-luwuk","ac","id"],"query":[],"variable":[]}},"response":[],"_postman_id":"b092b4b1-eb65-459b-adbb-951ea177ac50"}],"id":"d22a0cd7-f5ae-426d-a944-463a691bd38d","_postman_id":"d22a0cd7-f5ae-426d-a944-463a691bd38d","description":""},{"name":"CRUD Mahasiswa","item":[{"name":"GetListMahasiswa","id":"a6922510-7489-485b-9cc7-c712313bd821","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListMahasiswa\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6922510-7489-485b-9cc7-c712313bd821"},{"name":"GetBiodataMahasiswa","id":"b19b1e53-6038-4133-b7f4-fb1c311355bf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetBiodataMahasiswa\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"65e747c3-fd04-45de-a29a-12e498025a1b","name":"GetBiodataMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetBiodataMahasiswa\",\n\t\"token\": \"{token}\",\n\t\"filter\": \"{filter}\",\n\t\"order\": \"{order}\",\n\t\"limit\": {limit},\n\t\"offset\": {offset}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1713","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 05:50:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": [\n        {\n            \"nama_mahasiswa\": \"Ridwan Ayuba\",\n            \"jenis_kelamin\": \"L\",\n            \"tempat_lahir\": \"Banggai\",\n            \"tanggal_lahir\": \"1980-11-01\",\n            \"id_mahasiswa\": \"81638332-8d2j-9g1k-ghe6-00901c9b8f4b\",\n            \"id_agama\": \"1\",\n            \"nama_agama\": \"Islam\",\n            \"nik\": \"1234567890123456\",\n            \"nisn\": null,\n            \"npwp\": null,\n            \"id_negara\": \"ID\",\n            \"kewarganegaraan\": \"Indonesia\",\n            \"jalan\": null,\n            \"dusun\": \"Luwuk\",\n            \"rt\": null,\n            \"rw\": null,\n            \"kelurahan\": \"Luwuk\",\n            \"kode_pos\": null,\n            \"id_wilayah\": \"000000  \",\n            \"nama_wilayah\": \"-\",\n            \"id_jenis_tinggal\": \"1\",\n            \"nama_jenis_tinggal\": \"Bersama orang tua\",\n            \"id_alat_transportasi\": \"13\",\n            \"nama_alat_transportasi\": \"Sepeda motor\",\n            \"telepon\": null,\n            \"handphone\": null,\n            \"email\": null,\n            \"penerima_kps\": \"0\",\n            \"nomor_kps\": null,\n            \"nik_ayah\": \"0\",\n            \"nama_ayah\": null,\n            \"tanggal_lahir_ayah\": null,\n            \"id_pendidikan_ayah\": \"6\",\n            \"nama_pendidikan_ayah\": \"SMA / sederajat\",\n            \"id_pekerjaan_ayah\": \"5\",\n            \"nama_pekerjaan_ayah\": \"PNS/TNI/Polri\",\n            \"id_penghasilan_ayah\": \"14\",\n            \"nama_penghasilan_ayah\": \"Rp. 2,000,000 - Rp. 4,999,999\",\n            \"nik_ibu\": \"0\",\n            \"nama_ibu\": \"Ibu Saya\",\n            \"tanggal_lahir_ibu\": \"1976-04-15\",\n            \"id_pendidikan_ibu\": \"3\",\n            \"nama_pendidikan_ibu\": \"Putus SD\",\n            \"id_pekerjaan_ibu\": \"1\",\n            \"nama_pekerjaan_ibu\": \"Tidak bekerja\",\n            \"id_penghasilan_ibu\": null,\n            \"nama_penghasilan_ibu\": null,\n            \"nama_wali\": null,\n            \"tanggal_lahir_wali\": null,\n            \"id_pendidikan_wali\": null,\n            \"nama_pendidikan_wali\": null,\n            \"id_pekerjaan_wali\": null,\n            \"nama_pekerjaan_wali\": null,\n            \"id_penghasilan_wali\": null,\n            \"nama_penghasilan_wali\": null,\n            \"id_kebutuhan_khusus_mahasiswa\": \"0\",\n            \"nama_kebutuhan_khusus_mahasiswa\": \"Tidak ada\",\n            \"id_kebutuhan_khusus_ayah\": \"0\",\n            \"nama_kebutuhan_khusus_ayah\": \"Tidak ada\",\n            \"id_kebutuhan_khusus_ibu\": \"0\",\n            \"nama_kebutuhan_khusus_ibu\": \"Tidak ada\"\n        }\n    ]\n}"}],"_postman_id":"b19b1e53-6038-4133-b7f4-fb1c311355bf"},{"name":"InsertBiodataMahasiswa","id":"b6b70ea3-3ee5-4e5c-b5ae-4d24f93d7cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertBiodataMahasiswa\",\n\t\"token\": \"a24b6fd935d16df4f0c0db35c6d4e7ce\",\n\t\"record\": {\n\t\t\"nama_mahasiswa\": \"Pangeran Ridwan\",\n\t\t\"jenis_kelamin\": \"L\",\n\t\t\"tempat_lahir\": \"Banggai\",\n\t\t\"tanggal_lahir\": \"2001-03-03\",\n\t\t\"id_agama\": 1,\n\t\t\"nik\": \"8208060305400002\",\n\t\t\"nisn\": null,\n\t\t\"npwp\": null,\n\t\t\"kewarganegaraan\": \"ID\",\n\t\t\"jalan\": \"Jl. Raya tanjung situ\",\n\t\t\"dusun\": null,\n\t\t\"rt\": 5,\n\t\t\"rw\": 0,\n\t\t\"kelurahan\": \"Kelurahan Tanjung Situ\",\n\t\t\"kode_pos\": null,\n\t\t\"id_wilayah\": 999999,\n\t\t\"id_jenis_tinggal\": 1,\n\t\t\"id_alat_transportasi\": null,\n\t\t\"telepon\": null,\n\t\t\"handphone\": null,\n\t\t\"email\": null,\n\t\t\"penerima_kps\": 0,\n\t\t\"nomor_kps\": null,\n\t\t\"nik_ayah\": \"8208060305400001\",\n\t\t\"nama_ayah\": \"Ayahku\",\n\t\t\"tanggal_lahir_ayah\": \"1980-10-01\",\n\t\t\"id_pendidikan_ayah\": 35,\n\t\t\"id_pekerjaan_ayah\": 6,\n\t\t\"id_penghasilan_ayah\": 13,\n\t\t\"nik_ibu\": \"8208060305400001\",\n\t\t\"nama_ibu_kandung\": \"Ibuku\",\n\t\t\"tanggal_lahir_ibu\": \"1982-01-04\",\n\t\t\"id_pendidikan_ibu\": 20,\n\t\t\"id_pekerjaan_ibu\": 9,\n\t\t\"id_penghasilan_ibu\": 14,\n\t\t\"nama_wali\": null,\n\t\t\"tanggal_lahir_wali\": null,\n\t\t\"id_pendidikan_wali\": null,\n\t\t\"id_pekerjaan_wali\": null,\n\t\t\"id_penghasilan_wali\": null,\n\t\t\"id_kebutuhan_khusus_mahasiswa\": 0,\n\t\t\"id_kebutuhan_khusus_ayah\": 0,\n\t\t\"id_kebutuhan_khusus_ibu\": 0\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6b70ea3-3ee5-4e5c-b5ae-4d24f93d7cb4"},{"name":"UpdateBiodataMahasiswa","id":"49ef78ce-52b8-42d5-8015-91bf40497acd","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"49ef78ce-52b8-42d5-8015-91bf40497acd"},{"name":"DeleteBiodataMahasiswa","id":"1052894b-2c2a-454f-86ff-8144ab9dbf40","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"DeleteBiodataMahasiswa\",\n\t\"token\": \"ef99c2446a384fbc918f0b87bb8301d6\",\n\t\"key\": {\n\t\t\"id_mahasiswa\": \"d835a572-4d51-420c-a470-428be55c08b3\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"1052894b-2c2a-454f-86ff-8144ab9dbf40"}],"id":"865e847d-7778-44c7-97d5-bccb0959bf41","_postman_id":"865e847d-7778-44c7-97d5-bccb0959bf41","description":""},{"name":"CRUD Riwayat Pendidikan Mhs","item":[{"name":"InsertRiwayatPendidikanMahasiswa","id":"5595b507-3df2-4f1f-80e3-8e8d8dc53b37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"act\": \"InsertRiwayatPendidikanMahasiswa\",\n  \"token\": \"acf31c0465517c88108aad88d19c6291\",\n  \"record\": {\n    \"id_mahasiswa\": \"ff631c92-fac1-4f1c-b85c-17a2bc5e8566\",\n    \"nim\": \"09827\",\n    \"id_jenis_daftar\": 1,\n    \"id_jalur_daftar\": 5,\n    \"id_periode_masuk\": \"20181\",\n    \"tanggal_daftar\": \"2018-07-23\",\n    \"id_perguruan_tinggi\": \"0cddb8be-9a5d-4d6b-a485-1008767660e3\",\n    \"id_prodi\": \"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\n    \"id_bidang_minat\": \"\",\n    \"sks_diakui\": null,\n    \"id_perguruan_tinggi_asal\": null,\n    \"id_prodi_asal\": null,\n    \"id_pembiayaan\": null,\n    \"biaya_masuk\": 120393\n  }\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"5595b507-3df2-4f1f-80e3-8e8d8dc53b37"},{"name":"DeleteRiwayatPendidikanMahasiswa","id":"8b6588b4-1ba0-428e-a90b-e77923c8d927","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"DeleteRiwayatPendidikanMahasiswa\",\n\t\"token\": \"93483343bbe195701f12567140e9eccd\",\n\t\"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"856748fd-63eb-4a4e-9704-aa39c58f13ab\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"80cfe91e-1110-4d3c-bbb3-c04e1b731408","name":"DeleteRiwayatPendidikanMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"DeleteRiwayatPendidikanMahasiswa\",\n\t\"token\": \"93483343bbe195701f12567140e9eccd\",\n\t\"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"856748fd-63eb-4a4e-9704-aa39c58f13ab\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"106","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Jul 2018 13:22:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_registrasi_mahasiswa='856748fd-63eb-4a4e-9704-aa39c58f13ab'\"}"}],"_postman_id":"8b6588b4-1ba0-428e-a90b-e77923c8d927"},{"name":"UpdateRiwayatPendidikanMahasiswa","id":"32b300d9-1018-4618-b645-08ce3988ae33","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"UpdateRiwayatPendidikanMahasiswa\",\n\t\"token\": \"dcae58ada223e189abb4be3eb41e998f\",\n\t\"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"d63649a3-d6fe-444a-923c-482af4e3f67e\"\n\t},\n\t\"record\": {\n\t\t\"id_mahasiswa\": \"9d97f295-1477-4a93-a235-37bd13ca71e4\",\n\t\t\"nim\": \"20334173\",\n\t\t\"id_jenis_daftar\": 1,\n\t\t\"id_jalur_daftar\": 1,\n\t\t\"id_periode_masuk\": \"20031\",\n\t\t\"tanggal_daftar\": \"2003-09-08\",\n\t\t\"id_perguruan_tinggi\": \"3dd4fcd5-69e0-4eca-b381-db314acdff8c\",\n\t\t\"id_prodi\": \"5d11bdfe-6be6-48c0-85fb-5f4440eef5c4\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"cf18778a-a2d8-4a2e-9af5-5557a76bad11","name":"UpdateRiwayatPendidikanMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"UpdateRiwayatPendidikanMahasiswa\",\n\t\"token\": \"3683b44470f66a8fe2500acf8e66b40b\",\n\t\"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"d63649a3-d6fe-444a-923c-482af4e3f67e\"\n\t},\n\t\"record\": {\n\t\t\"id_mahasiswa\": \"9d97f295-1477-4a93-a235-37bd13ca71e4\",\n\t\t\"nim\": \"20334173\",\n\t\t\"id_jenis_daftar\": 1,\n\t\t\"id_jalur_daftar\": 1,\n\t\t\"id_periode_masuk\": \"20031\",\n\t\t\"tanggal_daftar\": \"2003-09-08\",\n\t\t\"id_perguruan_tinggi\": \"3dd4fcd5-69e0-4eca-b381-db314acdff8c\",\n\t\t\"id_prodi\": \"5d11bdfe-6be6-48c0-85fb-5f4440eef5c4\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"106","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 27 Sep 2018 06:15:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_registrasi_mahasiswa='d63649a3-d6fe-444a-923c-482af4e3f67e'\"}"}],"_postman_id":"32b300d9-1018-4618-b645-08ce3988ae33"},{"name":"GetListRiwayatPendidikanMahasiswa","id":"f65b698a-4036-4edc-97d6-30846bb18548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"act\":\"GetListRiwayatPendidikanMahasiswa\",\n    \"token\":\"b1a87f84d0cfc5ad1e827735a8883f4a\",\n    \"filter\":\"kode_mata_kuliah='MKK152'\",\n    \"order\":\"\",\n    \"limit\":null,\n    \"offset\":0\n}","options":{"raw":{"language":"json"}}},"url":"https://feeder.unismuhluwuk.ac.id/ws/live2.php","urlObject":{"protocol":"https","path":["ws","live2.php"],"host":["feeder","unismuhluwuk","ac","id"],"query":[],"variable":[]}},"response":[],"_postman_id":"f65b698a-4036-4edc-97d6-30846bb18548"},{"name":"InsertMahasiswaLulusDO","id":"58bf9cf3-b493-430a-9d3a-4667fb0cd9f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertMahasiswaLulusDO\",\n\t\"token\": \"{{token}}\",\n\t\"record\": {\n        \"id_registrasi_mahasiswa\": \"902d14b3-485c-49ef-9d75-91bbd8c149e1\",\n        \"id_jenis_keluar\": \"1\",\n        \"tanggal_keluar\": \"2022-04-03\",\n        \"id_periode_keluar\": 20212,\n        \"keterangan\": \"\",\n        \"nomor_sk_yudisium\": \"\",\n        \"tanggal_sk_yudisium\": \"2022-04-03\",\n        \"ipk\": 3.14,\n        \"nomor_ijazah\": \"\",\n        \"jalur_skripsi\": \"\",\n        \"judul_skripsi\": \"\",\n        \"bulan_awal_bimbingan\": \"\",\n        \"bulan_akhir_bimbingan\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"58bf9cf3-b493-430a-9d3a-4667fb0cd9f7"}],"id":"4f735b8a-dff7-4576-8eb5-0fe3882b352b","_postman_id":"4f735b8a-dff7-4576-8eb5-0fe3882b352b","description":""},{"name":"Kurikulum","item":[{"name":"UpdateKurikulum","id":"b2eebaa2-f353-41a2-a6fc-915fd7acbb9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"act\":\"UpdateKurikulum\",\n    \"token\":\"8230c4f72c065bd5c0cb382334eb8763\",\n    \"key\":{\"id_kurikulum\":\"d1e48667-0d84-4a8f-b168-c05beb95e4ff\"},\n    \"record\":{\n        \"nama_kurikulum\":\"KURIKULUM KKNI 2018\",\n        \"id_prodi\":\"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n        \"id_semester\":\"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n        \"jumlah_sks_lulus\":146,\n        \"jumlah_sks_wajib\":142,\n        \"jumlah_sks_pilihan\":142\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://{{url-feeder}/ws/sandbox2.php","urlObject":{"protocol":"http","path":["ws","sandbox2.php"],"host":["{{url-feeder}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2eebaa2-f353-41a2-a6fc-915fd7acbb9e"},{"name":"InsertKurikulum","id":"d3602cb9-9f47-4992-a48c-a568b73166c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"act\":\"InsertKurikulum\",\n    \"token\":\"8230c4f72c065bd5c0cb382334eb8763\",\n    \"record\":{\n        \"nama_kurikulum\":\"Kurikulum baru\",\n        \"id_prodi\":\"b3f5ef96-67db-4d1e-9f59-9e4cec4ecab8\",\n        \"id_semester\":\"20211\",\n        \"jumlah_sks_lulus\":\"145\",\n        \"jumlah_sks_wajib\":\"140\",\n        \"jumlah_sks_pilihan\":\"5\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://{{url-feeder}/ws/sandbox2.php","urlObject":{"protocol":"http","path":["ws","sandbox2.php"],"host":["{{url-feeder}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3602cb9-9f47-4992-a48c-a568b73166c4"},{"name":"DeleteKurikulum","id":"9244a8d3-3e86-4794-954d-3185680fa27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"act\":\"DeleteKurikulum\",\n    \"token\":\"8230c4f72c065bd5c0cb382334eb8763\",\n    \"key\":{\"id_kurikulum\":\"b1ddc61d-1f28-41e7-8ab7-8e39d895ea26\"}\n}","options":{"raw":{"language":"json"}}},"url":"http://{{url-feeder}}/ws/sandbox2.php","urlObject":{"protocol":"http","path":["ws","sandbox2.php"],"host":["{{url-feeder}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9244a8d3-3e86-4794-954d-3185680fa27f"}],"id":"f631882f-bdf1-41f0-b003-82d3af7752ef","_postman_id":"f631882f-bdf1-41f0-b003-82d3af7752ef","description":""},{"name":"Mata Kuliah","item":[{"name":"GetListMataKuliah","id":"00a45f68-d969-4833-a516-4583249179e1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListMataKuliah\",\n\t\"token\": \"8b7ebe30fdeaa306b66a1c33d146c4af\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 2,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"0d36bb92-1e77-4eca-8543-ae3644009901","name":"GetListMataKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListMataKuliah\",\n\t\"token\": \"8b7ebe30fdeaa306b66a1c33d146c4af\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 2,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"700","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 03:23:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":[{\"id_matkul\":\"806b56eb-12b0-4043-b77f-96d572cc7fdd\",\"kode_mata_kuliah\":\"MP 2.29.5.3\",\"nama_mata_kuliah\":\"Penanganan dan Penyimpanan Ikan Hasil Tangkapan\",\"sks_mata_kuliah\":\"3.00\",\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"nama_program_studi\":\"D3 Mekanisasi Perikanan\",\"id_jenis_mata_kuliah\":\"A\",\"id_kelompok_mata_kuliah\":\"B\"},{\"id_matkul\":\"bf1c178f-db74-4454-8b87-cfe5d1c7fc96\",\"kode_mata_kuliah\":\"MP 2.30.5.2\",\"nama_mata_kuliah\":\"Mesin Uap dan Turbin Kapal Perikanan\",\"sks_mata_kuliah\":\"2.00\",\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\"nama_program_studi\":\"D3 Mekanisasi Perikanan\",\"id_jenis_mata_kuliah\":\"A\",\"id_kelompok_mata_kuliah\":\"B\"}]}"}],"_postman_id":"00a45f68-d969-4833-a516-4583249179e1"},{"name":"InsertMataKuliah","id":"870243ea-c8fc-4812-884a-29203a3a3e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertMataKuliah\",\n\t\"token\": \"db6058b22021c1bc883d0daeab494d7d\",\n\t\"record\": {\n\t\t\"kode_mata_kuliah\": \"KR001\",\n\t\t\"nama_mata_kuliah\": \"Pendidikan Karakter Berbangsa\",\n\t\t\"id_prodi\": \"b8g3da60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_jenis_mata_kuliah\": \"A\",\n\t\t\"id_kelompok_mata_kuliah\": \"A\",\n\t\t\"sks_mata_kuliah\": 3.00,\n\t\t\"sks_tatap_muka\": 1.00,\n\t\t\"sks_praktek\": 2.00,\n\t\t\"sks_praktek_lapangan\": 0.00,\n\t\t\"sks_simulasi\": 0.00,\n        \"metode_kuliah\": \"\",\n\t\t\"ada_sap\": 0,\n\t\t\"ada_silabus\": 0,\n\t\t\"ada_bahan_ajar\": 0,\n\t\t\"ada_acara_praktek\": 0,\n\t\t\"ada_diktat\": 0,\n\t\t\"tanggal_mulai_efektif\": \"2018-07-22\",\n\t\t\"tanggal_akhir_efektif\": \"2022-07-22\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"21bd0d83-f915-46fd-979a-1d13d87a1f60","name":"InsertMataKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertMataKuliah\",\n\t\"token\": \"db6058b22021c1bc883d0daeab494d7d\",\n\t\"record\": {\n\t\t\"kode_mata_kuliah\": \"KR001\",\n\t\t\"nama_mata_kuliah\": \"Pendidikan Karakter Berbangsa\",\n\t\t\"id_prodi\": \"b8g3da60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_jenis_mata_kuliah\": \"A\",\n\t\t\"id_kelompok_mata_kuliah\": \"A\",\n\t\t\"sks_mata_kuliah\": 3.00,\n\t\t\"sks_tatap_muka\": 1.00,\n\t\t\"sks_praktek\": 2.00,\n\t\t\"sks_praktek_lapangan\": 0.00,\n\t\t\"sks_simulasi\": 0.00,\n\t\t\"ada_sap\": 0,\n\t\t\"ada_silabus\": 0,\n\t\t\"ada_bahan_ajar\": 0,\n\t\t\"ada_acara_praktek\": 0,\n\t\t\"ada_diktat\": 0,\n\t\t\"tanggal_mulai_efektif\": \"2018-07-22\",\n\t\t\"tanggal_akhir_efektif\": \"2022-07-22\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"94","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 22 Jul 2018 12:52:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_matkul\":\"f0ee2ea0-5734-4ce5-8155-d26da5637d01\"}}"}],"_postman_id":"870243ea-c8fc-4812-884a-29203a3a3e91"},{"name":"UpdateMataKuliah","id":"4c17f166-88fe-48ee-81f0-502b1ad59c70","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"UpdateMataKuliah\",\n\t\"token\": \"a477f13efa65a153f0f50b14cbf62017\",\n\t\"key\": {\n\t\t\"id_matkul\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\"\n\t},\n\t\"record\": {\n\t\t\"kode_mata_kuliah\": \"KR001\",\n\t\t\"nama_mata_kuliah\": \"Pendidikan Karakter Berbangsa dan Bernegara\",\n\t\t\"id_prodi\": \"b8g3da60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_jenis_mata_kuliah\": \"A\",\n\t\t\"id_kelompok_mata_kuliah\": \"A\",\n\t\t\"sks_mata_kuliah\": 3.00,\n\t\t\"sks_tatap_muka\": 1.00,\n\t\t\"sks_praktek\": 2.00,\n\t\t\"sks_praktek_lapangan\": 0.00,\n\t\t\"sks_simulasi\": 0.00,\n\t\t\"ada_sap\": 0,\n\t\t\"ada_silabus\": 0,\n\t\t\"ada_bahan_ajar\": 0,\n\t\t\"ada_acara_praktek\": 0,\n\t\t\"ada_diktat\": 0,\n\t\t\"tanggal_mulai_efektif\": null\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"d6a27a31-88dd-46fa-97d2-c4c46e7c4ae2","name":"UpdateMataKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"UpdateMataKuliah\",\n\t\"token\": \"a477f13efa65a153f0f50b14cbf62017\",\n\t\"key\": {\n\t\t\"id_matkul\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\"\n\t},\n\t\"record\": {\n\t\t\"kode_mata_kuliah\": \"KR001\",\n\t\t\"nama_mata_kuliah\": \"Pendidikan Karakter Berbangsa dan Bernegara\",\n\t\t\"id_prodi\": \"b8g3da60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_jenis_mata_kuliah\": \"A\",\n\t\t\"id_kelompok_mata_kuliah\": \"A\",\n\t\t\"sks_mata_kuliah\": 3.00,\n\t\t\"sks_tatap_muka\": 1.00,\n\t\t\"sks_praktek\": 2.00,\n\t\t\"sks_praktek_lapangan\": 0.00,\n\t\t\"sks_simulasi\": 0.00,\n\t\t\"ada_sap\": 0,\n\t\t\"ada_silabus\": 0,\n\t\t\"ada_bahan_ajar\": 0,\n\t\t\"ada_acara_praktek\": 0,\n\t\t\"ada_diktat\": 0,\n\t\t\"tanggal_mulai_efektif\": null\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"92","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 02:04:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_matkul='a4c4bc65-2b50-4610-9108-35df2492b6bf'\"}"}],"_postman_id":"4c17f166-88fe-48ee-81f0-502b1ad59c70"},{"name":"DeleteMataKuliah","id":"ed2e6f8b-55aa-4327-ba59-626ae29afb0b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteMataKuliah\",\n\t\"token\":\"185ce29cdff70db6fd6df81b91f4d20f\",\n\t\"key\":{\"id_matkul\":\"a4c4bc65-2b50-4610-9108-35df2492b6bf\"}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"873ba2cd-953e-44d5-b7c9-8bcedeb54ba9","name":"DeleteMataKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteMataKuliah\",\n\t\"token\":\"185ce29cdff70db6fd6df81b91f4d20f\",\n\t\"key\":{\"id_matkul\":\"a4c4bc65-2b50-4610-9108-35df2492b6bf\"}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"92","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 03:01:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_matkul='a4c4bc65-2b50-4610-9108-35df2492b6bf'\"}"}],"_postman_id":"ed2e6f8b-55aa-4327-ba59-626ae29afb0b"}],"id":"b52d4b53-9efd-4f7b-9a59-d769cc1f9e39","_postman_id":"b52d4b53-9efd-4f7b-9a59-d769cc1f9e39","description":""},{"name":"Kelas Perkuliahan","item":[{"name":"InsertKelasKuliah","id":"c8308926-1da4-4b7c-9fd7-06c39be875b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertKelasKuliah\",\n\t\"token\": \"aced622c77459355ff20420c3c4cc348\",\n\t\"record\": {\n\t\t\"id_prodi\": \"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\n\t\t\"id_semester\": \"20171\",\n\t\t\"id_matkul\": \"0220c580-84ed-4ecb-9155-ea06c1f8dd5e\",\n\t\t\"nama_kelas_kuliah\": \"ITBP\",\n\t\t\"bahasan\": null,\n\t\t\"tanggal_mulai_efektif\": null,\n\t\t\"tanggal_akhir_efektif\": null,\n        \"tanggal_tutup_daftar\": null,\n        \"apa_untuk_pditt\": 0,\n        \"kapasitas\": 0,\n        \"lingkup\": 1,\n        \"mode\": \"M\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"fec4656f-8a08-45dd-8b36-e78f962a995e","name":"InsertKelasKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertKelasKuliah\",\n\t\"token\": \"aced622c77459355ff20420c3c4cc348\",\n\t\"record\": {\n\t\t\"id_prodi\": \"60b4f639-c3be-43f1-916b-3235bfb3fd64\",\n\t\t\"id_semester\": \"20171\",\n\t\t\"id_matkul\": \"0220c580-84ed-4ecb-9155-ea06c1f8dd5e\",\n\t\t\"nama_kelas_kuliah\": \"ITBP\",\n\t\t\"bahasan\": null,\n\t\t\"tanggal_mulai_efektif\": null,\n\t\t\"tanggal_akhir_efektif\": null\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"100","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 26 Jul 2018 02:20:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_kelas_kuliah\":\"a1823ceb-1bf6-4654-85ff-b3c9296a7808\"}}"}],"_postman_id":"c8308926-1da4-4b7c-9fd7-06c39be875b4"},{"name":"GetListKelasKuliah","id":"585d5fdf-6188-47ec-8608-868a5a16d6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListKelasKuliah\",\n\t\"token\": \"83d7e6f2b01578eea5629d4b4060efe5\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 20,\n\t\"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["116","193","191","92"],"query":[],"variable":[]}},"response":[],"_postman_id":"585d5fdf-6188-47ec-8608-868a5a16d6eb"},{"name":"GetDetailKelasKuliah","id":"0d19f4f6-baaf-432f-8dfb-35277bb974ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDetailKelasKuliah\",\n\t\"token\": \"83d7e6f2b01578eea5629d4b4060efe5\",\n\t\"filter\": \"kode_mata_kuliah='HKM1406' AND id_semester='20202' AND nama_kelas_kuliah='A'\",\n\t\"order\": \"\",\n\t\"limit\": 20,\n\t\"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/sandbox2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","sandbox2.php"],"host":["116","193","191","92"],"query":[],"variable":[]}},"response":[{"id":"e1640667-98b7-4aaa-865e-3ebe05e831d6","name":"GetDetailKelasKuliah","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDetailKelasKuliah\",\n\t\"token\": \"83d7e6f2b01578eea5629d4b4060efe5\",\n\t\"filter\": \"kode_mata_kuliah='HKM1406' AND id_semester='20202' AND nama_kelas_kuliah='A'\",\n\t\"order\": \"\",\n\t\"limit\": 20,\n\t\"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/sandbox2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Sep 2021 03:11:02 GMT"},{"key":"Server","value":"Apache"},{"key":"Content-Length","value":"610"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": [\n        {\n            \"id_kelas_kuliah\": \"01ff13fd-9f40-4bf1-85a7-f986a8fffa11\",\n            \"id_prodi\": \"5e29a4f9-7a66-4664-9e93-a6ad6cd7b000\",\n            \"nama_program_studi\": \"S1 Ilmu Hukum\",\n            \"id_semester\": \"20202\",\n            \"nama_semester\": \"2020/2021 Genap\",\n            \"id_matkul\": \"3b392ae2-7283-41c8-af1f-2cef009e5c0e\",\n            \"kode_mata_kuliah\": \"HKM1406\",\n            \"nama_mata_kuliah\": \"HUKUM ASURANSI\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"bahasan\": null,\n            \"lingkup\": \"1\",\n            \"mode\": \"O\",\n            \"tanggal_mulai_efektif\": \"2021-02-01\",\n            \"tanggal_akhir_efektif\": \"2021-06-08\",\n            \"kapasitas\": null,\n            \"tanggal_tutup_daftar\": null,\n            \"prodi_penyelenggara\": null,\n            \"perguruan_tinggi_penyelenggara\": null\n        }\n    ]\n}"}],"_postman_id":"0d19f4f6-baaf-432f-8dfb-35277bb974ac"}],"id":"938cb87b-b64f-4791-b23d-edaf944866f7","_postman_id":"938cb87b-b64f-4791-b23d-edaf944866f7","description":""},{"name":"KRS - Nilai","item":[{"name":"InsertPesertaKelasKuliah","id":"3d5da0fe-67e4-4a93-9d02-c4bf38e16d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertPesertaKelasKuliah\",\n\t\"token\": \"b85cef446a6b851a8adfa9a1d807bac1\",\n\t\"record\": {\n\t\t\"id_kelas_kuliah\": \"e441ba9b-1cea-425f-84e8-29a6900945da\",\n\t\t\"id_registrasi_mahasiswa\": \"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"acc9d1ac-933f-41b1-b46b-0d858e7a18e2","name":"InsertPesertaKelasKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"InsertPesertaKelasKuliah\",\n\t\"token\": \"b85cef446a6b851a8adfa9a1d807bac1\",\n\t\"record\": {\n\t\t\"id_kelas_kuliah\": \"e441ba9b-1cea-425f-84e8-29a6900945da\",\n\t\t\"id_registrasi_mahasiswa\": \"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"165","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 26 Jul 2018 03:37:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_registrasi_mahasiswa\":\"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\",\"id_kelas_kuliah\":\"e441ba9b-1cea-425f-84e8-29a6900945da\"}}"}],"_postman_id":"3d5da0fe-67e4-4a93-9d02-c4bf38e16d07"},{"name":"UpdateNilaiPerkuliahanKelas","id":"f44e33f1-3bbb-475d-83ec-178827ebc42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"UpdateNilaiPerkuliahanKelas\",\n\t\"token\": \"b85cef446a6b851a8adfa9a1d807bac1\",\n    \"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\",\n        \"id_kelas_kuliah\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\"\n\t},\n\t\"record\": {\n\t\t\"nilai_angka\": 3,\n        \"nilai_indeks\": 4,\n        \"nilai_huruf\": \"A\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"f44e33f1-3bbb-475d-83ec-178827ebc42d"},{"name":"DeletePesertaKelasKuliah","id":"da8c8535-bc51-4d74-9122-48541f1391a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"DeletePesertaKelasKuliah\",\n\t\"token\": \"b85cef446a6b851a8adfa9a1d807bac1\",\n    \"key\": {\n\t\t\"id_registrasi_mahasiswa\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\",\n        \"id_kelas_kuliah\": \"a4c4bc65-2b50-4610-9108-35df2492b6bf\"\n\t},\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"da8c8535-bc51-4d74-9122-48541f1391a1"},{"name":"GetDetailNilaiPerkuliahanKelas","id":"4c512d27-c148-4016-bb85-c07e6792a6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDetailNilaiPerkuliahanKelas\",\n\t\"token\": \"05353d30c1b9617d41226223d0b0f9d2\",\n    \"limit\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/sandbox2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","sandbox2.php"],"host":["116","193","191","92"],"query":[],"variable":[]}},"response":[{"id":"5dd943a9-6ed8-4c10-bd0c-00e41d8ed576","name":"GetDetailNilaiPerkuliahanKelas","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetDetailNilaiPerkuliahanKelas\",\n\t\"token\": \"05353d30c1b9617d41226223d0b0f9d2\",\n    \"limit\": 30\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/sandbox2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Sep 2021 12:17:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": [\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"ce717b62-d2b1-4f1f-8c49-3d091ce0e6a6\",\n            \"kode_mata_kuliah\": \"PPO021\",\n            \"nama_mata_kuliah\": \"PEMBELAJARAN FUTSAL\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"009755e8-d6f7-4073-875c-c1feec450199\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"9d3e09bc-fdd7-47ab-8f4f-6566accded33\",\n            \"id_mahasiswa\": \"923c63c8-bbe9-44b9-b1c2-d891853a5475\",\n            \"nim\": \"17081040\",\n            \"nama_mahasiswa\": \"ABDUL SISWONO\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2017\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"01e11d21-1589-47b1-9f2d-fc782c2fbeb3\",\n            \"id_mahasiswa\": \"6fbe796b-68ee-4aff-ab3b-666c3f4e45cd\",\n            \"nim\": \"18081020\",\n            \"nama_mahasiswa\": \"MUH HUSAIN A.HI MAHMUD\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"06bfce1a-e008-47f1-9f1c-e0403533af36\",\n            \"id_mahasiswa\": \"486d614b-dcf5-4e6a-b6e9-38cd90fec741\",\n            \"nim\": \"19081027\",\n            \"nama_mahasiswa\": \"MARLINA SA'AMAD\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2019\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"19631b81-b671-4a21-b828-bc1652afaf45\",\n            \"id_mahasiswa\": \"614c6799-04c3-42d4-9dec-bd594d61e21a\",\n            \"nim\": \"18081043\",\n            \"nama_mahasiswa\": \"ADRIANSYAH G. TAMOK\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"1f2d0463-7d15-44be-b983-831f6159ff9f\",\n            \"id_mahasiswa\": \"8dc57438-7c2e-4dd2-883a-fe5f09b6dc36\",\n            \"nim\": \"19081029\",\n            \"nama_mahasiswa\": \"SITI ASTUTI DATU ADAM\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2019\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"297ad3c7-42fa-4721-ab4d-f1a1f3fde0ae\",\n            \"id_mahasiswa\": \"a624855a-cb2b-4b4c-8e1a-7d96b6ab15bc\",\n            \"nim\": \"18081033\",\n            \"nama_mahasiswa\": \"IRSAN\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"30e414e2-3820-43b4-af36-741e4ccd47a4\",\n            \"id_mahasiswa\": \"c1c7e737-1990-4e57-bffd-2b3d9ae997bf\",\n            \"nim\": \"19081020\",\n            \"nama_mahasiswa\": \"SUSTIANA SETE\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2019\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"3c155809-11ac-4e15-8b79-69301619585a\",\n            \"id_mahasiswa\": \"cfc21032-8cbf-474e-8e3f-f6b4613cb54e\",\n            \"nim\": \"18081023\",\n            \"nama_mahasiswa\": \"I GUSTI PUTU OCHSANTO\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"4616a3fe-73d1-4394-8708-8ae6dbaa026b\",\n            \"id_mahasiswa\": \"a1943e2b-1fcf-4c03-a437-77be5be78d86\",\n            \"nim\": \"18081050\",\n            \"nama_mahasiswa\": \"WIRSAN HARUNA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"4a795647-bcf8-4911-9512-53d52eaf9e41\",\n            \"id_mahasiswa\": \"6e9d4027-e39e-4973-ad95-03e76476ce65\",\n            \"nim\": \"18081018\",\n            \"nama_mahasiswa\": \"RIFANDI LAANDI\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"4c166dd7-2f9f-402c-8689-d8764b5ed811\",\n            \"id_mahasiswa\": \"ed89bca1-fd86-4292-ae4a-e29af7092194\",\n            \"nim\": \"17081020\",\n            \"nama_mahasiswa\": \"MOH ZULKARNAIN GANI\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2017\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"4f79fc0f-10a8-47cb-a934-4f7f69ea2a9f\",\n            \"id_mahasiswa\": \"51ef47bd-fc44-491c-96bc-89af52eb4c42\",\n            \"nim\": \"18081021\",\n            \"nama_mahasiswa\": \"JERI ALEN CANDRA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"5544a084-4c5c-4e2f-b607-ab4445d22dc4\",\n            \"id_mahasiswa\": \"921d7424-3590-4944-ae99-2da9a1fffbf8\",\n            \"nim\": \"18018030\",\n            \"nama_mahasiswa\": \"RAMLI LADONGE\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"5ba90baa-631f-4142-b909-bd7236cd8538\",\n            \"id_mahasiswa\": \"dc9e24ec-1dc0-43d7-a231-4ce3e9e6b1c4\",\n            \"nim\": \"18081010\",\n            \"nama_mahasiswa\": \"AMIN RAIS LATINULU\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"5bf74125-db72-4374-b52e-e81c02ab002b\",\n            \"id_mahasiswa\": \"be108dc4-ab4e-4017-aff4-bd8ef66580b0\",\n            \"nim\": \"18081047\",\n            \"nama_mahasiswa\": \"NANDA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"671eb44d-4df2-458b-b0de-b55379449019\",\n            \"id_mahasiswa\": \"35e28941-3eec-42a8-8c84-438d19703970\",\n            \"nim\": \"18081028\",\n            \"nama_mahasiswa\": \"WIRANTO HI. UMAR\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"6ccf1f06-5f5f-4dac-b2db-b566d7029494\",\n            \"id_mahasiswa\": \"d02b85ae-ab61-41c9-97d4-9021201ef183\",\n            \"nim\": \"18081014\",\n            \"nama_mahasiswa\": \"ZULKIFLI R DUKALANG\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"81e96f29-938c-4d91-b2bb-6700e4638489\",\n            \"id_mahasiswa\": \"892a6224-7308-4061-ba55-e1250e8c3ce9\",\n            \"nim\": \"18081046\",\n            \"nama_mahasiswa\": \"MUH FIKRI AGUSTA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"83264da3-67f6-4264-9767-6b9688d3de07\",\n            \"id_mahasiswa\": \"de5838b4-5b3c-489c-95eb-bdcc37a4f399\",\n            \"nim\": \"18081029\",\n            \"nama_mahasiswa\": \"JASTEN BAKAR\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"858b4bbe-2d91-42ed-b7aa-7f4f5a093a6d\",\n            \"id_mahasiswa\": \"9ca6d472-9f30-4996-8ea3-ded6b950a1a4\",\n            \"nim\": \"18081031\",\n            \"nama_mahasiswa\": \"KIPRIAWAN LUANDE\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"2.00\",\n            \"nilai_huruf\": \"C  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"9084aa0e-987a-4548-840b-1b170a46fc91\",\n            \"id_mahasiswa\": \"745ac588-c7e1-4f76-b801-12d3c89ed5c1\",\n            \"nim\": \"19081022\",\n            \"nama_mahasiswa\": \"ROSTINA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2019\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"b2b21c51-8a8e-4abb-834a-01e7829f45f7\",\n            \"id_mahasiswa\": \"8fad6109-78c4-4d39-813c-0b895ec8c96e\",\n            \"nim\": \"18018003\",\n            \"nama_mahasiswa\": \"ZULFIKAR ISIMA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"c56add46-75ab-4fe3-9603-0eb7e424b732\",\n            \"id_mahasiswa\": \"831dd658-6caa-4c93-bf69-5ab552f7d9cf\",\n            \"nim\": \"18081032\",\n            \"nama_mahasiswa\": \"HIDAYAT A. DG RAMLI\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"cb0d056d-101b-4aad-bf91-6a27ae0276cb\",\n            \"id_mahasiswa\": \"fd7c7de7-7200-4a36-b7ab-5a2b3b42d18c\",\n            \"nim\": \"19081025\",\n            \"nama_mahasiswa\": \"RICO\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2019\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"cd9436cb-430d-40dc-a465-42c2fbb097e5\",\n            \"id_mahasiswa\": \"7ecd8538-ae2b-4b11-b507-e41f00608758\",\n            \"nim\": \"18081011\",\n            \"nama_mahasiswa\": \"FRISCHA PRISCILLIA M\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"ce794e02-3f77-4d2c-b1ae-a1121330d71c\",\n            \"id_mahasiswa\": \"1e7fffe3-8af9-40ea-a50e-c363ecee7a29\",\n            \"nim\": \"18081015\",\n            \"nama_mahasiswa\": \"NELSON LAPE\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"2.00\",\n            \"nilai_huruf\": \"C  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"cef0d2f0-6788-4f83-9c7c-03d306fc550e\",\n            \"id_mahasiswa\": \"d2d2ddcb-d6a6-4eb2-b3fe-b84be06a75e3\",\n            \"nim\": \"18081027\",\n            \"nama_mahasiswa\": \"RANALDI HIMRAN\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"d1776061-f355-4da3-9f42-b75990854ea0\",\n            \"id_mahasiswa\": \"55d04585-965e-406f-b6d7-bda849192ff3\",\n            \"nim\": \"18081006\",\n            \"nama_mahasiswa\": \"ELINDA\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"d29966cc-5462-40dc-9e32-2e0869800886\",\n            \"id_mahasiswa\": \"735284a3-41b6-4861-a37c-707c76303fa7\",\n            \"nim\": \"18081025\",\n            \"nama_mahasiswa\": \"YONGKI A HUSNI\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"3.00\",\n            \"nilai_huruf\": \"B  \"\n        },\n        {\n            \"id_prodi\": \"0be5b413-2ce2-47cd-ad2c-cf6e4efd6a6a\",\n            \"nama_program_studi\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"id_semester\": \"20201\",\n            \"nama_semester\": \"2020/2021 Ganjil\",\n            \"id_matkul\": \"fc6b97c7-09ff-472d-baf6-3f99ba5d22aa\",\n            \"kode_mata_kuliah\": \"MKBK 020\",\n            \"nama_mata_kuliah\": \"PEMANDUAN BAKAT\",\n            \"sks_mata_kuliah\": \"2.00\",\n            \"id_kelas_kuliah\": \"170cddb4-8a00-4e7f-b90b-76c9629ff21b\",\n            \"nama_kelas_kuliah\": \"A\",\n            \"id_registrasi_mahasiswa\": \"dcfa1b9e-4a0a-4e79-a85b-fabd08f372c2\",\n            \"id_mahasiswa\": \"bccde5eb-21cd-4526-8198-50b7f881ec90\",\n            \"nim\": \"18081022\",\n            \"nama_mahasiswa\": \"UCHY YOLANDA TAMSUR\",\n            \"jurusan\": \"S1 Pendidikan Jasmani Kesehatan dan Rekreasi\",\n            \"angkatan\": \"2018\",\n            \"nilai_angka\": null,\n            \"nilai_indeks\": \"4.00\",\n            \"nilai_huruf\": \"A  \"\n        }\n    ]\n}"}],"_postman_id":"4c512d27-c148-4016-bb85-c07e6792a6c2"}],"id":"c8b3874a-3b98-47cf-be85-eb056179e254","_postman_id":"c8b3874a-3b98-47cf-be85-eb056179e254","description":""},{"name":"Aktivitas Mahasiswa","item":[{"name":"InsertAktivitasMahasiswa","id":"697a0653-2609-4bb7-9775-bc559f647df9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertAktivitasMahasiswa\",\n\t\"token\":\"b8b237510d1ff575ea80b5cb7b21d830\",\n\t\"record\":{\n\t\t\"jenis_anggota\":\"0\",\n\t\t\"id_jenis_aktivitas\":\"1\",\n\t\t\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_semester\":\"20171\",\n\t\t\"judul\":\"Tugas akhir persona\",\n\t\t\"keterangan\": null,\n\t\t\"lokasi\": null,\n\t\t\"sk_tugas\": null,\n\t\t\"tanggal_sk_tugas\":null\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"ca8173bf-9961-41e5-b680-87ba3deb642c","name":"InsertAktivitasMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertAktivitasMahasiswa\",\n\t\"token\":\"b8b237510d1ff575ea80b5cb7b21d830\",\n\t\"record\":{\n\t\t\"jenis_anggota\":\"0\",\n\t\t\"id_jenis_aktivitas\":\"1\",\n\t\t\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_semester\":\"20171\",\n\t\t\"judul\":\"Tugas akhir persona\",\n\t\t\"keterangan\": null,\n\t\t\"lokasi\": null,\n\t\t\"sk_tugas\": null,\n\t\t\"tanggal_sk_tugas\":null\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"97","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 31 Jul 2018 02:36:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_aktivitas\":\"c8084759-21e1-4f07-8e24-260556cc1197\"}}"}],"_postman_id":"697a0653-2609-4bb7-9775-bc559f647df9"},{"name":"UpdateAktivitasMahasiswa","id":"2bc673fe-accb-4744-8eb8-7fc808d75219","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"UpdateAktivitasMahasiswa\",\n\t\"token\":\"b8b237510d1ff575ea80b5cb7b21d830\",\n\t\"key\":{\n\t\t\"id_aktivitas\":\"e6c6474d-2185-47db-ab56-780778493b63\"\n\t},\n\t\"record\":{\n\t\t\"jenis_anggota\":\"0\",\n\t\t\"id_jenis_aktivitas\":\"1\",\n\t\t\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_semester\":\"20171\",\n\t\t\"judul\":\"Tugas akhir personal\",\n\t\t\"keterangan\": null,\n\t\t\"lokasi\":\"Kampus Utama Politeknik Kelautan dan Perikanan Sorong\",\n\t\t\"sk_tugas\":\"111/2018\",\n\t\t\"tanggal_sk_tugas\":\"2018-07-03\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"05ea5033-d312-4a68-938a-870d9322edb1","name":"UpdateAktivitasMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"UpdateAktivitasMahasiswa\",\n\t\"token\":\"b8b237510d1ff575ea80b5cb7b21d830\",\n\t\"key\":{\n\t\t\"id_aktivitas\":\"e6c6474d-2185-47db-ab56-780778493b63\"\n\t},\n\t\"record\":{\n\t\t\"jenis_anggota\":\"0\",\n\t\t\"id_jenis_aktivitas\":\"1\",\n\t\t\"id_prodi\":\"c7adda60-60dd-4464-98b2-a8b2863654b2\",\n\t\t\"id_semester\":\"20171\",\n\t\t\"judul\":\"Tugas akhir personal\",\n\t\t\"keterangan\": null,\n\t\t\"lokasi\":\"Kampus Utama Politeknik Kelautan dan Perikanan Sorong\",\n\t\t\"sk_tugas\":\"111/2018\",\n\t\t\"tanggal_sk_tugas\":\"2018-07-03\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 31 Jul 2018 03:17:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_aktivitas='e6c6474d-2185-47db-ab56-780778493b63'\"}"}],"_postman_id":"2bc673fe-accb-4744-8eb8-7fc808d75219"},{"name":"GetListAktivitasMahasiswa","id":"655eaaa2-6909-4843-9f25-7d810b92a8c4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListAktivitasMahasiswa\",\n\t\"token\": \"88e9e20126d46d03ce86664f6efb8032\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 20,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","description":"<p><b>Parameters</b></p>\n<ul>\n    <li><b>{token}: </b> String</li>\n    <li><b>{filter}: </b> String</li>\n    <li><b>{order}: </b> String</li>\n    <li><b>{limit}: </b> Integer</li>\n    <li><b>{offset}: </b> Integer</li>\n</ul>","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"655eaaa2-6909-4843-9f25-7d810b92a8c4"}],"id":"0f95f878-8681-41a6-ae1d-56b816fc5a55","_postman_id":"0f95f878-8681-41a6-ae1d-56b816fc5a55","description":""},{"name":"Anggota Akt Mhs","item":[{"name":"InsertAnggotaAktivitasMahasiswa","id":"78f584a1-6813-4c07-bf7e-3ceb3d05e296","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertAnggotaAktivitasMahasiswa\",\n\t\"token\":\"48728fec9b899c0309b3a49c641cad2c\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_registrasi_mahasiswa\":\"73f561aa-4910-4afc-a0ba-7e095c2ca03a\",\n\t\t\"jenis_peran\":\"3\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"6ffe6458-3797-48dd-a2c5-2534d7213840","name":"InsertAnggotaAktivitasMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertAnggotaAktivitasMahasiswa\",\n\t\"token\":\"48728fec9b899c0309b3a49c641cad2c\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_registrasi_mahasiswa\":\"73f561aa-4910-4afc-a0ba-7e095c2ca03a\",\n\t\t\"jenis_peran\":\"3\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 31 Jul 2018 03:55:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_anggota\":\"5febbcc1-45af-4a1a-8041-65e7bebc35f0\"}}"}],"_postman_id":"78f584a1-6813-4c07-bf7e-3ceb3d05e296"},{"name":"DeleteAnggotaAktivitasMahasiswa","id":"ca9b9387-4cf8-473c-8df3-61db27296b85","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteAnggotaAktivitasMahasiswa\",\n\t\"token\":\"466b43b454d8c31c6a34236b2bb1d427\",\n\t\"key\":{\n\t\t\"id_anggota\":\"5febbcc1-45af-4a1a-8041-65e7bebc35f0\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"d1ae88fe-7b23-4020-a875-cd184d29de14","name":"DeleteAnggotaAktivitasMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteAnggotaAktivitasMahasiswa\",\n\t\"token\":\"466b43b454d8c31c6a34236b2bb1d427\",\n\t\"key\":{\n\t\t\"id_anggota\":\"5febbcc1-45af-4a1a-8041-65e7bebc35f0\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"93","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 31 Jul 2018 05:02:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_anggota='5febbcc1-45af-4a1a-8041-65e7bebc35f0'\"}"}],"_postman_id":"ca9b9387-4cf8-473c-8df3-61db27296b85"}],"id":"61c1a635-d093-4648-ac9f-5ebf2687af2e","_postman_id":"61c1a635-d093-4648-ac9f-5ebf2687af2e","description":""},{"name":"Bimbing Mhs","item":[{"name":"InsertBimbingMahasiswa","id":"e081347e-24f2-4f63-8f32-a9a9888800af","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertBimbingMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_kategori_kegiatan\":110400,\n\t\t\"id_dosen\":\"23497747-16be-47e3-85ca-009e31a962ac\",\n\t\t\"pembimbing_ke\":\"1\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"72dfaedc-75ff-41df-bb33-45c2d3d14392","name":"InsertBimbingMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertBimbingMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_kategori_kegiatan\":110400,\n\t\t\"id_dosen\":\"23497747-16be-47e3-85ca-009e31a962ac\",\n\t\t\"pembimbing_ke\":\"1\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"105","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 01 Aug 2018 01:33:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_bimbing_mahasiswa\":\"ab9f7748-cf81-4f07-a01b-625377a7d0ef\"}}"}],"_postman_id":"e081347e-24f2-4f63-8f32-a9a9888800af"},{"name":"DeleteBimbingMahasiswa","id":"c2b87f79-72c7-4f50-9a56-8d08029035e4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteBimbingMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"key\":{\n\t\t\"id_bimbing_mahasiswa\":\"735e16b6-41ac-4a4b-9296-0296a7decfe3\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"b54c6dde-4142-4713-b776-016a64e0be86","name":"DeleteBimbingMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeleteBimbingMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"key\":{\n\t\t\"id_bimbing_mahasiswa\":\"735e16b6-41ac-4a4b-9296-0296a7decfe3\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"103","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 01 Aug 2018 01:55:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":\"id_bimbing_mahasiswa='735e16b6-41ac-4a4b-9296-0296a7decfe3'\"}"}],"_postman_id":"c2b87f79-72c7-4f50-9a56-8d08029035e4"},{"name":"GetListBimbingMahasiswa","id":"ad301b83-7a03-4209-9a82-253652c71b2b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListBimbingMahasiswa\",\n\t\"token\": \"81d86f800bb57e46ce920430cc0e854d\",\n\t\"filter\": null,\n\t\"order\": null,\n\t\"limit\": 10,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad301b83-7a03-4209-9a82-253652c71b2b"}],"id":"a59318fa-6411-45b5-a71d-fc2d9dd3670a","_postman_id":"a59318fa-6411-45b5-a71d-fc2d9dd3670a","description":""},{"name":"Dosen Penguji","item":[{"name":"InsertUjiMahasiswa","id":"0bf61aec-0a31-4559-8883-16025b7c8851","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertUjiMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_kategori_kegiatan\":110400,\n\t\t\"id_dosen\":\"2d3408cb-14ca-4cf9-add1-0e35fee15533\",\n\t\t\"penguji_ke\":\"1\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"44d855ca-5f19-4065-b8e8-53c063365b71","name":"InsertUjiMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertUjiMahasiswa\",\n\t\"token\":\"5c190ba7adeda7803775bb37deb37306\",\n\t\"record\":{\n\t\t\"id_aktivitas\":\"592f7d81-9fff-4850-b6d6-a46dc7e39c31\",\n\t\t\"id_kategori_kegiatan\":110400,\n\t\t\"id_dosen\":\"2d3408cb-14ca-4cf9-add1-0e35fee15533\",\n\t\t\"penguji_ke\":\"1\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"91","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 01 Aug 2018 02:18:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_uji\":\"4bb3c818-529e-4aaa-bad0-bba94552c471\"}}"}],"_postman_id":"0bf61aec-0a31-4559-8883-16025b7c8851"}],"id":"4ab3599b-4993-4685-91b9-386a8246fa3f","_postman_id":"4ab3599b-4993-4685-91b9-386a8246fa3f","description":""},{"name":"Aktivitas Kuliah Mahasiswa","item":[{"name":"InsertPerkuliahanMahasiswa","id":"3f601d09-bbe9-429c-8ed1-a7db482b4287","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertPerkuliahanMahasiswa\",\n\t\"token\":\"cdbcc1b197f383cbcd44dc4d6d2e65c1\",\n\t\"record\":{\n\t\t\"id_registrasi_mahasiswa\":\"73f561aa-4910-4afc-a0ba-7e095c2ca03a\",\n\t\t\"id_semester\":\"20171\",\n\t\t\"id_status_mahasiswa\":\"A\",\n\t\t\"ips\":\"3.56\",\n\t\t\"ipk\":\"2.75\",\n\t\t\"sks_semester\":\"12\",\n\t\t\"total_sks\":\"24\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f601d09-bbe9-429c-8ed1-a7db482b4287"},{"name":"DeletePerkuliahanMahasiswa","id":"83113730-3617-40ac-89fe-b022f7084483","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"DeletePerkuliahanMahasiswa\",\n\t\"token\":\"e553eb2271417c1ea7baa3333a62abb7\",\n\t\"key\":{\n\t\t\"id_registrasi_mahasiswa\":\"20171\",\n\t\t\"id_semester\":\"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"83113730-3617-40ac-89fe-b022f7084483"},{"name":"UpdatePerkuliahanMahasiswa","id":"fb18f553-2c0a-4727-8158-2c7a94eca7d4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"UpdatePerkuliahanMahasiswa\",\n\t\"token\":\"e553eb2271417c1ea7baa3333a62abb7\",\n\t\"key\":{\n\t\t\"id_registrasi_mahasiswa\":\"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\",\n\t\t\"id_semester\":\"20172\"\n\t},\n\t\"record\":{\n\t\t\"id_status_mahasiswa\":\"C\",\n\t\t\"ips\":\"1\",\n\t\t\"ipk\":\"2.57\",\n\t\t\"sks_semester\":\"0\",\n\t\t\"total_sks\":\"12\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"a83fa1fa-e06f-4511-b7ec-5a59d8cb8281","name":"UpdatePerkuliahanMahasiswa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"UpdatePerkuliahanMahasiswa\",\n\t\"token\":\"e553eb2271417c1ea7baa3333a62abb7\",\n\t\"key\":{\n\t\t\"id_registrasi_mahasiswa\":\"bd4d9ba4-0d74-4335-aad7-6af8a7a70948\",\n\t\t\"id_semester\":\"20172\"\n\t},\n\t\"record\":{\n\t\t\"id_status_mahasiswa\":\"C\",\n\t\t\"ips\":\"1\",\n\t\t\"ipk\":\"2.57\",\n\t\t\"sks_semester\":\"0\",\n\t\t\"total_sks\":\"12\"\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"132","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 01:09:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_code\": \"0\",\n    \"error_desc\": \"\",\n    \"data\": \"id_semester= '20172' and id_registrasi_mahasiswa= 'bd4d9ba4-0d74-4335-aad7-6af8a7a70948'\"\n}"}],"_postman_id":"fb18f553-2c0a-4727-8158-2c7a94eca7d4"}],"id":"a0f15a53-6638-4b91-8f86-d0b1c02497ca","_postman_id":"a0f15a53-6638-4b91-8f86-d0b1c02497ca","description":""},{"name":"Aktivitas Ajar Dosen","item":[{"name":"InsertDosenPengajarKelasKuliah","id":"cd857d7c-8cd3-474e-9a8c-9a7c895fe8e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertDosenPengajarKelasKuliah\",\n\t\"token\":\"20b2cea900be58ee7c6096c777ef3c8e\",\n\t\"record\":{\n\t\t\"id_registrasi_dosen\":\"a6d25496-7bcb-40ee-aa0e-4e50bde7bc3d\",\n\t\t\"id_kelas_kuliah\":\"73765f0b-2258-44e4-8e55-e8e5f9aa01b7\",\n\t\t\"id_substansi\":null,\n\t\t\"sks_substansi_total\":\"2.00\",\n\t\t\"rencana_tatap_muka\":\"8\",\n\t\t\"realisasi_tatap_muka\":\"8\",\n\t\t\"id_jenis_evaluasi\":1\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"0513ce0a-f5a9-434a-9f3f-c0fd4bdf2920","name":"InsertDosenPengajarKelasKuliah","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\":\"InsertDosenPengajarKelasKuliah\",\n\t\"token\":\"20b2cea900be58ee7c6096c777ef3c8e\",\n\t\"record\":{\n\t\t\"id_registrasi_dosen\":\"a6d25496-7bcb-40ee-aa0e-4e50bde7bc3d\",\n\t\t\"id_kelas_kuliah\":\"73765f0b-2258-44e4-8e55-e8e5f9aa01b7\",\n\t\t\"id_substansi\":null,\n\t\t\"sks_substansi_total\":\"2.00\",\n\t\t\"rencana_tatap_muka\":\"8\",\n\t\t\"realisasi_tatap_muka\":\"8\",\n\t\t\"id_jenis_evaluasi\":1\n\t}\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"106","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 03:37:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":{\"id_aktivitas_mengajar\":\"bd73eab9-1cbd-4d70-bee5-e299d3cbdb28\"}}"}],"_postman_id":"cd857d7c-8cd3-474e-9a8c-9a7c895fe8e0"},{"name":"GetDosenPengajarKelasKuliah","id":"dedcadd2-23ba-43c1-8cfd-a94b4c63c215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"act\":\"GetDetailMataKuliah\",\n    \"token\":\"b1a87f84d0cfc5ad1e827735a8883f4a\",\n    \"filter\":\"kode_mata_kuliah='$kode_mk'\",\n    \"order\":\"\",\n    \"limit\":1,\n    \"offset\":0\n}","options":{"raw":{"language":"json"}}},"url":"http://116.193.191.92:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["116","193","191","92"],"query":[],"variable":[]}},"response":[],"_postman_id":"dedcadd2-23ba-43c1-8cfd-a94b4c63c215"}],"id":"111cf08c-52bf-4847-9493-c57b0cd29411","_postman_id":"111cf08c-52bf-4847-9493-c57b0cd29411","description":""},{"name":"Referensi","item":[{"name":"GetPembiayaan","id":"d294eadf-91ae-4da6-b5c2-4fe0f0cf52d7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetPembiayaan\",\n\t\"token\": \"acf31c0465517c88108aad88d19c6291\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"c6c4016f-37ed-47e2-b265-759c825a242a","name":"GetPembiayaan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetPembiayaan\",\n\t\"token\": \"acf31c0465517c88108aad88d19c6291\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"213","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 25 Jul 2018 02:47:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":[{\"id_pembiayaan\":\"1\",\"nama_pembiayaan\":\"Mandiri\"},{\"id_pembiayaan\":\"2\",\"nama_pembiayaan\":\"Beasiswa Tidak Penuh\"},{\"id_pembiayaan\":\"3\",\"nama_pembiayaan\":\"Beasiswa Penuh\"}]}"}],"_postman_id":"d294eadf-91ae-4da6-b5c2-4fe0f0cf52d7"},{"name":"GetKategoriKegiatan","id":"519028a4-ca87-47a7-8c98-c09ccdf14475","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetKategoriKegiatan\",\n\t\"token\": \"e4410c8aa2f664c75f8e63bad20d4990\",\n\t\"filter\": null\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[{"id":"eaaa80a9-45b4-4c2a-bcfa-fa2fc1bd94b7","name":"GetKategoriKegiatan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetKategoriKegiatan\",\n\t\"token\": \"e4410c8aa2f664c75f8e63bad20d4990\",\n\t\"filter\": null\n}"},"url":"http://10.211.55.3:8082/ws/live2.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1889","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 01 Aug 2018 01:30:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.23 (Win64) PHP/5.6.24","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\"error_code\":\"0\",\"error_desc\":\"\",\"data\":[{\"id_kategori_kegiatan\":\"110100\",\"nama_kategori_kegiatan\":\"Melaksanakan perkuliahan\\/tutorial\\/perkuliahan praktikum dan membimbing, menguji serta menyelenggarakan pendidikan di laboratorium, praktik keguruan, bengkel\\/studio\\/kebun percobaan\\/teknologi pengajaran dan praktik lapangan\"},{\"id_kategori_kegiatan\":\"110200\",\"nama_kategori_kegiatan\":\"Membimbing seminar mahasiswa\"},{\"id_kategori_kegiatan\":\"110300\",\"nama_kategori_kegiatan\":\"Membimbing kuliah kerja nyata, praktik kerja nyata, atau praktik kerja lapangan\"},{\"id_kategori_kegiatan\":\"110400\",\"nama_kategori_kegiatan\":\"Membimbing dan ikut membimbing dalam menghasilkan disertasi, tesis, skripsi, dan laporan akhir studi yang sesuai dengan bidang penugasannya\"},{\"id_kategori_kegiatan\":\"110500\",\"nama_kategori_kegiatan\":\"Bertugas sebagai penguji pada ujian akhir\"},{\"id_kategori_kegiatan\":\"110600\",\"nama_kategori_kegiatan\":\"Membina kegiatan mahasiswa di bidang akademik dan kemahasiswaan\"},{\"id_kategori_kegiatan\":\"110700\",\"nama_kategori_kegiatan\":\"Mengembangkan program kuliah yang mempunyai nilai kebaharuan metode atau substansi\"},{\"id_kategori_kegiatan\":\"110800\",\"nama_kategori_kegiatan\":\"Mengembangkan bahan pengajaran\\/bahan kuliah yang mempunyai nilai kebaharuan\"},{\"id_kategori_kegiatan\":\"110900\",\"nama_kategori_kegiatan\":\"Menyampaikan orasi ilmiah di tingkat perguruan tinggi\"},{\"id_kategori_kegiatan\":\"111000\",\"nama_kategori_kegiatan\":\"Menduduki jabatan pimpinan perguruan tinggi \"},{\"id_kategori_kegiatan\":\"111100\",\"nama_kategori_kegiatan\":\"Membimbing dosen yang mempunyai jabatan akademik lebih rendah\"},{\"id_kategori_kegiatan\":\"111200\",\"nama_kategori_kegiatan\":\"Melaksanakan kegiatan detasering dan pencangkokan di luar institusi tempat bekerja\"},{\"id_kategori_kegiatan\":\"111300\",\"nama_kategori_kegiatan\":\"Melakukan kegiatan pengembangan diri untuk meningkatkan kompetensi\"}]}"}],"_postman_id":"519028a4-ca87-47a7-8c98-c09ccdf14475"},{"name":"GetJenisPendaftaran","id":"d644493b-acb7-4383-a8f2-9d4ff0308456","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetJenisPendaftaran\",\n\t\"token\": \"6228da9f282144eaa43de941bee33871\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 20,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"d644493b-acb7-4383-a8f2-9d4ff0308456"}],"id":"4b9125c3-4aba-4cf6-8b2c-e3db90bcbe44","_postman_id":"4b9125c3-4aba-4cf6-8b2c-e3db90bcbe44","description":""},{"name":"Export Data","item":[{"name":"ExportDataMahasiswa","id":"476b1c39-1ef1-455e-98b9-f6141b76f03c","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"ExportDataMahasiswa\",\n\t\"token\": \"5ca99465c7ecfa1a10feb011483414fe\"\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"476b1c39-1ef1-455e-98b9-f6141b76f03c"}],"id":"33dbe34e-478d-402f-9147-e98a6a8b68c5","_postman_id":"33dbe34e-478d-402f-9147-e98a6a8b68c5","description":""},{"name":"Dosen","item":[{"name":"GetListDosen","id":"413449fb-cc4b-4adc-b18d-b5907e9cec77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetListDosen\",\n\t\"token\": \"fd8e91d6dcbe1a5787067d3acdc18ed6\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": 2,\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"413449fb-cc4b-4adc-b18d-b5907e9cec77"},{"name":"DetailBiodataDosen","id":"1dc6a9d5-4ed8-4858-be0a-265145a9f4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"DetailBiodataDosen\",\n\t\"token\": \"fd8e91d6dcbe1a5787067d3acdc18ed6\",\n\t\"filter\": \"id_dosen='07038517-57b4-4c72-9483-e1dc2d36db68'\",\n\t\"order\": \"\",\n\t\"limit\": \"\",\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dc6a9d5-4ed8-4858-be0a-265145a9f4e3"}],"id":"f3388f3d-d977-4f5f-9ea0-52654e1420ef","_postman_id":"f3388f3d-d977-4f5f-9ea0-52654e1420ef","description":""},{"name":"Transkrip Nilai","item":[{"name":"GetTranskripMahasiswa","id":"26048612-426c-4c66-abea-22c55214555c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"act\": \"GetTranskripMahasiswa\",\n\t\"token\": \"b03db45164dbfe6e5732315493eaeae6\",\n\t\"filter\": \"\",\n\t\"order\": \"\",\n\t\"limit\": \"\",\n\t\"offset\": 0\n}"},"url":"http://10.211.55.3:8082/ws/live2.php","urlObject":{"protocol":"http","port":"8082","path":["ws","live2.php"],"host":["10","211","55","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"26048612-426c-4c66-abea-22c55214555c"}],"id":"94085872-72d3-4619-a57a-652bf5ce6441","_postman_id":"94085872-72d3-4619-a57a-652bf5ce6441","description":""}],"event":[{"listen":"prerequest","script":{"id":"46f7db4e-07e8-4839-8794-a868267a0d6e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17ecf216-280d-4925-9289-1491acf66aff","type":"text/javascript","exec":[""]}}]}