{"info":{"name":"Maham Expo - Admin \u2014 \u2b50 Ratings","_postman_id":"94143836-0e70-4c50-9cbe-192fd72b78cc","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\u2b50 Ratings","item":[{"name":"List Ratings","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/manage\/ratings","host":["{{expo_url}}"],"path":["v1","manage","ratings"],"query":[{"key":"rateable_type","value":"event","disabled":true,"description":"event|space"},{"key":"rateable_id","value":"","disabled":true,"description":"UUID"},{"key":"is_approved","value":"1","disabled":true,"description":"1=approved 0=pending"},{"key":"min_rating","value":"","disabled":true,"description":"Min rating 1-5"},{"key":"search","value":"","disabled":true,"description":"Search comments"},{"key":"per_page","value":"15","disabled":true},{"key":"page","value":"1","disabled":true}]},"description":"List ratings.\n\n**Permission:** ratings.view-all"}},{"name":"Show Rating","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/manage\/ratings\/{{rating_id}}","host":["{{expo_url}}"],"path":["v1","manage","ratings","{{rating_id}}"]},"description":"Show rating.\n\n**Permission:** ratings.view-all"}},{"name":"Approve Rating","request":{"method":"PUT","header":[],"url":{"raw":"{{expo_url}}\/v1\/manage\/ratings\/{{rating_id}}\/approve","host":["{{expo_url}}"],"path":["v1","manage","ratings","{{rating_id}}","approve"]},"description":"Approve rating.\n\n**Permission:** ratings.approve"}},{"name":"Reject Rating","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Inappropriate\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{expo_url}}\/v1\/manage\/ratings\/{{rating_id}}\/reject","host":["{{expo_url}}"],"path":["v1","manage","ratings","{{rating_id}}","reject"]},"description":"Reject rating.\n\n**Permission:** ratings.reject\n\n**Optional:** reason"}},{"name":"Delete Rating","request":{"method":"DELETE","header":[],"url":{"raw":"{{expo_url}}\/v1\/manage\/ratings\/{{rating_id}}","host":["{{expo_url}}"],"path":["v1","manage","ratings","{{rating_id}}"]},"description":"Delete rating.\n\n**Permission:** ratings.delete"}}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{admin_token}}","type":"string"}]},"variable":[{"key":"expo_url","value":""},{"key":"auth_url","value":""},{"key":"admin_token","value":""},{"key":"event_id","value":""},{"key":"space_id","value":""},{"key":"section_id","value":""},{"key":"service_id","value":""},{"key":"banner_id","value":""},{"key":"page_id","value":""},{"key":"faq_id","value":""},{"key":"invoice_id","value":""},{"key":"profile_id","value":""},{"key":"user_id","value":""},{"key":"rating_id","value":""},{"key":"visit_request_id","value":""},{"key":"rental_request_id","value":""},{"key":"rental_contract_id","value":""},{"key":"sponsor_id","value":""},{"key":"sponsor_contract_id","value":""},{"key":"sponsor_payment_id","value":""},{"key":"sponsor_package_id","value":""},{"key":"sponsor_asset_id","value":""},{"key":"sponsor_benefit_id","value":""},{"key":"support_ticket_id","value":""},{"key":"setting_key","value":""},{"key":"language","value":"ar"},{"key":"platform","value":"web"}],"event":[{"listen":"prerequest","script":{"type":"text\/javascript","exec":["pm.request.headers.add({ key: 'Accept', value: 'application\/json' });","pm.request.headers.add({ key: 'Accept-Language', value: pm.environment.get('language') || 'ar' });","pm.request.headers.add({ key: 'X-Platform', value: pm.environment.get('platform') || 'web' });"]}}]}