{"info":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","description":"<html><head></head><body><p>A collection with requests for the <code>/shows</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","publishedId":"TzRa643z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-19T22:16:29.000Z"},"item":[{"name":"Get All Shows","id":"a3140ce4-f48c-4b4e-9ec6-a8992a36b0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/shows","description":"<h1 id=\"get-all-shows\">Get all shows</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of show details where each list item contains:</p>\n<ul>\n<li><code>show_id</code></li>\n<li><code>start_time</code></li>\n<li><code>end_time</code></li>\n<li><code>date</code></li>\n<li><code>movie_id</code></li>\n<li><code>theater_id</code></li>\n<li><code>show_status</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"00e51578-312c-429d-beb8-451dab2a2b18","name":"Mock Get All Shows","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/shows"},"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":"702"},{"key":"ETag","value":"W/\"2be-RBK3vxZFc7RBdDK5bk94Qqx04ag\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:00:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"show_id\": 14,\n            \"start_time\": \"12:30:00\",\n            \"end_time\": \"2:45:00\",\n            \"date\": \"2021-03-15\",\n            \"movie_id\": 1,\n            \"theater_id\": 8,\n            \"show_status\": \"free\"\n        },\n        {\n            \"show_id\": 17,\n            \"start_time\": \"2:30:00\",\n            \"end_time\": \"4:45:00\",\n            \"date\": \"2021-03-14\",\n            \"movie_id\": 4,\n            \"theater_id\": 10,\n            \"show_status\": \"free\"\n        },\n        {\n            \"show_id\": 18,\n            \"start_time\": \"2:30:00\",\n            \"end_time\": \"4:45:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 10,\n            \"show_status\": \"full\"\n        },\n        {\n            \"show_id\": 20,\n            \"start_time\": \"11:30:00\",\n            \"end_time\": \"13:45:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 8,\n            \"show_status\": \"full\"\n        },\n        {\n            \"show_id\": 21,\n            \"start_time\": \"10:00:00\",\n            \"end_time\": \"12:15:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 10,\n            \"show_status\": \"full\"\n        }\n    ]\n}"}],"_postman_id":"a3140ce4-f48c-4b4e-9ec6-a8992a36b0fc"},{"name":"Get Show By Id","id":"332651c5-71ca-4a23-a88d-a905f97f2764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shows/id/20","description":"<h1 id=\"get-a-show-by-id\">Get a show by id</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>show_id</code></li>\n<li><code>start_time</code></li>\n<li><code>end_time</code></li>\n<li><code>date</code></li>\n<li><code>movie_id</code></li>\n<li><code>theater_id</code></li>\n<li><code>show_status</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows","id","20"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"95587ea3-aebf-4309-b0be-61121e76a5fe","name":"Mock Get Show By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/shows/id/20"},"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":"182"},{"key":"ETag","value":"W/\"b6-DYMsIpwDzWzjHqSV5FKrAnf54TY\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:01:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"show_id\": 20,\n        \"start_time\": \"11:30:00\",\n        \"end_time\": \"13:45:00\",\n        \"date\": \"2021-03-16\",\n        \"movie_id\": 4,\n        \"theater_id\": 8,\n        \"show_status\": \"full\"\n    }\n}"}],"_postman_id":"332651c5-71ca-4a23-a88d-a905f97f2764"},{"name":"Get Filtered Shows","id":"d1acfe68-a35b-4305-9a6e-0747c0b5add8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/shows/filters?movie_id=4","description":"<h1 id=\"get-shows-for-specified-filters\">Get shows for specified filters</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of show details where each list item contains:</p>\n<ul>\n<li><code>show_id</code></li>\n<li><code>start_time</code></li>\n<li><code>end_time</code></li>\n<li><code>date</code></li>\n<li><code>movie_id</code></li>\n<li><code>theater_id</code></li>\n<li><code>show_status</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows","filters"],"host":["{{base_url}}"],"query":[{"key":"movie_id","value":"4"}],"variable":[]}},"response":[{"id":"0e4fcfa7-6f74-4173-bb8b-7a1b00cfddab","name":"Mock Get Filtered Shows","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shows/filters?date=2021-03-16","host":["{{base_url}}"],"path":["shows","filters"],"query":[{"key":"date","value":"2021-03-16"}]}},"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":"444"},{"key":"ETag","value":"W/\"1bc-IFCuY4vvy000yiCYdIbYakDhFuM\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:00:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"show_id\": 18,\n            \"start_time\": \"2:30:00\",\n            \"end_time\": \"4:45:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 10,\n            \"show_status\": \"full\"\n        },\n        {\n            \"show_id\": 20,\n            \"start_time\": \"11:30:00\",\n            \"end_time\": \"13:45:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 8,\n            \"show_status\": \"full\"\n        },\n        {\n            \"show_id\": 21,\n            \"start_time\": \"10:00:00\",\n            \"end_time\": \"12:15:00\",\n            \"date\": \"2021-03-16\",\n            \"movie_id\": 4,\n            \"theater_id\": 10,\n            \"show_status\": \"full\"\n        }\n    ]\n}"}],"_postman_id":"d1acfe68-a35b-4305-9a6e-0747c0b5add8"},{"name":"Add a show","id":"11e9e6f3-fcce-4cd6-8ed0-e76d3576955d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_time\":\"21:00\",\r\n    \"end_time\":\"22:30\",\r\n    \"date\":\"2021-06-10\",\r\n    \"show_status\":\"free\",\r\n    \"theater_id\": 16,\r\n    \"movie_id\": 36,\r\n    \"show_type\":\"3D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shows","description":"<h1 id=\"add-a-new-show\">Add a new show</h1>\n<hr />\n<p>These parameters have special rules:</p>\n<h3 id=\"show-status\">Show Status</h3>\n<p><code>show_status</code> can take one of three values:</p>\n<ul>\n<li><code>free</code> for new shows without bookings.</li>\n<li><code>almost_full</code> for most seats booked.</li>\n<li><code>full</code> for all seats booked.</li>\n</ul>\n<h3 id=\"show-type\">Show Type</h3>\n<p><code>show_type</code> can take one of two values:</p>\n<ul>\n<li><code>2D</code> for 2D shows.</li>\n<li><code>3D</code> for 3D shows.</li>\n</ul>\n<h3 id=\"startend-time\">Start/End Time</h3>\n<ul>\n<li>Be a string.</li>\n<li>Have the format \"hh:mm\".</li>\n</ul>\n<h3 id=\"date\">Date</h3>\n<ul>\n<li>Be a string.</li>\n<li>Have the format \"yyyy-mm-dd\".</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>show_id</code> New show's id.</li>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11e9e6f3-fcce-4cd6-8ed0-e76d3576955d"},{"name":"Update a show","id":"eb4443d3-d230-4227-ba58-99df252c06eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"theater_id\":10,\r\n    \"start_time\":\"11:30\",\r\n    \"end_time\":\"13:45\",\r\n    \"date\":\"2021-03-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shows/id/20","description":"<h1 id=\"update-show-details\">Update show details</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>None</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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows","id","20"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb4443d3-d230-4227-ba58-99df252c06eb"},{"name":"Delete a show","id":"df269355-3938-4172-8483-b5954b0d2120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/shows/id/14","description":"<h1 id=\"delete-a-booking\">Delete a booking</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>None</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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","id":"06cf7aa2-a8cb-48e3-83c5-70fd7cd61c4a","name":"shows","type":"collection"}},"urlObject":{"path":["shows","id","14"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4137a6cf-5693-4b89-9b93-ec0cfbf892d7","name":"Mock Delete a show","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/shows/id/14"},"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":"72"},{"key":"ETag","value":"W/\"48-3pw1qSyBLqkQfmvuK0DO0EjjLAw\""},{"key":"Date","value":"Thu, 11 Mar 2021 12:10:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Show has been deleted\"\n    },\n    \"body\": {}\n}"}],"_postman_id":"df269355-3938-4172-8483-b5954b0d2120"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"939df8a3-d37a-4f9f-8719-119a5defc9a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3bf3283c-e493-440c-9615-9326a4f0f505","type":"text/javascript","exec":[""]}}]}