{"info":{"_postman_id":"a3325fa0-47fe-4b8b-a14d-961a530fecd6","name":"Employee management system java","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15215271","collectionId":"a3325fa0-47fe-4b8b-a14d-961a530fecd6","publishedId":"2sAYJ1mNGT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-18T22:43:13.000Z"},"item":[{"name":"create employee","id":"5769781b-6412-4f49-a37b-e0199e1d4fce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"amr mohamed\",\r\n    \"email\": \"amr@test.com\",\r\n    \"position\": \"Full stack developer\",\r\n    \"salary\" : 5000    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/v1/employee/","urlObject":{"path":["api","v1","employee",""],"host":["http://localhost:3001"],"query":[],"variable":[]}},"response":[{"id":"6c966e9f-0861-4519-9fa0-42486f4599f9","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"amr mohamed\",\r\n    \"email\": \"amr@test.com\",\r\n    \"position\": \"Full stack developer\",\r\n    \"salary\" : 5000    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/v1/employee/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Dec 2024 22:23:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 202,\n    \"name\": \"amr mohamed\",\n    \"email\": \"amr@test.com\",\n    \"position\": \"Full stack developer\",\n    \"salary\": 5000\n}"}],"_postman_id":"5769781b-6412-4f49-a37b-e0199e1d4fce"},{"name":"update employee","id":"ba96f955-5c4b-40b6-ab68-b1d20f1d50f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"amr mohamed\",\r\n    \"email\": \"amr@test.com\",\r\n    \"position\": \"Full stack developer\",\r\n    \"salary\" : 6000    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/v1/employee/202","urlObject":{"path":["api","v1","employee","202"],"host":["http://localhost:3001"],"query":[],"variable":[]}},"response":[{"id":"514a6ea2-a809-47be-b282-31a5db41f412","name":"create employee Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"amr mohamed\",\r\n    \"email\": \"amr@test.com\",\r\n    \"position\": \"Full stack developer\",\r\n    \"salary\" : 6000    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/v1/employee/202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Dec 2024 22:23:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 202,\n    \"name\": \"amr mohamed\",\n    \"email\": \"amr@test.com\",\n    \"position\": \"Full stack developer\",\n    \"salary\": 6000\n}"}],"_postman_id":"ba96f955-5c4b-40b6-ab68-b1d20f1d50f0"},{"name":"get employee by id","id":"f3abf2b5-7ec0-4c86-9bc7-ebe3a8b21d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3001/api/v1/employee/202","urlObject":{"path":["api","v1","employee","202"],"host":["http://localhost:3001"],"query":[],"variable":[]}},"response":[{"id":"3453007d-73a1-4b84-81fd-325b7d3af151","name":"create employee Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"amr mohamed\",\r\n    \"email\": \"amr@test.com\",\r\n    \"position\": \"Full stack developer\",\r\n    \"salary\" : 6000    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/api/v1/employee/202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Dec 2024 22:23:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 202,\n    \"name\": \"amr mohamed\",\n    \"email\": \"amr@test.com\",\n    \"position\": \"Full stack developer\",\n    \"salary\": 6000\n}"}],"_postman_id":"f3abf2b5-7ec0-4c86-9bc7-ebe3a8b21d41"},{"name":"Delete employee","id":"ad5ff2dd-31cc-437d-b8ff-f20c537ab82b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3001/api/v1/employee/252","urlObject":{"path":["api","v1","employee","252"],"host":["http://localhost:3001"],"query":[],"variable":[]}},"response":[{"id":"d23436fa-352b-4623-a065-30294056f2a0","name":"Delete Employee","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3001/api/v1/employee/252"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Dec 2024 22:37:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Deleted\"\n}"}],"_postman_id":"ad5ff2dd-31cc-437d-b8ff-f20c537ab82b"},{"name":"get all employee","id":"6caa0de9-b8df-487e-a47a-094dc32ea3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3001/api/v1/employee/","urlObject":{"path":["api","v1","employee",""],"host":["http://localhost:3001"],"query":[],"variable":[]}},"response":[{"id":"882bb93e-49c9-4df1-9692-e37d98d27323","name":"New Request Copy","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3001/api/v1/employee/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Dec 2024 22:24:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 202,\n        \"name\": \"amr mohamed\",\n        \"email\": \"amr@test.com\",\n        \"position\": \"Full stack developer\",\n        \"salary\": 6000\n    }\n]"}],"_postman_id":"6caa0de9-b8df-487e-a47a-094dc32ea3fd"}],"event":[{"listen":"prerequest","script":{"id":"e06f8fd7-a6c4-4324-8ae5-e468eb78acba","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"53de17c4-5eb1-427b-adb6-4a357c083812","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseurl","value":"http://localhost:3001","type":"string"}]}