{"info":{"_postman_id":"c1ef5fd2-d8d7-4272-a11d-75169b6b0359","name":"students api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34455053","collectionId":"c1ef5fd2-d8d7-4272-a11d-75169b6b0359","publishedId":"2sAYkGKKDR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-20T19:08:22.000Z"},"item":[{"name":"create","id":"7095d59f-eb50-44a0-8958-394fba347ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":2,\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek2@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students","urlObject":{"protocol":"http","port":"8082","path":["api","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2ce948e-7931-455b-9c78-cec5fef6f286","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek5@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 15:22:41 GMT"},{"key":"Content-Length","value":"9"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5\n}"},{"id":"8b5a9ab3-1970-4c4a-9a52-5d70be879c0f","name":"duplicate email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek5@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 15:22:58 GMT"},{"key":"Content-Length","value":"106"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"failed to execute insert statement: UNIQUE constraint failed: students.email\"\n}"},{"id":"907c44b0-2eb3-4265-ba4e-55776feba9b4","name":"validation error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 15:23:18 GMT"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"Email email\"\n}"}],"_postman_id":"7095d59f-eb50-44a0-8958-394fba347ff3"},{"name":"update by id","id":"812e46f8-7dab-48d4-aa4f-9c1bf599824e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek6@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/1","urlObject":{"protocol":"http","port":"8082","path":["api","students","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4897c23b-e38e-4132-bed4-0eda0c2f8423","name":"success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek6@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:04:27 GMT"},{"key":"Content-Length","value":"66"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Abhishek\",\n    \"email\": \"abhishek6@gmail.com\",\n    \"age\": 20\n}"},{"id":"a5b4f651-4da8-4fb0-8734-6d793fe1c0ee","name":"not found error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek6@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/5"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:04:35 GMT"},{"key":"Content-Length","value":"106"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"failed to execute update statement: UNIQUE constraint failed: students.email\"\n}"},{"id":"e768460a-de42-445c-98af-6a358f16457d","name":"validation error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek6gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:04:47 GMT"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"Email email\"\n}"}],"_postman_id":"812e46f8-7dab-48d4-aa4f-9c1bf599824e"},{"name":"get by id","id":"577076fb-aef1-47b8-8547-5a72a8a3c7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":2,\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/2","urlObject":{"protocol":"http","port":"8082","path":["api","students","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4420f0e9-ccc3-4b6c-bbf9-6f7ff0ebac6e","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 15:24:00 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Abhishek\",\n    \"email\": \"abhishek@gmail.com\",\n    \"age\": 20\n}"},{"id":"41a207b1-ed03-4d80-899b-8786e76ecdaa","name":"not found error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/8"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:03:31 GMT"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"no student found with ID 8\"\n}"}],"_postman_id":"577076fb-aef1-47b8-8547-5a72a8a3c7f4"},{"name":"delete by id","id":"a6d4e900-71de-4c31-aee1-94bf7b1da87d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":2,\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/2","description":"<h3 id=\"delete-apistudentsid\">DELETE /api/students/{id}</h3>\n<p>This endpoint is used to delete a specific student record by providing the student's ID in the URL.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: DELETE</p>\n</li>\n<li><p>URL: <code>http://localhost:8082/api/students/5</code></p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n</li>\n<li><p>{ \"id\": 2, \"name\": \"Abhishek\", \"email\": \"<a href=\"mailto:abhishek@gmail.com\">abhishek@gmail.com</a>\", \"age\": 20}</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 500</p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n</li>\n<li><p>{ \"status\": \"\", \"error\": \"\"}</p>\n</li>\n</ul>\n<h4 id=\"response-schema\">Response Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": {\n      \"type\": \"number\"\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"8082","path":["api","students","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7f5669c2-53c5-41de-b45c-359cae443881","name":"sucess","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:05:37 GMT"},{"key":"Content-Length","value":"9"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5\n}"},{"id":"8b2eaf7a-a348-42ff-9240-5ab3d79c7a3e","name":"not found error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students/5"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:05:45 GMT"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error\",\n    \"error\": \"no student found with ID 5\"\n}"}],"_postman_id":"a6d4e900-71de-4c31-aee1-94bf7b1da87d"},{"name":"get list","id":"1124428c-370b-4e0a-b636-704722710a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":2,\n    \"name\":\"Abhishek\",\n    \"email\":\"abhishek@gmail.com\",\n    \"age\":20\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students","urlObject":{"protocol":"http","port":"8082","path":["api","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3572b3d2-e6e3-46b3-a686-c4c0dda4bd8e","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 20 Mar 2025 19:05:27 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Abhishek\",\n        \"email\": \"abhishek6@gmail.com\",\n        \"age\": 20\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Abhishek\",\n        \"email\": \"abhishek5@gmail.com\",\n        \"age\": 20\n    }\n]"}],"_postman_id":"1124428c-370b-4e0a-b636-704722710a1e"}]}