{"info":{"_postman_id":"bb937d9e-dd27-4fb7-a6ed-9782385a71d7","name":"task","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5840690","collectionId":"bb937d9e-dd27-4fb7-a6ed-9782385a71d7","publishedId":"T1DpDJ7c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-24T18:36:49.000Z"},"item":[{"name":"CreateTask","id":"d81fecb2-fd5f-466a-a261-5972dd0e6ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"Title\": \"Ttest\",\"Description\":\"desc\", \"Status\": 2 ,\n\"Created\": \"20/07/2018\",\n\"DueDate\": \"20/07/2018\",\n\"CompletionDate\":\"20/07/2018\",\n\"Completed\":false\n\n\n\n}"},"url":"http://localhost:8000/task","urlObject":{"protocol":"http","port":"8000","path":["task"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d81fecb2-fd5f-466a-a261-5972dd0e6ebe"},{"name":"ViewTask","id":"5c28418f-0bbc-4b1d-894b-72fead6eb33b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/task?limit=10&offset=10","urlObject":{"protocol":"http","port":"8000","path":["task"],"host":["localhost"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"10"}],"variable":[]}},"response":[],"_postman_id":"5c28418f-0bbc-4b1d-894b-72fead6eb33b"},{"name":"DeleteTask","id":"a4cc7167-5f5f-4e3e-93de-bf3e2813cc64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/task/id","urlObject":{"protocol":"http","port":"8000","path":["task","id"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4cc7167-5f5f-4e3e-93de-bf3e2813cc64"},{"name":"Count total,completed and remaining tasks","id":"410c61bc-2ca0-49e9-a478-bd062754eddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/generatereport","description":"<p>Count of total tasks, completed tasks, and remaining tasks</p>\n","urlObject":{"protocol":"http","port":"8000","path":["generatereport"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"410c61bc-2ca0-49e9-a478-bd062754eddf"},{"name":"maxTasksCompleted","id":"dc985655-46ea-49a7-9409-e7950ce58098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/maxTasksCompleted","description":"<p>maximum number of tasks were completed in a single day</p>\n","urlObject":{"protocol":"http","port":"8000","path":["maxTasksCompleted"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc985655-46ea-49a7-9409-e7950ce58098"},{"name":"Average tasks Per day ","id":"b30c34d1-7666-44da-bb23-7d1641017760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/createReportPerDay","description":"<p>Average number of tasks completed per day </p>\n","urlObject":{"protocol":"http","port":"8000","path":["createReportPerDay"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b30c34d1-7666-44da-bb23-7d1641017760"},{"name":"maximum tasks completed single day","id":"0d3b7186-165b-46ed-95e1-2805915a1cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/maxTasksCompleted","description":"<p>Count maximum number of tasks added on a particular day. (It should return date and number of tasks, if multiple, return multiple dates)</p>\n","urlObject":{"protocol":"http","port":"8000","path":["maxTasksCompleted"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d3b7186-165b-46ed-95e1-2805915a1cd9"},{"name":"updatetask","id":"22233db5-f7b9-4413-b184-c3d2c522d855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"Title\": \"updatedtest\",\"Description\":\"updateddesc\",\n\"Status\": 1, \n\"Created\": \"22/07/2018\",\n\"DueDate\": \"22/07/2018\",\n\"CompletionDate\":\"22/07/2018\",\n\"Completed\":true\n\n\n\n}"},"url":"http://localhost:8000/task/5","description":"<p>Update task with ID</p>\n","urlObject":{"protocol":"http","port":"8000","path":["task","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"22233db5-f7b9-4413-b184-c3d2c522d855"}]}