{"info":{"_postman_id":"37e0da5b-37ff-4513-a887-a1dc550a2033","name":"Crud-Operations-With-Api-Response","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27398506","collectionId":"37e0da5b-37ff-4513-a887-a1dc550a2033","publishedId":"2sB2cVgNdY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-08T15:12:04.000Z"},"item":[{"name":"create student","id":"8a0ad22e-32f2-4f65-9f9c-a2c399b6dd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\":\"Brian Sanford\",\r\n    \"email\":\"Colten77@hotmail.com\",\r\n    \"password\":\"9xNLTnH36R_d_y0\",\r\n    \"mobile\":7942664384,\r\n    \"age\":45,\r\n    \"gender\":\"Male\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/student/create","urlObject":{"protocol":"http","port":"8080","path":["student","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a0ad22e-32f2-4f65-9f9c-a2c399b6dd8d"},{"name":"all Student","id":"0be0d536-daa8-4a02-aeca-b337fca24d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/student/all-student","urlObject":{"protocol":"http","port":"8080","path":["student","all-student"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0be0d536-daa8-4a02-aeca-b337fca24d79"},{"name":"get Student by id","id":"9216a5cb-fb5d-47ba-8d79-50654b922e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/student/get/4","urlObject":{"protocol":"http","port":"8080","path":["student","get","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9216a5cb-fb5d-47ba-8d79-50654b922e16"},{"name":"update Student","id":"72eed12a-2b37-4e51-ba81-ab516f3fb7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"fullName\": \"Allan Hermann\",\r\n        \"email\": \"Abner_Kling@hotmail.com\",\r\n        \"password\":\"Allan@1823\",\r\n        \"mobile\": \"7942664384\",\r\n        \"age\": 30,\r\n        \"gender\": \"Male\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/student/update/6","urlObject":{"protocol":"http","port":"8080","path":["student","update","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"72eed12a-2b37-4e51-ba81-ab516f3fb7df"},{"name":"Delete Student","id":"c391abcd-5e7f-4e14-a0fe-a7b696e73201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/student/delete/6","urlObject":{"protocol":"http","port":"8080","path":["student","delete","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c391abcd-5e7f-4e14-a0fe-a7b696e73201"},{"name":"search By name","id":"6b37915d-a031-4ee9-a8cc-ae6c1da67ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/student/search?name=g","urlObject":{"protocol":"http","port":"8080","path":["student","search"],"host":["localhost"],"query":[{"key":"name","value":"g"}],"variable":[]}},"response":[],"_postman_id":"6b37915d-a031-4ee9-a8cc-ae6c1da67ba1"},{"name":"All Student in page Format","id":"701c67c7-b95a-4ea8-9788-67f35520af7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/student/allstudent?page=0","urlObject":{"protocol":"http","port":"8080","path":["student","allstudent"],"host":["localhost"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"701c67c7-b95a-4ea8-9788-67f35520af7a"}]}