{"info":{"_postman_id":"5473e0f1-ace2-4bdb-843e-30e1eb024191","name":"Assignment-1(CRUD)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840766","collectionId":"5473e0f1-ace2-4bdb-843e-30e1eb024191","publishedId":"2sBXcEmgCf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-23T12:34:19.000Z"},"item":[{"name":"get all students","id":"88e1818f-838c-4c1d-80a5-c0d93f691c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students","urlObject":{"protocol":"http","port":"3000","path":["students"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"88e1818f-838c-4c1d-80a5-c0d93f691c21"},{"name":"get student detail who has highest CGPA","id":"7bee0363-3078-4e92-b86b-f51002510851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/topper","urlObject":{"protocol":"http","port":"3000","path":["students","topper"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bee0363-3078-4e92-b86b-f51002510851"},{"name":"get average CGPA","id":"94e7c7ae-6bbf-4a3c-98f0-ca75ac21e3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/average","urlObject":{"protocol":"http","port":"3000","path":["students","average"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94e7c7ae-6bbf-4a3c-98f0-ca75ac21e3e0"},{"name":"get total student number","id":"14ebe5e4-8723-428e-8b26-09fc3a05445a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/count","urlObject":{"protocol":"http","port":"3000","path":["students","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14ebe5e4-8723-428e-8b26-09fc3a05445a"},{"name":"getting student detail by ID","id":"e0427ed3-cc79-4132-afc3-1da5a24617c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/3","urlObject":{"protocol":"http","port":"3000","path":["students","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0427ed3-cc79-4132-afc3-1da5a24617c7"},{"name":"get student detail by branchName","id":"3f38a7ea-5159-4661-a1e5-0a70a1d4d358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/students/branch/cse","urlObject":{"protocol":"http","port":"3000","path":["students","branch","cse"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f38a7ea-5159-4661-a1e5-0a70a1d4d358"}]}