{"info":{"_postman_id":"c3b9eb67-1249-4e73-8d6b-a5135c320ef4","name":"Eduapp-calendar","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17931022","collectionId":"c3b9eb67-1249-4e73-8d6b-a5135c320ef4","publishedId":"UVksLtt4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-01T21:02:54.000Z"},"item":[{"name":"Get calenar","id":"833d6ac9-2047-4148-a862-c0713e647f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/calendar_annotations","urlObject":{"protocol":"http","port":"3000","path":["calendar_annotations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"833d6ac9-2047-4148-a862-c0713e647f9b"},{"name":"Get a Specific Calendar","id":"4d72063b-48e3-43a0-bfcf-62170038423d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/calendar_annotations?user_id=1","urlObject":{"protocol":"http","port":"3000","path":["calendar_annotations"],"host":["localhost"],"query":[{"key":"user_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4d72063b-48e3-43a0-bfcf-62170038423d"},{"name":"Post Calendar","id":"e15e1dd5-7577-4b12-b093-7189dc56bd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"annotation_start_date\": \"2022-02-04T09:45\",\r\n        \"annotation_end_date\": \"2022-02-04T11:00\",\r\n        \"annotation_title\": \"test\",\r\n        \"annotation_description\": \"test\",\r\n        \"isGlobal\": true,\r\n        \"subject_id\": 1,\r\n        \"user_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/calendar_annotations/","urlObject":{"protocol":"http","port":"3000","path":["calendar_annotations",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15e1dd5-7577-4b12-b093-7189dc56bd8d"},{"name":"put calendar","id":"0a33a743-4c4c-4952-87e7-fd7f40c1cd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"annotation_start_date\": \"2022-02-04T09:45\",\r\n    \"annotation_end_date\": \"2022-02-04T11:00\",\r\n    \"annotation_title\": \"test\",\r\n    \"annotation_description\": \"test\",\r\n    \"isGlobal\": true,\r\n    \"user_id\": 1,\r\n    \"subject_id\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/calendar_annotations/15","urlObject":{"protocol":"http","port":"3000","path":["calendar_annotations","15"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a33a743-4c4c-4952-87e7-fd7f40c1cd79"},{"name":"Delete Events","id":"e8449291-22f1-4d18-90e0-dc9545eb300c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/eduapp_user_sessions/13","urlObject":{"protocol":"http","port":"3000","path":["eduapp_user_sessions","13"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8449291-22f1-4d18-90e0-dc9545eb300c"},{"name":"New Request","id":"0e83fd8c-6d3a-4d6c-a463-b21f0cdefd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"annotation_description\": \"a\",\r\n\"annotation_end_date\": \"2022-05-03T15:26\",\r\n\"annotation_start_date\": \"2022-05-03T14:26\",\r\n\"annotation_title\": \"a\",\r\n\"isGlobal\": true,\r\n\"subject_id\": 1,\r\n\"user_id\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/calendar_annotations","urlObject":{"protocol":"http","port":"3000","path":["calendar_annotations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e83fd8c-6d3a-4d6c-a463-b21f0cdefd6e"}]}