{"info":{"_postman_id":"812e35d7-cc7c-41cf-a3c2-8046cdbf446a","name":"LMS","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39188598","collectionId":"812e35d7-cc7c-41cf-a3c2-8046cdbf446a","publishedId":"2sB3BDJqi6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-07T10:52:45.000Z"},"item":[{"name":"Admins","item":[{"name":"Register admin","id":"cf8046c7-743b-42f9-9813-3dd9b04b541b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Anton\",\r\n    \"email\": \"anton@gmail.com\",\r\n    \"password\": \"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/admins/register","urlObject":{"path":["admins","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf8046c7-743b-42f9-9813-3dd9b04b541b"},{"name":"Login admin","id":"57802bd8-07e2-41bf-b9e9-46d3ad64c575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"antonlouis@gmail.com\",\r\n    \"password\":\"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/admins/login","urlObject":{"path":["admins","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57802bd8-07e2-41bf-b9e9-46d3ad64c575"},{"name":"Get all admins","id":"a4d8a820-9063-4243-a68f-4fb4d8914aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/admins","urlObject":{"path":["admins"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4d8a820-9063-4243-a68f-4fb4d8914aeb"},{"name":"Get Admin's Profile","id":"e699602a-b5d3-4d9d-b098-a8dffadd82f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/admins/profile","urlObject":{"path":["admins","profile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e699602a-b5d3-4d9d-b098-a8dffadd82f6"},{"name":"update admins","id":"8c4cfd7b-b61f-4b64-ae0c-5ec50f9fd728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Anton louis\",\r\n    \"email\":\"antonlouis@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/admins/updateAdmin","urlObject":{"path":["admins","updateAdmin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c4cfd7b-b61f-4b64-ae0c-5ec50f9fd728"},{"name":"update admin's password","id":"8759498f-5cda-4449-85b6-7ff4bb40137f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"secret1234\",\r\n    \"password\":\"secret1234\"\r\n}"},"url":"{{URL}}/admins/updateAdminPassword","urlObject":{"path":["admins","updateAdminPassword"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8759498f-5cda-4449-85b6-7ff4bb40137f"}],"id":"190dba61-0e06-4434-89bf-fae5b9f72dc9","_postman_id":"190dba61-0e06-4434-89bf-fae5b9f72dc9","description":""},{"name":"Teachers","item":[{"name":"Admin Register Teacher","id":"3eca3c8d-33b2-4a0a-b1cd-f68cfd19cbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"nancy\",\r\n    \"email\": \"nancy@gmail.com\",\r\n    \"password\":\"secret12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/admin/register","urlObject":{"path":["teachers","admin","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eca3c8d-33b2-4a0a-b1cd-f68cfd19cbd7"},{"name":"Login Teacher","id":"ced533c5-c766-4d49-ae44-8bd9265d47b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"teacheremma@gmail.com\",\r\n    \"password\":\"secret12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/login","urlObject":{"path":["teachers","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ced533c5-c766-4d49-ae44-8bd9265d47b2"},{"name":"Admin Get All Teachers","id":"c2140048-680e-4402-8d29-baed72fde1b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/teachers/admin","urlObject":{"path":["teachers","admin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2140048-680e-4402-8d29-baed72fde1b2"},{"name":"Teacher's Profile","id":"b99d8303-3820-41c0-b8ae-8a8b089aaecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/teachers/profile","urlObject":{"path":["teachers","profile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b99d8303-3820-41c0-b8ae-8a8b089aaecb"},{"name":"Admin Get Single Teacher","id":"abbd1746-0013-4d81-907d-e5d7c94f3996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/admin/688e1680e4ac49b3f599be8a","urlObject":{"path":["teachers","admin","688e1680e4ac49b3f599be8a"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abbd1746-0013-4d81-907d-e5d7c94f3996"},{"name":"Teacher Update Profile","id":"5b221dd5-518b-44ac-bef2-17b78034c488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Emanuel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/updateProfile","urlObject":{"path":["teachers","updateProfile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b221dd5-518b-44ac-bef2-17b78034c488"},{"name":"Teacher Update Password","id":"2c204a64-b4f0-485c-a085-aff7689a43fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"secret12345\"\r\n    \"newPassword\":\"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/updatePassword","urlObject":{"path":["teachers","updatePassword"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c204a64-b4f0-485c-a085-aff7689a43fc"},{"name":"Admin Update Teacher","id":"7db99812-7fae-4bc2-95be-c07a8d89a6cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"program\":\"Bsc Software Engineering\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/teachers/6891ecfbf352ae00a6660b0a/update/admin","urlObject":{"path":["teachers","6891ecfbf352ae00a6660b0a","update","admin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7db99812-7fae-4bc2-95be-c07a8d89a6cc"}],"id":"a4a3e9a1-dbb8-4593-aa1c-25e4e453db9d","_postman_id":"a4a3e9a1-dbb8-4593-aa1c-25e4e453db9d","description":""},{"name":"Students","item":[{"name":"Admin Register Student","id":"6ecd2c95-a298-487d-8f3a-659a6088014a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"alex\",\r\n    \"email\": \"alex@gmail.com\",\r\n    \"password\":\"secret12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/admin/register","urlObject":{"path":["students","admin","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ecd2c95-a298-487d-8f3a-659a6088014a"},{"name":"Login Student","id":"7d2af4b3-ccef-4780-9ef8-23eda6e19d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"alex@gmail.com\",\r\n    \"password\":\"secret12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/login","urlObject":{"path":["students","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2af4b3-ccef-4780-9ef8-23eda6e19d62"},{"name":"Admin Get All Students","id":"9eb75100-00d5-4182-9b40-79941cf2bf31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/students/admin","urlObject":{"path":["students","admin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9eb75100-00d5-4182-9b40-79941cf2bf31"},{"name":"Student's Profile","id":"95a2b5c5-a9d6-4bc3-8f5d-ed7aef498939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/students/profile","urlObject":{"path":["students","profile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95a2b5c5-a9d6-4bc3-8f5d-ed7aef498939"},{"name":"Admin Get Single Student","id":"63798cf8-ff61-42fc-bb9a-bf3b7ea3a44f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/688f1f4e2dfd7e596f806bac/admin","urlObject":{"path":["students","688f1f4e2dfd7e596f806bac","admin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63798cf8-ff61-42fc-bb9a-bf3b7ea3a44f"},{"name":"Teacher Update Profile","id":"d3347d3c-1097-4f76-9928-39b34977bebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Alex\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/updateProfile","urlObject":{"path":["students","updateProfile"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3347d3c-1097-4f76-9928-39b34977bebf"},{"name":"Student Update Password","id":"1ca97949-4bb0-4b53-a534-00410155350c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"secret12345\",\r\n    \"newPassword\":\"secret1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/updatePassword","urlObject":{"path":["students","updatePassword"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ca97949-4bb0-4b53-a534-00410155350c"},{"name":"Admin Update Student","id":"5db5bddf-5eb9-44b1-ae09-7834ef59b358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"classLevels\":\"Level 100\",\r\n    \"program\":\"6891e3f669ff7cdb1c37658b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/6892f1ba74100aa46e192600/update/admin","urlObject":{"path":["students","6892f1ba74100aa46e192600","update","admin"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5db5bddf-5eb9-44b1-ae09-7834ef59b358"},{"name":"Student Write Exam","id":"020e7ab5-f8ca-42ba-ac19-6a7e65bc165f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\":[\"optionB\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/students/exam/6891f139efd8ee137e09e9c1/write","urlObject":{"path":["students","exam","6891f139efd8ee137e09e9c1","write"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"020e7ab5-f8ca-42ba-ac19-6a7e65bc165f"}],"id":"b0e24b1f-dea0-4c41-abac-0c02dbffad6c","_postman_id":"b0e24b1f-dea0-4c41-abac-0c02dbffad6c","description":""},{"name":"Academic Year","item":[{"name":"create academic year","id":"8add58cc-2838-4f37-9fcf-1077c57cbd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2024-2025 academic year\",\r\n    \"fromYear\":\"2024\",\r\n    \"toYear\":\"2025\"   \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/academic-years/","urlObject":{"path":["academic-years",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8add58cc-2838-4f37-9fcf-1077c57cbd4f"},{"name":"Get All Academic Years","id":"c5810dbc-ddfc-4acb-a078-015eda4568d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/academic-years","urlObject":{"path":["academic-years"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5810dbc-ddfc-4acb-a078-015eda4568d6"},{"name":"Get Single Academic Year","id":"b91d1e57-f9f7-4241-890f-abbabec2f078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/academic-years/6891e23f69ff7cdb1c376544","urlObject":{"path":["academic-years","6891e23f69ff7cdb1c376544"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b91d1e57-f9f7-4241-890f-abbabec2f078"},{"name":"Update Academic Year","id":"128f2358-10bc-4a69-91a8-33ce4e4870d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2026 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2026\"   \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/academic-years/6891e23f69ff7cdb1c376544","urlObject":{"path":["academic-years","6891e23f69ff7cdb1c376544"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"128f2358-10bc-4a69-91a8-33ce4e4870d3"},{"name":"Delete academic year","id":"5a6d65f1-97e9-4f4f-b588-8e0a63d49849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/academic-years/6891e23f69ff7cdb1c376544","urlObject":{"path":["academic-years","6891e23f69ff7cdb1c376544"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a6d65f1-97e9-4f4f-b588-8e0a63d49849"}],"id":"c29780f4-6dd8-4d9a-aefc-f6de67b328dc","_postman_id":"c29780f4-6dd8-4d9a-aefc-f6de67b328dc","description":""},{"name":"Academic Term","item":[{"name":"create academic term","id":"b87e3cef-6dc9-450e-92dd-7762d07975c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"3rd term\",\r\n    \"description\":\"third term\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/academic-terms/","urlObject":{"path":["academic-terms",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b87e3cef-6dc9-450e-92dd-7762d07975c6"},{"name":"Get All Academic Terms","id":"d46bf380-fc9c-4cb6-bb98-140d01ac964b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/academic-terms","urlObject":{"path":["academic-terms"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d46bf380-fc9c-4cb6-bb98-140d01ac964b"},{"name":"Get Single Academic Term","id":"a15aac4e-bb30-486a-8eba-41819f72ea37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/academic-terms/6891e32569ff7cdb1c376565","urlObject":{"path":["academic-terms","6891e32569ff7cdb1c376565"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a15aac4e-bb30-486a-8eba-41819f72ea37"},{"name":"Update Academic term","id":"c2032fa3-d26b-4581-afbb-035d30af5cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2nd term\",\r\n    \"description\":\"Second Term\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/academic-terms/688cdf5b6a4781811ba10c2f","urlObject":{"path":["academic-terms","688cdf5b6a4781811ba10c2f"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2032fa3-d26b-4581-afbb-035d30af5cb9"},{"name":"Delete academic term","id":"e85cd600-7327-4256-9702-61ad96609c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/academic-terms/688cdf5b6a4781811ba10c2f","urlObject":{"path":["academic-terms","688cdf5b6a4781811ba10c2f"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e85cd600-7327-4256-9702-61ad96609c3d"}],"id":"5557a106-cdc8-4110-9ab5-118914790ee4","_postman_id":"5557a106-cdc8-4110-9ab5-118914790ee4","description":""},{"name":"Class Levels","item":[{"name":"create class level","id":"5b83e1bd-19de-477f-8d69-a3cbcb9e9d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"level 100\",\r\n    \"description\":\"level 100 class\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/class-levels/","urlObject":{"path":["class-levels",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b83e1bd-19de-477f-8d69-a3cbcb9e9d05"},{"name":"Get All Class Levels","id":"69193a47-170c-4bd6-8427-37d520352c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/class-levels","urlObject":{"path":["class-levels"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69193a47-170c-4bd6-8427-37d520352c39"},{"name":"Get Single Class Level","id":"7b51ec3d-3b8d-4e5a-a8d2-d59e974c142a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/class-levels/688ce7636c723382ffc9e709","urlObject":{"path":["class-levels","688ce7636c723382ffc9e709"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b51ec3d-3b8d-4e5a-a8d2-d59e974c142a"},{"name":"Update Class Level","id":"63070b02-5956-4bf4-9a07-492c98958160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"level 200\",\r\n    \"description\":\"level 200 class\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/class-levels/688ce7636c723382ffc9e709","urlObject":{"path":["class-levels","688ce7636c723382ffc9e709"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63070b02-5956-4bf4-9a07-492c98958160"},{"name":"Delete Class Level","id":"d994abf5-9b7c-4a47-a0b8-fc5abb03cc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/class-levels/688ce7636c723382ffc9e709","urlObject":{"path":["class-levels","688ce7636c723382ffc9e709"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d994abf5-9b7c-4a47-a0b8-fc5abb03cc3b"}],"id":"f27fc46c-198b-46ad-bcfb-7a132717d43d","_postman_id":"f27fc46c-198b-46ad-bcfb-7a132717d43d","description":""},{"name":"Programs","item":[{"name":"Create Program","id":"e1021156-974e-4f72-bff4-e7dbd14b1acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Software engineering program\",\r\n    \"description\":\"Software engineering program\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/programs/","urlObject":{"path":["programs",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1021156-974e-4f72-bff4-e7dbd14b1acb"},{"name":"Get All Programs","id":"0c5edce9-e915-4f0d-9e1b-57d08a37cee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/programs","urlObject":{"path":["programs"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c5edce9-e915-4f0d-9e1b-57d08a37cee9"},{"name":"Get Single Program","id":"1fddc9e8-472b-4655-b510-00aad3fdb993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/programs/6891e3f669ff7cdb1c37658b","urlObject":{"path":["programs","6891e3f669ff7cdb1c37658b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fddc9e8-472b-4655-b510-00aad3fdb993"},{"name":"Update Program","id":"80c61e52-e9ef-4d04-a038-ae8634e62dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Bsc Software Engineering\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/programs/6891e3f669ff7cdb1c37658b","urlObject":{"path":["programs","6891e3f669ff7cdb1c37658b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80c61e52-e9ef-4d04-a038-ae8634e62dc9"},{"name":"Delete Program","id":"c41e326b-8526-433d-9279-7ba2b0ed90de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/programs/688d132287cd458c5b5c93cd","urlObject":{"path":["programs","688d132287cd458c5b5c93cd"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c41e326b-8526-433d-9279-7ba2b0ed90de"}],"id":"abca630e-8721-4870-8467-77d4adaaff0c","_postman_id":"abca630e-8721-4870-8467-77d4adaaff0c","description":""},{"name":"Subjects","item":[{"name":"Create Subject","id":"f3045efb-ae5d-460b-a82f-b8791bb496ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Introduction to js\",\r\n    \"description\":\"Introduction to java script subject \",\r\n    \"academicTerm\":\"6891e31269ff7cdb1c376559\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/subjects/6891e3f669ff7cdb1c37658b","urlObject":{"path":["subjects","6891e3f669ff7cdb1c37658b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3045efb-ae5d-460b-a82f-b8791bb496ef"},{"name":"Get All Subjects","id":"554c3397-186e-4b42-8692-1a5040d95582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/subjects","urlObject":{"path":["subjects"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"554c3397-186e-4b42-8692-1a5040d95582"},{"name":"Get Single Subject","id":"94ff9868-9755-4c2a-a756-51d96b473d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/subjects/6891e5727e3ef7b70b5d4c3d","urlObject":{"path":["subjects","6891e5727e3ef7b70b5d4c3d"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94ff9868-9755-4c2a-a756-51d96b473d60"},{"name":"Update Subject","id":"7f329cfb-b2a5-4187-91e1-31d9f150b7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"description\":\"Computer science program\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/subjects/6891e5727e3ef7b70b5d4c3d","urlObject":{"path":["subjects","6891e5727e3ef7b70b5d4c3d"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f329cfb-b2a5-4187-91e1-31d9f150b7f2"},{"name":"Delete Subject","id":"10e5c35d-8f3e-4587-aa87-9a9def84f151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/subjects/123","urlObject":{"path":["subjects","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10e5c35d-8f3e-4587-aa87-9a9def84f151"}],"id":"9e9bc031-2f38-4e5b-85f9-abeab7f555f4","_postman_id":"9e9bc031-2f38-4e5b-85f9-abeab7f555f4","description":""},{"name":"Year Group","item":[{"name":"Create Year Group","id":"4f6cdd5f-e812-4e4a-85b1-40628dda5160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022 year group\",\r\n    \"academicYear\":\"6891e23f69ff7cdb1c376544\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/year-groups/","urlObject":{"path":["year-groups",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f6cdd5f-e812-4e4a-85b1-40628dda5160"},{"name":"Get All Year Groups","id":"98f82a6f-ca4b-4797-92f0-f90be2815e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/year-groups","urlObject":{"path":["year-groups"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98f82a6f-ca4b-4797-92f0-f90be2815e8e"},{"name":"Get Single Year Group","id":"cbcfeb35-211c-4148-b6e1-c4fd1f2621c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"2022-2023 academic year\",\r\n    \"fromYear\":\"2022\",\r\n    \"toYear\":\"2023\"   \r\n\r\n}"},"url":"{{URL}}/year-groups/123","urlObject":{"path":["year-groups","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbcfeb35-211c-4148-b6e1-c4fd1f2621c9"},{"name":"Update Year Group","id":"c738a465-178d-4fb2-b878-9189019b2445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"description\":\"Computer science program\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/year-groups/123","urlObject":{"path":["year-groups","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c738a465-178d-4fb2-b878-9189019b2445"},{"name":"Delete Year Group","id":"1f6f1444-6c2c-4a14-b080-22eb18a5de50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/year-groups/123","urlObject":{"path":["year-groups","123"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f6f1444-6c2c-4a14-b080-22eb18a5de50"}],"id":"909c3164-0848-40c3-ad06-e686a422ce98","_postman_id":"909c3164-0848-40c3-ad06-e686a422ce98","description":""},{"name":"Exams","item":[{"name":"Create Exam","id":"f90bc193-bfbb-4ade-868d-84d70886ab0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"3rd term computer science exams\",\r\n    \"description\":\"this is 3rd term computer science exams\",\r\n    \"academicTerm\":\"6891e32569ff7cdb1c376565\",\r\n    \"academicYear\":\"6891e23f69ff7cdb1c376544\",\r\n    \"classLevel\":\"6891e36769ff7cdb1c37656f\",\r\n    \"duration\":\"20 minutes\",\r\n    \"examDate\":\"2023-12-20\",\r\n    \"examTime\":\"12pm\",\r\n    \"examType\":\"quiz\",\r\n    \"subject\":\"6891e5727e3ef7b70b5d4c3d\",\r\n    \"program\":\"6891e3f669ff7cdb1c37658b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/exams","urlObject":{"path":["exams"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f90bc193-bfbb-4ade-868d-84d70886ab0f"},{"name":"Update Exam","id":"643aa7ce-5c80-4a2f-b15f-e770524f64ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"3rd term computer science exams\"\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/exams/688f1621e0f1fd0629e84a33","urlObject":{"path":["exams","688f1621e0f1fd0629e84a33"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"643aa7ce-5c80-4a2f-b15f-e770524f64ea"},{"name":"Teacher Get Exams","id":"b6cae627-cf95-4cb9-a512-c2217c948a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/exams","urlObject":{"path":["exams"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6cae627-cf95-4cb9-a512-c2217c948a0e"},{"name":"Teacher Get Single Exam","id":"182fcc30-2a8d-4f9f-90dc-5560079e76d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/exams/688f1621e0f1fd0629e84a33","urlObject":{"path":["exams","688f1621e0f1fd0629e84a33"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"182fcc30-2a8d-4f9f-90dc-5560079e76d2"}],"id":"e4d5746a-6e9a-45fb-af13-640c047b0b78","_postman_id":"e4d5746a-6e9a-45fb-af13-640c047b0b78","description":""},{"name":"Questions","item":[{"name":"Create Question","id":"93a3d388-f043-4f9a-a4a8-45aaf4b1285c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"question\":\"Hyber Text Markup Language is ... \",\r\n    \"optionA\":\"css\",\r\n    \"optionB\":\"html\",\r\n    \"optionC\":\"php\",\r\n    \"optionD\":\"js\",\r\n    \"correctAnswer\":\"optionB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/questions/6891f139efd8ee137e09e9c1","urlObject":{"path":["questions","6891f139efd8ee137e09e9c1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93a3d388-f043-4f9a-a4a8-45aaf4b1285c"},{"name":"Update Question By Teacher","id":"dff14dd1-15d4-4245-8465-fb663c55024a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"question\":\"Hyber Text Markup Language is ... \",\r\n    \"optionA\":\"css\",\r\n    \"optionB\":\"c++\",\r\n    \"optionC\":\"html\",\r\n    \"optionD\":\"js\",\r\n    \"correctAnswer\":\"optionC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/questions/688f3c1c48e08b1303f840ca","urlObject":{"path":["questions","688f3c1c48e08b1303f840ca"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dff14dd1-15d4-4245-8465-fb663c55024a"},{"name":"Get Questions By Teacher","id":"fa3754d3-490e-414d-98a3-f0b317b5d962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/questions","urlObject":{"path":["questions"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa3754d3-490e-414d-98a3-f0b317b5d962"},{"name":"Get Single Question By Teacher","id":"b14559f4-8870-4eb0-8231-a2f51355540f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/questions/688f3c1c48e08b1303f840ca","urlObject":{"path":["questions","688f3c1c48e08b1303f840ca"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b14559f4-8870-4eb0-8231-a2f51355540f"}],"id":"f972fee8-d27a-42e3-9f4d-1bc603705b7b","_postman_id":"f972fee8-d27a-42e3-9f4d-1bc603705b7b","description":""},{"name":"Exam Results","item":[{"name":"Checking Result","id":"586c8d18-7a9c-40d2-a597-ac7eae2d3882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/exam-results/6891f139efd8ee137e09e9c1/checking","urlObject":{"path":["exam-results","6891f139efd8ee137e09e9c1","checking"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"586c8d18-7a9c-40d2-a597-ac7eae2d3882"},{"name":"Get All Exam Results","id":"feebbb29-2fd2-4029-9c52-c400c9f2d956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/exam-results","urlObject":{"path":["exam-results"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feebbb29-2fd2-4029-9c52-c400c9f2d956"},{"name":"Admin Toggle Exam Result","id":"f9ad92d5-58c0-4f4e-ba92-2335c6dffc3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"publish\":\"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/exam-results/6892f9c33e645cad79b1cd58/admin-toggle-publish","urlObject":{"path":["exam-results","6892f9c33e645cad79b1cd58","admin-toggle-publish"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9ad92d5-58c0-4f4e-ba92-2335c6dffc3e"}],"id":"891511cc-0ded-477d-a944-452b423b9254","_postman_id":"891511cc-0ded-477d-a944-452b423b9254","description":""}]}