{"info":{"_postman_id":"1a92b936-7bff-4818-b5df-1b8709779993","name":"Schedule API Documentation","description":"<html><head></head><body><p>This document provides details for creating, retrieving, updating, and deleting schedule data using a RESTful API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47183182","collectionId":"1a92b936-7bff-4818-b5df-1b8709779993","publishedId":"2sB3BANDXa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-04T04:11:50.000Z"},"item":[{"name":"Create Schedule","id":"79c5984b-d774-421a-97ba-f0fe94418696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Study Group\",\r\n  \"contents\": \"Prepare slides and research\",\r\n  \"name\": \"HongGilDong\",\r\n  \"password\": \"secure123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule","urlObject":{"port":"8080","path":["schedule"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63690bd3-b8d9-4f2d-aa95-6fc5473304a3","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Study Group\",\r\n  \"contents\": \"Prepare slides and research\",\r\n  \"name\": \"HongGilDong\",\r\n  \"password\": \"secure123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Aug 2025 06:19:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"title\": \"Study Group\",\n    \"contents\": \"Prepare slides and research\",\n    \"name\": \"HongGilDong\",\n    \"createdAt\": \"2025-08-01T15:19:40.5566359\",\n    \"modifiedAt\": \"2025-08-01T15:19:40.5566359\"\n}"}],"_postman_id":"79c5984b-d774-421a-97ba-f0fe94418696"},{"name":"Retrieve Schedules","id":"ec5c2802-a0f9-49a7-bda4-dcf65737bc72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Study Group\",\r\n  \"contents\": \"Prepare slides and research\",\r\n  \"name\": \"HongGilDong\",\r\n  \"password\": \"secure123\"\r\n}"},"url":"localhost:8080/schedule/3","urlObject":{"port":"8080","path":["schedule","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3aef473e-19c3-4e79-847a-b96103eee236","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Study Group\",\r\n  \"contents\": \"Prepare slides and research\",\r\n  \"name\": \"HongGilDong\",\r\n  \"password\": \"secure123\"\r\n}"},"url":"localhost:8080/schedule"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Aug 2025 06:21:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Study Group\",\n        \"contents\": \"Prepare slides and research\",\n        \"name\": \"HongGilDong\",\n        \"createdAt\": \"2025-08-01T15:17:44.390594\",\n        \"modifiedAt\": \"2025-08-01T15:17:44.390594\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Study Group\",\n        \"contents\": \"Prepare slides and research\",\n        \"name\": \"HongGilDong\",\n        \"createdAt\": \"2025-08-01T15:19:40.556636\",\n        \"modifiedAt\": \"2025-08-01T15:19:40.556636\"\n    }\n]"}],"_postman_id":"ec5c2802-a0f9-49a7-bda4-dcf65737bc72"},{"name":"Find Schedule User","id":"20ce191c-bdf6-4ce0-af28-753d573f5fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules?author=HongGilDong","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[{"key":"author","value":"HongGilDong"}],"variable":[]}},"response":[{"id":"0b494315-0873-438c-b684-c3f2591228e2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedule/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Aug 2025 10:49:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Study Group\",\n    \"contents\": \"Prepare slides and research\",\n    \"name\": \"HongGilDong\",\n    \"createdAt\": \"2025-08-01T15:17:44.390594\",\n    \"modifiedAt\": \"2025-08-01T15:17:44.390594\"\n}"},{"id":"6648c4be-93f3-4d6c-a2a7-8445eb997649","name":"404 NOT FOUND","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedule/0"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Aug 2025 10:56:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-08-01T10:56:14.270+00:00\",\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"path\": \"/schedule/0\"\n}"}],"_postman_id":"20ce191c-bdf6-4ce0-af28-753d573f5fbe"},{"name":"Change Title by Id and Password","id":"d4009abf-05ab-45a5-8fe1-dc5500f96155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \r\n  \"title\": \"New Study2\",\r\n  \"name\": null,\r\n  \"password\": \"secure1234\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule/5","urlObject":{"port":"8080","path":["schedule","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c115f701-23a8-4b1a-af96-41387df051b3","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \r\n  \"title\": \"Last of Us\",\r\n  \"name\": \"andrew\",\r\n  \"password\": \"secure1234\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/schedule/5?title=Home Alone&name=Andrew&password=secure1234","host":["localhost"],"port":"8080","path":["schedule","5"],"query":[{"key":"title","value":"Home Alone","type":"text"},{"key":"name","value":"Andrew","type":"text"},{"key":"password","value":"secure1234","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Aug 2025 22:23:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Last of Us\",\n    \"content\": \"Prepare slides and research\",\n    \"name\": \"andrew\",\n    \"createdAt\": \"2025-08-03T06:20:59.555039\",\n    \"modifiedAt\": \"2025-08-03T07:23:22.770495\"\n}"}],"_postman_id":"d4009abf-05ab-45a5-8fe1-dc5500f96155"},{"name":"Delete by Id and Password","id":"6c5e2a58-7fc4-4e70-9b95-697246c8c829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"secure123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule/2","urlObject":{"port":"8080","path":["schedule","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c8f3e809-d6d3-4f44-a9d1-42807f0d447d","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"secure123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 02 Aug 2025 22:46:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6c5e2a58-7fc4-4e70-9b95-697246c8c829"}]}