{"info":{"_postman_id":"48dfb6d3-41ca-4429-8b4b-1c630a41a8b5","name":"API Admios","description":"<html><head></head><body><p>REST API to manage collective items for Admios hiring process</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1882237","collectionId":"48dfb6d3-41ca-4429-8b4b-1c630a41a8b5","publishedId":"S1TR6LeX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-26T22:53:16.000Z"},"item":[{"name":"Categories","item":[{"name":"Items","item":[{"name":"Create Item","id":"d770e5d4-e791-4794-8bc2-8f7044779ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item[name]","value":"Item 2","type":"text"},{"key":"item[description]","value":"Description Text","type":"text"},{"key":"item[aquisition_date]","value":"2019-01-02","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1/items","description":"<p>Create an Item in a Category</p>\n","urlObject":{"protocol":"https","path":["categories","1","items"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"463e9919-bdc1-4d51-bf4b-4866d7fbea0f","name":"Create Item","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"item[name]","value":"Item 1","type":"text"},{"key":"item[description]","value":"Description Text","type":"text"},{"key":"item[aquisition_date]","value":"2019-01-01","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1/items"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:53:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Location","value":"https://api-admios.herokuapp.com/categories/1/items/1"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"2664140d698e16a98415be9dfe10a02e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"64445baf-4067-400b-801c-c29b274fa4fc"},{"key":"X-Runtime","value":"0.029947"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Item 1\",\n    \"description\": \"Description Text\",\n    \"aquisition_date\": \"2019-01-01\",\n    \"created_at\": \"2019-05-26T23:53:40.380Z\",\n    \"updated_at\": \"2019-05-26T23:53:40.380Z\",\n    \"category_id\": 1\n}"}],"_postman_id":"d770e5d4-e791-4794-8bc2-8f7044779ff0"},{"name":"Get Item","id":"c08d7484-6d96-4535-9a2d-19883f0c3968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items/1","description":"<p>Get an Item from a Category</p>\n","urlObject":{"protocol":"https","path":["categories","1","items","1"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5d97ca92-f47a-4934-9bf1-7d5fb3e650b3","name":"Get Item","originalRequest":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:57:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"2664140d698e16a98415be9dfe10a02e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"868e58ab-7367-4cd4-9d53-59af1dcf4957"},{"key":"X-Runtime","value":"0.010648"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Item 1\",\n    \"description\": \"Description Text\",\n    \"aquisition_date\": \"2019-01-01\",\n    \"created_at\": \"2019-05-26T23:53:40.380Z\",\n    \"updated_at\": \"2019-05-26T23:53:40.380Z\",\n    \"category_id\": 1\n}"}],"_postman_id":"c08d7484-6d96-4535-9a2d-19883f0c3968"},{"name":"Update Item","id":"84ec23c3-00de-49a8-8a32-e9b51b87a3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"item[name]","value":"Item 1 Updated","type":"text"},{"key":"item[description]","value":"Description Text Updated","type":"text"},{"key":"item[aquisition_date]","value":"2019-01-02","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1/items/1","description":"<p>Update Item</p>\n","urlObject":{"protocol":"https","path":["categories","1","items","1"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6b2b9a96-6cb4-4c7f-a9cb-ec1a3f173071","name":"Update Item","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"item[name]","value":"Item 1 Updated","type":"text"},{"key":"item[description]","value":"Description Text Updated","type":"text"},{"key":"item[aquisition_date]","value":"2019-01-02","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:57:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"eb4f5c68dd63ff1f9aabf8b5284585f9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"80780a02-7ccd-41d4-8478-3d76cae54e90"},{"key":"X-Runtime","value":"0.014655"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"category_id\": 1,\n    \"id\": 1,\n    \"name\": \"Item 1 Updated\",\n    \"description\": \"Description Text Updated\",\n    \"aquisition_date\": \"2019-01-02\",\n    \"created_at\": \"2019-05-26T23:53:40.380Z\",\n    \"updated_at\": \"2019-05-26T23:57:47.174Z\"\n}"}],"_postman_id":"84ec23c3-00de-49a8-8a32-e9b51b87a3d1"},{"name":"Delete Item","id":"88804b0e-8ab1-417f-92bc-7491ea8e8c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items/2","description":"<p>Delete Item</p>\n","urlObject":{"protocol":"https","path":["categories","1","items","2"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9100c5a5-8830-40e1-a2b2-3b5db2f6d1b9","name":"Delete Item","originalRequest":{"method":"DELETE","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items/2"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Mon, 27 May 2019 00:00:01 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e76237a8-fdf6-44c8-8399-a7a9e3b035ff"},{"key":"X-Runtime","value":"0.021059"},{"key":"Vary","value":"Origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"88804b0e-8ab1-417f-92bc-7491ea8e8c32"},{"name":"List Items","id":"0e35a5aa-a9b6-4ad8-8159-ecb5fc645f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items","description":"<p>List Items from a Category</p>\n","urlObject":{"protocol":"https","path":["categories","1","items"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f5e5304b-dfe3-4793-b2cf-bf6736329ab3","name":"List Items","originalRequest":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:54:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"7b9d75d643fb007a61d1feee69bb1a1f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"22f4847c-2af9-46f6-a62d-d133ee08b2b5"},{"key":"X-Runtime","value":"0.008080"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Item 1\",\n        \"description\": \"Description Text\",\n        \"aquisition_date\": \"2019-01-01\",\n        \"created_at\": \"2019-05-26T23:53:40.380Z\",\n        \"updated_at\": \"2019-05-26T23:53:40.380Z\",\n        \"category_id\": 1\n    }\n]"}],"_postman_id":"0e35a5aa-a9b6-4ad8-8159-ecb5fc645f95"}],"id":"f24ba082-dc4a-4f46-acbc-3f1bfd4ed2e7","description":"<p>Items from Category</p>\n","_postman_id":"f24ba082-dc4a-4f46-acbc-3f1bfd4ed2e7"},{"name":"List Categories","id":"6f15b569-94e5-43b1-89b3-dd84922a338e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories","description":"<p>List all categories</p>\n","urlObject":{"protocol":"https","path":["categories"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f72c4e94-ddc4-4bde-b2b4-0a843f40c56b","name":"List Categories","originalRequest":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:35:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"e380590f41df9e95d6431ba2d1abb875\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"130b7fee-a4b4-4ca5-8de2-62219734065a"},{"key":"X-Runtime","value":"0.006954"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Posters\",\n        \"created_at\": \"2019-05-26T23:32:54.473Z\",\n        \"updated_at\": \"2019-05-26T23:32:54.473Z\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Pictures\",\n        \"created_at\": \"2019-05-26T23:33:28.849Z\",\n        \"updated_at\": \"2019-05-26T23:33:28.849Z\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Action figures\",\n        \"created_at\": \"2019-05-26T23:33:59.886Z\",\n        \"updated_at\": \"2019-05-26T23:33:59.886Z\"\n    }\n]"}],"_postman_id":"6f15b569-94e5-43b1-89b3-dd84922a338e"},{"name":"Create Category","id":"4a40a57c-940a-4ff5-b047-31d3b4409c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category[name]","value":"Posters","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories","description":"<p>Create Category</p>\n","urlObject":{"protocol":"https","path":["categories"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"551c6961-cba2-4827-b7a0-b1d9050b5b13","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category[name]","value":"Posters","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:32:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Location","value":"https://api-admios.herokuapp.com/categories/1"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"93e949a1f56545929ad16d2f528ac506\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"13d6a553-bc65-483c-a260-7c4dc32613e7"},{"key":"X-Runtime","value":"0.038206"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Posters\",\n    \"created_at\": \"2019-05-26T23:32:54.473Z\",\n    \"updated_at\": \"2019-05-26T23:32:54.473Z\"\n}"}],"_postman_id":"4a40a57c-940a-4ff5-b047-31d3b4409c21"},{"name":"Get Category","id":"afc8567c-f25b-4922-aa2b-9cd78a2ebcdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1","description":"<p>Get Category</p>\n","urlObject":{"protocol":"https","path":["categories","1"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7e229f8a-7d9e-4fa1-afa1-7ed6d05cc5ac","name":"Get Category","originalRequest":{"method":"GET","header":[],"url":"https://api-admios.herokuapp.com/categories/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:37:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"93e949a1f56545929ad16d2f528ac506\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"86b2b607-2553-47b0-aa69-5d7bd6c26754"},{"key":"X-Runtime","value":"0.010563"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Posters\",\n    \"created_at\": \"2019-05-26T23:32:54.473Z\",\n    \"updated_at\": \"2019-05-26T23:32:54.473Z\"\n}"}],"_postman_id":"afc8567c-f25b-4922-aa2b-9cd78a2ebcdb"},{"name":"Update Category","id":"dffecb2c-29ad-4e0a-a366-682b5a34d2d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"category[name]","value":"Action Posters","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1","description":"<p>Update Category</p>\n","urlObject":{"protocol":"https","path":["categories","1"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"53572b6c-58b1-4f65-930d-609a53e3bb2a","name":"Update Category","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"category[name]","value":"Action Posters","type":"text"}]},"url":"https://api-admios.herokuapp.com/categories/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:38:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"8e39bca296bd94ee8dd53d3dc2782c12\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e0041948-b47a-4efd-8c9b-a56cd7a902db"},{"key":"X-Runtime","value":"0.016781"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Action Posters\",\n    \"created_at\": \"2019-05-26T23:32:54.473Z\",\n    \"updated_at\": \"2019-05-26T23:38:49.815Z\"\n}"}],"_postman_id":"dffecb2c-29ad-4e0a-a366-682b5a34d2d3"},{"name":"Delete Category","id":"05e67ab4-b0b1-43c3-8b41-7df794f35a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-admios.herokuapp.com/categories/3","description":"<p>Delete Category</p>\n","urlObject":{"protocol":"https","path":["categories","3"],"host":["api-admios","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f6a3e8ac-6f49-499a-a590-7bd0061d956a","name":"Delete Category","originalRequest":{"method":"DELETE","header":[],"url":"https://api-admios.herokuapp.com/categories/3"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Sun, 26 May 2019 23:39:54 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2a99cc82-c64d-4ba7-9f6e-a36c7c1ae9fa"},{"key":"X-Runtime","value":"0.017312"},{"key":"Vary","value":"Origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"05e67ab4-b0b1-43c3-8b41-7df794f35a05"}],"id":"f16634d3-eef5-4327-88f2-f4b65525b0ae","_postman_id":"f16634d3-eef5-4327-88f2-f4b65525b0ae","description":""}]}