{"info":{"_postman_id":"270164c9-8de7-44a3-9421-d41fa62e1e12","name":"Iboo RESTful API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12623615","collectionId":"270164c9-8de7-44a3-9421-d41fa62e1e12","publishedId":"2s93CHuEys","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-18T16:45:18.000Z"},"item":[{"name":"Get products","id":"5f051c4c-fb92-437e-be1c-66d3a36e6857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/","description":"<p>Retrieve all enabled products.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96602dfe-ef4e-46a8-8d2b-e79d56866699","name":"Get products","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 13:53:58 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"327"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": 1,\n            \"name\": \"First Product\",\n            \"description\": \"Testing description\",\n            \"weight\": 120.4,\n            \"enabled\": true,\n            \"image_url\": \"https://images.freeimages.com/images/large-previews/b24/nebulizers-1639594.jpg\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Second Product\",\n            \"description\": \"Testing description\",\n            \"weight\": 120.4,\n            \"enabled\": true,\n            \"image_url\": null\n        }\n    ]\n}"}],"_postman_id":"5f051c4c-fb92-437e-be1c-66d3a36e6857"},{"name":"Get single product","id":"42c46d16-275c-4138-b691-43b21f57b9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/2","description":"<p>Retrieve a single product by it's ID.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b87cb8a-246a-46da-8f1f-3fbd1ac248ee","name":"Get single product","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 16:42:02 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"id\": 2,\n        \"name\": \"Second Product\",\n        \"description\": \"Testing description\",\n        \"weight\": 120.4,\n        \"enabled\": true,\n        \"img\": null\n    }\n}"}],"_postman_id":"42c46d16-275c-4138-b691-43b21f57b9a0"},{"name":"Search product by Name, Description or ID","id":"28498923-aa48-4ab5-bd92-ac406420e6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/search/second","description":"<p>Search for a product that matches it's name, description or ID.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products","search","second"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2f4e5a64-b9dd-4201-aa81-6f5f9a361df5","name":"Search product by Name, Description or ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/search/second"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 16:42:48 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"130"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": 2,\n            \"name\": \"Second Product\",\n            \"description\": \"Testing description\",\n            \"weight\": 120.4,\n            \"enabled\": true,\n            \"image_url\": null\n        }\n    ]\n}"}],"_postman_id":"28498923-aa48-4ab5-bd92-ac406420e6d1"},{"name":"Create Product","id":"fe80a744-78d0-42db-8b60-2f78983567f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Second Product","type":"text"},{"key":"description","value":"Testing description","type":"text"},{"key":"weight","value":"120.4","type":"text"},{"key":"enabled","value":"1","type":"text"},{"key":"img","value":"","type":"text"},{"key":"category","value":"2","type":"text"}]},"url":"http://localhost:8000/api/products/create","description":"<p>Create a new product.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2da23edc-8451-47be-a892-4f033d6d6880","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Second Product","type":"text"},{"key":"description","value":"Testing description","type":"text"},{"key":"weight","value":"120.4","type":"text"},{"key":"enabled","value":"1","type":"text"},{"key":"image_url","value":"","type":"text"}]},"url":"http://localhost:8000/api/products/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 13:08:16 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Product created\"\n}"}],"_postman_id":"fe80a744-78d0-42db-8b60-2f78983567f0"},{"name":"Update single product","id":"9ec098fe-4ded-402c-a391-8f3bf9507846","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"First Product","type":"text"},{"key":"enabled","value":"0","type":"text","disabled":true},{"key":"img","value":"https://images.freeimages.com/images/large-previews/b24/nebulizers-1639594.jpg","type":"text"}]},"url":"http://localhost:8000/api/products/update/1","description":"<p>Update an existing product.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d35ee98c-6c07-41c4-8275-6a31eeb99b29","name":"Update single product","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Second Product","type":"text"},{"key":"enabled","value":"0","type":"text"},{"key":"img","value":"https://images.freeimages.com/images/large-previews/b24/nebulizers-1639594.jpg","type":"text"}]},"url":"http://localhost:8000/api/products/update/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 16:43:34 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"231"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Product updated\",\n    \"product\": {\n        \"id\": 2,\n        \"name\": \"Second Product\",\n        \"description\": \"Testing description\",\n        \"weight\": 120.4,\n        \"enabled\": false,\n        \"img\": \"https://images.freeimages.com/images/large-previews/b24/nebulizers-1639594.jpg\"\n    }\n}"}],"_postman_id":"9ec098fe-4ded-402c-a391-8f3bf9507846"},{"name":"Delete product","id":"94e12883-318b-40d4-83ae-f8604c1e0a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/delete/6","description":"<p>Delete an existing product.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","products","delete","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"92d793ac-0855-4c1b-ae25-0212f05dd72e","name":"Delete product","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/delete/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 16:43:47 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Product deleted\"\n}"}],"_postman_id":"94e12883-318b-40d4-83ae-f8604c1e0a1e"},{"name":"Get Categories","id":"1022b26d-d848-416b-a4c5-bfcb505cfaf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/category/","description":"<p>Retrieve all categories.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","category",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"469e96c5-d399-4dcc-a1f5-3f967d03da3e","name":"Get products","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8000/api/products/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 13:53:58 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"327"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": 1,\n            \"name\": \"First Product\",\n            \"description\": \"Testing description\",\n            \"weight\": 120.4,\n            \"enabled\": true,\n            \"image_url\": \"https://images.freeimages.com/images/large-previews/b24/nebulizers-1639594.jpg\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Second Product\",\n            \"description\": \"Testing description\",\n            \"weight\": 120.4,\n            \"enabled\": true,\n            \"image_url\": null\n        }\n    ]\n}"}],"_postman_id":"1022b26d-d848-416b-a4c5-bfcb505cfaf6"},{"name":"Create Category","id":"da3db4fb-77ff-4b68-81aa-592fc715c141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Category 2","type":"text"}]},"url":"http://localhost:8000/api/category/create","description":"<p>Create new category.</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","category","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4abf5e52-ace3-4890-8252-819496ebdd8f","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Second Product","type":"text"},{"key":"description","value":"Testing description","type":"text"},{"key":"weight","value":"120.4","type":"text"},{"key":"enabled","value":"1","type":"text"},{"key":"image_url","value":"","type":"text"}]},"url":"http://localhost:8000/api/products/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 18 Feb 2023 13:08:16 GMT"},{"key":"X-Powered-By","value":"PHP/8.1.12"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Product created\"\n}"}],"_postman_id":"da3db4fb-77ff-4b68-81aa-592fc715c141"}]}