{"info":{"_postman_id":"7ecbee33-c411-4b5a-9794-2df6c0401d1d","name":"To-Do","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9441237","collectionId":"7ecbee33-c411-4b5a-9794-2df6c0401d1d","publishedId":"T17FCUmN","public":true,"customColor":{"top-bar":"303030","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-03T14:41:14.000Z"},"item":[{"name":"Lists","item":[{"name":"Index","id":"93147f18-4956-4a2e-b26c-51b9b35b5900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/lists","urlObject":{"port":"3030","path":["lists"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb0f625b-e5dc-4101-9645-31042d168ccd","name":"Index","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-EFAlOux7Kcr/ZEgGkn2r+oFAbu4\""},{"key":"Date","value":"Fri, 03 Jul 2020 12:09:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"93147f18-4956-4a2e-b26c-51b9b35b5900"},{"name":"Show","id":"1b19aba0-5031-4aa7-ba8a-5d147d8cd52a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/lists/1","urlObject":{"port":"3030","path":["lists","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1e76f6ec-cde2-43ec-8171-ecffbbbbe65e","name":"Show","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-XXcxLjB/sjfS0AB6+CxvXcLGrm4\""},{"key":"Date","value":"Fri, 03 Jul 2020 12:08:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null\n}"}],"_postman_id":"1b19aba0-5031-4aa7-ba8a-5d147d8cd52a"},{"name":"Store","id":"5d57fad9-48aa-4848-99cb-93a6356b1d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"List Two","type":"text"}]},"url":"localhost:3030/lists","urlObject":{"port":"3030","path":["lists"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"98acd730-987f-40db-9799-31f765416bec","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Example List","type":"text"}]},"url":"localhost:3030/lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-pV4g571O+kdMP7kejddnM3JqxEw\""},{"key":"Date","value":"Fri, 03 Jul 2020 12:13:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Example List\",\n        \"updatedAt\": \"2020-07-03T12:13:24.488Z\",\n        \"createdAt\": \"2020-07-03T12:13:24.488Z\"\n    }\n}"}],"_postman_id":"5d57fad9-48aa-4848-99cb-93a6356b1d5c"},{"name":"Update","id":"a248fd08-e6e6-4b2c-ba67-fbf756d5de8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/lists/1","urlObject":{"port":"3030","path":["lists","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e3569bf-b920-4691-b06e-c7230aa58c68","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-F+AlNBYc1jsYp7v+jgPeGOTDI0U\""},{"key":"Date","value":"Fri, 03 Jul 2020 12:48:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"New Name\",\n        \"createdAt\": \"2020-07-03T12:48:16.086Z\",\n        \"updatedAt\": \"2020-07-03T12:48:20.319Z\"\n    }\n}"}],"_postman_id":"a248fd08-e6e6-4b2c-ba67-fbf756d5de8f"},{"name":"Update","id":"3b6c5fe8-ab0e-4db2-982a-d92d18db807e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/lists/1","urlObject":{"port":"3030","path":["lists","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e9edbcb-4a0b-4a4a-8208-b3fbfb0604c4","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-F+AlNBYc1jsYp7v+jgPeGOTDI0U\""},{"key":"Date","value":"Fri, 03 Jul 2020 12:48:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"New Name\",\n        \"createdAt\": \"2020-07-03T12:48:16.086Z\",\n        \"updatedAt\": \"2020-07-03T12:48:20.319Z\"\n    }\n}"}],"_postman_id":"3b6c5fe8-ab0e-4db2-982a-d92d18db807e"},{"name":"Delete","id":"efea0ad2-b087-4b81-b484-3ad551310e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3030/lists/1","urlObject":{"port":"3030","path":["lists","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0d1d9d37-f40d-4c9b-8a1e-67182198f8c0","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3030/lists/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Date","value":"Fri, 03 Jul 2020 13:16:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"efea0ad2-b087-4b81-b484-3ad551310e67"}],"id":"0caaa90e-6a5d-4028-8dfa-23ad8ad81443","_postman_id":"0caaa90e-6a5d-4028-8dfa-23ad8ad81443","description":""},{"name":"Items","item":[{"name":"Index","id":"f31a5e45-a201-42fb-9003-00148313ec05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/items","urlObject":{"port":"3030","path":["items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c722f77f-35b5-47e7-ba98-624298ca6c28","name":"Index","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-EFAlOux7Kcr/ZEgGkn2r+oFAbu4\""},{"key":"Date","value":"Fri, 03 Jul 2020 13:30:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"f31a5e45-a201-42fb-9003-00148313ec05"},{"name":"Show","id":"898b5005-786c-4141-82f1-987c1ec6dd6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/items/1","urlObject":{"port":"3030","path":["items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7cba9d4-251c-47a6-8360-1ac685d65591","name":"Show","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-Ub2QhKSe2zD85mmYmXZk+dlqcZg\""},{"key":"Date","value":"Fri, 03 Jul 2020 13:32:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Example Item\",\n        \"createdAt\": \"2020-07-03T13:32:05.426Z\",\n        \"updatedAt\": \"2020-07-03T13:32:05.426Z\",\n        \"ListId\": null\n    }\n}"}],"_postman_id":"898b5005-786c-4141-82f1-987c1ec6dd6d"},{"name":"Store","id":"ab02ed36-25e1-46fd-a995-ee6dbe9537fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Example Item","type":"text"},{"key":"listId","value":"1","type":"text"}]},"url":"localhost:3030/items","urlObject":{"port":"3030","path":["items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"000b494d-7ca1-46c1-ad06-64cb37deb9cd","name":"Store","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Example Item","type":"text"},{"key":"listId","value":"1","type":"text"}]},"url":"localhost:3030/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-JpMmsuAfnYig674KRrKD13kF99M\""},{"key":"Date","value":"Fri, 03 Jul 2020 14:09:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Example Item\",\n        \"list_id\": \"1\",\n        \"updatedAt\": \"2020-07-03T14:09:47.824Z\",\n        \"createdAt\": \"2020-07-03T14:09:47.824Z\"\n    }\n}"}],"_postman_id":"ab02ed36-25e1-46fd-a995-ee6dbe9537fe"},{"name":"Update","id":"11ded59c-fa74-4513-96f4-385f7427a0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/items/1","urlObject":{"port":"3030","path":["items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f71918f-2ea3-4d8e-86b3-44ff4e6562fe","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-sLA9qDqOGEqErNY7lc/9nknxCOA\""},{"key":"Date","value":"Fri, 03 Jul 2020 14:10:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"New Name\",\n        \"list_id\": 1,\n        \"createdAt\": \"2020-07-03T14:09:47.824Z\",\n        \"updatedAt\": \"2020-07-03T14:10:59.835Z\"\n    }\n}"}],"_postman_id":"11ded59c-fa74-4513-96f4-385f7427a0fc"},{"name":"Update","id":"bcc2d6ad-2506-4048-8afb-0d028cf0daea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/items/1","urlObject":{"port":"3030","path":["items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb555c04-f485-4781-b6d0-575a9122c14d","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"New Name","type":"text"}]},"url":"localhost:3030/lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-u5amu7RjIvX2OToFCNOlmKZgyiE\""},{"key":"Date","value":"Fri, 03 Jul 2020 14:11:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"New Name\",\n        \"createdAt\": \"2020-07-03T14:09:37.005Z\",\n        \"updatedAt\": \"2020-07-03T14:11:21.510Z\"\n    }\n}"}],"_postman_id":"bcc2d6ad-2506-4048-8afb-0d028cf0daea"},{"name":"Delete","id":"0e0b6cc3-8684-4303-9f69-050a43b34327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3030/items/1","urlObject":{"port":"3030","path":["items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46cf0ed0-4e02-4de0-b1b9-044c140c8e63","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3030/items/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Date","value":"Fri, 03 Jul 2020 14:12:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0e0b6cc3-8684-4303-9f69-050a43b34327"}],"id":"5402baeb-1e35-40e4-a587-70bc828c205f","_postman_id":"5402baeb-1e35-40e4-a587-70bc828c205f","description":""}],"variable":[{"key":"HOST","value":"localhost"},{"key":"PORT","value":"3030"}]}