{"info":{"_postman_id":"928c54ad-6b92-448e-bf47-05db43e58ec8","name":"FamPay Backend Task - Rishi Malgwa","description":"<html><head></head><body><h6 id=\"this-api-documentation-contains-4-apis\">This api documentation contains 4 apis:</h6>\n<ol>\n<li><p><strong>Get All Videos:</strong> Retrieve stored video data paginated and sorted in reverse chronological order by default, with an option for ascending order.</p>\n</li>\n<li><p><strong>Search Video:</strong> Fetch paginated video data, sorted by a search query from titles and descriptions, with ascending sorting option.</p>\n</li>\n<li><p><strong>Start Cron:</strong> Initiate background cron job to fetch and store latest YouTube videos every 10 seconds.</p>\n</li>\n<li><p><strong>Stop Cron:</strong> Stop the ongoing cron job responsible for fetching and storing YouTube videos periodically.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16178117","collectionId":"928c54ad-6b92-448e-bf47-05db43e58ec8","publishedId":"2s9Y5R37FY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-17T16:22:55.000Z"},"item":[{"name":"Cron","item":[{"name":"Start Cron","id":"c64fe6a8-faf8-42c9-8400-1b5d23130196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:80/startCron","urlObject":{"protocol":"http","port":"80","path":["startCron"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"184dd1e9-bc4b-4495-a32e-7541f870ce74","name":"startCron","originalRequest":{"method":"GET","header":[],"url":"http://localhost:80/startCron"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 13:35:47 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Cron job started"}],"_postman_id":"c64fe6a8-faf8-42c9-8400-1b5d23130196"},{"name":"Stop Cron","id":"83610619-e0c3-4cd0-a965-052048caa9c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"14b9be66-c881-42c4-853b-95a8487c6fc4","name":"stop cron","originalRequest":{"method":"GET","header":[],"url":"http://localhost:80/stopCron"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 13:36:57 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"Cron job stopped"}],"_postman_id":"83610619-e0c3-4cd0-a965-052048caa9c3"}],"id":"379f858f-9297-494e-881d-4984edb1d96d","description":"<p><strong>Endpoint:</strong> <code>/startCron</code></p>\n<p><strong>Method:</strong> GET</p>\n<p><strong>Description:</strong> This endpoint initiates a continuous background process that fetches the<br />latest videos from YouTube based on a predefined search query. The<br />process is scheduled to run asynchronously at a regular interval of 10<br />seconds. The fetched video data is stored in a database with<br />well-defined fields, including video title, description, publishing date<br />and time, thumbnail URLs, and other relevant information. Proper<br />indexing is applied to the database for optimized query performance.</p>\n<p><strong>Endpoint:</strong> <code>/stopCron</code></p>\n<p><strong>Method:</strong> GET</p>\n<p><strong>Description:</strong> This endpoint halts the continuous background process that was initiated by the <code>/startCron</code><br />endpoint. Once called, the cron job responsible for fetching and<br />storing YouTube video data is stopped, bringing the process to a halt.</p>\n","_postman_id":"379f858f-9297-494e-881d-4984edb1d96d"},{"name":"Videos","item":[{"name":"Get Vidoes","id":"49fdde8e-fa51-4ce3-aca3-4fe0e8303f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c42716e3-3d1b-4760-a898-6727b7ebddae","name":"reverse chronological order","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:80/videos/get?limit=5&page=1","protocol":"http","host":["localhost"],"port":"80","path":["videos","get"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"asc","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 13:49:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4259"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"ok\",\n    \"statusCode\": 200,\n    \"body\": {\n        \"limit\": 5,\n        \"page\": 1,\n        \"sort\": \"published_at desc\",\n        \"if_next\": true,\n        \"rows\": [\n            {\n                \"ID\": \"3c284238-9561-431e-9253-22983e8ea394\",\n                \"CreatedAt\": \"2023-08-17T13:31:05.822212Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:05.822212Z\",\n                \"DeletedAt\": null,\n                \"name\": \"ASTON MARTIN EM ALTA: GRANA SOBRANDO PARA O DESENVOLVIMENTO, PARCERIA COM A HONDA, E MOTOR 2026\",\n                \"published_at\": \"2023-08-16T21:54:27Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/i58gL9X38wU/default.jpg\",\n                \"channel_id\": \"UCQ96zMdk6go-b2JujnQY_SQ\",\n                \"description\": \"JOGOS mais BARATOS: https://www.instant-gaming.com/?igr=ressacaf1 Participe do sorteio: ...\",\n                \"channel_name\": \"2023-08-16T21:54:27Z\",\n                \"SearchWeights\": \"'/?igr=ressacaf1':22B '2026':16A 'alta':4A 'aston':1A 'barato':19B 'com':11A 'desenvolvimento':9A 'e':14A 'em':3A 'grana':5A 'honda':13A 'jogo':17B 'mai':18B 'martin':2A 'motor':15A 'o':8A 'para':7A 'parceria':10A 'particip':23B 'sobrando':6A 'sorteio':25B 'www.instant-gaming.com':21B 'www.instant-gaming.com/?igr=ressacaf1':20B\"\n            },\n            {\n                \"ID\": \"7e3cacb1-e5f7-4db8-8876-661e32a8adea\",\n                \"CreatedAt\": \"2023-08-17T02:05:34.16509Z\",\n                \"UpdatedAt\": \"2023-08-17T02:05:34.16509Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Red Bull ROAST Mercedes &quot;Failure&quot; of Regulations! 🌶️ F1 News\",\n                \"published_at\": \"2023-08-16T17:08:58Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/6ehv_HeYeH8/default.jpg\",\n                \"channel_id\": \"2023-08-16T17:08:58Z\",\n                \"description\": \"Red Bull's technical director Pierre Wache has claimed their car is only \\\"average-good\\\" and that the failure of their chief rivals ...\",\n                \"channel_name\": \"2023-08-16T17:08:58Z\",\n                \"SearchWeights\": \"'averag':24B 'average-good':23B 'bull':2A,11B 'car':20B 'chief':32B 'claim':18B 'director':14B 'f1':8A 'failur':5A,29B 'good':25B 'merced':4A 'news':9A 'pierr':15B 'red':1A,10B 'regul':7A 'rival':33B 'roast':3A 'technic':13B 'wach':16B\"\n            },\n            {\n                \"ID\": \"7be33a96-0721-4381-8443-811190f77f98\",\n                \"CreatedAt\": \"2023-08-17T02:05:24.332295Z\",\n                \"UpdatedAt\": \"2023-08-17T02:05:24.332295Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Red Bull ROAST Mercedes &quot;Failure&quot; of Regulations! 🌶️ F1 News\",\n                \"published_at\": \"2023-08-16T17:08:58Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/6ehv_HeYeH8/default.jpg\",\n                \"channel_id\": \"2023-08-16T17:08:58Z\",\n                \"description\": \"Red Bull's technical director Pierre Wache has claimed their car is only \\\"average-good\\\" and that the failure of their chief rivals ...\",\n                \"channel_name\": \"2023-08-16T17:08:58Z\",\n                \"SearchWeights\": \"'averag':24B 'average-good':23B 'bull':2A,11B 'car':20B 'chief':32B 'claim':18B 'director':14B 'f1':8A 'failur':5A,29B 'good':25B 'merced':4A 'news':9A 'pierr':15B 'red':1A,10B 'regul':7A 'rival':33B 'roast':3A 'technic':13B 'wach':16B\"\n            },\n            {\n                \"ID\": \"885294e3-e2d3-4ce6-9da7-de5987d72e92\",\n                \"CreatedAt\": \"2023-08-17T13:31:05.856348Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:05.856348Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Red Bull ROAST Mercedes &quot;Failure&quot; of Regulations! 🌶️ F1 News\",\n                \"published_at\": \"2023-08-16T17:08:58Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/6ehv_HeYeH8/default.jpg\",\n                \"channel_id\": \"UCw3bFltc5gY-3KXyEtTHy7Q\",\n                \"description\": \"Red Bull's technical director Pierre Wache has claimed their car is only \\\"average-good\\\" and that the failure of their chief rivals ...\",\n                \"channel_name\": \"2023-08-16T17:08:58Z\",\n                \"SearchWeights\": \"'averag':24B 'average-good':23B 'bull':2A,11B 'car':20B 'chief':32B 'claim':18B 'director':14B 'f1':8A 'failur':5A,29B 'good':25B 'merced':4A 'news':9A 'pierr':15B 'red':1A,10B 'regul':7A 'rival':33B 'roast':3A 'technic':13B 'wach':16B\"\n            },\n            {\n                \"ID\": \"45d68ff2-5c90-4ed4-b0ff-7796587dbf25\",\n                \"CreatedAt\": \"2023-08-17T13:31:05.76162Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:05.76162Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Who&#39;s That Quote About Challenge! | Grill The Grid 2023 | Episode 3\",\n                \"published_at\": \"2023-08-16T17:00:14Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/HLJY2RP6CdI/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"It's time for episode 3 of Grill The Grid! Brace yourself for a few laughs as our drivers take their best shot at guessing 'who's that ...\",\n                \"channel_name\": \"2023-08-16T17:00:14Z\",\n                \"SearchWeights\": \"'2023':10A '3':12A,18B 'best':34B 'brace':23B 'challeng':6A 'driver':31B 'episod':11A,17B 'grid':9A,22B 'grill':7A,20B 'guess':37B 'laugh':28B 'quot':4A 'shot':35B 'take':32B 'time':15B\"\n            }\n        ],\n        \"query\": \"\"\n    }\n}"},{"id":"f7fdfc62-8491-48b8-8ce6-d2a1709c7246","name":"published_at ascending","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:80/videos/get?limit=5&page=1&sort=asc","protocol":"http","host":["localhost"],"port":"80","path":["videos","get"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 13:45:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3452"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"ok\",\n    \"statusCode\": 200,\n    \"body\": {\n        \"limit\": 5,\n        \"page\": 1,\n        \"sort\": \"published_at asc\",\n        \"if_next\": true,\n        \"rows\": [\n            {\n                \"ID\": \"5700fab3-7eb6-499d-8dc6-b62c4df1ae3a\",\n                \"CreatedAt\": \"2023-08-17T13:31:15.60838Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:15.60838Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Even the camera glitched #formula1 #pierregasly #motorsport #amazing\",\n                \"published_at\": \"2023-03-04T14:08:17Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/5c9PeSWK5Jw/default.jpg\",\n                \"channel_id\": \"UC_33rFpZIXcNorua9FjAdvA\",\n                \"description\": \"\",\n                \"channel_name\": \"2023-03-04T14:08:17Z\",\n                \"SearchWeights\": \"'amaz':8A 'camera':3A 'even':1A 'formula1':5A 'glitch':4A 'motorsport':7A 'pierregasli':6A\"\n            },\n            {\n                \"ID\": \"e8bac916-2faa-4497-b4f8-87adfbf38321\",\n                \"CreatedAt\": \"2023-08-17T13:10:20.881139Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:20.881139Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Even the camera glitched #formula1 #pierregasly #motorsport #amazing\",\n                \"published_at\": \"2023-03-04T14:08:17Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/5c9PeSWK5Jw/default.jpg\",\n                \"channel_id\": \"UC_33rFpZIXcNorua9FjAdvA\",\n                \"description\": \"\",\n                \"channel_name\": \"2023-03-04T14:08:17Z\",\n                \"SearchWeights\": \"'amaz':8A 'camera':3A 'even':1A 'formula1':5A 'glitch':4A 'motorsport':7A 'pierregasli':6A\"\n            },\n            {\n                \"ID\": \"a8608d3a-0947-4d1a-ad1f-39444c9a3065\",\n                \"CreatedAt\": \"2023-08-17T13:10:20.792743Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:20.792743Z\",\n                \"DeletedAt\": null,\n                \"name\": \"SHE DIDNT EVEN NOTICE..... 😭 #shorts #funny #f1 #awkward #pranked #trolled\",\n                \"published_at\": \"2023-03-05T01:19:43Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/XOA-JdGXQII/default.jpg\",\n                \"channel_id\": \"UCiVOmPv52Quv0Y4IwAxqpOQ\",\n                \"description\": \"WE GOT THE TOWEL BOYS STREAM https://twitch.tv/jakenbakeLIVE About Me My name is Jake, you might know me as ...\",\n                \"channel_name\": \"2023-03-05T01:19:43Z\",\n                \"SearchWeights\": \"'/jakenbakelive':19B 'awkward':8A 'boy':15B 'didnt':2A 'even':3A 'f1':7A 'funni':6A 'got':12B 'jake':25B 'know':28B 'might':27B 'name':23B 'notic':4A 'prank':9A 'short':5A 'stream':16B 'towel':14B 'troll':10A 'twitch.tv':18B 'twitch.tv/jakenbakelive':17B\"\n            },\n            {\n                \"ID\": \"20c8c0f1-4a9e-4242-a567-9a9a5fbb072a\",\n                \"CreatedAt\": \"2023-08-17T13:10:20.521096Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:20.521096Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Race Highlights | 2023 Bahrain Grand Prix\",\n                \"published_at\": \"2023-03-05T17:00:56Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/f9j8nhMNYO4/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"F1 is BACK! Watch all the best bits from our opening race of the season in Bahrain. For more F1® videos, visit https://www.\",\n                \"channel_name\": \"2023-03-05T17:00:56Z\",\n                \"SearchWeights\": \"'2023':3A 'back':9B 'bahrain':4A,23B 'best':13B 'bit':14B 'f1':7B,26B 'grand':5A 'highlight':2A 'open':17B 'prix':6A 'race':1A,18B 'season':21B 'video':27B 'visit':28B 'watch':10B 'www':29B\"\n            },\n            {\n                \"ID\": \"956842c5-68b6-4fe5-9601-e8c4a610dcb6\",\n                \"CreatedAt\": \"2023-08-17T13:31:15.221722Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:15.221722Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Race Highlights | 2023 Bahrain Grand Prix\",\n                \"published_at\": \"2023-03-05T17:00:56Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/f9j8nhMNYO4/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"F1 is BACK! Watch all the best bits from our opening race of the season in Bahrain. For more F1® videos, visit https://www.\",\n                \"channel_name\": \"2023-03-05T17:00:56Z\",\n                \"SearchWeights\": \"'2023':3A 'back':9B 'bahrain':4A,23B 'best':13B 'bit':14B 'f1':7B,26B 'grand':5A 'highlight':2A 'open':17B 'prix':6A 'race':1A,18B 'season':21B 'video':27B 'visit':28B 'watch':10B 'www':29B\"\n            }\n        ],\n        \"query\": \"\"\n    }\n}"}],"_postman_id":"49fdde8e-fa51-4ce3-aca3-4fe0e8303f0d"},{"name":"Search","id":"35121f61-24b8-4634-84ee-eae0ae0a4309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3c53af02-c309-440f-8ad8-a4252c64f64e","name":"search by title text","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:80/videos/search?limit=5&page=1&sort=asc&query=Alonso","protocol":"http","host":["localhost"],"port":"80","path":["videos","search"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"asc"},{"key":"query","value":"Alonso"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 13:58:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1692"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"ok\",\n    \"statusCode\": 200,\n    \"body\": {\n        \"limit\": 5,\n        \"page\": 1,\n        \"sort\": \"published_at asc\",\n        \"if_next\": false,\n        \"rows\": [\n            {\n                \"ID\": \"1a64108e-ab91-49f5-9438-66dd80c56499\",\n                \"CreatedAt\": \"2023-08-17T13:10:30.769241Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:30.769241Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Alonso Fends Off Hamilton, Schumacher Outfoxes McLaren + More | Hungarian Grand Prix\",\n                \"published_at\": \"2023-07-18T14:00:17Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/X1nNSXnE7eM/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"The Hungaroring has witnessed many epic battles between some of the all-time greats of F1. For more F1® videos, visit ...\",\n                \"channel_name\": \"2023-07-18T14:00:17Z\"\n            },\n            {\n                \"ID\": \"aa7b7a38-9b1a-4ebf-99a9-aabdbd02afbb\",\n                \"CreatedAt\": \"2023-08-17T13:10:20.779885Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:20.779885Z\",\n                \"DeletedAt\": null,\n                \"name\": \"The Best Battles Of 2023 So Far\",\n                \"published_at\": \"2023-08-13T12:00:22Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/ZvOy20sEIQY/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"From Lewis Hamilton and Fernando Alonso battling in Bahrain to Sergio Perez and McLaren rookie Oscar Piastri going ...\",\n                \"channel_name\": \"2023-08-13T12:00:22Z\"\n            },\n            {\n                \"ID\": \"4c1392df-cdb1-434b-a380-a7176af64067\",\n                \"CreatedAt\": \"2023-08-17T13:31:15.62664Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:15.62664Z\",\n                \"DeletedAt\": null,\n                \"name\": \"The Best Battles Of 2023 So Far\",\n                \"published_at\": \"2023-08-13T12:00:22Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/ZvOy20sEIQY/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"From Lewis Hamilton and Fernando Alonso battling in Bahrain to Sergio Perez and McLaren rookie Oscar Piastri going ...\",\n                \"channel_name\": \"2023-08-13T12:00:22Z\"\n            }\n        ],\n        \"query\": \"Alonso\"\n    }\n}"},{"id":"0f71ba8d-d8d7-4e0f-8f85-0ed08eb15951","name":"search by description text","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:80/videos/search?limit=5&page=1&sort=asc&query=opening race","protocol":"http","host":["localhost"],"port":"80","path":["videos","search"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"asc"},{"key":"query","value":"opening race"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.0"},{"key":"Date","value":"Thu, 17 Aug 2023 14:00:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1691"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"ok\",\n    \"statusCode\": 200,\n    \"body\": {\n        \"limit\": 5,\n        \"page\": 1,\n        \"sort\": \"published_at asc\",\n        \"if_next\": false,\n        \"rows\": [\n            {\n                \"ID\": \"956842c5-68b6-4fe5-9601-e8c4a610dcb6\",\n                \"CreatedAt\": \"2023-08-17T13:31:15.221722Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:15.221722Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Race Highlights | 2023 Bahrain Grand Prix\",\n                \"published_at\": \"2023-03-05T17:00:56Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/f9j8nhMNYO4/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"F1 is BACK! Watch all the best bits from our opening race of the season in Bahrain. For more F1® videos, visit https://www.\",\n                \"channel_name\": \"2023-03-05T17:00:56Z\"\n            },\n            {\n                \"ID\": \"20c8c0f1-4a9e-4242-a567-9a9a5fbb072a\",\n                \"CreatedAt\": \"2023-08-17T13:10:20.521096Z\",\n                \"UpdatedAt\": \"2023-08-17T13:10:20.521096Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Race Highlights | 2023 Bahrain Grand Prix\",\n                \"published_at\": \"2023-03-05T17:00:56Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/f9j8nhMNYO4/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"F1 is BACK! Watch all the best bits from our opening race of the season in Bahrain. For more F1® videos, visit https://www.\",\n                \"channel_name\": \"2023-03-05T17:00:56Z\"\n            },\n            {\n                \"ID\": \"5d196483-1c8b-4430-90e3-8aa2e4134761\",\n                \"CreatedAt\": \"2023-08-17T13:31:06.611849Z\",\n                \"UpdatedAt\": \"2023-08-17T13:31:06.611849Z\",\n                \"DeletedAt\": null,\n                \"name\": \"Race Highlights | 2023 Bahrain Grand Prix\",\n                \"published_at\": \"2023-03-05T17:00:56Z\",\n                \"thumbnail_url\": \"https://i.ytimg.com/vi/f9j8nhMNYO4/default.jpg\",\n                \"channel_id\": \"UCB_qr75-ydFVKSF9Dmo6izg\",\n                \"description\": \"F1 is BACK! Watch all the best bits from our opening race of the season in Bahrain. For more F1® videos, visit https://www.\",\n                \"channel_name\": \"2023-03-05T17:00:56Z\"\n            }\n        ],\n        \"query\": \"opening race\"\n    }\n}"}],"_postman_id":"35121f61-24b8-4634-84ee-eae0ae0a4309"}],"id":"2c4c18b2-eb7e-407d-9812-68edd02392a2","description":"<p><strong>Endpoint:</strong> <code>/videos/get</code></p>\n<p><strong>Method:</strong> GET</p>\n<p><strong>Description:</strong> This endpoint returns stored video data in a paginated response, sorted in reverse chronological order by default, with an option to sort in ascending order. The response includes video details such as video title, description, publishing date and time, thumbnail URLs, and other relevant information. Pagination is implemented, allowing users to access specific subsets of the stored data.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>page</code> (optional): Specifies the page number of the paginated response.</li>\n<li><code>limit</code> (optional): Specifies the maximum number of items per page.</li>\n<li><code>sort</code> (optional): Specifies the sorting order. Available options: <code>\"asc\"</code> (ascending) or <code>\"desc\"</code> (descending). Default: <code>\"desc\"</code>.</li>\n</ul>\n<p><strong>Endpoint:</strong> <code>/videos/search</code></p>\n<p><strong>Method:</strong> GET</p>\n<p><strong>Description:</strong> This endpoint returns stored video data in a paginated response, sorted based on a search query. The response includes video details such as video title, description, publishing date and time, thumbnail URLs, and other relevant information. Pagination is implemented, enabling users to access specific subsets of the stored data based on the search query.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>query</code> (required): Specifies the search query used for sorting and filtering the response.</li>\n<li><code>page</code> (optional): Specifies the page number of the paginated response.</li>\n<li><code>limit</code> (optional): Specifies the maximum number of items per page.</li>\n<li><code>sort</code> (optional): Specifies the sorting order. Available options: <code>\"asc\"</code> (ascending) or <code>\"desc\"</code> (descending). Default: <code>\"desc\"</code>.</li>\n</ul>\n","_postman_id":"2c4c18b2-eb7e-407d-9812-68edd02392a2"},{"name":"health check","id":"f7e859f3-30bc-444c-b37f-0ad88e437cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:80/","urlObject":{"protocol":"http","port":"80","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7e859f3-30bc-444c-b37f-0ad88e437cd4"}]}