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

GET /stay-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/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"
        },
        {
            "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"
        },
        {
            "id": 1,
            "url": "https://api.swistay.com/stay-reviews/1/?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": 3,
            "comment": "This place was absolutely breathtaking and accommodated our group of 6 perfectly. The property is huge and spacious and we absolutely loved hanging out in the pool and garden. Everyone who works on the property was so friendly and helpful to accommodate all of our requests, we’ll definitely be back next time we pass through Jozi!",
            "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-29T13:43:09.360666Z"
        }
    ]
}