API endpoint that allows listing's review to be viewed or edited.

GET /stay-reviews/2/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS, PATCH, PUT
Content-Type: application/json
Vary: Accept

{
    "id": 2,
    "url": "https://api.swistay.com/stay-reviews/2/?format=api",
    "owner": {
        "id": 2,
        "date_joined": "2023-10-02T09:15:41.959228Z",
        "is_verified": true,
        "full_name": "Yoram Ilomo",
        "picture": {
            "id": 10,
            "url": "https://api.swistay.com/profile-pictures/10/?format=api",
            "src": "https://api.swistay.com/media/profile_pictures/b3db2f1a78154ec798a352714fd40976.jpeg"
        }
    },
    "reservation": 2,
    "comment": "What an amazing breakaway. It is a magnificent home with a breathtaking view. The host was EXTREMELY helpful and made us feel very welcome. Would highly recommend this home for any family stay.",
    "accuracy_score": 5,
    "cleanliness_score": 5,
    "communication_score": 5,
    "guest_experience_score": 5,
    "value_score": 5,
    "overall_score": 5.0,
    "is_published": true,
    "created_at": "2023-12-29T13:53:03.653454Z"
}