{"info":{"_postman_id":"57c6f8e1-398a-4c9c-b3f0-563905c98267","name":"Time Management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20961535","collectionId":"57c6f8e1-398a-4c9c-b3f0-563905c98267","publishedId":"2s93ebUX5S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-11T21:55:08.000Z"},"item":[{"name":"Auth","item":[{"name":"Account Registration","id":"ddf95bf7-08c6-4aad-999e-bfa603cb44f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Test\",\n    \"lastName\": \"User\",\n    \"username\" : \"test\",\n    \"password\": \"password\",\n    \"birthday\" : \"2001-02-01\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:/auth/register","urlObject":{"protocol":"http","port":"","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddf95bf7-08c6-4aad-999e-bfa603cb44f0"},{"name":"Login","event":[{"listen":"test","script":{"id":"cc875a2a-6152-47f6-aab6-3b8612411681","exec":[""],"type":"text/javascript"}}],"id":"fad6c26a-487a-4a6b-9f21-675624e58de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\" : \"test\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:/auth/login","urlObject":{"protocol":"http","port":"","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fad6c26a-487a-4a6b-9f21-675624e58de3"},{"name":"User Account Info","id":"a1c70fd4-90e9-4a3e-905c-32bfeaf26e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:/auth//info","urlObject":{"protocol":"http","port":"","path":["auth","","info"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1c70fd4-90e9-4a3e-905c-32bfeaf26e59"}],"id":"e2c3fc08-2395-41b9-981f-3b16bc1ccf1e","_postman_id":"e2c3fc08-2395-41b9-981f-3b16bc1ccf1e","description":""},{"name":"Event","item":[{"name":"Create Event","id":"d5703632-8e01-4a3b-9ad2-cb690f299cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Watch Harry Potter\",\n    \"description\": \"With Tim\",\n    \"priority\": 2,\n    \"startTime\": \"2022-12-03T10:15:30\",\n    \"endTime\": \"2022-12-03T10:30:30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost://event","urlObject":{"protocol":"http","port":"","path":["","event"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5703632-8e01-4a3b-9ad2-cb690f299cea"},{"name":"Fetch Event","id":"6dece075-da67-4ac1-b26b-4dca9a64632a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Play Basketball\",\n    \"description\": \"With Billy\",\n    \"priority\": 2,\n    \"startTime\": \"2022-12-03T10:15:30\",\n    \"endTime\": \"2022-12-03T10:30:30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost://event/","urlObject":{"protocol":"http","port":"","path":["","event",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dece075-da67-4ac1-b26b-4dca9a64632a"},{"name":"Delete Event","id":"b65d6ac6-2144-44a5-8a4d-8f7fa635bf99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost://event/","urlObject":{"protocol":"http","port":"","path":["","event",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b65d6ac6-2144-44a5-8a4d-8f7fa635bf99"},{"name":"Update Event","id":"0623ec23-e1eb-48c4-9c3f-9aa9da74ea86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost://event/","urlObject":{"protocol":"http","port":"","path":["","event",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0623ec23-e1eb-48c4-9c3f-9aa9da74ea86"},{"name":"Fetch all Events","id":"f52fe40b-f460-40c0-b55f-c0abc52fc557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost://event/","urlObject":{"protocol":"http","port":"","path":["","event",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f52fe40b-f460-40c0-b55f-c0abc52fc557"}],"id":"0fedff17-c754-4b74-9bb2-65cfd961d57b","_postman_id":"0fedff17-c754-4b74-9bb2-65cfd961d57b","description":""},{"name":"Daily Routine","item":[{"name":"Create Daily Routine","id":"cb7031fd-b32a-41d2-8463-a1be726fa8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Study Biology\",\n    \"description\": \"With Jimmy and Thomas\",\n    \"priority\": 3,\n    \"occurDay\": [\"MONDAY\", \"TUESDAY\", \"WEDNESDAY\", \"SATURDAY\"],\n    \"startDate\": \"2022-12-01\",\n    \"endDate\": \"2022-12-20\",\n    \"startTime\": \"10:15\",\n    \"endTime\": \"12:30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost://daily-routine","urlObject":{"protocol":"http","port":"","path":["","daily-routine"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb7031fd-b32a-41d2-8463-a1be726fa8cf"},{"name":"Fetch Daily Routine","id":"0abd5046-e666-459a-81fb-5f3278b31e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Play Basketball\",\n    \"description\": \"With Billy\",\n    \"priority\": 2,\n    \"startTime\": \"2022-12-03T10:15:30\",\n    \"endTime\": \"2022-12-03T10:30:30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080//daily-routine/","urlObject":{"protocol":"http","port":"8080","path":["","daily-routine",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0abd5046-e666-459a-81fb-5f3278b31e74"},{"name":"Delete Daily Routine","id":"8b09cacb-7819-4318-bf91-8af75bed8919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost://daily-routine/","urlObject":{"protocol":"http","port":"","path":["","daily-routine",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b09cacb-7819-4318-bf91-8af75bed8919"},{"name":"Update Routine","id":"c4beda01-b40c-40e7-bf25-8542518f0722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Study Biology\",\n    \"description\": \"With Jimmy and Thomas\",\n    \"priority\": 3,\n    \"occurDay\": [\"MONDAY\", \"TUESDAY\", \"WEDNESDAY\", \"SATURDAY\"],\n    \"startDate\": \"2023-06-01\",\n    \"endDate\": \"2023-06-20\",\n    \"startTime\": \"10:15\",\n    \"endTime\": \"12:30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost://daily-routine/","urlObject":{"protocol":"http","port":"","path":["","daily-routine",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4beda01-b40c-40e7-bf25-8542518f0722"},{"name":"Fetch all Routines","id":"61fbf872-fe28-4111-bab1-f51f3fe255c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost://daily-routine","urlObject":{"protocol":"http","port":"","path":["","daily-routine"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61fbf872-fe28-4111-bab1-f51f3fe255c7"}],"id":"6c7fda6c-8692-4efb-b897-b4db9da61220","_postman_id":"6c7fda6c-8692-4efb-b897-b4db9da61220","description":""},{"name":"Day Schedule","item":[{"name":"Get Day Schedule","id":"bbdb20b8-5c7e-42f9-8e92-43203ce63a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost://day-schedule/day/2023-05-03","urlObject":{"protocol":"http","port":"","path":["","day-schedule","day","2023-05-03"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbdb20b8-5c7e-42f9-8e92-43203ce63a94"},{"name":"Get Month Schedule","id":"949768a4-13ac-4e3a-9780-5324c7eb73db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost://day-schedule/month/2022-12","urlObject":{"protocol":"http","port":"","path":["","day-schedule","month","2022-12"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"949768a4-13ac-4e3a-9780-5324c7eb73db"}],"id":"ebbe6cea-b68a-4c93-8336-71c776a01588","_postman_id":"ebbe6cea-b68a-4c93-8336-71c776a01588","description":""}],"event":[{"listen":"prerequest","script":{"id":"187f5d07-05d7-4097-a3b4-28ce17bd1ad6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae534e53-e80f-4b80-bcde-f19715e87bfa","type":"text/javascript","exec":[""]}}],"variable":[{"key":"userId","value":""},{"key":"eventId","value":"","type":"string"},{"key":"dailyRoutineId","value":""},{"key":"PORT","value":"","type":"string"}]}