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

GET /guest-reviews/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "url": "https://api.swistay.com/guest-reviews/3/?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": 4,
            "comment": "The friendly nature of Yezy and positive energy brought joy to our interactions. I wholeheartedly recommend Inge as an outstanding guest, and I genuinely look forward to hosting them again in the future.\nThank you for being such a wonderful guest!",
            "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-30T13:56:06.188661Z"
        },
        {
            "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"
        },
        {
            "id": 1,
            "url": "https://api.swistay.com/guest-reviews/1/?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": 3,
            "comment": "It was very nice meeting Yezy.\nCommunication was smooth and they looked after the apartment well. Lovely guests. Would recommend them to other hosts...",
            "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:47:27.653922Z"
        }
    ]
}