{"info":{"_postman_id":"faf9ea36-1f3f-485d-8aca-77271d9cb064","name":"API's for SMS(student management system)","description":"<html><head></head><body><p>Register new student, Login,</p>\n<p>Enabling attendance status by admin/ teacher</p>\n<p>Insert Course, Course List</p>\n<p>Insert mark by semester, view total result</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18668276","collectionId":"faf9ea36-1f3f-485d-8aca-77271d9cb064","publishedId":"2sAYXFjHxB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-18T10:38:45.000Z"},"item":[{"name":"Auth","item":[{"name":"Register-student","id":"16fbb18d-f66a-4bfb-ab3f-07aa66521647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n    // *** Student \r\n{\r\n    \"username\": \"rubel\", \r\n    \"email\": \"rubel@gmail.com\", \r\n    \"password\": \"123456\",\r\n    \"role\": \"STUDENT\",\r\n    \"studentInfo\":{\r\n        \"studentId\":\"2201\",\r\n        \"fullName\": \"Sharifuzzaman Hasan\",\r\n        \"department\": \"CSE\",\r\n        \"currentSemester\": 6,\r\n        \"regCourse\": [\"\"],\r\n        // \"result\":\"\",\r\n        \"courseCredit\":{\r\n            \"completed\":20,\r\n            \"required\":120\r\n        }\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/reg","description":"<p><strong>This is the student registration endpont</strong></p>\n","urlObject":{"path":["auth","reg"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"de6a8d10-f2ef-4169-ab25-f190a4b969ad","name":"Register-student","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n    \"username\": \"jamsebond1\", \r\n    \"email\": \"jamse220@gmail.com\", \r\n    \"password\": \"123456\",\r\n    \"role\": \"STUDENT\",\r\n    \"studentInfo\":{\r\n        \"studentId\":\"2201\",\r\n        \"fullName\": \"Jamse Bond\",\r\n        \"department\": \"CSE\",\r\n        \"currentSemester\": 6,\r\n        \"regCourse\": [\"\"],\r\n        \"result\":\"\",\r\n        \"courseCredit\":{\r\n            \"completed\":20,\r\n            \"required\":120\r\n        }\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/reg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"ETag","value":"W/\"1a2-rNtMBlJ+EOknb7OjHknUUDZAW+o\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:37:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"New user created\",\n    \"newUser\": {\n        \"username\": \"jamsebond1\",\n        \"email\": \"jamse220@gmail.com\",\n        \"password\": \"$2b$10$sxC41SpGkR7UzyITrbtZMu6RKvR.DUQQ7GnSfLPS3eNxLHm5RKWti\",\n        \"role\": \"STUDENT\",\n        \"studentInfo\": {\n            \"studentId\": 2201,\n            \"fullName\": \"Jamse Bond\",\n            \"currentSemester\": 6,\n            \"department\": \"CSE\",\n            \"regCourse\": [],\n            \"courseCredit\": {\n                \"completed\": 20,\n                \"required\": 120\n            },\n            \"_id\": \"67b713f01c9169c94b1024bd\"\n        },\n        \"_id\": \"67b713f01c9169c94b1024bc\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"16fbb18d-f66a-4bfb-ab3f-07aa66521647"},{"name":"Login-student","event":[{"listen":"test","script":{"id":"50d0dd63-8e5f-4d60-a4dc-00fe06104461","exec":["const response = pm.response.json()\r","\r","\r","pm.environment.set(\"access_token\", response.token);"],"type":"text/javascript","packages":{}}}],"id":"67f1c214-f0c5-432d-a899-a4b008896b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rubel@gmail.com\", \r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/login","description":"<p><strong>Login Endpoint for Studeden to the portal</strong></p>\n<p>require email and password</p>\n","urlObject":{"path":["auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4e2cb956-eac1-4d91-99ad-59f1ad5dbe96","name":"Login-student","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"rubel@gmail.com\", \r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"281"},{"key":"ETag","value":"W/\"119-CBwxrbhpRzxUqTFT+CxrKgvLmo4\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:32:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login Success\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3YjJjYThkMTc5MjQzMDY5NmM0NDMzMCIsInVzZXJuYW1lIjoiTWQgUnViZWwgSGFiaWIiLCJlbWFpbCI6InJ1YmVsQGdtYWlsLmNvbSIsImlhdCI6MTc0MDA1MTEyNCwiZXhwIjoxNzQwMDU4MzI0fQ.JbBO7DTP62BGdUwkr3xHLSf78VAlu_qhf7sx-OVEJSw\"\n}"}],"_postman_id":"67f1c214-f0c5-432d-a899-a4b008896b3a"}],"id":"f088a555-19c5-4be7-9d34-0ba68c21ff9b","description":"<p>Student Register and Login</p>\n","_postman_id":"f088a555-19c5-4be7-9d34-0ba68c21ff9b"},{"name":"Attendance","item":[{"name":"get enable","id":"c4508262-a4e9-4763-8f95-33980c3a1a79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getEnabel","description":"<p>Admin enable attendance status for a fixed amount of time [Ex: 10min]</p>\n","urlObject":{"path":["adminAttendance","getEnabel"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c01c7f29-1b5a-44a4-8868-f01d9e032a2f","name":"get enable","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getEnabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"ETag","value":"W/\"9a-24Tz3pxC6s5OqPhiUXFpjNUWEOM\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:39:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"timelimit\": 10,\n    \"status\": \"RUNNING\",\n    \"_id\": \"67b7145f1c9169c94b1024c0\",\n    \"createdAt\": \"2025-02-20T11:39:11.835Z\",\n    \"updatedAt\": \"2025-02-20T11:39:11.835Z\",\n    \"__v\": 0\n}"}],"_postman_id":"c4508262-a4e9-4763-8f95-33980c3a1a79"},{"name":"get status","id":"0c4df84e-6ea8-4042-8767-0ecddd4c5a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getStatus","description":"<p>check the status of attendance,</p>\n<p>['RUNNING', 'COMPLETED']</p>\n","urlObject":{"path":["adminAttendance","getStatus"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"da7792ef-bdee-4081-821a-7d9d939d5c72","name":"get status","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"ETag","value":"W/\"9a-v/xvXcK95eXoYOhec3+dk4tckqE\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:39:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67b7145f1c9169c94b1024c0\",\n    \"timelimit\": 10,\n    \"status\": \"RUNNING\",\n    \"createdAt\": \"2025-02-20T11:39:11.835Z\",\n    \"updatedAt\": \"2025-02-20T11:39:11.835Z\",\n    \"__v\": 0\n}"}],"_postman_id":"0c4df84e-6ea8-4042-8767-0ecddd4c5a99"},{"name":"get disable","id":"19a38e3b-87f4-4e55-bdff-3ee8306511db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getDisable","description":"<p>Admin can manage the attendance status</p>\n","urlObject":{"path":["adminAttendance","getDisable"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e4b6b3a6-61cb-447b-9e9f-412be7d63d09","name":"get disable","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/adminAttendance/getDisable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-xBXCby1ojToKMYKXOOHfuKdZkE0\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:39:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67b7145f1c9169c94b1024c0\",\n    \"timelimit\": 10,\n    \"status\": \"COMPLETED\",\n    \"createdAt\": \"2025-02-20T11:39:11.835Z\",\n    \"updatedAt\": \"2025-02-20T11:39:27.381Z\",\n    \"__v\": 0\n}"}],"_postman_id":"19a38e3b-87f4-4e55-bdff-3ee8306511db"},{"name":"get attendance status","id":"8ac28275-0339-452f-9ddb-ab140e524ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/studentAttenadance/getAttendanceStatus","description":"<p>Get the ttendance status, is running or complete</p>\n","urlObject":{"path":["studentAttenadance","getAttendanceStatus"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e649c0e6-d980-483c-b71d-3c276fc26709","name":"get attendance status","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/studentAttenadance/getAttendanceStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-aijQ9T0MdnlVOOP+tYApARWyDE4\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:25:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67b45c287b161ce0b3d18ee2\",\n    \"timelimit\": 10,\n    \"status\": \"COMPLETED\",\n    \"createdAt\": \"2025-02-18T10:08:40.635Z\",\n    \"updatedAt\": \"2025-02-20T11:25:45.521Z\",\n    \"__v\": 0\n}"}],"_postman_id":"8ac28275-0339-452f-9ddb-ab140e524ed2"},{"name":"place the attendance","id":"9906eece-915d-411b-8a02-f5be65230b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/studentAttenadance/67b45c287b161ce0b3d18ee2","description":"<p>Student place attendance agenst attendance id</p>\n","urlObject":{"path":["studentAttenadance","67b45c287b161ce0b3d18ee2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1fd7ada1-e8ae-4afa-91da-884e22d48d1b","name":"place the attendance","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/studentAttenadance/67b45c287b161ce0b3d18ee2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-FypnXSMmVGyLJLFQFG7K/owJkmE\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:39:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Attendance not active"}],"_postman_id":"9906eece-915d-411b-8a02-f5be65230b05"}],"id":"d4dd6d41-fd8d-448e-a169-3b816b199908","_postman_id":"d4dd6d41-fd8d-448e-a169-3b816b199908","description":""},{"name":"Course","item":[{"name":"add course excel","id":"8372f246-db4f-4c94-91e9-96fc7ada15f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"excelFile","type":"file","src":"/Users/sharifuzzamanhasan/Desktop/courses.xlsx"}]},"url":"{{baseUrl}}/course/add-course","description":"<p>Admin can upload a list of course (on .xlsx) file, api will convert it to a json, filtering and a to DB</p>\n","urlObject":{"path":["course","add-course"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"499a16df-ea42-4194-85d4-884a5b9a6ad8","name":"add course excel","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"excelFile","type":"file","src":"/Users/sharifuzzamanhasan/Documents/courses-1714979957673.xlsx"}]},"url":"{{baseUrl}}/course/add-course"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"698"},{"key":"ETag","value":"W/\"2ba-q+2tlhahEBoAQy6ja/I7zifq0bI\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:50:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"new 4 courses created\",\n    \"newCourses\": [\n        {\n            \"name\": \"Computer Networking Lab\",\n            \"courseCode\": \"CSE342\",\n            \"credit\": 1,\n            \"totalCapacity\": 30,\n            \"classDuration\": \"2h\",\n            \"regStudents\": [],\n            \"_id\": \"67b717161c9169c94b1024ca\",\n            \"__v\": 0\n        },\n        {\n            \"name\": \"Database Design \",\n            \"courseCode\": \"CSE314\",\n            \"credit\": 3,\n            \"totalCapacity\": 25,\n            \"classDuration\": \"2h\",\n            \"regStudents\": [],\n            \"_id\": \"67b717161c9169c94b1024cb\",\n            \"__v\": 0\n        },\n        {\n            \"name\": \"System Design\",\n            \"courseCode\": \"CSE486\",\n            \"credit\": 3,\n            \"totalCapacity\": 20,\n            \"classDuration\": \"1h\",\n            \"regStudents\": [],\n            \"_id\": \"67b717161c9169c94b1024cc\",\n            \"__v\": 0\n        },\n        {\n            \"name\": \"Programming Language 2\",\n            \"courseCode\": \"CSE123.3\",\n            \"credit\": 3,\n            \"totalCapacity\": 30,\n            \"classDuration\": \"1h\",\n            \"regStudents\": [],\n            \"_id\": \"67b717161c9169c94b1024cd\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"8372f246-db4f-4c94-91e9-96fc7ada15f6"},{"name":"Get reg courses by student","id":"9463fab8-e926-48a5-ae42-b15a92384416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/regCourseByStudent/get-registered-courses/65e570a1fe91c8e267ea1b47","description":"<p>Fetched all courses registerd by the student</p>\n","urlObject":{"path":["regCourseByStudent","get-registered-courses","65e570a1fe91c8e267ea1b47"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d985b93-4d61-4074-86f2-a92d765eb29d","name":"regCoursesByStudent","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/courseForStudent/get-registered-courses/67b2ca8d1792430696c44330"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"ETag","value":"W/\"d9-5CBlovfxHvKUDpEkcfdQPhWnTJM\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:20:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"registeredCourses\": [\n        {\n            \"_id\": \"67b4278a05bc17b259518616\",\n            \"name\": \"Computer Networking Lab\",\n            \"courseCode\": \"CSE342.2\",\n            \"credit\": 1,\n            \"totalCapacity\": 30,\n            \"classDuration\": \"2h\",\n            \"regStudents\": [\n                \"67b2ca8d1792430696c44330\"\n            ],\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"9463fab8-e926-48a5-ae42-b15a92384416"},{"name":"reg to new course","id":"5ddd4f16-4165-4f80-91d1-7a162d06c381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/courseForStudent/reg-to-new-course/67b4278a05bc17b259518616/67b2ca8d1792430696c44330","description":"<p>Student can apply to register in a course by course id as a param</p>\n","urlObject":{"path":["courseForStudent","reg-to-new-course","67b4278a05bc17b259518616","67b2ca8d1792430696c44330"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5934136b-025b-4385-af31-f3801aedab96","name":"reg to new course","originalRequest":{"method":"POST","header":[],"url":"{{baseUrl}}/courseForStudent/reg-to-new-course/67b4278a05bc17b259518616/67b2ca8d1792430696c44330"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"225"},{"key":"ETag","value":"W/\"e1-ibE4sRZBYcwCCChgOJ/E2qhdO6A\""},{"key":"Date","value":"Thu, 20 Feb 2025 11:08:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"respose\": {\n        \"_id\": \"67b4278a05bc17b259518616\",\n        \"name\": \"Computer Networking Lab\",\n        \"courseCode\": \"CSE342.2\",\n        \"credit\": 1,\n        \"totalCapacity\": 30,\n        \"classDuration\": \"2h\",\n        \"regStudents\": [\n            \"67b2ca8d1792430696c44330\"\n        ],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"5ddd4f16-4165-4f80-91d1-7a162d06c381"}],"id":"b91dae76-b289-4497-a5ed-39b838d5deb5","_postman_id":"b91dae76-b289-4497-a5ed-39b838d5deb5","description":""},{"name":"Exam Mark","item":[{"name":"addMarks","id":"e78ffa9f-7b34-4ccb-b79d-53ee9245b737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"midExamMark\":28, \"finalExamMark\":35, \"classTest\":18, \"quizTest\":4, \"attendance\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/result/add-mark/6/CSE113.3/1/65e4ad5ca35090149654172c","description":"<p>Insert the marks through ought the semester evaluation</p>\n","urlObject":{"path":["result","add-mark","6","CSE113.3","1","65e4ad5ca35090149654172c"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d0984c5f-bf02-4094-a7a6-6b6eb42d15af","name":"addMarks","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"midExamMark\":28, \"finalExamMark\":35, \"classTest\":18, \"quizTest\":4, \"attendance\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/result/add-mark/6/CSE113.3/1/65e4ad5ca35090149654172c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Feb 2025 10:38:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"914ddd92feaedaf6-DAC"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"ETag","value":"W/\"d0-olKlmBPRl1QWaqIehajorFPUH0o\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"rndr-id","value":"df7ce79c-8270-4fc0"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"studentId\": \"65e4ad5ca35090149654172c\",\n    \"semester\": 6,\n    \"courseCode\": \"CSE113.3\",\n    \"credit\": 1,\n    \"_id\": \"67b7063c60a579c1681ddcd9\",\n    \"midExamMark\": 28,\n    \"finalExamMark\": 35,\n    \"classTest\": 18,\n    \"quizTest\": 4,\n    \"attendance\": 4,\n    \"__v\": 0\n}"}],"_postman_id":"e78ffa9f-7b34-4ccb-b79d-53ee9245b737"}],"id":"537d28a1-ed47-40b0-a965-aa7e250135cd","_postman_id":"537d28a1-ed47-40b0-a965-aa7e250135cd","description":""},{"name":"Result","item":[{"name":"getGPAbyStudentId","id":"6e907abc-4b21-4003-9d99-3bf6cde8f1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/result/get-gpa/6/65e4ad5ca35090149654172c","description":"<p>To get the semerter result and a individual course result</p>\n","urlObject":{"path":["result","get-gpa","6","65e4ad5ca35090149654172c"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"95274445-0c7b-4a78-922a-18579f9d47c0","name":"getGPAbyStudentId","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/result/get-gpa/6/65e4ad5ca35090149654172c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Feb 2025 10:45:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"914de813dd77771b-DAC"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"ETag","value":"W/\"6f-KEk5HacpiDk37qM8KlDxonZ7XXs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"rndr-id","value":"58333aaf-7fc6-4da9"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"courseResult\": [\n        {\n            \"course\": \"CSE113.3\",\n            \"letterGrade\": \"A+\",\n            \"gradePoint\": 4,\n            \"totalCredit\": 1\n        }\n    ],\n    \"semesterGPA\": \"4.00\"\n}"}],"_postman_id":"6e907abc-4b21-4003-9d99-3bf6cde8f1e9"}],"id":"03197483-66d6-4f45-abca-d1b2c5b17f23","_postman_id":"03197483-66d6-4f45-abca-d1b2c5b17f23","description":""}]}