{"info":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","description":"<html><head></head><body><p>A collection with requests for <code>/timeslots</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","publishedId":"UV5cAvrF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-26T10:36:10.000Z"},"item":[{"name":"Get All Timeslots","id":"1cb488a5-133e-42e4-97f8-96b73ceeeb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/timeslots","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of timeslot details where each list item contains:</p>\n<ul>\n<li><code>timeslot_id</code></li>\n<li><code>start_time</code></li>\n<li><code>end_time</code></li>\n<li><code>slot_number</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","type":"collection"}},"urlObject":{"path":["timeslots"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e183b01a-eb46-4c9e-a1cf-f996b7a39f39","name":"Mock Get All Timeslots","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/timeslots"},"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":"610"},{"key":"ETag","value":"W/\"262-+fw49P3tBwJGv2UNf+hcLxufiXs\""},{"key":"Date","value":"Tue, 26 Oct 2021 10:33:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"start_time\": \"8:30:00\",\n            \"timeslot_id\": 1,\n            \"end_time\": \"9:45:00\",\n            \"slot_number\": 1\n        },\n        {\n            \"start_time\": \"10:00:00\",\n            \"timeslot_id\": 2,\n            \"end_time\": \"11:15:00\",\n            \"slot_number\": 2\n        },\n        {\n            \"start_time\": \"11:30:00\",\n            \"timeslot_id\": 3,\n            \"end_time\": \"12:45:00\",\n            \"slot_number\": 3\n        },\n        {\n            \"start_time\": \"13:00:00\",\n            \"timeslot_id\": 4,\n            \"end_time\": \"14:15:00\",\n            \"slot_number\": 4\n        },\n        {\n            \"start_time\": \"14:30:00\",\n            \"timeslot_id\": 5,\n            \"end_time\": \"15:45:00\",\n            \"slot_number\": 5\n        },\n        {\n            \"start_time\": \"16:00:00\",\n            \"timeslot_id\": 6,\n            \"end_time\": \"17:15:00\",\n            \"slot_number\": 6\n        },\n        {\n            \"start_time\": \"17:30:00\",\n            \"timeslot_id\": 7,\n            \"end_time\": \"18:45:00\",\n            \"slot_number\": 7\n        }\n    ]\n}"}],"_postman_id":"1cb488a5-133e-42e4-97f8-96b73ceeeb26"},{"name":"Get Timeslot By Id","id":"3cd34bff-0ea8-48fa-8c8d-6b35e1f6b142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/timeslots/1","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>timeslot_id</code></li>\n<li><code>start_time</code></li>\n<li><code>end_time</code></li>\n<li><code>slot_number</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","type":"collection"}},"urlObject":{"path":["timeslots","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"66802579-34ff-43aa-b7e0-20b9b9f176bd","name":"Mock Get Timeslot By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/timeslots/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":"128"},{"key":"ETag","value":"W/\"80-YlHN0ovukoggrjoHdJsJG/urXyA\""},{"key":"Date","value":"Tue, 26 Oct 2021 10:33:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"start_time\": \"8:30:00\",\n        \"timeslot_id\": 1,\n        \"end_time\": \"9:45:00\",\n        \"slot_number\": 1\n    }\n}"}],"_postman_id":"3cd34bff-0ea8-48fa-8c8d-6b35e1f6b142"},{"name":"Add A Timeslot","id":"eb68b119-3df5-42b2-a808-b557ddd4fa77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_time\":\"17:30:00\",\r\n    \"end_time\":\"18:45:00\",\r\n    \"slot_number\": 6\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/timeslots","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>timeslot_id</code> The new timeslot's id</li>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","type":"collection"}},"urlObject":{"path":["timeslots"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b26a2917-20e1-4391-a8ec-0d30c38e1c7a","name":"Add A Timeslot","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_time\":\"08:30:00\",\r\n    \"end_time\":\"09:45:00\",\r\n    \"slot_number\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/timeslots"},"status":"Created","code":201,"_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":"100"},{"key":"ETag","value":"W/\"64-IkGqFHbl3wZo+MNJw8PdQeBs3Bg\""},{"key":"Date","value":"Tue, 26 Oct 2021 10:23:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Timeslot was created!\"\n    },\n    \"body\": {\n        \"timeslot_id\": 1,\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"eb68b119-3df5-42b2-a808-b557ddd4fa77"},{"name":"Update A Timeslot","id":"8980cd82-f182-4b96-b969-300463aff890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"slot_number\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/timeslots/7","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_matched</li>\n<li>rows_changed</li>\n<li>info</li>\n</ul>\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","type":"collection"}},"urlObject":{"path":["timeslots","7"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"491cf4dd-36ff-416d-b016-15f273b33eba","name":"Mock Update A Timeslot","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"slot_number\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/timeslots/5"},"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":"158"},{"key":"ETag","value":"W/\"9e-EhF+Fh1bU3m8A1/lkWTZKAK/90g\""},{"key":"Date","value":"Tue, 26 Oct 2021 10:32:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Timeslot updated successfully\"\n    },\n    \"body\": {\n        \"rows_matched\": 1,\n        \"rows_changed\": 1,\n        \"info\": \"Rows matched: 1  Changed: 1  Warnings: 0\"\n    }\n}"}],"_postman_id":"8980cd82-f182-4b96-b969-300463aff890"},{"name":"Delete A Timeslot","id":"d68b9ea1-2a1e-4fd7-97e0-06aca4184596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/timeslots/8","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_removed</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","id":"1e1d3938-c25d-480c-9c62-6c393f26b7dc","name":"timeslots","type":"collection"}},"urlObject":{"path":["timeslots","8"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"555ae046-2103-48fe-b1bb-6539f28972b7","name":"Mock Delete A Timeslot","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/timeslots/8"},"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":"87"},{"key":"ETag","value":"W/\"57-Na/UIgT/bYR37XweGeQG/c6YLFc\""},{"key":"Date","value":"Tue, 26 Oct 2021 10:31:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Timeslot has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"d68b9ea1-2a1e-4fd7-97e0-06aca4184596"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b537ef28-9076-43c5-abcb-616f1d37bb38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4513f0c9-e439-4ee8-bee3-9e5cc034fc96","type":"text/javascript","exec":[""]}}]}