{"info":{"_postman_id":"1ec85241-a30a-4ba4-8b0a-045602705527","name":"Medicine deleivery system","description":"<html><head></head><body><p>All the routes documentation for the backend of medicine delivery system</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8264045","collectionId":"1ec85241-a30a-4ba4-8b0a-045602705527","publishedId":"SVmzvxWF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-24T19:07:47.000Z"},"item":[{"name":"Admin","item":[{"name":"Getting orders by status","id":"90a3fbde-327f-44d3-8f9b-94c4852ed55c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/order/?status=pending","urlObject":{"protocol":"http","port":"8000","path":["order",""],"host":["localhost"],"query":[{"key":"status","value":"pending"}],"variable":[]}},"response":[{"id":"5901d82b-7d46-41b6-ae18-b1c9cc4c0e62","name":"Getting orders by status","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/order/?status=pending","protocol":"http","host":["localhost"],"port":"8000","path":["order",""],"query":[{"key":"status","value":"pending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2019 19:02:05 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.3"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1078"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_id\": \"26354625\",\n        \"user_id\": \"72883\",\n        \"admin_id\": \"726347\",\n        \"order_time\": \"2019-09-19T14:17:10.706664Z\",\n        \"delivered_time\": \"2019-09-19T14:17:10.706664Z\",\n        \"est_delivery_time\": \"2019-09-19T14:17:10.706664Z\",\n        \"is_upload\": false,\n        \"photo_url\": \"\",\n        \"status\": \"pending\",\n        \"total_price\": 0\n    },\n    {\n        \"order_id\": \"1231\",\n        \"user_id\": \"25346\",\n        \"admin_id\": \"2736\",\n        \"order_time\": \"2019-09-19T14:38:48.030148Z\",\n        \"delivered_time\": \"2019-09-19T14:38:48.030148Z\",\n        \"est_delivery_time\": \"2019-09-19T14:38:48.030148Z\",\n        \"is_upload\": false,\n        \"photo_url\": \"\",\n        \"status\": \"pending\",\n        \"total_price\": 0\n    },\n    {\n        \"order_id\": \"287323\",\n        \"user_id\": \"7832748\",\n        \"admin_id\": \"29812\",\n        \"order_time\": \"2019-09-24T18:55:02.704922Z\",\n        \"delivered_time\": \"2019-09-24T18:55:02.704922Z\",\n        \"est_delivery_time\": \"2019-09-24T18:55:02.704922Z\",\n        \"is_upload\": false,\n        \"photo_url\": \"\",\n        \"status\": \"approved\",\n        \"total_price\": 0\n    },\n    {\n        \"order_id\": \"27380109\",\n        \"user_id\": \"329892\",\n        \"admin_id\": \"2398492\",\n        \"order_time\": \"2019-09-24T18:55:23.779944Z\",\n        \"delivered_time\": \"2019-09-24T18:55:23.779944Z\",\n        \"est_delivery_time\": \"2019-09-24T18:55:23.779944Z\",\n        \"is_upload\": false,\n        \"photo_url\": \"\",\n        \"status\": \"rejected\",\n        \"total_price\": 0\n    }\n]"}],"_postman_id":"90a3fbde-327f-44d3-8f9b-94c4852ed55c"},{"name":"Getting chats by message id","id":"90aea292-ec26-4d20-a89f-5a6bbc896931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/chat?order_id=23674","urlObject":{"protocol":"http","port":"8000","path":["chat"],"host":["localhost"],"query":[{"key":"order_id","value":"23674"}],"variable":[]}},"response":[{"id":"9873dfcf-837e-499a-b591-2ce41515ddd6","name":"Getting chats by message id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/chat?order_id=23674","protocol":"http","host":["localhost"],"port":"8000","path":["chat"],"query":[{"key":"order_id","value":"23674"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2019 19:11:32 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.3"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"264"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"msg_id\": \"1231\",\n        \"order_id\": \"23674\",\n        \"line_text\": \"hello\",\n        \"src_id\": \"28734\",\n        \"timestamp\": \"2019-09-19T20:46:03.037381Z\",\n        \"dest_id\": \"2378\"\n    },\n    {\n        \"msg_id\": \"1232\",\n        \"order_id\": \"23674\",\n        \"line_text\": \"hi\",\n        \"src_id\": \"28734\",\n        \"timestamp\": \"2019-09-19T20:47:37.158667Z\",\n        \"dest_id\": \"2378\"\n    }\n]"}],"_postman_id":"90aea292-ec26-4d20-a89f-5a6bbc896931"}],"id":"312994bd-ca80-47e2-a36a-32cd7e7e5df1","_postman_id":"312994bd-ca80-47e2-a36a-32cd7e7e5df1","description":""}]}