{"info":{"_postman_id":"ff5dc1f1-4a19-48e4-86ab-246191417556","name":"todo2_practice","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"38203469","collectionId":"ff5dc1f1-4a19-48e4-86ab-246191417556","publishedId":"2sAXqqd3FX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-18T01:19:11.000Z"},"item":[{"name":"전체 Todo 조회","id":"f4d6f55e-55e6-4c47-8923-13230ba93e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c8373e67-591e-4e95-8fbf-971161423235","name":"전체 Todo 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Sep 2024 01:01:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Buy groceries\",\n        \"description\": \"Milk, bread, eggs\",\n        \"completed\": false\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Clean the house\",\n        \"description\": \"Vacuum, dust\",\n        \"completed\": true\n    },\n    {\n        \"id\": 3,\n        \"title\": \"Read a book\",\n        \"description\": \"Finish reading 'JPA'\",\n        \"completed\": false\n    }\n]"}],"_postman_id":"f4d6f55e-55e6-4c47-8923-13230ba93e27"},{"name":"전체 Todo 조회 Copy","id":"1b219aaf-798a-4648-9863-d0c96040a10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cad84bfb-6796-4b56-ba1e-877aea5a7782","name":"전체 Todo 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Sep 2024 01:01:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Buy groceries\",\n        \"description\": \"Milk, bread, eggs\",\n        \"completed\": false\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Clean the house\",\n        \"description\": \"Vacuum, dust\",\n        \"completed\": true\n    },\n    {\n        \"id\": 3,\n        \"title\": \"Read a book\",\n        \"description\": \"Finish reading 'JPA'\",\n        \"completed\": false\n    }\n]"}],"_postman_id":"1b219aaf-798a-4648-9863-d0c96040a10c"},{"name":"id별 Todo 조회","id":"e855f1c3-0668-42d9-b403-1e32d86a15e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos/:id","urlObject":{"protocol":"http","port":"8080","path":["api","todos",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"641923cf-27fc-42ee-bd27-8ff475298d87","name":"id별 Todo 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/todos/:id","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 17 Sep 2024 23:55:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Buy groceries\",\n    \"description\": \"Milk, bread, eggs\",\n    \"completed\": false\n}"}],"_postman_id":"e855f1c3-0668-42d9-b403-1e32d86a15e5"},{"name":"Todo 생성","id":"2f5a15ab-bc87-4cbd-992c-c28544e07a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(add) Todo title\",\r\n    \"description\": \"(add) Todo description\",\r\n    \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"223bf618-f558-4179-aeb3-fec61467468c","name":"Todo 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(add) Todo title\",\r\n    \"description\": \"(add) Todo description\",\r\n    \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Sep 2024 01:09:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"title\": \"(add) Todo title\",\n    \"description\": \"(add) Todo description\",\n    \"completed\": true\n}"}],"_postman_id":"2f5a15ab-bc87-4cbd-992c-c28544e07a19"},{"name":"id별 Todo 수정","id":"cd6c3ef4-9288-49c0-af06-7d25c49e6d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(update) Todo title\",\r\n    \"description\": \"(update) Todo description\",\r\n    \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/:id","urlObject":{"protocol":"http","port":"8080","path":["api","todos",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"5","key":"id"}]}},"response":[{"id":"31019566-20a0-43ae-bb1d-372b5c841669","name":"id별 Todo 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(update) Todo title\",\r\n    \"description\": \"(update) Todo description\",\r\n    \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/todos/:id","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos",":id"],"variable":[{"key":"id","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 18 Sep 2024 01:09:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"title\": \"(update) Todo title\",\n    \"description\": \"(update) Todo description\",\n    \"completed\": true\n}"}],"_postman_id":"cd6c3ef4-9288-49c0-af06-7d25c49e6d4a"},{"name":"id별 Todo 삭제","id":"6f55a3db-2c1c-4bd8-8320-ae7b0bd7a498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(add) Todo title\",\r\n    \"description\": \"(add) Todo description\",\r\n    \"completed\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/:id","urlObject":{"protocol":"http","port":"8080","path":["api","todos",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"5","key":"id"}]}},"response":[{"id":"85601140-d859-4d8e-bf62-25423e55e329","name":"id별 Todo 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"(add) Todo title\",\r\n    \"description\": \"(add) Todo description\",\r\n    \"completed\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/todos/:id","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos",":id"],"variable":[{"key":"id","value":"6"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 18 Sep 2024 01:10:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6f55a3db-2c1c-4bd8-8320-ae7b0bd7a498"}]}