{"info":{"_postman_id":"9b02ef54-3ed8-4505-a6a6-943caa61b622","name":"ReviewServiceCollection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23581877","collectionId":"9b02ef54-3ed8-4505-a6a6-943caa61b622","publishedId":"2sBXcLfcu6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-07T08:50:21.000Z"},"item":[{"name":"GetReview","id":"d188c61d-c9b3-4a4a-8743-198695b83291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/reviews/1","urlObject":{"protocol":"http","port":"8086","path":["reviews","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d188c61d-c9b3-4a4a-8743-198695b83291"},{"name":"GetAllReviews","id":"e98ec681-bf0c-4c41-ac37-e2e74e3faeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/reviews?companyId=1","urlObject":{"protocol":"http","port":"8086","path":["reviews"],"host":["localhost"],"query":[{"key":"companyId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e98ec681-bf0c-4c41-ac37-e2e74e3faeeb"},{"name":"GetAverageRating","id":"da975cbd-0ea2-489f-9c55-1c4c4aef88e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/reviews/average-rating?companyId=1","urlObject":{"protocol":"http","port":"8086","path":["reviews","average-rating"],"host":["localhost"],"query":[{"key":"companyId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"da975cbd-0ea2-489f-9c55-1c4c4aef88e0"},{"name":"CreateReview","id":"dc9df93c-fec4-4ef4-afaa-23573c1d0d6b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"review title\",\n    \"description\": \"review description\",\n    \"rating\": \"5.0\",\n    \"companyId\": \"1\"\n}"},"url":"http://localhost:8086/reviews","urlObject":{"protocol":"http","port":"8086","path":["reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc9df93c-fec4-4ef4-afaa-23573c1d0d6b"},{"name":"UpdateReview","id":"4cbdae7f-e9f2-4a97-b74a-fc362573bfb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"new review title\",\n    \"description\": \"new review description\",\n    \"rating\": \"4.0\"\n}"},"url":"http://localhost:8086/reviews/1","urlObject":{"protocol":"http","port":"8086","path":["reviews","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cbdae7f-e9f2-4a97-b74a-fc362573bfb7"},{"name":"DeleteReview","id":"c9ca4848-4921-4a26-93cf-1c9f2e277336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/reviews/1","urlObject":{"protocol":"http","port":"8086","path":["reviews","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9ca4848-4921-4a26-93cf-1c9f2e277336"}]}