{"info":{"_postman_id":"516a8fe7-9989-8526-7b9c-f77f7f2d5d91","name":"TodoApp","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"74682","collectionId":"516a8fe7-9989-8526-7b9c-f77f7f2d5d91","publishedId":"RWEduLWt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-06-15T10:32:00.000Z"},"item":[{"name":"CreateTodo","id":"a29256c0-0715-697e-20bd-e6faf54b5190","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\": \"Clean the apartment\"}"},"url":"http://localhost:9001/todos","urlObject":{"protocol":"http","port":"9001","path":["todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe6f69a3-7584-0d24-2ec1-d6ab86502c11","name":"CreateTodo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\": \"Clean the apartment\"}"},"url":"http://localhost:9001/todos"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"45","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:25:45 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"143","body":"{\"id\":\"fa7417f9-4f84-4236-bccd-a94fa0fe199b\"}"}],"_postman_id":"a29256c0-0715-697e-20bd-e6faf54b5190"},{"name":"EditTodo (only message)","id":"da953b69-e270-cc1a-db25-84700866a62d","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\":\"Clean only living room\"}"},"url":"http://localhost:9001/todos/e5630e76-ff47-424e-aaea-e4c66fd492b6","urlObject":{"protocol":"http","port":"9001","path":["todos","e5630e76-ff47-424e-aaea-e4c66fd492b6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8c584fa6-9077-adbc-cbca-8124ba46f445","name":"EditTodo (only message)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\":\"Clean only living room\"}"},"url":"http://localhost:9001/todos/fa7417f9-4f84-4236-bccd-a94fa0fe199b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:26:18 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"66","body":"{\"editedRowCount\":1}"}],"_postman_id":"da953b69-e270-cc1a-db25-84700866a62d"},{"name":"EditTodo (check/uncheck)","id":"00f336e3-f288-8a34-769f-e49b8a017e14","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"isDone\": true}"},"url":"http://localhost:9001/todos/40e314a3-c7c1-48d3-8dc3-d6d2fabd8192","urlObject":{"protocol":"http","port":"9001","path":["todos","40e314a3-c7c1-48d3-8dc3-d6d2fabd8192"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c13c712-c719-8d6a-b63b-9426ef6e1f74","name":"EditTodo (check/uncheck)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"isDone\": true}"},"url":"http://localhost:9001/todos/fa7417f9-4f84-4236-bccd-a94fa0fe199b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:54:13 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"54","body":"{\"editedRowCount\":1}"}],"_postman_id":"00f336e3-f288-8a34-769f-e49b8a017e14"},{"name":"EditTodo ","id":"4ed3d5cb-ae07-0f9a-8fc2-b6aa3b1670a7","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\": \"new todo message\", \"isDone\": true }"},"url":"http://localhost:9001/todos/40e314a3-c7c1-48d3-8dc3-d6d2fabd8192","urlObject":{"protocol":"http","port":"9001","path":["todos","40e314a3-c7c1-48d3-8dc3-d6d2fabd8192"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b7f3cb12-5953-6185-8d54-e03ca1780553","name":"EditTodo ","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"todo\": \"new todo message\", \"isDone\": true }"},"url":"http://localhost:9001/todos/fa7417f9-4f84-4236-bccd-a94fa0fe199b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:55:49 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"51","body":"{\"editedRowCount\":1}"}],"_postman_id":"4ed3d5cb-ae07-0f9a-8fc2-b6aa3b1670a7"},{"name":"DeleteTodo","id":"79156cbc-274b-caea-f5d2-3e69010dfce8","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:9001/todos/40e314a3-c7c1-48d3-8dc3-d6d2fabd8192","urlObject":{"protocol":"http","port":"9001","path":["todos","40e314a3-c7c1-48d3-8dc3-d6d2fabd8192"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81eef700-5c57-8378-d3a6-6604516c8b63","name":"DeleteTodo","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:9001/todos/123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"21","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:25:03 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"60","body":"{\"deletedRowCount\":1}"}],"_postman_id":"79156cbc-274b-caea-f5d2-3e69010dfce8"},{"name":"AddComment","id":"e49ec383-f1f2-4e55-fcac-d8fd63a04065","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"comment\" : \"no no tuesday\"}"},"url":"http://localhost:9001/todo/40e314a3-c7c1-48d3-8dc3-d6d2fabd8192/comments","urlObject":{"protocol":"http","port":"9001","path":["todo","40e314a3-c7c1-48d3-8dc3-d6d2fabd8192","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28b69013-a3c4-7938-2f0c-c49be84b2aa8","name":"AddComment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"comment\" : \"let's do it on monday\"}"},"url":"http://localhost:9001/todo/fa7417f9-4f84-4236-bccd-a94fa0fe199b/comments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"45","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:28:30 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"47","body":"{\"id\":\"81188c51-43f7-43ac-be01-0b2dc61c2d70\"}"}],"_postman_id":"e49ec383-f1f2-4e55-fcac-d8fd63a04065"},{"name":"GetAllTodosWithComments","id":"e65db294-5481-d021-d526-48128da8ed01","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:9001/todos","urlObject":{"protocol":"http","port":"9001","path":["todos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c00a035-36be-9789-bc75-3a05a319bbb0","name":"GetAllTodosWithComments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","warning":"","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:9001/todos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"content-length","key":"content-length","value":"602","description":""},{"name":"content-security-policy","key":"content-security-policy","value":"default-src 'self'","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Fri, 15 Jun 2018 08:29:02 GMT","description":""},{"name":"referrer-policy","key":"referrer-policy","value":"origin-when-cross-origin, strict-origin-when-cross-origin","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"DENY","description":""},{"name":"x-permitted-cross-domain-policies","key":"x-permitted-cross-domain-policies","value":"master-only","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"41","body":"[{\"todo\":{\"id\":\"fa7417f9-4f84-4236-bccd-a94fa0fe199b\",\"todo\":\"Clean only living room\",\"isDone\":false,\"createdAt\":\"2018-06-15T08:25:45.403Z\",\"updatedAt\":\"2018-06-15T08:23:41.871Z\"},\"comments\":[{\"id\":\"5f088382-0b8b-4620-ad45-a88b46ac9307\",\"fkTodoId\":\"fa7417f9-4f84-4236-bccd-a94fa0fe199b\",\"comment\":\"no no tuesday\",\"createdAt\":\"2018-06-15T08:23:42.121Z\",\"updatedAt\":\"2018-06-15T08:23:42.121Z\"},{\"id\":\"81188c51-43f7-43ac-be01-0b2dc61c2d70\",\"fkTodoId\":\"fa7417f9-4f84-4236-bccd-a94fa0fe199b\",\"comment\":\"let's do it on monday\",\"createdAt\":\"2018-06-15T08:23:42.121Z\",\"updatedAt\":\"2018-06-15T08:23:42.121Z\"}]}]"}],"_postman_id":"e65db294-5481-d021-d526-48128da8ed01"}]}