{"info":{"_postman_id":"b33e7029-dfa7-43ef-8df6-576b13a2176b","name":"CRUD Using MongoDB","description":"<html><head></head><body><p>API Documentation for CRUD operations using MongoDB</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18458848","collectionId":"b33e7029-dfa7-43ef-8df6-576b13a2176b","publishedId":"2s83mhmMoP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-29T14:11:54.000Z"},"item":[{"name":"Get all employees","id":"5d4c8dd1-4ef0-4140-a451-6f12da55982a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/getAll","description":"<p>Retrieve information for all employees</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d4c8dd1-4ef0-4140-a451-6f12da55982a"},{"name":"Post employee","id":"0f763a58-51d0-4eaa-ac53-5b23cf15e824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Joey Tribbiani\",\r\n  \"designation\": \"Saleperson\",\r\n  \"address\": \"Manhattan, NY\",\r\n  \"salary\": \"20000\",\r\n  \"mobileNo\": \"987465123\",\r\n  \"bloodGroup\": \"O+\",\r\n  \"dateOfJoining\": \"2012-04-23T18:25:43.511Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/employee","description":"<p>Create new employee</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f763a58-51d0-4eaa-ac53-5b23cf15e824"},{"name":"Get employee by id","id":"4476c032-c734-44cb-a003-7bcd327e1993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/employee/6325a2613eaeec3426bf35fc","description":"<p>Retrieve information about employee by employee id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee","6325a2613eaeec3426bf35fc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4476c032-c734-44cb-a003-7bcd327e1993"},{"name":"Get employee by name","id":"2a11e4f6-03b4-4b5d-b807-4702ea24be5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/employee/by-name?name=Chandler Bing","description":"<p>StartFragment</p>\n<p>Retrieve information about employee by employee name</p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee","by-name"],"host":["localhost"],"query":[{"key":"name","value":"Chandler Bing"}],"variable":[]}},"response":[],"_postman_id":"2a11e4f6-03b4-4b5d-b807-4702ea24be5d"},{"name":"Post employees","id":"e9da47d8-2f57-410a-99c2-5d02b5ce3950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Susan Tribbiani\",\r\n        \"designation\": \"Saleperson\",\r\n        \"address\": \"Manhattan, NY\",\r\n        \"salary\": \"20000\",\r\n        \"mobileNo\": \"987465123\",\r\n        \"bloodGroup\": \"O+\",\r\n        \"dateOfJoining\": \"2012-04-23T18:25:43.511Z\"\r\n    },\r\n    {\r\n        \"address\": \"Manhattan, NY\",\r\n        \"mobileNo\": \"987495123\",\r\n        \"designation\": \"Accountant\",\r\n        \"salary\": 90000.0,\r\n        \"dateOfJoining\": \"2010-04-23T18:25:43.511+00:00\",\r\n        \"bloodGroup\": \"O+\",\r\n        \"name\": \"Monica Bing\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/employee/bulk-insert","description":"<p>Create more than one employees in single API call</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee","bulk-insert"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9da47d8-2f57-410a-99c2-5d02b5ce3950"},{"name":"Update employee","id":"86665411-f5fd-45a0-9db7-881590f0cc1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Ross Geller\",\r\n  \"designation\": \"TRainer\",\r\n  \"address\": \"Manhattan, NY\",\r\n  \"salary\": \"80000\",\r\n  \"mobileNo\": \"987465100\",\r\n  \"bloodGroup\": \"O+\",\r\n  \"dateOfJoining\": \"2016-04-23T18:25:43.511Z\",\r\n  \"employeeId\":\"63240c8bd74a8c21fa54eafb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/employee/6325a2613eaeec3426bf35fc","description":"<p>Update information about existing employee by employee id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee","6325a2613eaeec3426bf35fc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"86665411-f5fd-45a0-9db7-881590f0cc1f"},{"name":"Delete employee by Id","id":"68d82b62-b965-4ee1-80d9-4d3a019d9bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/employee/6335a48ae6c9d76f847230d4","description":"<p>Deleted record of employee by employee id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","employee","6335a48ae6c9d76f847230d4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d82b62-b965-4ee1-80d9-4d3a019d9bad"}]}