{"info":{"_postman_id":"bd601fdd-1df4-423d-94f2-81675b4355f9","name":"Team9_Project: Todo-List","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>ToDo 리스트 API</p>\n<h1 id=\"overview\">Overview</h1>\n<p>카드, 히스토리의 CRUD</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"}],"owner":"14857650","collectionId":"bd601fdd-1df4-423d-94f2-81675b4355f9","publishedId":"TzCV4jzG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-12T06:59:18.000Z"},"item":[{"name":"카드생성","event":[{"listen":"prerequest","script":{"id":"8bbaf55e-ca31-4462-b7da-a8ac088bfb4c","exec":[""],"type":"text/javascript"}}],"id":"cefe07b3-caee-47c0-bc63-b2647fe8c0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"1","description":"<p>로그인 유저 PK</p>\n","type":"text"},{"key":"title","value":"생성 테스트","description":"<p>Todo 리스트 카드 제목</p>\n","type":"text"},{"key":"content","value":"내용","description":"<p>Todo 리스트 카드 내용</p>\n","type":"text"},{"key":"priority","value":"1.2","description":"<p>컬럼에서 위치</p>\n","type":"text"},{"key":"columnType","value":"할일","description":"<p>컬럼타입: 할일, 하는중, 완료</p>\n","type":"text"}]},"url":"http://localhost:8080/api/cards","urlObject":{"protocol":"http","port":"8080","path":["api","cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cefe07b3-caee-47c0-bc63-b2647fe8c0c8"},{"name":"카드삭제","id":"523f38e9-5902-4241-8d95-f845503f9627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"1","description":"<p>로그인 유저 PK</p>\n","type":"text"},{"key":"title","value":"생성 테스트입니다.222","description":"<p>Todo 리스트 카드 제목</p>\n","type":"text"},{"key":"content","value":"내용","description":"<p>Todo 리스트 카드 내용</p>\n","type":"text"},{"key":"priority","value":"1.7","description":"<p>컬럼에서 위치</p>\n","type":"text"},{"key":"columnType","value":"할일","description":"<p>컬럼타입: 할일, 하는중, 완료</p>\n","type":"text"}]},"url":"http://localhost:8080/api/cards/5","urlObject":{"protocol":"http","port":"8080","path":["api","cards","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"523f38e9-5902-4241-8d95-f845503f9627"},{"name":"카드수정","id":"f2b82c16-efc9-4e98-9cb3-7b36bca7a67a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"1","description":"<p>로그인 유저 PK</p>\n","type":"text"},{"key":"title","value":"수 테스트","description":"<p>Todo 리스트 카드 제목</p>\n","type":"text"},{"key":"content","value":"수정된 내용","description":"<p>Todo 리스트 카드 내용</p>\n","type":"text"},{"key":"priority","value":"1.7","description":"<p>컬럼에서 위치</p>\n","type":"text"},{"key":"columnType","value":"할일","description":"<p>컬럼타입: 할일, 하는중, 완료</p>\n","type":"text"},{"key":"id","value":"1","description":"<p>카드PK</p>\n","type":"text"}]},"url":"http://localhost:8080/api/cards/1","urlObject":{"protocol":"http","port":"8080","path":["api","cards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2b82c16-efc9-4e98-9cb3-7b36bca7a67a"},{"name":"컬럼 리스트","id":"168388df-48de-4bed-bb7f-fec58de2ef19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8080/api/cards/1","urlObject":{"protocol":"http","port":"8080","path":["api","cards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7eeeceb4-3f74-45f2-b397-16b6c431dff6","name":"컬럼 리스트 출력","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8080/api/cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 Apr 2021 06:55:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"user\": 1,\n        \"title\": \"생성 테스트\",\n        \"content\": \"내용\",\n        \"priority\": 1.7,\n        \"columnType\": \"할일\",\n        \"deleted\": false\n    },\n    {\n        \"id\": 4,\n        \"user\": 1,\n        \"title\": \"생성 테스트\",\n        \"content\": \"내용\",\n        \"priority\": 1.2,\n        \"columnType\": \"할일\",\n        \"deleted\": false\n    }\n]"}],"_postman_id":"168388df-48de-4bed-bb7f-fec58de2ef19"},{"name":"유저 히스토리","id":"369a655f-9a79-4518-b984-22bd42af1483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8080//api/histories","urlObject":{"protocol":"http","port":"8080","path":["","api","histories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d333571a-a152-4d19-9af9-5250176fd84d","name":"컬럼 리스트 출력","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8080/api/cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 Apr 2021 06:55:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"user\": 1,\n        \"title\": \"생성 테스트\",\n        \"content\": \"내용\",\n        \"priority\": 1.7,\n        \"columnType\": \"할일\",\n        \"deleted\": false\n    },\n    {\n        \"id\": 4,\n        \"user\": 1,\n        \"title\": \"생성 테스트\",\n        \"content\": \"내용\",\n        \"priority\": 1.2,\n        \"columnType\": \"할일\",\n        \"deleted\": false\n    }\n]"}],"_postman_id":"369a655f-9a79-4518-b984-22bd42af1483"},{"name":"특정 카드의 히스토리 탐색","id":"f75f29e5-abb7-4742-8a46-93bf1f27ac0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/histories/card/2","urlObject":{"protocol":"http","port":"8080","path":["api","histories","card","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f267da16-8f34-4ffb-8241-3e2c001e9a79","name":"특정 카드의 히스토리 탐색 출력","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/histories/card/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 Apr 2021 06:56:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"card\": 2,\n        \"action\": \"삭제\",\n        \"date\": \"2021-04-12T15:48:28\",\n        \"from\": \"할일\",\n        \"to\": null,\n        \"deleted\": false\n    },\n    {\n        \"id\": 4,\n        \"card\": 2,\n        \"action\": \"이동\",\n        \"date\": \"2021-04-12T15:56:22\",\n        \"from\": \"할\",\n        \"to\": \"하는중\",\n        \"deleted\": false\n    }\n]"}],"_postman_id":"f75f29e5-abb7-4742-8a46-93bf1f27ac0f"},{"name":"히스토리 추가","id":"6b66bdb7-781a-4986-aba0-b35fb18cc8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"card","value":"2","description":"<p>PK of Card</p>\n","type":"text"},{"key":"action","value":"이동","description":"<p>이동, 추가, 삭제</p>\n","type":"text"},{"key":"from","value":"할","description":"<p>이전 컬럼타입</p>\n","type":"text"},{"key":"to","value":"하는중","description":"<p>변경 컬럼타입</p>\n","type":"text"}]},"url":"http://localhost:8080/api/histories","urlObject":{"protocol":"http","port":"8080","path":["api","histories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b66bdb7-781a-4986-aba0-b35fb18cc8ff"},{"name":"지정한 히스토리 삭제","id":"d8fc6abc-4fd6-4d12-b332-4d7258367ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/histories/2","urlObject":{"protocol":"http","port":"8080","path":["api","histories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8fc6abc-4fd6-4d12-b332-4d7258367ec4"}]}