{"info":{"_postman_id":"c1fbf796-f085-495b-80f2-1e36544d901c","name":"e-learning-campus-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24755913","collectionId":"c1fbf796-f085-495b-80f2-1e36544d901c","publishedId":"2sBXcDH2Zt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-18T16:11:39.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"83c3a5d9-f948-4750-a758-ecdbf1909505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"realdika\",\r\n    \"email\": \"andikaananda2212@gmail.com\",\r\n    \"password\": \"kanjutbadag123\",\r\n    \"role\": \"mahasiswa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/register","urlObject":{"protocol":"http","port":"8000","path":["api","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83c3a5d9-f948-4750-a758-ecdbf1909505"},{"name":"Login","id":"344f82d3-50ec-47ef-bb36-2e3fbd1e24eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"andikadosen@gmail.com\",\r\n    \"password\": \"kanjutbadag123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/login","urlObject":{"protocol":"http","port":"8000","path":["api","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"344f82d3-50ec-47ef-bb36-2e3fbd1e24eb"},{"name":"Logout","id":"e7938051-ddb6-4108-9a39-416f919af81f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"andikadosen@gmail.com\",\r\n    \"password\": \"kanjutbadag123\"\r\n}"},"url":"http://localhost:8000/api/logout","urlObject":{"protocol":"http","port":"8000","path":["api","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7938051-ddb6-4108-9a39-416f919af81f"}],"id":"76736b27-8d56-46f9-b8f7-c34b53eb19be","_postman_id":"76736b27-8d56-46f9-b8f7-c34b53eb19be","description":""},{"name":"Courses","item":[{"name":"Create Course","id":"5643d1f8-d301-4773-bbb7-4318ec17516a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Pemrograman Web\",\r\n  \"description\": \"Belajar Laravel\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/courses","urlObject":{"protocol":"http","port":"8000","path":["api","courses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5643d1f8-d301-4773-bbb7-4318ec17516a"},{"name":"Get All Courses","id":"a0ee56ab-6c2a-48c6-97ac-e3174aa60138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a0ee56ab-6c2a-48c6-97ac-e3174aa60138"},{"name":"Update Course","id":"0103237e-ab78-49b5-972d-c08557ed2775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Pemrograman Web\",\r\n  \"description\": \"Belajar Laravel Tingkat Lanjut\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/courses/2","urlObject":{"protocol":"http","port":"8000","path":["api","courses","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0103237e-ab78-49b5-972d-c08557ed2775"},{"name":"Delete Course","id":"aa128600-16c9-442b-a383-33eacf1e233f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8000/api/courses/1","urlObject":{"protocol":"http","port":"8000","path":["api","courses","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa128600-16c9-442b-a383-33eacf1e233f"},{"name":"Enroll To Course","id":"99215e8a-5e3a-4c9a-8935-dc62c92b84e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"course_id\": 2,\r\n  \"title\": \"Tugas 1\",\r\n  \"description\": \"Buat CRUD\",\r\n  \"deadline\": \"2026-03-01\"\r\n}\r\n"},"url":"http://localhost:8000/api/courses/2/enroll","urlObject":{"protocol":"http","port":"8000","path":["api","courses","2","enroll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99215e8a-5e3a-4c9a-8935-dc62c92b84e7"}],"id":"e092d27c-752e-4f03-a14f-34cef22a9abd","_postman_id":"e092d27c-752e-4f03-a14f-34cef22a9abd","description":""},{"name":"Materials","item":[{"name":"Upload Material","id":"141ba45f-0def-4979-968d-2119db8687b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"course_id","value":"2","type":"text","uuid":"55c801fe-9f2d-4648-a161-006b0d98ed1e"},{"key":"title","value":"Tugas 1","type":"text","uuid":"0abe6f15-d875-474b-a601-65fad6cce69f"},{"key":"file","type":"file","uuid":"473b750d-8be4-41a3-abd3-5de2ab14aefa","src":"/C:/Users/User/Downloads/1770974580698eed742f7197.19861356.pdf"}]},"url":"http://localhost:8000/api/materials","urlObject":{"protocol":"http","port":"8000","path":["api","materials"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"141ba45f-0def-4979-968d-2119db8687b6"},{"name":"Download Material","id":"00cfaa53-0edb-4a17-b4c8-94cce80b7950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"course_id","value":"2","type":"text","uuid":"55c801fe-9f2d-4648-a161-006b0d98ed1e"},{"key":"title","value":"Tugas 1","type":"text","uuid":"0abe6f15-d875-474b-a601-65fad6cce69f"},{"key":"file","type":"file","uuid":"473b750d-8be4-41a3-abd3-5de2ab14aefa","src":"/C:/Users/User/Downloads/1770974580698eed742f7197.19861356.pdf"}]},"url":"http://localhost:8000/api/materials/1/download","urlObject":{"protocol":"http","port":"8000","path":["api","materials","1","download"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00cfaa53-0edb-4a17-b4c8-94cce80b7950"}],"id":"257bf100-a80c-4b4c-8284-635e3d011e8e","_postman_id":"257bf100-a80c-4b4c-8284-635e3d011e8e","description":""},{"name":"Assignments","item":[{"name":"Create Assignment","id":"968d4e06-d72d-41e5-a96c-4e19072814ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"course_id\": 2,\r\n  \"title\": \"Tugas 1\",\r\n  \"description\": \"Buat CRUD\",\r\n  \"deadline\": \"2026-03-01\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/assignments","urlObject":{"protocol":"http","port":"8000","path":["api","assignments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"968d4e06-d72d-41e5-a96c-4e19072814ed"},{"name":"Submit Assignment","id":"007cb54f-daac-432b-9a1f-29a6561e66a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"assignment_id","value":"1","type":"text","uuid":"74559242-29d5-4553-9077-e77d6c3ec857"},{"key":"file","type":"file","uuid":"4f36c8b7-c2ff-483e-be04-5c50b1a27991","src":"/C:/Users/User/Downloads/1770974580698eed742f7197.19861356.pdf"}]},"url":"http://localhost:8000/api/submissions","urlObject":{"protocol":"http","port":"8000","path":["api","submissions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"007cb54f-daac-432b-9a1f-29a6561e66a0"},{"name":"Grade Submission","id":"3721f4f0-9b97-418a-9b7c-4aff88a6115f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"score\": 60\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/submissions/1/grade","urlObject":{"protocol":"http","port":"8000","path":["api","submissions","1","grade"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3721f4f0-9b97-418a-9b7c-4aff88a6115f"}],"id":"cc9f1b03-45b5-428c-a922-4d6c110f9898","_postman_id":"cc9f1b03-45b5-428c-a922-4d6c110f9898","description":""},{"name":"Discussions","item":[{"name":"Create Discussion","id":"adb6633b-9654-4ee7-8f8b-1f39e1b44a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"course_id\": 2,\r\n  \"content\": \"Silakan diskusi disini\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/discussions","urlObject":{"protocol":"http","port":"8000","path":["api","discussions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb6633b-9654-4ee7-8f8b-1f39e1b44a59"},{"name":"Reply To Discussion","id":"dfa659ee-cc5b-4cb9-b7ae-c89086ff73c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"Menurut saya soal ini terlalu sulit\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/discussions/1/reply","urlObject":{"protocol":"http","port":"8000","path":["api","discussions","1","reply"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfa659ee-cc5b-4cb9-b7ae-c89086ff73c1"},{"name":"Get Discussion","id":"c687dc5e-d672-4904-8ddd-c90012c2286f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"Menurut saya soal ini terlalu sulit\"\r\n}\r\n"},"url":"http://localhost:8000/api/discussions/1","urlObject":{"protocol":"http","port":"8000","path":["api","discussions","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c687dc5e-d672-4904-8ddd-c90012c2286f"}],"id":"a39bf4e2-56c0-43ac-9fa4-c03651785263","_postman_id":"a39bf4e2-56c0-43ac-9fa4-c03651785263","description":""},{"name":"Reports","item":[{"name":"Course Statistics","id":"881c8f27-ac6e-482a-b723-19e9ee045353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"881c8f27-ac6e-482a-b723-19e9ee045353"},{"name":"Assignment Statistics","id":"3ca2385c-85f4-4da1-87d1-ebd288da8df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"content\": \"Menurut saya soal ini terlalu sulit\"\r\n}\r\n"},"url":"http://localhost:8000/api/reports/assignments","urlObject":{"protocol":"http","port":"8000","path":["api","reports","assignments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca2385c-85f4-4da1-87d1-ebd288da8df2"},{"name":"Student Statistics","id":"bcbdf085-bf25-4dff-892e-04c8d0878ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"bcbdf085-bf25-4dff-892e-04c8d0878ee0"}],"id":"f86931a0-ef4d-4205-8279-335a06e8a60b","_postman_id":"f86931a0-ef4d-4205-8279-335a06e8a60b","description":""},{"name":"Notifications","item":[{"name":"Get All Notifications","id":"dab5e50a-9c8d-4532-b15f-0b4a6fa1acd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"dab5e50a-9c8d-4532-b15f-0b4a6fa1acd2"},{"name":"Get Unread Notifications","id":"dcd3f30f-30d7-4eb7-8b0e-6817af9a4b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/notifications/unread","urlObject":{"protocol":"http","port":"8000","path":["api","notifications","unread"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcd3f30f-30d7-4eb7-8b0e-6817af9a4b29"},{"name":"Mark Notification As Read","id":"84c88b43-23ae-442e-9ec8-b1c83bcee927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8000/api/notifications/62580b23-dad5-4cd1-a8d6-8e5ef28d5ba3/read","urlObject":{"protocol":"http","port":"8000","path":["api","notifications","62580b23-dad5-4cd1-a8d6-8e5ef28d5ba3","read"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"84c88b43-23ae-442e-9ec8-b1c83bcee927"},{"name":"Mark All Notifications As Read","id":"94093dd8-0e0e-4739-a55f-fceba169e0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"94093dd8-0e0e-4739-a55f-fceba169e0b6"},{"name":"Delete Notification","id":"1a544981-8f94-40c2-b6ea-9ac7f56d2279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8000/api/notifications/62580b23-dad5-4cd1-a8d6-8e5ef28d5ba3","urlObject":{"protocol":"http","port":"8000","path":["api","notifications","62580b23-dad5-4cd1-a8d6-8e5ef28d5ba3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a544981-8f94-40c2-b6ea-9ac7f56d2279"}],"id":"60e851fd-11ec-4b25-a209-4c5957444384","_postman_id":"60e851fd-11ec-4b25-a209-4c5957444384","description":""}]}