{"info":{"_postman_id":"b0b13cf7-9f9d-4567-af9d-1c18cd67d1a1","name":"Student Announcement App API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21068510","collectionId":"b0b13cf7-9f9d-4567-af9d-1c18cd67d1a1","publishedId":"2sA3XWcyrq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-22T23:52:48.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"9f819551-21c6-41ff-9ae5-d3133c71993f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ags\",\r\n    \"fullName\" : \"Agus\",\r\n    \"email\" : \"agus@gmail.com\",\r\n    \"password\" : \"\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/register","urlObject":{"protocol":"http","port":"8080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f819551-21c6-41ff-9ae5-d3133c71993f"},{"name":"Login","id":"6ca57438-ddd4-4dac-b916-156c4f037690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"222011460\",\r\n    \"password\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/login","urlObject":{"protocol":"http","port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ca57438-ddd4-4dac-b916-156c4f037690"},{"name":"Change Password","id":"48af5482-977c-4df9-98f6-08e7359f097b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"222011460\",\r\n    \"oldPassword\" : \"PutuWahyu29\",\r\n    \"newPassword\" : \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/changepassword","urlObject":{"protocol":"http","port":"8080","path":["api","auth","changepassword"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"48af5482-977c-4df9-98f6-08e7359f097b"}],"id":"be6afba1-370b-41dc-8135-111cc581c2e8","_postman_id":"be6afba1-370b-41dc-8135-111cc581c2e8","description":""},{"name":"User","item":[{"name":"Get All Users","id":"78fed5ea-a31f-4d7e-8195-5041685eec10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/user","urlObject":{"protocol":"http","port":"8080","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78fed5ea-a31f-4d7e-8195-5041685eec10"},{"name":"Get User By Username","id":"51581fe9-417a-4918-9481-5644a2de3d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/user/ags","urlObject":{"protocol":"http","port":"8080","path":["api","user","ags"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"51581fe9-417a-4918-9481-5644a2de3d67"},{"name":"Update User By Username","id":"74f42cc9-c875-4804-bc43-bd96cabd516f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"iputuagus.wahyu@gmail.com\",\r\n    \"fullName\" : \"I Putu Agus Wahyu Dupayana\",\r\n    \"nama_panggilan\" : \"agus\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/ags","urlObject":{"protocol":"http","port":"8080","path":["api","user","ags"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74f42cc9-c875-4804-bc43-bd96cabd516f"},{"name":"Get All User","id":"3be8b5e6-26d2-4710-9ff7-68175c249bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role/alluser","urlObject":{"protocol":"http","port":"8080","path":["api","role","alluser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3be8b5e6-26d2-4710-9ff7-68175c249bae"},{"name":"Get User By Kelas Id","id":"333eb011-034e-49c1-8f8a-24bb1025e797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/user/kelas/4","urlObject":{"protocol":"http","port":"8080","path":["api","user","kelas","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"333eb011-034e-49c1-8f8a-24bb1025e797"},{"name":"Delete Kelas User","id":"9d1304f0-0006-4f0e-9f5f-277acaf40053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/user/kelas/delete/222011460","urlObject":{"protocol":"http","port":"8080","path":["api","user","kelas","delete","222011460"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d1304f0-0006-4f0e-9f5f-277acaf40053"}],"id":"6407a22b-1a03-4c1b-840d-dda85dade20d","_postman_id":"6407a22b-1a03-4c1b-840d-dda85dade20d","description":""},{"name":"Kelas","item":[{"name":"Get All Kelas","id":"62f0988f-8a66-40fa-aab6-9679bb71dbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/kelas","urlObject":{"protocol":"http","port":"8080","path":["api","kelas"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"62f0988f-8a66-40fa-aab6-9679bb71dbce"},{"name":"Get Kelas By Id","id":"569493ac-493a-4141-adfe-747edcfb4010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/kelas/100","urlObject":{"protocol":"http","port":"8080","path":["api","kelas","100"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"569493ac-493a-4141-adfe-747edcfb4010"},{"name":"Update Kelas By Id","id":"fa07857b-d9d2-4470-a871-ff7835a65e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/kelas/1","urlObject":{"protocol":"http","port":"8080","path":["api","kelas","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa07857b-d9d2-4470-a871-ff7835a65e30"},{"name":"Add Kelas","id":"19e11f8d-737f-4abb-89d6-25400b8d75ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/kelas","urlObject":{"protocol":"http","port":"8080","path":["api","kelas"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"19e11f8d-737f-4abb-89d6-25400b8d75ba"},{"name":"Delete Kelas By Id","id":"83a5839b-5061-4aee-b33c-b30c2c902898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/kelas/1","urlObject":{"protocol":"http","port":"8080","path":["api","kelas","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83a5839b-5061-4aee-b33c-b30c2c902898"}],"id":"1a2e5ccc-8053-4e22-948a-f8a7f33f7acd","_postman_id":"1a2e5ccc-8053-4e22-948a-f8a7f33f7acd","description":""},{"name":"Role","item":[{"name":"Get All Roles","id":"c1283ae9-3cb2-451c-9dc9-ffb87f3050b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role","urlObject":{"protocol":"http","port":"8080","path":["api","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1283ae9-3cb2-451c-9dc9-ffb87f3050b4"},{"name":"Get Role By Id","id":"1a43712f-cb07-4ee4-91ee-f1c6a300eff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role/1","urlObject":{"protocol":"http","port":"8080","path":["api","role","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a43712f-cb07-4ee4-91ee-f1c6a300eff0"},{"name":"Add Role","id":"b2127435-97c2-4bc5-b1f6-8681fd32bcee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8080/api/role","urlObject":{"protocol":"http","port":"8080","path":["api","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2127435-97c2-4bc5-b1f6-8681fd32bcee"},{"name":"Update Role By Id","id":"662eb32f-cd1f-4f18-9bf4-8d4f66133dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}"},"url":"http://localhost:8080/api/role/5","urlObject":{"protocol":"http","port":"8080","path":["api","role","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"662eb32f-cd1f-4f18-9bf4-8d4f66133dc5"},{"name":"Delete Role By Id","id":"4e6bd2dd-4448-4194-9089-1b80d057f85b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/role/1","urlObject":{"protocol":"http","port":"8080","path":["api","role","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e6bd2dd-4448-4194-9089-1b80d057f85b"},{"name":"Delete Admin","id":"e847811a-b2ed-4423-82b7-6ec393eb96ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role/deleteadmin/ags","urlObject":{"protocol":"http","port":"8080","path":["api","role","deleteadmin","ags"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e847811a-b2ed-4423-82b7-6ec393eb96ab"},{"name":"Set Role To Admin","id":"13ed3b90-62c3-4ff7-b538-5ca00164f9ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role/setadmin/ags","urlObject":{"protocol":"http","port":"8080","path":["api","role","setadmin","ags"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13ed3b90-62c3-4ff7-b538-5ca00164f9ca"},{"name":"Get All Admin","id":"07e300e1-e882-4c09-b834-ac1d61f0ccc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/role/alladmin","urlObject":{"protocol":"http","port":"8080","path":["api","role","alladmin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07e300e1-e882-4c09-b834-ac1d61f0ccc8"}],"id":"66ce3345-427b-4371-9105-700e0396b264","_postman_id":"66ce3345-427b-4371-9105-700e0396b264","description":""},{"name":"Pengumuman","item":[{"name":"Get All Pengumuman","id":"406f7c16-6638-497c-8f80-e1f387548b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/pengumuman","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"406f7c16-6638-497c-8f80-e1f387548b5d"},{"name":"Get Pengumuman By Slug","id":"f87109c3-0720-4ef6-a607-5dfee310b7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/pengumuman/pengumuman-1","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","pengumuman-1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f87109c3-0720-4ef6-a607-5dfee310b7db"},{"name":"Update Pengumuman By Slug","id":"ed0d5a82-bc16-4e21-ae29-42ff4806e220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"judul\" : \"tes\",\r\n    \"isi\" : \"tes\",\r\n    \"user_id\" : \"1\",\r\n    \"kelas_id\" : \"49\",\r\n    \"slug\" : \"tes-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/pengumuman/fdgdg","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","fdgdg"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed0d5a82-bc16-4e21-ae29-42ff4806e220"},{"name":"Add Pengumuman","id":"6debc84c-315e-45df-b993-59ebb1b1d189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/pengumuman","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6debc84c-315e-45df-b993-59ebb1b1d189"},{"name":"Delete Pengumuman By Slug","id":"a483bdaf-9e48-4ee6-8e19-7d346b2e5727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/pengumuman/tes","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","tes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a483bdaf-9e48-4ee6-8e19-7d346b2e5727"},{"name":"Get Pengumuman By Kelas Id","id":"61d9a557-2b43-4004-b837-bf4d268d3b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/pengumuman/1","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d9a557-2b43-4004-b837-bf4d268d3b44"},{"name":"Get New Pengumuman","id":"e4574c55-fd51-44d6-b804-c91f4710a15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/pengumuman/new/49","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","new","49"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4574c55-fd51-44d6-b804-c91f4710a15f"},{"name":"Get Pengumuman By Kelas Id Limit","id":"93fc8841-bf45-4e35-aa63-64c3a06ab982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/pengumuman/limit/49","urlObject":{"protocol":"http","port":"8080","path":["api","pengumuman","limit","49"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"93fc8841-bf45-4e35-aa63-64c3a06ab982"}],"id":"127ac33d-4048-4649-b856-78d05de35034","_postman_id":"127ac33d-4048-4649-b856-78d05de35034","description":""}]}