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

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

{
    "id": 3,
    "url": "https://api.swistay.com/stay-reviews/3/?format=api",
    "owner": {
        "id": 1,
        "date_joined": "2023-09-30T22:16:10.480028Z",
        "is_verified": true,
        "full_name": "Swistay",
        "picture": {
            "id": 11,
            "url": "https://api.swistay.com/profile-pictures/11/?format=api",
            "src": "https://api.swistay.com/media/profile_pictures/1e5e820e4fe64a0885ba938c61c59ae4.jpeg"
        }
    },
    "reservation": 4,
    "comment": "What a special place! Of course, the guitar alone makes you remember this stay forever. The view of the mountains is beautiful, the garden is big and with a stocked fireplace.\nAlso, great place for watching stars :)\nThe accommodation is large enough for 2 + a baby, sufficient space and well equipped.\nDragos gave lots of local information and tips and helped us with organizing an outdoor cooking evening. Great activities in the area (hiking, sightseeing). We had a great relaxed time!",
    "accuracy_score": 5,
    "cleanliness_score": 5,
    "communication_score": 5,
    "guest_experience_score": 5,
    "value_score": 4,
    "overall_score": 4.9,
    "is_published": true,
    "created_at": "2023-12-30T13:50:34.500360Z"
}