{"info":{"_postman_id":"7e2227cb-518a-4ec7-b3aa-0f2eda6103f4","name":"api.luarkelas.id","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26370787","collectionId":"7e2227cb-518a-4ec7-b3aa-0f2eda6103f4","publishedId":"2sA2xcbFag","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-05T03:40:04.000Z"},"item":[{"name":"Reports","item":[{"name":"Get All Reports","id":"22b5f32a-c902-4017-878c-1769caba7374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/reports","urlObject":{"path":["reports"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b5f32a-c902-4017-878c-1769caba7374"},{"name":"Get Detail","id":"fbe23285-c77e-43e8-89b5-c8194ee0c453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/report/2","urlObject":{"path":["report","2"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbe23285-c77e-43e8-89b5-c8194ee0c453"},{"name":"Update Report","id":"00cd8e3a-d26b-4df5-aff2-cd301e3006ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Report Baru\",\r\n    \"content\": \"Ini content report baru\",\r\n    \"duration\": 120,\r\n    \"date\": \"2024-06-15\",\r\n    \"student_id\": 2,\r\n    \"teacher_id\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/report/2","urlObject":{"path":["report","2"],"host":["https://api.luarkelas.id/api"],"query":[{"disabled":true,"key":"_method","value":"PUT"}],"variable":[]}},"response":[],"_postman_id":"00cd8e3a-d26b-4df5-aff2-cd301e3006ca"},{"name":"Create Report","id":"66b38254-9a8d-4a11-ae12-c984ce34554b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Report Baru\",\r\n    \"content\": \"Ini content report baru\",\r\n    \"duration\": 120,\r\n    \"date\": \"2024-06-15\",\r\n    \"student_id\": 14,\r\n    \"teacher_id\": 8\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/report","urlObject":{"path":["report"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"66b38254-9a8d-4a11-ae12-c984ce34554b"},{"name":"Delete Report","id":"155beec3-8605-46af-aabc-7857e1ca9a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Report Baru\",\r\n    \"content\": \"Ini content report baru\",\r\n    \"duration\": 120,\r\n    \"date\": \"2024-06-15\",\r\n    \"student_id\": 2,\r\n    \"teacher_id\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/report/2","urlObject":{"path":["report","2"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"155beec3-8605-46af-aabc-7857e1ca9a53"}],"id":"237ffcef-b2cc-41b1-bbc2-83c71df34536","_postman_id":"237ffcef-b2cc-41b1-bbc2-83c71df34536","description":""},{"name":"Auth","item":[{"name":"Login","id":"8a0de9a1-5cb8-4a48-a165-b3b7642126ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"teacher@example.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/login","urlObject":{"path":["login"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a0de9a1-5cb8-4a48-a165-b3b7642126ea"},{"name":"Register","id":"45971237-c7ef-411e-a46c-d88c2da08b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"lorem5\",\r\n    \"email\": \"teacher@example.com\",\r\n    \"password\": \"12345\",\r\n    \"jobdesc\":\"Guru Private\",\r\n    \"role_id\":3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/register","urlObject":{"path":["register"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"45971237-c7ef-411e-a46c-d88c2da08b52"},{"name":"Me","id":"f82bf40b-15fd-4a94-9448-6dcb99c7157c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"rahasia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/me","urlObject":{"path":["me"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f82bf40b-15fd-4a94-9448-6dcb99c7157c"},{"name":"Google","id":"8764729c-070e-41d3-ba32-4c511faa6fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"rahasia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/auth/google","urlObject":{"path":["auth","google"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8764729c-070e-41d3-ba32-4c511faa6fbe"},{"name":"Logout","id":"776369a2-a0dc-4510-b95c-71e34b558a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/logout","urlObject":{"path":["logout"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"776369a2-a0dc-4510-b95c-71e34b558a16"}],"id":"ff653fdc-5f0d-4682-8bbe-522ba793a84a","_postman_id":"ff653fdc-5f0d-4682-8bbe-522ba793a84a","description":""},{"name":"Users","item":[{"name":"Get User","id":"40055470-09e6-4cb6-96ca-bbe5a140a40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user/9","urlObject":{"path":["user","9"],"host":["http://127.0.0.1:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"40055470-09e6-4cb6-96ca-bbe5a140a40b"},{"name":"Get All User","id":"327f457d-449a-49a0-a3e6-71e05dcb08bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/users","urlObject":{"path":["users"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"327f457d-449a-49a0-a3e6-71e05dcb08bc"},{"name":"Update Password","id":"f5a6f859-c854-4b05-9b62-8cedcf9472d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"old_password\": \"12345\",\r\n    \"new_password\":\"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/user-password/1","urlObject":{"path":["user-password","1"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5a6f859-c854-4b05-9b62-8cedcf9472d1"}],"id":"fdffeed5-6e8a-4a9b-a9d3-9ff2fe10b2e2","_postman_id":"fdffeed5-6e8a-4a9b-a9d3-9ff2fe10b2e2","description":""},{"name":"Students","item":[{"name":"Get Students","id":"d31d1509-3c62-41ac-b8a4-2bc1d27991cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/students","urlObject":{"path":["students"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d31d1509-3c62-41ac-b8a4-2bc1d27991cd"},{"name":"Get Student","id":"08ab3491-381d-4885-943d-44afd83fad2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/student/1","urlObject":{"path":["student","1"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"08ab3491-381d-4885-943d-44afd83fad2c"},{"name":"Update Student","id":"f9a6d7f7-cc12-4700-88be-8f2ff9a6b861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"postman-cloud:///1eedbe5d-aa9f-4830-9b83-60c2b4bbd51a"},{"key":"name","value":"Test upd","type":"text"},{"key":"parentname","value":"Test","type":"text"},{"key":"nickname","value":"Test","type":"text"},{"key":"birthdate","value":"2024-05-03","type":"text"},{"key":"birthplace","value":"Test","type":"text"},{"key":"schoolname","value":"Test","type":"text"},{"key":"phone","value":"Test","type":"text"},{"key":"address","value":"Test","type":"text"},{"key":"grade","value":"1","type":"text"},{"key":"age","value":"1","type":"text"},{"key":"religion","value":"Test","type":"text"}]},"url":"https://api.luarkelas.id/api/student/4?_method=PUT","urlObject":{"path":["student","4"],"host":["https://api.luarkelas.id/api"],"query":[{"key":"_method","value":"PUT"}],"variable":[]}},"response":[],"_postman_id":"f9a6d7f7-cc12-4700-88be-8f2ff9a6b861"},{"name":"Delete Student","id":"33ef7923-79c7-4a7a-adae-1e26561139cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/student/1","urlObject":{"path":["student","1"],"host":["http://127.0.0.1:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"33ef7923-79c7-4a7a-adae-1e26561139cd"}],"id":"209b976d-31de-464b-ba70-852476962044","_postman_id":"209b976d-31de-464b-ba70-852476962044","description":""},{"name":"Teachers","item":[{"name":"Get Teachers","id":"7d2c181d-bb88-4098-af7a-2157aaefaf4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/teachers","urlObject":{"path":["teachers"],"host":["http://127.0.0.1:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2c181d-bb88-4098-af7a-2157aaefaf4e"},{"name":"Get Teacher","id":"a02d8175-82cf-455b-bcd2-8cdb3843edde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/teacher/2","urlObject":{"path":["teacher","2"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a02d8175-82cf-455b-bcd2-8cdb3843edde"},{"name":"Update Teacher","id":"d3ffd43b-2fc1-49de-9d6e-4981325bd3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"postman-cloud:///1eedbe5d-aa9f-4830-9b83-60c2b4bbd51a"},{"key":"name","value":"Test upd","type":"text"},{"key":"parentname","value":"Test","type":"text"},{"key":"nickname","value":"Test","type":"text"},{"key":"birthdate","value":"2024-05-03","type":"text"},{"key":"birthplace","value":"Test","type":"text"},{"key":"schoolname","value":"Test","type":"text"},{"key":"phone","value":"Test","type":"text"},{"key":"address","value":"Test","type":"text"},{"key":"grade","value":"1","type":"text","disabled":true},{"key":"age","value":"1","type":"text"},{"key":"religion","value":"Test","type":"text"},{"key":"jobdesc","value":"guru privat","type":"text"}]},"url":"https://api.luarkelas.id/api/teacher/1?_method=PUT","urlObject":{"path":["teacher","1"],"host":["https://api.luarkelas.id/api"],"query":[{"key":"_method","value":"PUT"}],"variable":[]}},"response":[],"_postman_id":"d3ffd43b-2fc1-49de-9d6e-4981325bd3f1"},{"name":"Create Teacher","id":"7f8298f2-f5f9-456b-a549-ec0c9837b7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"postman-cloud:///1eedbe5d-aa9f-4830-9b83-60c2b4bbd51a"},{"key":"name","value":"Test upd","type":"text"},{"key":"phone","value":"Test","type":"text"},{"key":"address","value":"Test","type":"text"},{"key":"age","value":"1","type":"text"},{"key":"religion","value":"Test","type":"text"},{"key":"jobdesc","value":"guru privat","type":"text"},{"key":"email","value":"cakali5@gmail.com","type":"text"},{"key":"password","value":"12345","type":"text"}]},"url":"http://127.0.0.1:8000/api/teacher","urlObject":{"path":["teacher"],"host":["http://127.0.0.1:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f8298f2-f5f9-456b-a549-ec0c9837b7c2"},{"name":"Delete Teacher","id":"8ebf4b7f-ed00-4fa4-aca4-3fb5197af7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.luarkelas.id/api/teacher/1","urlObject":{"path":["teacher","1"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ebf4b7f-ed00-4fa4-aca4-3fb5197af7b9"}],"id":"20c41294-21ff-419f-a977-e82ecd5c8f88","_postman_id":"20c41294-21ff-419f-a977-e82ecd5c8f88","description":""},{"name":"Admins","item":[{"name":"Add Students to Teacher","id":"d65c60e2-b6af-497b-b9a3-02e415c32a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teacher_id\": 1,\r\n    \"student_id\": 22\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/add-students","urlObject":{"path":["add-students"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d65c60e2-b6af-497b-b9a3-02e415c32a12"},{"name":"Update Students to Teacher Copy","id":"2f3d7746-ee01-4fa3-b52f-83e526faa052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teacher_id\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/update-student/22","urlObject":{"path":["update-student","22"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f3d7746-ee01-4fa3-b52f-83e526faa052"},{"name":"Get Students with missing Teacher","id":"874c1196-f213-4cec-beb6-04b6e9bbb01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teacher_id\": 1,\r\n    \"student_id\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/new-students","urlObject":{"path":["new-students"],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"874c1196-f213-4cec-beb6-04b6e9bbb01c"}],"id":"da9c9ccf-5c00-4ebb-b578-c8d5c987bdba","_postman_id":"da9c9ccf-5c00-4ebb-b578-c8d5c987bdba","description":""},{"name":"Send Emails","item":[{"name":"Send Email","id":"8a8dccc3-5573-4a1a-81d6-4ecfa36f887d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/test","urlObject":{"path":["test"],"host":["http://127.0.0.1:8000/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a8dccc3-5573-4a1a-81d6-4ecfa36f887d"}],"id":"81f976a7-04b6-43f6-a21f-6dfb236674b4","_postman_id":"81f976a7-04b6-43f6-a21f-6dfb236674b4","description":""},{"name":"Welcome","id":"a56efca9-3bb4-4fcb-bd39-1fca611e7ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"rahasia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.luarkelas.id/api/","urlObject":{"path":[""],"host":["https://api.luarkelas.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a56efca9-3bb4-4fcb-bd39-1fca611e7ef2"}],"event":[{"listen":"prerequest","script":{"id":"3a346787-30be-4d38-88bc-413a247922e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a0560ec4-5542-46ce-a1c9-34f4129bcb22","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_DEV","value":"http://127.0.0.1:8000/api","type":"string"},{"key":"API_LIVE","value":"https://api.luarkelas.id/api","type":"string"}]}