{"info":{"_postman_id":"b25f21c7-a152-487f-a21b-8bc8d0ee856e","name":"XFlix","description":"<html><head></head><body><p><strong>Overview</strong><br>The XFlix API lets developers manage videos on the XFlix Node Application. With it, you can upload, view, and manage video content easily.</p>\n<p><strong>Key Features</strong></p>\n<ul>\n<li><p><strong>Get All Videos</strong>: View a list of all available videos with details like title, genre, and views.</p>\n</li>\n<li><p><strong>Get Single Video</strong>: Look up specific information about a video by its unique ID.</p>\n</li>\n<li><p><strong>Upload Videos</strong>: Add new videos by providing info like title, genre, and release date.</p>\n</li>\n<li><p><strong>Voting</strong>: Users can upvote or downvote videos to show engagement.</p>\n</li>\n</ul>\n<p><strong>API Endpoints</strong></p>\n<ul>\n<li><p><code>GET /v1/videos</code> : Retrieve a list of all available videos with essential metadata like title, genre, and views.</p>\n</li>\n<li><p><code>GET /v1/videos/</code> : Fetch detailed information about a specific video by its unique <code>videoId</code>.</p>\n</li>\n<li><p><code>PATCH /v1/videos/views</code> : Update the view count for a specific video.</p>\n</li>\n<li><p><code>PATCH /v1/videos/votes</code> : Update the upvote or downvote count for a specific video.</p>\n</li>\n<li><p><code>POST /v1/videos</code> : Upload a new video with necessary attributes (e.g., link, title, genre, release date) for immediate availability on the platform</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33572999","collectionId":"b25f21c7-a152-487f-a21b-8bc8d0ee856e","publishedId":"2sAY55ZxeS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-14T02:42:46.000Z"},"item":[{"name":"GET /v1/videos","id":"76b97f52-85be-4390-bf0d-8fcbb9995628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos","urlObject":{"path":["v1","videos"],"host":["{{serverAddress}}"],"query":[],"variable":[]}},"response":[{"id":"b07d2c56-7cac-4e4d-86d6-a362aa9619c3","name":"Get all videos","originalRequest":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos"},"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":"8959"},{"key":"ETag","value":"W/\"22ff-BsKoxtmrj+FSnVQBnpLXCdWsIKk\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:13:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n            \"viewCount\": 83,\n            \"_id\": \"60331f421f1d093ab5424489\",\n            \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n            \"title\": \"Consumed by the Apocalypse\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"18 Jan 2021\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/CbUjuwhQPKs/mqdefault.jpg\",\n            \"viewCount\": 81,\n            \"_id\": \"60331f421f1d093ab5424490\",\n            \"videoLink\": \"youtube.com/embed/CbUjuwhQPKs\",\n            \"title\": \"The Search For D. B. Cooper\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"27 Apr 2020\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/RQdxHi4_Pvc/mqdefault.jpg\",\n            \"viewCount\": 5,\n            \"_id\": \"60331f421f1d093ab5424476\",\n            \"videoLink\": \"youtube.com/embed/RQdxHi4_Pvc\",\n            \"title\": \"The Universal S\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"10 Aug 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/kd2KEHvK-q8/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424480\",\n            \"videoLink\": \"youtube.com/embed/kd2KEHvK-q8\",\n            \"title\": \"The Vanishing of Flight 370\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"14 Apr 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/uQxg2zv_Orc/mqdefault.jpg\",\n            \"viewCount\": 2,\n            \"_id\": \"60331f421f1d093ab5424475\",\n            \"videoLink\": \"youtube.com/embed/uQxg2zv_Orc\",\n            \"title\": \"3,000,000 - Q&A\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"09 Mar 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/ryg077wBvsM/mqdefault.jpg\",\n            \"viewCount\": 19,\n            \"_id\": \"60331f421f1d093ab5424488\",\n            \"videoLink\": \"youtube.com/embed/ryg077wBvsM\",\n            \"title\": \"The Great Silence\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"30 Nov 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/6oY8HIWBS-Y/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424484\",\n            \"videoLink\": \"youtube.com/embed/6oY8HIWBS-Y\",\n            \"title\": \"The Battle of Los Angeles\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"25 Aug 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fM8UapzfZkU/mqdefault.jpg\",\n            \"viewCount\": 9,\n            \"_id\": \"60331f421f1d093ab5424479\",\n            \"videoLink\": \"youtube.com/embed/fM8UapzfZkU\",\n            \"title\": \"Top 10 Facts - 2017\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"31 Dec 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/KhwHR9pkoao/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448b\",\n            \"videoLink\": \"youtube.com/embed/KhwHR9pkoao\",\n            \"title\": \"Top 10 Facts - Death\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"14 Sep 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vB7Xv6gG5_0/mqdefault.jpg\",\n            \"viewCount\": 7,\n            \"_id\": \"60331f421f1d093ab542447b\",\n            \"videoLink\": \"youtube.com/embed/vB7Xv6gG5_0\",\n            \"title\": \"The Mandela Effect: A Critical Analysis\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"10 Aug 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/AgMcqNnqatw/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab542447c\",\n            \"videoLink\": \"youtube.com/embed/AgMcqNnqatw\",\n            \"title\": \"The Legend of the Bermuda Triangle\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"18 Jul 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/7tgdvkRY1L8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"_id\": \"60331f421f1d093ab5424477\",\n            \"videoLink\": \"youtube.com/embed/7tgdvkRY1L8\",\n            \"title\": \"Top 10 Facts - Space [Part 8]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"17 Jun 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vDq3DwxCdKo/mqdefault.jpg\",\n            \"viewCount\": 82,\n            \"_id\": \"60331f421f1d093ab542448d\",\n            \"videoLink\": \"youtube.com/embed/vDq3DwxCdKo\",\n            \"title\": \"Top 10 Facts - Space [Part 6]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"17 Mar 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/M-VQlqE9M1M/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424487\",\n            \"videoLink\": \"youtube.com/embed/M-VQlqE9M1M\",\n            \"title\": \"Top 10 Facts - Undertale\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"11 Dec 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/j2umt3WZU8Q/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424486\",\n            \"videoLink\": \"youtube.com/embed/j2umt3WZU8Q\",\n            \"title\": \"Top 10 Facts - Fallout\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jun 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/I5CBrjpnSNo/mqdefault.jpg\",\n            \"viewCount\": 72,\n            \"_id\": \"60331f421f1d093ab542448f\",\n            \"videoLink\": \"youtube.com/embed/I5CBrjpnSNo\",\n            \"title\": \"Top 10 Facts - Space [Part 3]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"22 Jun 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/W62aVty77Lw/mqdefault.jpg\",\n            \"viewCount\": 91,\n            \"_id\": \"60331f421f1d093ab542448c\",\n            \"videoLink\": \"youtube.com/embed/W62aVty77Lw\",\n            \"title\": \"Top 10 Facts - Space [Part 1]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jan 2014\"\n        }\n    ]\n}"},{"id":"74613f64-374a-4774-a58a-e6d2b91e3ffb","name":"Get videos sorted by viewCount","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?sortBy=viewCount","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"sortBy","value":"viewCount"}]}},"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":"8985"},{"key":"ETag","value":"W/\"2319-HvqzePfG+/qPtKR1z5hP4u0K3Fk\""},{"key":"Date","value":"Tue, 02 Mar 2021 02:55:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/6oY8HIWBS-Y/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424484\",\n            \"videoLink\": \"youtube.com/embed/6oY8HIWBS-Y\",\n            \"title\": \"The Battle of Los Angeles\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"25 Aug 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/j2umt3WZU8Q/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424486\",\n            \"videoLink\": \"youtube.com/embed/j2umt3WZU8Q\",\n            \"title\": \"Top 10 Facts - Fallout\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jun 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/W62aVty77Lw/mqdefault.jpg\",\n            \"viewCount\": 91,\n            \"_id\": \"60331f421f1d093ab542448c\",\n            \"videoLink\": \"youtube.com/embed/W62aVty77Lw\",\n            \"title\": \"Top 10 Facts - Space [Part 1]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jan 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n            \"viewCount\": 83,\n            \"_id\": \"60331f421f1d093ab5424489\",\n            \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n            \"title\": \"Consumed by the Apocalypse\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"18 Jan 2021\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vDq3DwxCdKo/mqdefault.jpg\",\n            \"viewCount\": 82,\n            \"_id\": \"60331f421f1d093ab542448d\",\n            \"videoLink\": \"youtube.com/embed/vDq3DwxCdKo\",\n            \"title\": \"Top 10 Facts - Space [Part 6]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"17 Mar 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/CbUjuwhQPKs/mqdefault.jpg\",\n            \"viewCount\": 81,\n            \"_id\": \"60331f421f1d093ab5424490\",\n            \"videoLink\": \"youtube.com/embed/CbUjuwhQPKs\",\n            \"title\": \"The Search For D. B. Cooper\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"27 Apr 2020\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/I5CBrjpnSNo/mqdefault.jpg\",\n            \"viewCount\": 72,\n            \"_id\": \"60331f421f1d093ab542448f\",\n            \"videoLink\": \"youtube.com/embed/I5CBrjpnSNo\",\n            \"title\": \"Top 10 Facts - Space [Part 3]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"22 Jun 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/kd2KEHvK-q8/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424480\",\n            \"videoLink\": \"youtube.com/embed/kd2KEHvK-q8\",\n            \"title\": \"The Vanishing of Flight 370\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"14 Apr 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/AgMcqNnqatw/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab542447c\",\n            \"videoLink\": \"youtube.com/embed/AgMcqNnqatw\",\n            \"title\": \"The Legend of the Bermuda Triangle\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"18 Jul 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/M-VQlqE9M1M/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424487\",\n            \"videoLink\": \"youtube.com/embed/M-VQlqE9M1M\",\n            \"title\": \"Top 10 Facts - Undertale\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"11 Dec 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/ryg077wBvsM/mqdefault.jpg\",\n            \"viewCount\": 19,\n            \"_id\": \"60331f421f1d093ab5424488\",\n            \"videoLink\": \"youtube.com/embed/ryg077wBvsM\",\n            \"title\": \"The Great Silence\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"30 Nov 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/KhwHR9pkoao/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448b\",\n            \"videoLink\": \"youtube.com/embed/KhwHR9pkoao\",\n            \"title\": \"Top 10 Facts - Death\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"14 Sep 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fM8UapzfZkU/mqdefault.jpg\",\n            \"viewCount\": 9,\n            \"_id\": \"60331f421f1d093ab5424479\",\n            \"videoLink\": \"youtube.com/embed/fM8UapzfZkU\",\n            \"title\": \"Top 10 Facts - 2017\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"31 Dec 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vB7Xv6gG5_0/mqdefault.jpg\",\n            \"viewCount\": 7,\n            \"_id\": \"60331f421f1d093ab542447b\",\n            \"videoLink\": \"youtube.com/embed/vB7Xv6gG5_0\",\n            \"title\": \"The Mandela Effect: A Critical Analysis\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"10 Aug 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/RQdxHi4_Pvc/mqdefault.jpg\",\n            \"viewCount\": 5,\n            \"_id\": \"60331f421f1d093ab5424476\",\n            \"videoLink\": \"youtube.com/embed/RQdxHi4_Pvc\",\n            \"title\": \"The Universal S\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"10 Aug 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/uQxg2zv_Orc/mqdefault.jpg\",\n            \"viewCount\": 2,\n            \"_id\": \"60331f421f1d093ab5424475\",\n            \"videoLink\": \"youtube.com/embed/uQxg2zv_Orc\",\n            \"title\": \"3,000,000 - Q&A\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"09 Mar 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/7tgdvkRY1L8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"_id\": \"60331f421f1d093ab5424477\",\n            \"videoLink\": \"youtube.com/embed/7tgdvkRY1L8\",\n            \"title\": \"Top 10 Facts - Space [Part 8]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"17 Jun 2017\"\n        }\n    ]\n}"},{"id":"d759146a-e26b-4606-869c-a08d0c2834ad","name":"Get videos sorted by releaseDate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?sortBy=releaseDate","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"sortBy","value":"releaseDate"}]}},"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":"8985"},{"key":"ETag","value":"W/\"2319-HvqzePfG+/qPtKR1z5hP4u0K3Fk\""},{"key":"Date","value":"Tue, 02 Mar 2021 02:55:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/6oY8HIWBS-Y/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424484\",\n            \"videoLink\": \"youtube.com/embed/6oY8HIWBS-Y\",\n            \"title\": \"The Battle of Los Angeles\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"25 Aug 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/j2umt3WZU8Q/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424486\",\n            \"videoLink\": \"youtube.com/embed/j2umt3WZU8Q\",\n            \"title\": \"Top 10 Facts - Fallout\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jun 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/W62aVty77Lw/mqdefault.jpg\",\n            \"viewCount\": 91,\n            \"_id\": \"60331f421f1d093ab542448c\",\n            \"videoLink\": \"youtube.com/embed/W62aVty77Lw\",\n            \"title\": \"Top 10 Facts - Space [Part 1]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jan 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n            \"viewCount\": 83,\n            \"_id\": \"60331f421f1d093ab5424489\",\n            \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n            \"title\": \"Consumed by the Apocalypse\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"18 Jan 2021\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vDq3DwxCdKo/mqdefault.jpg\",\n            \"viewCount\": 82,\n            \"_id\": \"60331f421f1d093ab542448d\",\n            \"videoLink\": \"youtube.com/embed/vDq3DwxCdKo\",\n            \"title\": \"Top 10 Facts - Space [Part 6]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"17 Mar 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/CbUjuwhQPKs/mqdefault.jpg\",\n            \"viewCount\": 81,\n            \"_id\": \"60331f421f1d093ab5424490\",\n            \"videoLink\": \"youtube.com/embed/CbUjuwhQPKs\",\n            \"title\": \"The Search For D. B. Cooper\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"27 Apr 2020\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/I5CBrjpnSNo/mqdefault.jpg\",\n            \"viewCount\": 72,\n            \"_id\": \"60331f421f1d093ab542448f\",\n            \"videoLink\": \"youtube.com/embed/I5CBrjpnSNo\",\n            \"title\": \"Top 10 Facts - Space [Part 3]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"22 Jun 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/kd2KEHvK-q8/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424480\",\n            \"videoLink\": \"youtube.com/embed/kd2KEHvK-q8\",\n            \"title\": \"The Vanishing of Flight 370\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"14 Apr 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/AgMcqNnqatw/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab542447c\",\n            \"videoLink\": \"youtube.com/embed/AgMcqNnqatw\",\n            \"title\": \"The Legend of the Bermuda Triangle\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"18 Jul 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/M-VQlqE9M1M/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424487\",\n            \"videoLink\": \"youtube.com/embed/M-VQlqE9M1M\",\n            \"title\": \"Top 10 Facts - Undertale\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"11 Dec 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/ryg077wBvsM/mqdefault.jpg\",\n            \"viewCount\": 19,\n            \"_id\": \"60331f421f1d093ab5424488\",\n            \"videoLink\": \"youtube.com/embed/ryg077wBvsM\",\n            \"title\": \"The Great Silence\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"30 Nov 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/KhwHR9pkoao/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448b\",\n            \"videoLink\": \"youtube.com/embed/KhwHR9pkoao\",\n            \"title\": \"Top 10 Facts - Death\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"14 Sep 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fM8UapzfZkU/mqdefault.jpg\",\n            \"viewCount\": 9,\n            \"_id\": \"60331f421f1d093ab5424479\",\n            \"videoLink\": \"youtube.com/embed/fM8UapzfZkU\",\n            \"title\": \"Top 10 Facts - 2017\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"31 Dec 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vB7Xv6gG5_0/mqdefault.jpg\",\n            \"viewCount\": 7,\n            \"_id\": \"60331f421f1d093ab542447b\",\n            \"videoLink\": \"youtube.com/embed/vB7Xv6gG5_0\",\n            \"title\": \"The Mandela Effect: A Critical Analysis\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"10 Aug 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/RQdxHi4_Pvc/mqdefault.jpg\",\n            \"viewCount\": 5,\n            \"_id\": \"60331f421f1d093ab5424476\",\n            \"videoLink\": \"youtube.com/embed/RQdxHi4_Pvc\",\n            \"title\": \"The Universal S\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"10 Aug 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/uQxg2zv_Orc/mqdefault.jpg\",\n            \"viewCount\": 2,\n            \"_id\": \"60331f421f1d093ab5424475\",\n            \"videoLink\": \"youtube.com/embed/uQxg2zv_Orc\",\n            \"title\": \"3,000,000 - Q&A\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"09 Mar 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/7tgdvkRY1L8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"_id\": \"60331f421f1d093ab5424477\",\n            \"videoLink\": \"youtube.com/embed/7tgdvkRY1L8\",\n            \"title\": \"Top 10 Facts - Space [Part 8]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"17 Jun 2017\"\n        }\n    ]\n}"},{"id":"3a70b6d3-e47c-4c70-9ebe-986db604e307","name":"Get videos with \"top\" in title, Education/Sports as genre & 12+ rating","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?title=top&genres=Education,Sports&contentRating=12%2B","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"title","value":"top"},{"key":"genres","value":"Education,Sports"},{"key":"contentRating","value":"12%2B"}]}},"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":"915"},{"key":"ETag","value":"W/\"393-m49s2QFIIKnwXJIgfu7KfxFSLxw\""},{"key":"Date","value":"Wed, 24 Feb 2021 13:20:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"uploadDate\": \"07 May 2016\",\n            \"_id\": \"60331f421f1d093ab5424491\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"uploadDate\": \"22 Nov 2015\",\n            \"_id\": \"60331f421f1d093ab5424492\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"uploadDate\": \"08 Feb 2015\",\n            \"_id\": \"60331f421f1d093ab5424485\"\n        }\n    ]\n}"},{"id":"c9642afa-7e90-4299-bd54-7dec9dd3b686","name":"Error on invalid genre","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?genres=Cooking","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"genres","value":"Cooking"}]}},"status":"Bad Request","code":400,"_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":"2324"},{"key":"ETag","value":"W/\"914-3RMQunS+/Ehi4EWtlVQUuQVQPmg\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:08:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"\\\"[0]\\\" must be one of [Education, Sports, Movies, Comedy, Lifestyle, All]\",\n    \"stack\": \"Error: \\\"[0]\\\" must be one of [Education, Sports, Movies, Comedy, Lifestyle, All]\\n    at ...\"\n}"},{"id":"df80560c-d0be-4a92-926b-ce96cd9aac64","name":"Error on invalid sortBy parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?sortBy=upVotes","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"sortBy","value":"upVotes"}]}},"status":"Bad Request","code":400,"_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":"2276"},{"key":"ETag","value":"W/\"8e4-4Fb6Z6E/wQvPQ8hs6zXMVw99o10\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:13:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"\\\"sortBy\\\" must be one of [viewCount, releaseDate]\",\n    \"stack\": \"Error: \\\"sortBy\\\" must be one of [viewCount, releaseDate]\\n    at ...\"\n}"},{"id":"26879e55-5f3a-4ed5-b81d-4fb7adf98368","name":"Get videos with Genre - All","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?genres=All","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"genres","value":"All"}]}},"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":"8959"},{"key":"ETag","value":"W/\"22ff-BsKoxtmrj+FSnVQBnpLXCdWsIKk\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:13:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n            \"viewCount\": 83,\n            \"_id\": \"60331f421f1d093ab5424489\",\n            \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n            \"title\": \"Consumed by the Apocalypse\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"18 Jan 2021\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/CbUjuwhQPKs/mqdefault.jpg\",\n            \"viewCount\": 81,\n            \"_id\": \"60331f421f1d093ab5424490\",\n            \"videoLink\": \"youtube.com/embed/CbUjuwhQPKs\",\n            \"title\": \"The Search For D. B. Cooper\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"27 Apr 2020\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/RQdxHi4_Pvc/mqdefault.jpg\",\n            \"viewCount\": 5,\n            \"_id\": \"60331f421f1d093ab5424476\",\n            \"videoLink\": \"youtube.com/embed/RQdxHi4_Pvc\",\n            \"title\": \"The Universal S\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"10 Aug 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/kd2KEHvK-q8/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424480\",\n            \"videoLink\": \"youtube.com/embed/kd2KEHvK-q8\",\n            \"title\": \"The Vanishing of Flight 370\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"14 Apr 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/uQxg2zv_Orc/mqdefault.jpg\",\n            \"viewCount\": 2,\n            \"_id\": \"60331f421f1d093ab5424475\",\n            \"videoLink\": \"youtube.com/embed/uQxg2zv_Orc\",\n            \"title\": \"3,000,000 - Q&A\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"09 Mar 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/ryg077wBvsM/mqdefault.jpg\",\n            \"viewCount\": 19,\n            \"_id\": \"60331f421f1d093ab5424488\",\n            \"videoLink\": \"youtube.com/embed/ryg077wBvsM\",\n            \"title\": \"The Great Silence\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"30 Nov 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/6oY8HIWBS-Y/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424484\",\n            \"videoLink\": \"youtube.com/embed/6oY8HIWBS-Y\",\n            \"title\": \"The Battle of Los Angeles\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"25 Aug 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fM8UapzfZkU/mqdefault.jpg\",\n            \"viewCount\": 9,\n            \"_id\": \"60331f421f1d093ab5424479\",\n            \"videoLink\": \"youtube.com/embed/fM8UapzfZkU\",\n            \"title\": \"Top 10 Facts - 2017\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"31 Dec 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/KhwHR9pkoao/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448b\",\n            \"videoLink\": \"youtube.com/embed/KhwHR9pkoao\",\n            \"title\": \"Top 10 Facts - Death\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"14 Sep 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vB7Xv6gG5_0/mqdefault.jpg\",\n            \"viewCount\": 7,\n            \"_id\": \"60331f421f1d093ab542447b\",\n            \"videoLink\": \"youtube.com/embed/vB7Xv6gG5_0\",\n            \"title\": \"The Mandela Effect: A Critical Analysis\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"10 Aug 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/AgMcqNnqatw/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab542447c\",\n            \"videoLink\": \"youtube.com/embed/AgMcqNnqatw\",\n            \"title\": \"The Legend of the Bermuda Triangle\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"18 Jul 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/7tgdvkRY1L8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"_id\": \"60331f421f1d093ab5424477\",\n            \"videoLink\": \"youtube.com/embed/7tgdvkRY1L8\",\n            \"title\": \"Top 10 Facts - Space [Part 8]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"17 Jun 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vDq3DwxCdKo/mqdefault.jpg\",\n            \"viewCount\": 82,\n            \"_id\": \"60331f421f1d093ab542448d\",\n            \"videoLink\": \"youtube.com/embed/vDq3DwxCdKo\",\n            \"title\": \"Top 10 Facts - Space [Part 6]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"17 Mar 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/M-VQlqE9M1M/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424487\",\n            \"videoLink\": \"youtube.com/embed/M-VQlqE9M1M\",\n            \"title\": \"Top 10 Facts - Undertale\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"11 Dec 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/j2umt3WZU8Q/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424486\",\n            \"videoLink\": \"youtube.com/embed/j2umt3WZU8Q\",\n            \"title\": \"Top 10 Facts - Fallout\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jun 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/I5CBrjpnSNo/mqdefault.jpg\",\n            \"viewCount\": 72,\n            \"_id\": \"60331f421f1d093ab542448f\",\n            \"videoLink\": \"youtube.com/embed/I5CBrjpnSNo\",\n            \"title\": \"Top 10 Facts - Space [Part 3]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"22 Jun 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/W62aVty77Lw/mqdefault.jpg\",\n            \"viewCount\": 91,\n            \"_id\": \"60331f421f1d093ab542448c\",\n            \"videoLink\": \"youtube.com/embed/W62aVty77Lw\",\n            \"title\": \"Top 10 Facts - Space [Part 1]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jan 2014\"\n        }\n    ]\n}"},{"id":"f64a3555-c816-40a8-8ac2-0dcc45b6e8e5","name":"Get videos with genre - Education","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?genres=Education","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"genres","value":"Education"}]}},"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":"910"},{"key":"ETag","value":"W/\"38e-ljeSSHOboLgOMzWmD0SImyszwGQ\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:32:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\",\n            \"_id\": \"60331f421f1d093ab542448e\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\",\n            \"_id\": \"60331f421f1d093ab542447a\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\",\n            \"_id\": \"60331f421f1d093ab5424492\"\n        }\n    ]\n}"},{"id":"1ecc6d31-4ec2-461c-835f-33a6257d05a8","name":"Get videos with genre - Education or Sports","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?genres=Education,Sports","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"genres","value":"Education,Sports"}]}},"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":"2715"},{"key":"ETag","value":"W/\"a9b-yeesAjfaIj1peS+RwyGlNqaOqfA\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:33:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        }\n    ]\n}"},{"id":"180f63b5-b2db-451a-9ee1-68ee9c8a92e4","name":"Error on invalid contentRating","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?contentRating=3%2B","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"contentRating","value":"3%2B"}]}},"status":"Bad Request","code":400,"_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":"2306"},{"key":"ETag","value":"W/\"902-FOsbM4zGSYHUpq3/UtB+XKccYxk\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:11:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"\\\"contentRating\\\" must be one of [Anyone, 7+, 12+, 16+, 18+, All]\",\n    \"stack\": \"Error: \\\"contentRating\\\" must be one of [Anyone, 7+, 12+, 16+, 18+, All]\\n  at ...\"\n}"},{"id":"789c4a12-d13a-489e-9265-b8a7f2b2bf0e","name":"Get videos with \"top\" in title","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?title=top","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"title","value":"top"}]}},"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":"6283"},{"key":"ETag","value":"W/\"188b-XD9P0MSe71aT209VDPAtHoHreBo\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:17:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/sf9tBmMfFcw/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab5424478\",\n            \"videoLink\": \"youtube.com/embed/sf9tBmMfFcw\",\n            \"title\": \"Top 10 Facts - Reddit\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"03 Feb 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fM8UapzfZkU/mqdefault.jpg\",\n            \"viewCount\": 9,\n            \"_id\": \"60331f421f1d093ab5424479\",\n            \"videoLink\": \"youtube.com/embed/fM8UapzfZkU\",\n            \"title\": \"Top 10 Facts - 2017\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"31 Dec 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/KhwHR9pkoao/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448b\",\n            \"videoLink\": \"youtube.com/embed/KhwHR9pkoao\",\n            \"title\": \"Top 10 Facts - Death\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"14 Sep 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/7tgdvkRY1L8/mqdefault.jpg\",\n            \"viewCount\": 0,\n            \"_id\": \"60331f421f1d093ab5424477\",\n            \"videoLink\": \"youtube.com/embed/7tgdvkRY1L8\",\n            \"title\": \"Top 10 Facts - Space [Part 8]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"17 Jun 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/Z1iOusznthU/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448e\",\n            \"videoLink\": \"youtube.com/embed/Z1iOusznthU\",\n            \"title\": \"Top 10 Facts - 2016\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"31 Dec 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/fqnKlD3PUzg/mqdefault.jpg\",\n            \"viewCount\": 100,\n            \"_id\": \"60331f421f1d093ab542447a\",\n            \"videoLink\": \"youtube.com/embed/fqnKlD3PUzg\",\n            \"title\": \"Top 10 Facts - Space [Part 7]\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"05 Oct 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/vDq3DwxCdKo/mqdefault.jpg\",\n            \"viewCount\": 82,\n            \"_id\": \"60331f421f1d093ab542448d\",\n            \"videoLink\": \"youtube.com/embed/vDq3DwxCdKo\",\n            \"title\": \"Top 10 Facts - Space [Part 6]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"17 Mar 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/M-VQlqE9M1M/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424487\",\n            \"videoLink\": \"youtube.com/embed/M-VQlqE9M1M\",\n            \"title\": \"Top 10 Facts - Undertale\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"11 Dec 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/hN3CyODxl-c/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424482\",\n            \"videoLink\": \"youtube.com/embed/hN3CyODxl-c\",\n            \"title\": \"Top 10 Facts - Space [Part 5]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"23 Sep 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/oQiZDjG1SLs/mqdefault.jpg\",\n            \"viewCount\": 10,\n            \"_id\": \"60331f421f1d093ab542448a\",\n            \"videoLink\": \"youtube.com/embed/oQiZDjG1SLs\",\n            \"title\": \"Top 10 Facts - The Elder Scrolls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"20 Jul 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/j2umt3WZU8Q/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424486\",\n            \"videoLink\": \"youtube.com/embed/j2umt3WZU8Q\",\n            \"title\": \"Top 10 Facts - Fallout\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jun 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/OEuH1w5TLKc/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab542447f\",\n            \"videoLink\": \"youtube.com/embed/OEuH1w5TLKc\",\n            \"title\": \"Top 10 Facts - Space [Part 4]\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"12 Jan 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/I5CBrjpnSNo/mqdefault.jpg\",\n            \"viewCount\": 72,\n            \"_id\": \"60331f421f1d093ab542448f\",\n            \"videoLink\": \"youtube.com/embed/I5CBrjpnSNo\",\n            \"title\": \"Top 10 Facts - Space [Part 3]\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"16+\",\n            \"releaseDate\": \"22 Jun 2014\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/W62aVty77Lw/mqdefault.jpg\",\n            \"viewCount\": 91,\n            \"_id\": \"60331f421f1d093ab542448c\",\n            \"videoLink\": \"youtube.com/embed/W62aVty77Lw\",\n            \"title\": \"Top 10 Facts - Space [Part 1]\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"18+\",\n            \"releaseDate\": \"11 Jan 2014\"\n        }\n    ]\n}"},{"id":"b541333f-8c08-489f-897d-542208e33794","name":"Get videos with contentRating - 12+","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{serverAddress}}/v1/videos?contentRating=12%2B","host":["{{serverAddress}}"],"path":["v1","videos"],"query":[{"key":"contentRating","value":"12%2B"}]}},"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":"3290"},{"key":"ETag","value":"W/\"cda-CT4X1gjsRwEgIjr7MzXJEMb29Og\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:36:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"videos\": [\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n            \"viewCount\": 83,\n            \"_id\": \"60331f421f1d093ab5424489\",\n            \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n            \"title\": \"Consumed by the Apocalypse\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"18 Jan 2021\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/RQdxHi4_Pvc/mqdefault.jpg\",\n            \"viewCount\": 5,\n            \"_id\": \"60331f421f1d093ab5424476\",\n            \"videoLink\": \"youtube.com/embed/RQdxHi4_Pvc\",\n            \"title\": \"The Universal S\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"10 Aug 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/kd2KEHvK-q8/mqdefault.jpg\",\n            \"viewCount\": 20,\n            \"_id\": \"60331f421f1d093ab5424480\",\n            \"videoLink\": \"youtube.com/embed/kd2KEHvK-q8\",\n            \"title\": \"The Vanishing of Flight 370\",\n            \"genre\": \"Movies\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"14 Apr 2019\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/6oY8HIWBS-Y/mqdefault.jpg\",\n            \"viewCount\": 93,\n            \"_id\": \"60331f421f1d093ab5424484\",\n            \"videoLink\": \"youtube.com/embed/6oY8HIWBS-Y\",\n            \"title\": \"The Battle of Los Angeles\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"25 Aug 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/EL5hcdXu8dc/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab5424483\",\n            \"videoLink\": \"youtube.com/embed/EL5hcdXu8dc\",\n            \"title\": \"Top 10 Facts - Music\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"17 Mar 2018\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/rsJH5fxDCA0/mqdefault.jpg\",\n            \"viewCount\": 50,\n            \"_id\": \"60331f421f1d093ab5424481\",\n            \"videoLink\": \"youtube.com/embed/rsJH5fxDCA0\",\n            \"title\": \"Top 10 Facts - Money\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"05 Feb 2017\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/gPgO6vx1UiU/mqdefault.jpg\",\n            \"viewCount\": 71,\n            \"_id\": \"60331f421f1d093ab5424491\",\n            \"videoLink\": \"youtube.com/embed/gPgO6vx1UiU\",\n            \"title\": \"Top 10 Facts - Dark Souls\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"07 May 2016\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/jia9UAUsLug/mqdefault.jpg\",\n            \"viewCount\": 99,\n            \"_id\": \"60331f421f1d093ab5424492\",\n            \"videoLink\": \"youtube.com/embed/jia9UAUsLug\",\n            \"title\": \"Top 10 Facts - The Witcher\",\n            \"genre\": \"Education\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"22 Nov 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QiFTTQyKc3w/mqdefault.jpg\",\n            \"viewCount\": 39,\n            \"_id\": \"60331f421f1d093ab542447d\",\n            \"videoLink\": \"youtube.com/embed/QiFTTQyKc3w\",\n            \"title\": \"Top 10 Facts - Counter-Strike\",\n            \"genre\": \"Comedy\",\n            \"contentRating\": \"7+\",\n            \"releaseDate\": \"29 Apr 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/QGTbGoLEom8/mqdefault.jpg\",\n            \"viewCount\": 21,\n            \"_id\": \"60331f421f1d093ab542447e\",\n            \"videoLink\": \"youtube.com/embed/QGTbGoLEom8\",\n            \"title\": \"Top 10 Facts - Half-Life\",\n            \"genre\": \"Lifestyle\",\n            \"contentRating\": \"Anyone\",\n            \"releaseDate\": \"30 Mar 2015\"\n        },\n        {\n            \"votes\": {\n                \"upVotes\": 0,\n                \"downVotes\": 0\n            },\n            \"previewImage\": \"https://i.ytimg.com/vi/IVDJF7pH-z8/mqdefault.jpg\",\n            \"viewCount\": 29,\n            \"_id\": \"60331f421f1d093ab5424485\",\n            \"videoLink\": \"youtube.com/embed/IVDJF7pH-z8\",\n            \"title\": \"Top 10 Facts - The Legend of Zelda\",\n            \"genre\": \"Sports\",\n            \"contentRating\": \"12+\",\n            \"releaseDate\": \"08 Feb 2015\"\n        }\n    ]\n}"}],"_postman_id":"76b97f52-85be-4390-bf0d-8fcbb9995628"},{"name":"GET /v1/videos/:videoId","id":"f72b1580-5c99-43a0-ba16-44f5a02494bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos/:videoId","urlObject":{"path":["v1","videos",":videoId"],"host":["{{serverAddress}}"],"query":[],"variable":[{"id":"55b6345b-39d3-4100-9092-ccc922520f59","type":"any","value":"","key":"videoId"}]}},"response":[{"id":"46ead8c7-46da-4b05-ac58-840e77f8e243","name":"Get \"Consumed by the Apocalypse\"","originalRequest":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos/60331f421f1d093ab5424489"},"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":"297"},{"key":"ETag","value":"W/\"129-kYvoZT4QsvOAenBqv3bCz3ZaEJM\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:15:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"votes\": {\n        \"upVotes\": 0,\n        \"downVotes\": 0\n    },\n    \"previewImage\": \"https://i.ytimg.com/vi/nx2-4l4s4Nw/mqdefault.jpg\",\n    \"viewCount\": 0,\n    \"videoLink\": \"youtube.com/embed/nx2-4l4s4Nw\",\n    \"title\": \"Consumed by the Apocalypse\",\n    \"genre\": \"Movies\",\n    \"contentRating\": \"12+\",\n    \"releaseDate\": \"18 Jan 2021\",\n    \"_id\": \"60331f421f1d093ab5424489\"\n}"},{"id":"ea205a6b-8b80-4bc9-a111-b7eb90266e01","name":"Get \"The Search For D. B. Cooper\"","originalRequest":{"method":"GET","header":[],"url":"{{serverAddress}}/video/60331f421f1d093ab5424490"},"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":"298"},{"key":"ETag","value":"W/\"12a-+wEkLTHW04mvhshXZ9DlDo51j9Y\""},{"key":"Date","value":"Mon, 22 Feb 2021 03:16:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"votes\": {\n        \"upVotes\": 0,\n        \"downVotes\": 0\n    },\n    \"previewImage\": \"https://i.ytimg.com/vi/CbUjuwhQPKs/mqdefault.jpg\",\n    \"viewCount\": 0,\n    \"videoLink\": \"youtube.com/embed/CbUjuwhQPKs\",\n    \"title\": \"The Search For D. B. Cooper\",\n    \"genre\": \"Movies\",\n    \"contentRating\": \"18+\",\n    \"releaseDate\": \"27 Apr 2020\",\n    \"_id\": \"60331f421f1d093ab5424490\"\n}"},{"id":"45b4a480-866c-4ed4-ba95-6df97de37c6e","name":"Error on video not present","originalRequest":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos/70331f421f1d093ab5424489"},"status":"Not Found","code":404,"_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":"556"},{"key":"ETag","value":"W/\"22c-lTh1YgqkcUYTBQGNE2H9NjLosuw\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:19:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"No video found with matching id\",\n    \"stack\": \"Error: No video found with matching id\\n    at ....\"\n}"},{"id":"a8293d23-6cd0-4737-8789-3c885b1e99d0","name":"Error on invalid Mongo ID","originalRequest":{"method":"GET","header":[],"url":"{{serverAddress}}/v1/videos/randomId"},"status":"Bad Request","code":400,"_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":"2239"},{"key":"ETag","value":"W/\"8bf-GLc7c8UpaGpTHF3SbzrteST6d9I\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:18:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"\\\"videoId\\\" must be a valid mongo id\",\n    \"stack\": \"Error: \\\"videoId\\\" must be a valid mongo id\\n    at ...\"\n}"}],"_postman_id":"f72b1580-5c99-43a0-ba16-44f5a02494bd"},{"name":"POST /v1/videos","id":"c2f53d6e-fca0-4a30-a67f-8f64291da752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"videoLink\": \"youtube.com/embed/hGrRg8aoBMU\",\n    \"title\": \"Upskill with Crio\",\n    \"genre\": \"Education\",\n    \"contentRating\": \"7+\",\n    \"releaseDate\": \"12 Jan 2021\",\n    \"previewImage\": \"https://i.ytimg.com/vi_webp/hGrRg8aoBMU/sddefault.webp\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos","urlObject":{"path":["v1","videos"],"host":["{{serverAddress}}"],"query":[],"variable":[]}},"response":[{"id":"eb067ec3-b33e-4157-af28-ecd4d8b8c0a8","name":"Upload video successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"videoLink\": \"youtube.com/embed/hGrRg8aoBMU\",\n    \"title\": \"Upskill with Crio\",\n    \"genre\": \"Education\",\n    \"contentRating\": \"7+\",\n    \"releaseDate\": \"12 Jan 2021\",\n    \"previewImage\": \"https://i.ytimg.com/vi_webp/hGrRg8aoBMU/sddefault.webp\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"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":"296"},{"key":"Etag","value":"W/\"128-6jf0Pu/r0DRI6VmHULeGtexbXZ8\""},{"key":"Date","value":"Tue, 07 Dec 2021 07:03:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"votes\": {\n        \"upVotes\": 0,\n        \"downVotes\": 0\n    },\n    \"previewImage\": \"https://i.ytimg.com/vi_webp/hGrRg8aoBMU/sddefault.webp\",\n    \"viewCount\": 0,\n    \"videoLink\": \"youtube.com/embed/hGrRg8aoBMU\",\n    \"title\": \"Upskill with Crio\",\n    \"genre\": \"Education\",\n    \"contentRating\": \"7+\",\n    \"releaseDate\": \"12 Jan 2021\",\n    \"id\": \"61af075ed1442200200a0a52\"\n}"}],"_postman_id":"c2f53d6e-fca0-4a30-a67f-8f64291da752"},{"name":"PATCH /v1/videos/:videoId/votes","id":"95642a62-725c-4c12-87ce-10df43b85bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vote\": \"downVote\",\n    \"change\": \"increase\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos/:videoId/votes","urlObject":{"path":["v1","videos",":videoId","votes"],"host":["{{serverAddress}}"],"query":[],"variable":[{"id":"9c02ed95-b842-417d-b69d-56420a473d06","type":"any","value":"","key":"videoId"}]}},"response":[{"id":"6e09cf06-23ae-449a-9c8f-aac60dbbb88c","name":"Increment downVote for \"Consumed by the Apocalypse\"","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vote\": \"downVote\",\n    \"change\": \"increase\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos/60331f421f1d093ab5424489/votes"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Mon, 22 Feb 2021 04:00:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c7b6253-2588-490a-a099-9f9d914e39a4","name":"Increment upVote for \"Consumed by the Apocalypse\"","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vote\": \"upVote\",\n    \"change\": \"increase\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos/60331f421f1d093ab5424489/votes"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Mon, 22 Feb 2021 03:58:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":""},{"id":"987cb8e6-794e-4e32-bdc7-c8612c0b85bb","name":"Error on video not found with matching id","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vote\": \"downVote\",\n    \"change\": \"increase\"\n}","options":{"raw":{"language":"json"}}},"url":"{{serverAddress}}/v1/videos/70331f421f1d093ab5424489/votes"},"status":"Not Found","code":404,"_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":"558"},{"key":"ETag","value":"W/\"22e-FUSlKt/GJlyNNEIa9yf69b1mECg\""},{"key":"Date","value":"Tue, 02 Mar 2021 03:26:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"No video found with matching id\",\n    \"stack\": \"Error: No video found with matching id\\n    at findVideoById (/Users/nabhanpv/Desktop/Crio/ME_MASTER_SOLUTIONS/xflix_backend/src/services/video.service.js:126:11)\\n    at processTicksAndRejections (node:internal/process/task_queues:93:5)\\n    at async Object.changeVotes (/Users/nabhanpv/Desktop/Crio/ME_MASTER_SOLUTIONS/xflix_backend/src/services/video.service.js:175:17)\\n    at async /Users/nabhanpv/Desktop/Crio/ME_MASTER_SOLUTIONS/xflix_backend/src/controllers/video.controller.js:174:3\"\n}"}],"_postman_id":"95642a62-725c-4c12-87ce-10df43b85bd8"},{"name":"PATCH /v1/videos/:videoId/views","id":"499442ff-0eb9-441c-8e70-dd30f8413416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{serverAddress}}/v1/videos/:videoId/views","urlObject":{"path":["v1","videos",":videoId","views"],"host":["{{serverAddress}}"],"query":[],"variable":[{"id":"35b013e2-80ba-4f40-b51d-8a11dbe24f30","type":"any","value":"","key":"videoId"}]}},"response":[{"id":"5aeb9f1e-4cac-47af-9178-5c6cd39b26d5","name":"Error on invalid videoId","originalRequest":{"method":"PATCH","header":[],"url":"{{serverAddress}}/v1/videos/invalid-id/views"},"status":"Bad Request","code":400,"_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":"2238"},{"key":"ETag","value":"W/\"8be-bswfnzRTRctcvPzA0AiPCIAHijQ\""},{"key":"Date","value":"Mon, 22 Feb 2021 04:06:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"\\\"id\\\" must be a valid mongo id\",\n    \"stack\": \"Error: \\\"id\\\" must be a valid mongo id\\n    at ...\"\n}"},{"id":"35341c9a-7a95-43a7-bd0a-c5056cdea817","name":"Error non-existing videoId","originalRequest":{"method":"PATCH","header":[],"url":"{{serverAddress}}/v1/videos/60331f421f1d093ab5425589/views"},"status":"Not Found","code":404,"_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":"558"},{"key":"ETag","value":"W/\"22e-/ShGjVxU900danoHCajDm9DAhrk\""},{"key":"Date","value":"Mon, 22 Feb 2021 04:05:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"No video found with matching id\",\n    \"stack\": \"Error: No video found with matching ...\"\n}"},{"id":"5c5b6767-5b56-4671-92e6-97522329727a","name":"Increment view count by 1 for \"Consumed by the Apocalypse\"","originalRequest":{"method":"PATCH","header":[],"url":"{{serverAddress}}/v1/videos/60331f421f1d093ab5424489/views"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Mon, 22 Feb 2021 04:03:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"499442ff-0eb9-441c-8e70-dd30f8413416"}]}