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

GET /guest-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/guest-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": "Yoram and his friend were great guests, they left our apartment lovely and clean and had great communication. We would welcome them back anytime💕",
    "cleanliness_score": 5,
    "following_rules_score": 5,
    "communication_score": 5,
    "host_experience_score": 5,
    "respectfulness_score": 5,
    "overall_score": 5.0,
    "is_published": true,
    "created_at": "2023-12-29T13:58:45.443220Z"
}