{"info":{"_postman_id":"9ba61a23-4be0-4c44-a641-d9105bf94afc","name":"Assignment01-student's information","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840765","collectionId":"9ba61a23-4be0-4c44-a641-d9105bf94afc","publishedId":"2sBXcEmMLB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-23T12:12:36.000Z"},"item":[{"name":"All students","id":"8fe0690e-4479-47bf-8f7f-b9d9ea322347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students\n\n</code></pre>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"f6479418-72f9-44f6-8456-2fbce17f410e","name":"students","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\":7,\r\n   \"name\":\"Nandini\",\r\n   \"age\":18\r\n\r\n}"},"url":"http://localhost:5000/students"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"706"},{"key":"ETag","value":"W/\"2c2-eg8a8aTavyPAgNHP/P5m4llaFTk\""},{"key":"Date","value":"Mon, 23 Feb 2026 11:54:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Aarav Sharma\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.3\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Ishita Verma\",\n        \"branch\": \"IT\",\n        \"semester\": 7,\n        \"cgpa\": 8.9\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Rohan Kulkarni\",\n        \"branch\": \"ECE\",\n        \"semester\": 6,\n        \"cgpa\": 8.4\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Meera Iyer\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.1\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Kunal Deshmukh\",\n        \"branch\": \"IT\",\n        \"semester\": 5,\n        \"cgpa\": 7.8\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Ananya Reddy\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 8.7\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Vikram Patil\",\n        \"branch\": \"ECE\",\n        \"semester\": 7,\n        \"cgpa\": 8.2\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Priyanka Nair\",\n        \"branch\": \"AI\",\n        \"semester\": 4,\n        \"cgpa\": 8.8\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Harsh Mehta\",\n        \"branch\": \"Data Science\",\n        \"semester\": 5,\n        \"cgpa\": 8\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Neha Gupta\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 7.9\n    }\n]"}],"_postman_id":"8fe0690e-4479-47bf-8f7f-b9d9ea322347"},{"name":"topper student","id":"8e7c012c-7b26-48b9-85ca-d518b7107316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students/topper\n\n</code></pre>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"9adc7a82-2cc6-4955-93f6-8d5aace83ab2","name":"topper","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/students/topper"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-Zt+hMq9DFzGEG2U2YFMym5i2hhM\""},{"key":"Date","value":"Mon, 23 Feb 2026 11:57:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Aarav Sharma\",\n    \"branch\": \"CSE\",\n    \"semester\": 8,\n    \"cgpa\": 9.3\n}"}],"_postman_id":"8e7c012c-7b26-48b9-85ca-d518b7107316"},{"name":"count students","id":"927aa71a-21a2-4c87-801d-2914a5b66193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students/count\n\n</code></pre>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"bb85691f-3bfb-43ec-b16f-b801e2cf10e4","name":"count","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/students/count"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-242V4SUqFTF6E8hF68/F1LKw3ks\""},{"key":"Date","value":"Mon, 23 Feb 2026 11:58:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10\n}"}],"_postman_id":"927aa71a-21a2-4c87-801d-2914a5b66193"},{"name":"average marks of students","id":"306f881e-d250-4d0f-91c3-4998c4182fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students/average\n\n</code></pre>\n<p>EndFragment</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"958fab38-badc-49d5-aa56-94f911a3eabb","name":"average","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/students/average"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-hP8QtBF0Ml00Z50s16GmFFh/Ghg\""},{"key":"Date","value":"Mon, 23 Feb 2026 11:59:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"averageCgpa\": 8.510000000000002\n}"}],"_postman_id":"306f881e-d250-4d0f-91c3-4998c4182fcf"},{"name":"get student by id","id":"5366a66b-c806-49d4-a36a-39ed184b8179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students/5\n\n</code></pre>\n<p>EndFragment</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"128c2be6-e431-41ab-af6f-8534d38c95ae","name":"student's id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/students/:id","protocol":"http","host":["localhost"],"port":"5000","path":["students",":id"],"variable":[{"key":"id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-91ACou+cuj7m2wncPFs3DdWink0\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:00:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"Kunal Deshmukh\",\n    \"branch\": \"IT\",\n    \"semester\": 5,\n    \"cgpa\": 7.8\n}"}],"_postman_id":"5366a66b-c806-49d4-a36a-39ed184b8179"},{"name":"get students by their branch","id":"fcc3beb7-b898-4324-8082-427699b80e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-postman\">http://localhost:5000/students/branch/cse\n\n</code></pre>\n<p>EndFragment</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0c6883cf-d672-445b-bbd5-7006bc64c369","name":"student's branch","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/students/branch/cse"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"278"},{"key":"ETag","value":"W/\"116-7pw088gxBxBRgBpYjICy+5DVdWA\""},{"key":"Date","value":"Mon, 23 Feb 2026 12:01:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Aarav Sharma\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.3\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Meera Iyer\",\n        \"branch\": \"CSE\",\n        \"semester\": 8,\n        \"cgpa\": 9.1\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Ananya Reddy\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 8.7\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Neha Gupta\",\n        \"branch\": \"CSE\",\n        \"semester\": 6,\n        \"cgpa\": 7.9\n    }\n]"}],"_postman_id":"fcc3beb7-b898-4324-8082-427699b80e69"}]}