{"info":{"_postman_id":"cb6c6530-9ce4-4e61-8805-e0441b2838b4","name":"schedule","description":"<html><head></head><body><p>Spring Boot 기반 일정 관리 API입니다.<br>할 일 등록, 조회, 수정, 삭제 기능을 제공합니다.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35302654","collectionId":"cb6c6530-9ce4-4e61-8805-e0441b2838b4","publishedId":"2sB2qcC1Y6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-25T09:22:58.000Z"},"item":[{"name":"일정등록","id":"ef58cb29-6412-4965-95ba-08f8518412f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"writer\": \"이창호\",\r\n  \"password\": \"12\",\r\n  \"title\": \"밥먹기\",\r\n  \"content\": \"온천칼국수 저녁약속\"\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":"1e291f0c-dae6-4de5-8dd5-92036cb37d7f","name":"일정등록","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"writer\": \"이창호\",\r\n  \"password\": \"12\",\r\n  \"title\": \"밥먹기\",\r\n  \"content\": \"온천칼국수 저녁약속\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Sun, 25 May 2025 09:26:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"일정이 등록되었습니다."}],"_postman_id":"ef58cb29-6412-4965-95ba-08f8518412f5"},{"name":"전체일정조회","id":"ca5d3d63-4d55-49e7-bcff-877a3ceb2e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/todos","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b2d3f0d-dee1-4ff0-969f-4c776cf00e6e","name":"전체일정조회","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":"Sun, 25 May 2025 09:24:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"title\": \"운동 수정2\",\n        \"content\": \"배드민턴\",\n        \"createdAt\": \"2025-05-21T12:26:14\",\n        \"modifiedAt\": \"2025-05-25T18:11:21\",\n        \"userId\": 4,\n        \"writer\": \"김재혁\"\n    },\n    {\n        \"id\": 8,\n        \"title\": \"병원가기\",\n        \"content\": \"오후1시 피부과 진료\",\n        \"createdAt\": \"2025-05-25T18:03:41\",\n        \"modifiedAt\": \"2025-05-25T18:03:41\",\n        \"userId\": 6,\n        \"writer\": \"우창식\"\n    },\n    {\n        \"id\": 7,\n        \"title\": \"공부하기\",\n        \"content\": \"spring 공부\",\n        \"createdAt\": \"2025-05-24T17:25:30\",\n        \"modifiedAt\": \"2025-05-24T17:25:32\",\n        \"userId\": 4,\n        \"writer\": \"김재혁\"\n    },\n    {\n        \"id\": 6,\n        \"title\": \"밥먹기\",\n        \"content\": \"온천칼국수 저녁약속\",\n        \"createdAt\": \"2025-05-23T12:28:19\",\n        \"modifiedAt\": \"2025-05-23T12:28:19\",\n        \"userId\": 5,\n        \"writer\": \"이창호\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"운동\",\n        \"content\": \"자전거타기\",\n        \"createdAt\": \"2025-05-20T12:25:25\",\n        \"modifiedAt\": \"2025-05-20T12:25:25\",\n        \"userId\": 3,\n        \"writer\": \"김괄식\"\n    }\n]"}],"_postman_id":"ca5d3d63-4d55-49e7-bcff-877a3ceb2e30"},{"name":"작성자명 일정조회","id":"e78c251e-05c5-4149-9290-387f037c1300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/todos?writer=김괄식","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[{"key":"writer","value":"김괄식"}],"variable":[]}},"response":[{"id":"faa55864-4dab-415b-8159-ee5dee3275cf","name":"작성자명 일정조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/todos?writer=김재혁","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos"],"query":[{"key":"writer","value":"김재혁"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 25 May 2025 09:27:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"title\": \"운동 수정2\",\n        \"content\": \"배드민턴\",\n        \"createdAt\": \"2025-05-21T12:26:14\",\n        \"modifiedAt\": \"2025-05-25T18:11:21\",\n        \"userId\": 4,\n        \"writer\": \"김재혁\"\n    },\n    {\n        \"id\": 7,\n        \"title\": \"공부하기\",\n        \"content\": \"spring 공부\",\n        \"createdAt\": \"2025-05-24T17:25:30\",\n        \"modifiedAt\": \"2025-05-24T17:25:32\",\n        \"userId\": 4,\n        \"writer\": \"김재혁\"\n    }\n]"}],"_postman_id":"e78c251e-05c5-4149-9290-387f037c1300"},{"name":"수정일 일정조회","id":"ba465d75-1ae8-47a3-9ca5-b681395e215c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/todos?startDate=2025-05-20&endDate=2025-05-24","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[{"key":"startDate","value":"2025-05-20"},{"key":"endDate","value":"2025-05-24"}],"variable":[]}},"response":[{"id":"bff8fc57-c45d-4363-971c-befb630fad3b","name":"수정일 일정조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/todos?startDate=2025-05-20&endDate=2025-05-24","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos"],"query":[{"key":"startDate","value":"2025-05-20"},{"key":"endDate","value":"2025-05-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 25 May 2025 09:27:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"title\": \"공부하기\",\n        \"content\": \"spring 공부\",\n        \"createdAt\": \"2025-05-24T17:25:30\",\n        \"modifiedAt\": \"2025-05-24T17:25:32\",\n        \"userId\": 4,\n        \"writer\": \"김재혁\"\n    },\n    {\n        \"id\": 6,\n        \"title\": \"밥먹기\",\n        \"content\": \"온천칼국수 저녁약속\",\n        \"createdAt\": \"2025-05-23T12:28:19\",\n        \"modifiedAt\": \"2025-05-23T12:28:19\",\n        \"userId\": 5,\n        \"writer\": \"이창호\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"운동\",\n        \"content\": \"자전거타기\",\n        \"createdAt\": \"2025-05-20T12:25:25\",\n        \"modifiedAt\": \"2025-05-20T12:25:25\",\n        \"userId\": 3,\n        \"writer\": \"김괄식\"\n    }\n]"}],"_postman_id":"ba465d75-1ae8-47a3-9ca5-b681395e215c"},{"name":"작성자명, 수정일 일정조회","id":"70dba6ef-5eae-4597-abbf-bc1696f6d38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/todos?startDate=2025-05-20&endDate=2025-05-24&writer=이창호","urlObject":{"protocol":"http","port":"8080","path":["api","todos"],"host":["localhost"],"query":[{"key":"startDate","value":"2025-05-20"},{"key":"endDate","value":"2025-05-24"},{"key":"writer","value":"이창호"}],"variable":[]}},"response":[{"id":"0df318d4-9721-4389-a6b6-83ec59c526cd","name":"작성자명, 수정일 일정조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/todos?startDate=2025-05-20&endDate=2025-05-24&writer=이창호","protocol":"http","host":["localhost"],"port":"8080","path":["api","todos"],"query":[{"key":"startDate","value":"2025-05-20"},{"key":"endDate","value":"2025-05-24"},{"key":"writer","value":"이창호"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 25 May 2025 09:28:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"title\": \"밥먹기\",\n        \"content\": \"온천칼국수 저녁약속\",\n        \"createdAt\": \"2025-05-23T12:28:19\",\n        \"modifiedAt\": \"2025-05-23T12:28:19\",\n        \"userId\": 5,\n        \"writer\": \"이창호\"\n    }\n]"}],"_postman_id":"70dba6ef-5eae-4597-abbf-bc1696f6d38e"},{"name":"선택일정조회","id":"51666942-abc0-43a5-a457-e53219efac28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/todos/6","urlObject":{"protocol":"http","port":"8080","path":["api","todos","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c5e3f1a4-5e6a-4af4-9ada-603888740f39","name":"선택일정조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/todos/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 25 May 2025 09:29:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"title\": \"밥먹기\",\n    \"content\": \"온천칼국수 저녁약속\",\n    \"createdAt\": \"2025-05-23T12:28:19\",\n    \"modifiedAt\": \"2025-05-23T12:28:19\",\n    \"userId\": 5,\n    \"writer\": \"이창호\"\n}"}],"_postman_id":"51666942-abc0-43a5-a457-e53219efac28"},{"name":"일정수정","id":"12cad7e6-c9fd-403c-bcd4-44b6f64a88eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"운동 수정\",\r\n  \"content\": \"수영\",\r\n  \"name\": \"김재혁\",\r\n  \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/4","urlObject":{"protocol":"http","port":"8080","path":["api","todos","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dbd67940-bcec-450b-a13d-2ad9149f1d1e","name":"일정수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"운동 수정\",\r\n  \"content\": \"테니스\",\r\n  \"name\": \"김재혁\",\r\n  \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/4"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Sun, 25 May 2025 09:30:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"일정이 수정되었습니다."}],"_postman_id":"12cad7e6-c9fd-403c-bcd4-44b6f64a88eb"},{"name":"일정삭제","id":"7833f408-3967-47a5-963f-afcb0a529a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"이창호\",\r\n  \"password\": \"12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/11","urlObject":{"protocol":"http","port":"8080","path":["api","todos","11"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46681933-1220-4257-bbe9-c538b7d73ca5","name":"일정삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"이창호\",\r\n  \"password\": \"12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/todos/11"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"48"},{"key":"Date","value":"Sun, 25 May 2025 09:31:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"일정이 성공적으로 삭제되었습니다."}],"_postman_id":"7833f408-3967-47a5-963f-afcb0a529a06"}]}