{"info":{"_postman_id":"ac3b1e15-ce51-48d7-a3bf-4a665f075c54","name":"ReviewsAndRatings","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"424388","collectionId":"ac3b1e15-ce51-48d7-a3bf-4a665f075c54","publishedId":"UVRHhhpo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-01T09:41:17.000Z"},"item":[{"name":"Settings","item":[{"name":"update settings","id":"331a70e9-c33d-41ce-883d-10b3a810f721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"value\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8005/settings/1","description":"<p>update value of settings</p>\n","urlObject":{"port":"8005","path":["settings","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"331a70e9-c33d-41ce-883d-10b3a810f721"},{"name":"setting list","id":"f61e25e4-8b90-42d0-81d9-944c0e6c8355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"rating\":4,\n    \"recommend\":\"no\",\n    \"reviewable_type\":\"movies\",\n    \"user_id\":2,\n    \"review\":\"this movie was not great!I no enjoyed it.\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8006/settings","urlObject":{"port":"8006","path":["settings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f61e25e4-8b90-42d0-81d9-944c0e6c8355"}],"id":"31b80592-ede1-4e6f-864c-9ee596120e61","_postman_id":"31b80592-ede1-4e6f-864c-9ee596120e61","description":""},{"name":"Reviews and Ratings","item":[{"name":"Post Reviews and Ratings","id":"8feb6ef4-5356-425f-ad96-1c4a30c803bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rating\":4,\n    \"recommend\":\"yes\",\n    \"reviewable_type\":\"movies\",\n    \"user_id\":2,\n    \"review\":\"this movie was great!I enjoyed it.\",\n    \"content_slug\":\"spiderman\",\n    \"username\":\"samyak\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8005/type/movies/contents/2/reviews","description":"<p>Post revews and ratings in this endpoint.You can also post recommend: yes/no.<br />\n<b>FIELDS</b>:<br />\nrating: 0-5 optional<br />\nrecommend : \"yes\"/\"no\" optional<br />\nuser_id : required<br />\nreview : optional<br /></p>\n","urlObject":{"port":"8005","path":["type","movies","contents","2","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8feb6ef4-5356-425f-ad96-1c4a30c803bb"},{"name":"update Reviews and Ratings","id":"e310e686-8ffb-4784-a7fc-70622b97f867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"rating\":4,\n    \"recommend\":\"no\",\n    \"reviewable_type\":\"movies\",\n    \"user_id\":2,\n    \"review\":\"this movie was not great!I no enjoyed it.\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"localhost:8005/type/movies/contents/2/users/2/reviews/5","urlObject":{"port":"8005","path":["type","movies","contents","2","users","2","reviews","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e310e686-8ffb-4784-a7fc-70622b97f867"},{"name":"delete Reviews and Ratings","id":"eae02bb6-530b-4902-8c6e-c80958377301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8005/type/movies/contents/2/users/2/reviews/5","urlObject":{"port":"8005","path":["type","movies","contents","2","users","2","reviews","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eae02bb6-530b-4902-8c6e-c80958377301"},{"name":"Average rating of content","id":"f2d72d50-a9e7-49aa-a19b-2c6e91cd0db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8005/type/movies/contents/2/ratings/-/average","urlObject":{"port":"8005","path":["type","movies","contents","2","ratings","-","average"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2d72d50-a9e7-49aa-a19b-2c6e91cd0db9"},{"name":"Total rating of content","id":"755a433b-c766-489c-9c07-651b38543c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8005/type/movies/contents/2/ratings/-/total","urlObject":{"port":"8005","path":["type","movies","contents","2","ratings","-","total"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"755a433b-c766-489c-9c07-651b38543c25"}],"id":"eca17b38-7567-4bfb-a545-3cbbd8a28786","_postman_id":"eca17b38-7567-4bfb-a545-3cbbd8a28786","description":""},{"name":"Likes/Dislikes","item":[{"name":"post like","id":"14fba22e-9fa4-464c-ba8d-9ee1cfd31e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\":2,\n    \"content_slug\":\"spiderman\",\n    \"username\":\"samyak\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8006/type/movies/contents/2/likes","urlObject":{"port":"8006","path":["type","movies","contents","2","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14fba22e-9fa4-464c-ba8d-9ee1cfd31e62"},{"name":"post dislike","id":"6ddd139d-b6c9-4ee7-aec4-b06b8500a0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\":3,\n     \"content_slug\":\"spiderman\",\n    \"username\":\"john\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8006/type/movies/contents/2/dislikes","urlObject":{"port":"8006","path":["type","movies","contents","2","dislikes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ddd139d-b6c9-4ee7-aec4-b06b8500a0ea"}],"id":"87c06d39-ee95-4416-9013-8e64b0c7a1f0","_postman_id":"87c06d39-ee95-4416-9013-8e64b0c7a1f0","description":""},{"name":"Content detail","id":"2422d5c5-ebd8-4543-a70a-956c135ee01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8005/type/movies/contents/1","description":"<p>returns likes, dislikes, recommendation,ratings, comments</p>\n","urlObject":{"port":"8005","path":["type","movies","contents","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2422d5c5-ebd8-4543-a70a-956c135ee01a"},{"name":"Approve review","id":"24e164f7-c1d9-48f1-a333-3fba7d114d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"is_approved\":0\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8007/type/movies/contents/2/reviews/3/approve","urlObject":{"port":"8007","path":["type","movies","contents","2","reviews","3","approve"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24e164f7-c1d9-48f1-a333-3fba7d114d83"}]}