{"info":{"_postman_id":"05ae0825-8708-44ac-b132-8e0ec4a11dd1","name":"BLANK LMS","description":"<html><head></head><body><p>URI: <a href=\"https://blanklms.herokuapp.com/\">https://blanklms.herokuapp.com/</a></p>\n<p>Github: <a href=\"https://github.com/AgbaD/LMS\">https://github.com/AgbaD/LMS</a></p>\n<p>This is an API for a learning management system. Find below, the apps endpoints and how to make use of them.</p>\n<p>For User authentication, the token system is used. Once a user logs in, the user is sent a unique token which has to be included in the request header for any and every request from the user.</p>\n<p>Auth request header should take the form</p>\n<p><code>Authorization: Token &lt;token&gt;</code></p>\n<p><code>&lt;token&gt;</code> should be replaced with token generated from login.</p>\n<p>Kindly take note.</p>\n<p>Some endpoints look similar but are not the same thing. e.g</p>\n<p><code>tutor/register/</code> as <code>student/register/</code> are both for registration but for tutors and students respectively.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12217726","collectionId":"05ae0825-8708-44ac-b132-8e0ec4a11dd1","publishedId":"UV5aeFe6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-22T08:27:40.000Z"},"item":[{"name":"Ping Connection","id":"97c26ab6-fef7-41d5-850f-023a24c56380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/","description":"<p>All body fields are required</p>\n","urlObject":{"protocol":"https","path":["home",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"97c26ab6-fef7-41d5-850f-023a24c56380"},{"name":"Tutor Registration","id":"ce47a86c-0224-4949-b9d2-b66b244e48c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Dami\",\n    \"lastname\": \"Agba\",\n    \"email\": \"damiagba@lms.com\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/register/","description":"<p>All body fields are required</p>\n","urlObject":{"protocol":"https","path":["tutor","register",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce47a86c-0224-4949-b9d2-b66b244e48c7"},{"name":"Tutor Login","id":"c646e054-2c02-44a2-bd36-8fecfd1d94da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"damiagba@lms.com\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/login/","description":"<h5 id=\"fields\">Fields</h5>\n<ul>\n<li>username</li>\n<li>password</li>\n</ul>\n<p>Username should be your email address used during registration.</p>\n<p>Only tutors can login using this endpoint.</p>\n","urlObject":{"protocol":"https","path":["tutor","login",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c646e054-2c02-44a2-bd36-8fecfd1d94da"},{"name":"Get Tutor Profile","id":"5d75c7a1-09b4-4f6b-b1b4-35908e2594ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/profile/","description":"<p>This is used to get basic information about the tutor</p>\n","urlObject":{"protocol":"https","path":["tutor","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d75c7a1-09b4-4f6b-b1b4-35908e2594ba"},{"name":"Update Tutor Profile","id":"d67447e8-7d96-4b18-a4e2-a4f6d826381a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Damilare\",\n    \"lastname\": \"Agba\",\n    \"email\": \"damiagba@lms.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/profile/","urlObject":{"protocol":"https","path":["tutor","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d67447e8-7d96-4b18-a4e2-a4f6d826381a"},{"name":"Update Tutor Password","id":"0ac31632-7a7f-40ae-93d3-8a689d858006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"1212\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/profile/password/","urlObject":{"protocol":"https","path":["tutor","profile","password",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ac31632-7a7f-40ae-93d3-8a689d858006"},{"name":"Delete Tutor Account","id":"13f06792-ecaa-44f5-82e3-09ab0e007bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/profile/","description":"<p>Once done, email becomes invalid for use.</p>\n","urlObject":{"protocol":"https","path":["tutor","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"13f06792-ecaa-44f5-82e3-09ab0e007bd8"},{"name":"Get Enrolled Courses","id":"b2ce3700-4fea-472f-8fa5-860f97f9d40c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/enrolled/","description":"<p>Get all courses created by tutor that are enrolled to by at least one student</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","enrolled",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2ce3700-4fea-472f-8fa5-860f97f9d40c"},{"name":"Get Top Courses","id":"44542c89-9e14-4187-a85f-0be4311f09a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/top/","description":"<p>Get the top enrolled courses by tutor i.e courses with the highest number of students.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","top",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"44542c89-9e14-4187-a85f-0be4311f09a5"},{"name":"Get Tutor Rating","id":"e6aade2d-f3ce-4212-bcc6-5cf745d522ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/profile/rating/","urlObject":{"protocol":"https","path":["tutor","profile","rating",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6aade2d-f3ce-4212-bcc6-5cf745d522ce"},{"name":"Get All Courses","id":"4ea878dc-67fc-4d20-a3cb-696576d88e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/all/","description":"<p>Get all courses created by tutor</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ea878dc-67fc-4d20-a3cb-696576d88e2d"},{"name":"Create Course","id":"6ff49655-4552-4fbd-8732-097624cb2533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Backend Development With Django\",\n    \"description\": \"Like the title says abeg\",\n    \"category\": \"Software Development\",\n    \"price\": 130.0,\n    \"tags\": \"IT, python, api, Backend\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/courses/create/","description":"<p>Create a new course. This endpoint only creates the course name and info.</p>\n<p>To add course files, please leverage the add course files endpoint</p>\n<p>All fields except tags are required.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","create",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ff49655-4552-4fbd-8732-097624cb2533"},{"name":"Get Course/:id","id":"19aee4e9-f2c6-4b5c-8c65-478c3ade74a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/","description":"<p>Get the basic information about a course.</p>\n<p>Note: This returns just the course info only.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19aee4e9-f2c6-4b5c-8c65-478c3ade74a3"},{"name":"Edit Course/:id","id":"5064a1fa-20ba-4b7f-8c00-eaec095f2ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Backend Development With Flask\",\n    \"description\": \"Like the title says abeg\",\n    \"category\": \"Software Development\",\n    \"price\": 130.0,\n    \"tags\": \"IT, python, api, Backend\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/","description":"<p>All fields are required</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5064a1fa-20ba-4b7f-8c00-eaec095f2ab8"},{"name":"Delete Course/:id","id":"bf31c769-3419-4de7-b9d6-51b82c08469e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf31c769-3419-4de7-b9d6-51b82c08469e"},{"name":"Add Discount","id":"a6259d60-84da-4e9b-96a9-28bd91ce7911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"percentage\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/discount/","description":"<p>The body of the request should contain the percentage of the actual price to be deducted as the discount where the value is an integer.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>","discount",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6259d60-84da-4e9b-96a9-28bd91ce7911"},{"name":"Remove Discount","id":"f736d1e2-7d4e-42e9-bc3a-5d9dfc615ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/discount/","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>","discount",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f736d1e2-7d4e-42e9-bc3a-5d9dfc615ea8"},{"name":"Get Course Rating","id":"c844c79f-1eeb-4efb-995e-b3e890d640fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/rating","description":"<p>Get the average rating on a course made by anonymous students</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>","rating"],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c844c79f-1eeb-4efb-995e-b3e890d640fc"},{"name":"Add Course Files/:id","id":"172c68c1-055e-4ed5-a600-84daa2d8fe73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"1\": [\"url1\", \"url2\"],\n    \"2\": [\"url3\"] \n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/files/","description":"<p>Add the files for the course required to do the actual learning.</p>\n<p>The application is developed such that all course files are hosted on a third party application.</p>\n<p>Thus, during file upload, links to the files are what is included in the body of the request.</p>\n<p>Also, as courses have modules, theses modules are separated in the request as keys and the list of urls for each module as the value.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>","files",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"172c68c1-055e-4ed5-a600-84daa2d8fe73"},{"name":"Get Course Files","id":"ae6c873f-db8f-47ad-8b07-4b2427ec7d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/tutor/courses/<course_id>/files/","description":"<p>This endpoint is to get all the course files for a particular course based on the given id.</p>\n","urlObject":{"protocol":"https","path":["tutor","courses","<course_id>","files",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6c873f-db8f-47ad-8b07-4b2427ec7d1d"},{"name":"Student Registration","id":"d152464b-09d6-41d0-8769-a1341cacc731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Blank\",\n    \"lastname\": \"Godd\",\n    \"email\": \"blankgodd@lms.com\",\n    \"password\": \"xxxx\",\n    \"headline\": \"Here to learn\",\n    \"phone\": \"+35453729\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/register/","description":"<p>All fields are required</p>\n","urlObject":{"protocol":"https","path":["student","register",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d152464b-09d6-41d0-8769-a1341cacc731"},{"name":"Student Login","id":"d44f8905-b8a5-46d1-ae52-24a3b6be982b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"blankgodd@lms.com\",\n    \"password\": \"xyxy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/login/","description":"<p>This is used to generate the token which should then be included in all your request headers</p>\n<h5 id=\"fields\">Fields</h5>\n<ul>\n<li>username</li>\n<li>password</li>\n</ul>\n<p>Username should be your email address used during registration.</p>\n<p>Only students can login using this endpoint</p>\n","urlObject":{"protocol":"https","path":["student","login",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d44f8905-b8a5-46d1-ae52-24a3b6be982b"},{"name":"Get Student profile","id":"853f43d5-ebbe-416b-884c-cd77c2fc3ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/profile/","urlObject":{"protocol":"https","path":["student","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"853f43d5-ebbe-416b-884c-cd77c2fc3ec9"},{"name":"Update Student Profile","id":"1c8463b5-f526-468e-98f7-471351e0336d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Blank\",\n    \"lastname\": \"Godd\",\n    \"email\": \"blankgodd@lms.com\",\n    \"headline\": \"Here to learn editted\",\n    \"phone\": \"+35453729\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/profile/","urlObject":{"protocol":"https","path":["student","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c8463b5-f526-468e-98f7-471351e0336d"},{"name":"Update Student Password","id":"7cab7dc7-c8d1-4de7-8218-d25941cd05f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"xyxy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/profile/password/","urlObject":{"protocol":"https","path":["student","profile","password",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cab7dc7-c8d1-4de7-8218-d25941cd05f2"},{"name":"Delete Student Account","id":"541f4d9e-bab1-466b-9081-2983ca0e23fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/profile/","urlObject":{"protocol":"https","path":["student","profile",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"541f4d9e-bab1-466b-9081-2983ca0e23fd"},{"name":"Add to wishlist","id":"6773541a-e003-410b-ab6e-c499953a86cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"course_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/wishlist/","urlObject":{"protocol":"https","path":["student","wishlist",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6773541a-e003-410b-ab6e-c499953a86cc"},{"name":"Get Wishlist","id":"9dea9b1b-36dc-483e-b894-3a48a890be12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/wishlist/","urlObject":{"protocol":"https","path":["student","wishlist",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dea9b1b-36dc-483e-b894-3a48a890be12"},{"name":"Clear Wishlist","id":"bf6f7b10-8ffa-4272-8853-267e3ba06a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/wishlist/","urlObject":{"protocol":"https","path":["student","wishlist",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf6f7b10-8ffa-4272-8853-267e3ba06a04"},{"name":"Add to Cart","id":"bba46243-c478-4010-9769-943e65b02422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"course_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/cart/","urlObject":{"protocol":"https","path":["student","cart",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bba46243-c478-4010-9769-943e65b02422"},{"name":"Get cart","id":"0cc27c44-22ee-49eb-bd5a-bf2ebbbb9051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/cart/","urlObject":{"protocol":"https","path":["student","cart",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc27c44-22ee-49eb-bd5a-bf2ebbbb9051"},{"name":"Clear Cart","id":"405bc0ab-abc5-497c-97da-59eb5307a004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/cart/","urlObject":{"protocol":"https","path":["student","cart",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"405bc0ab-abc5-497c-97da-59eb5307a004"},{"name":"Enroll Course/:id","id":"2bb02725-cb6c-43bc-bfbe-f3699bd3e941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/<course_id>/","urlObject":{"protocol":"https","path":["student","course","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb02725-cb6c-43bc-bfbe-f3699bd3e941"},{"name":"Get Course and CourseFiles","id":"54bcc004-4f61-459f-a4d2-85711500f492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/<course_id>/","description":"<p>Get a particular course and its files</p>\n<p>Student must be enrolled to this course</p>\n","urlObject":{"protocol":"https","path":["student","course","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54bcc004-4f61-459f-a4d2-85711500f492"},{"name":"Get All  Courses","id":"1354708a-386e-438a-a332-ca3c04cb90f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>  ","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/all/","description":"<p>Get all courses student is enrolled to</p>\n","urlObject":{"protocol":"https","path":["student","course","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1354708a-386e-438a-a332-ca3c04cb90f4"},{"name":"Like a Course","id":"b8158779-5708-49ec-8f22-22a25f9a5aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/<course_id>/like/","urlObject":{"protocol":"https","path":["student","course","<course_id>","like",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8158779-5708-49ec-8f22-22a25f9a5aae"},{"name":"Get Liked Courses","id":"75c657fc-f131-442b-baa4-04bee1a822ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/like/all/","description":"<p>Get all courses liked by student</p>\n","urlObject":{"protocol":"https","path":["student","course","like","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75c657fc-f131-442b-baa4-04bee1a822ac"},{"name":"Get Course Rating","id":"a036c143-4e6d-4fab-acab-8e671c778c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/course/<course_id>/rating/","urlObject":{"protocol":"https","path":["student","course","<course_id>","rating",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a036c143-4e6d-4fab-acab-8e671c778c8c"},{"name":"Rate Course","id":"bc2836c9-be67-4ae8-95e6-c0ee283d1dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rating\": 3.7\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/course/<course_id>/rating/","urlObject":{"protocol":"https","path":["student","course","<course_id>","rating",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc2836c9-be67-4ae8-95e6-c0ee283d1dbb"},{"name":"Rate Tutor","id":"05977091-bd26-400f-a1aa-1cf1a847aa3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rating\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://blanklms.herokuapp.com/student/tutor/<tutor_id>/rating/","urlObject":{"protocol":"https","path":["student","tutor","<tutor_id>","rating",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"05977091-bd26-400f-a1aa-1cf1a847aa3a"},{"name":"Get Tutor Rating","id":"1d3a3152-afb1-43d5-b939-5c48451ef3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <token>","type":"text"}],"url":"https://blanklms.herokuapp.com/student/tutor/<tutor_id>/rating/","urlObject":{"protocol":"https","path":["student","tutor","<tutor_id>","rating",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d3a3152-afb1-43d5-b939-5c48451ef3de"},{"name":"Get Course (Anonymous User)","id":"7460b8cc-db1c-4d74-9ac0-37f1c2ab0eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/course/<course_id>/","urlObject":{"protocol":"https","path":["home","course","<course_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7460b8cc-db1c-4d74-9ac0-37f1c2ab0eeb"},{"name":"Get All Categories","id":"81f08531-3e38-455b-a816-2059aa83c096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/category/all/","urlObject":{"protocol":"https","path":["home","category","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"81f08531-3e38-455b-a816-2059aa83c096"},{"name":"Get Category Courses","id":"90507da4-8791-44fc-9c14-d2cd69f1cca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/category/<category_name>/courses/","description":"<p>Get all Courses under the category</p>\n<p>This returns all courses under this category</p>\n","urlObject":{"protocol":"https","path":["home","category","<category_name>","courses",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90507da4-8791-44fc-9c14-d2cd69f1cca0"},{"name":"Get Tutor","id":"f701918a-cef1-46fd-a274-6ba5fb393b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/tutor/<tutor_id>/","urlObject":{"protocol":"https","path":["home","tutor","<tutor_id>",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f701918a-cef1-46fd-a274-6ba5fb393b1b"},{"name":"Get Courses by Tutor","id":"bfe975a5-f042-43a8-bfc2-20b5a12efccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/tutor/<tutor_id>/courses/","urlObject":{"protocol":"https","path":["home","tutor","<tutor_id>","courses",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfe975a5-f042-43a8-bfc2-20b5a12efccf"},{"name":"Get All Courses","id":"2203f4cb-6da9-442a-9110-422b1576e4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/course/all/","urlObject":{"protocol":"https","path":["home","course","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2203f4cb-6da9-442a-9110-422b1576e4e0"},{"name":"Get All Tutors","id":"e15b794a-8cd3-43c8-a31c-1553d785e258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://blanklms.herokuapp.com/home/tutor/all/","urlObject":{"protocol":"https","path":["home","tutor","all",""],"host":["blanklms","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15b794a-8cd3-43c8-a31c-1553d785e258"}]}