{"info":{"_postman_id":"34d02468-8d44-4efa-ad92-f84e05fb7863","name":"Todo CRUD","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8028791","collectionId":"34d02468-8d44-4efa-ad92-f84e05fb7863","publishedId":"Szmk2GP7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-16T13:14:58.000Z"},"item":[{"name":"Get all todo","id":"2787c2b9-c073-4696-bf1d-41bfde5d1841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI1ZWNkMWU0MzAxZmM2MTg5OGM3ZDA5ZGIiLCJlbWFpbCI6Im5ld0BuZXcuY29tIiwiaWF0IjoxNTkwNTAxMDYzLCJleHAiOjE1OTA1ODc0NjN9.FspVmx3EOt0aqD3vMCNYnN1RI6M-9nU-QYVG2UfrfJM","type":"text"}],"url":"http://localhost:3000/api/v1/todo","description":"<p>Get all to-dos from the database, default all sorted by newly added.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","todo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dd8e0a06-5e72-435f-85af-0002aaee46f8","name":"Get all todo","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/todo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"ETag","value":"W/\"2e6-GTe/Od3DErRF3xOXK5LwgoCj7b0\""},{"key":"Date","value":"Sat, 16 May 2020 11:40:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"paging\": {\n        \"currentPage\": 1,\n        \"pageLimit\": 10,\n        \"totalPages\": 1\n    },\n    \"message\": \"All todo\",\n    \"data\": [\n        {\n            \"label\": \"PERSONAL\",\n            \"progress\": \"NEW\",\n            \"isImportant\": true,\n            \"priority\": 1,\n            \"_id\": \"5ebfd1136dea4c362ce20785\",\n            \"task\": \"Charge my phone\",\n            \"updatedAt\": \"2020-05-16T11:40:03.198Z\",\n            \"createdAt\": \"2020-05-16T11:40:03.198Z\",\n            \"__v\": 0\n        },\n        {\n            \"label\": \"PERSONAL\",\n            \"progress\": \"NEW\",\n            \"isImportant\": true,\n            \"priority\": 1,\n            \"_id\": \"5ebf9468252af932b47ed304\",\n            \"task\": \"Pick up childern\",\n            \"updatedAt\": \"2020-05-16T07:21:12.829Z\",\n            \"createdAt\": \"2020-05-16T07:21:12.829Z\",\n            \"__v\": 0\n        },\n        {\n            \"label\": \"PERSONAL\",\n            \"progress\": \"NEW\",\n            \"isImportant\": false,\n            \"priority\": 5,\n            \"_id\": \"5ebf93cd252af932b47ed302\",\n            \"task\": \"Buy eggs\",\n            \"updatedAt\": \"2020-05-16T07:18:37.948Z\",\n            \"createdAt\": \"2020-05-16T07:18:37.948Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"2787c2b9-c073-4696-bf1d-41bfde5d1841"},{"name":"Get a single todo","id":"2fa32a64-45fc-4492-8c6c-9f2233a374ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/todo/5ebf8d2a6a15ff3d4c0d1944","description":"<p>Get a single to-do from the database.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","todo","5ebf8d2a6a15ff3d4c0d1944"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf827269-e958-45ed-ada7-5641b3289c87","name":"Get a single todo","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/todo/5ebf9468252af932b47ed304"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"257"},{"key":"ETag","value":"W/\"101-QHnCr9KIs9IGoL5PxH/4C9FCShk\""},{"key":"Date","value":"Sat, 16 May 2020 12:23:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Todo\",\n    \"data\": {\n        \"label\": \"PERSONAL\",\n        \"progress\": \"NEW\",\n        \"isImportant\": true,\n        \"priority\": 1,\n        \"_id\": \"5ebf9468252af932b47ed304\",\n        \"task\": \"Pick up childern\",\n        \"updatedAt\": \"2020-05-16T07:21:12.829Z\",\n        \"createdAt\": \"2020-05-16T07:21:12.829Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"2fa32a64-45fc-4492-8c6c-9f2233a374ec"},{"name":"Create a new todo","id":"622c3e90-baf6-44fa-be0b-85d30d5a8c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task\" : \"Pick up childern\",\n    \"isImportant\" : true,\n    \"priority\" : 1,\n    \"label\" : \"PERSONAL\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/todo","description":"<p>Get a single to-do. The task is compulsory.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","todo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4bc6a89-687f-4a36-91b7-52c2dc672189","name":"Create a new Todo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task\" : \"Complete an API\",\n    \"isImportant\" : true,\n    \"priority\" : 1,\n    \"label\" : \"WORK\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/todo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"256"},{"key":"ETag","value":"W/\"100-mhVj1qmfvGOxxU4XC+9JcMewRyo\""},{"key":"Date","value":"Sat, 16 May 2020 12:06:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"All todo\",\n    \"data\": {\n        \"label\": \"WORK\",\n        \"progress\": \"NEW\",\n        \"isImportant\": true,\n        \"priority\": 1,\n        \"_id\": \"5ebfd73b4ebe7d4ba474cf61\",\n        \"task\": \"Complete an API\",\n        \"updatedAt\": \"2020-05-16T12:06:19.588Z\",\n        \"createdAt\": \"2020-05-16T12:06:19.588Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"622c3e90-baf6-44fa-be0b-85d30d5a8c58"},{"name":"Update a todo","id":"77b38ffd-024b-4b83-ad6c-8d0cec82b8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:3000/api/todo/5ebf8d2a6a15ff3d4c0d1944","description":"<p>Update a single to-do.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","todo","5ebf8d2a6a15ff3d4c0d1944"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"de5c0526-b982-461b-bbdb-863d4a1efa8e","name":"Update a todo","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"task\" : \"Buy milk\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/todo/5ebf9468252af932b47ed304"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"274"},{"key":"ETag","value":"W/\"112-LJGNCu7I8rPwPXgT+iObkdfxXTo\""},{"key":"Date","value":"Sat, 16 May 2020 12:25:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Todo has been updated\",\n    \"data\": {\n        \"label\": \"PERSONAL\",\n        \"progress\": \"NEW\",\n        \"isImportant\": true,\n        \"priority\": 1,\n        \"_id\": \"5ebf9468252af932b47ed304\",\n        \"task\": \"Pick up childern\",\n        \"updatedAt\": \"2020-05-16T07:21:12.829Z\",\n        \"createdAt\": \"2020-05-16T07:21:12.829Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"77b38ffd-024b-4b83-ad6c-8d0cec82b8f0"},{"name":"Delete  a todo","id":"0fa933b1-4f09-4e2a-97fc-27e99ffdcd1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/todo/5ebf8d2a6a15ff3d4c0d1944","description":"<p>Delete a single to-do.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","todo","5ebf8d2a6a15ff3d4c0d1944"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d16e2cb1-813a-40cb-a41c-8baaef1c21fc","name":"Delete a todo","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/todo/5ebf9421252af932b47ed303"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"266"},{"key":"ETag","value":"W/\"10a-dkUElb4hOrLQI5LrZ7O4O0346m4\""},{"key":"Date","value":"Sat, 16 May 2020 11:25:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Todo has been deleted\",\n    \"data\": {\n        \"label\": \"PERSONAL\",\n        \"progress\": \"NEW\",\n        \"isImportant\": true,\n        \"priority\": 2,\n        \"_id\": \"5ebf9421252af932b47ed303\",\n        \"task\": \"Buy eggs\",\n        \"updatedAt\": \"2020-05-16T07:20:01.416Z\",\n        \"createdAt\": \"2020-05-16T07:20:01.416Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"0fa933b1-4f09-4e2a-97fc-27e99ffdcd1b"},{"name":"Delete All","id":"fddd77c4-1217-4c65-be25-83320261b4f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/todo/?all=true","urlObject":{"protocol":"http","port":"3000","path":["api","v1","todo",""],"host":["localhost"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"fddd77c4-1217-4c65-be25-83320261b4f8"}],"event":[{"listen":"prerequest","script":{"id":"073f8616-5a1b-4fa2-9171-4196740ddcd7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bce8960-ac20-4789-9999-ef7fb062e382","type":"text/javascript","exec":[""]}}]}