{"info":{"_postman_id":"7dc5e4dc-feb7-46b3-8efa-b9be96dfb713","name":"Student CGPA API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50839212","collectionId":"7dc5e4dc-feb7-46b3-8efa-b9be96dfb713","publishedId":"2sBXcGCeP2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-23T18:05:10.000Z"},"item":[{"name":"All Students","id":"95aa3282-d23d-46a4-8c02-e43b4e54d944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students","urlObject":{"protocol":"http","port":"5000","path":["students"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95aa3282-d23d-46a4-8c02-e43b4e54d944"},{"name":"Topper","id":"db386a8d-d004-4fa8-856b-f745f9fed15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students/topper","urlObject":{"protocol":"http","port":"5000","path":["students","topper"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"db386a8d-d004-4fa8-856b-f745f9fed15e"},{"name":"Average CGPA","id":"78388951-0516-4f4f-9ad2-1b966e25f17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students/average","urlObject":{"protocol":"http","port":"5000","path":["students","average"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78388951-0516-4f4f-9ad2-1b966e25f17b"},{"name":"Count","id":"c1c8f409-e719-414f-9d5e-2b9398afea3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students/count","urlObject":{"protocol":"http","port":"5000","path":["students","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1c8f409-e719-414f-9d5e-2b9398afea3d"},{"name":"Student by ID","id":"fb60ea5b-1a23-446c-bd67-4ada1a545e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students/:id","urlObject":{"protocol":"http","port":"5000","path":["students",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[],"_postman_id":"fb60ea5b-1a23-446c-bd67-4ada1a545e07"},{"name":"Branch Filter","id":"050aea27-64b9-4a70-a7a7-91425b951b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/students/branch/:branchname","urlObject":{"protocol":"http","port":"5000","path":["students","branch",":branchname"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"CSE","key":"branchname"}]}},"response":[],"_postman_id":"050aea27-64b9-4a70-a7a7-91425b951b5c"}]}