GET https://api.apartments.com/v1/api/reviews?pageSize=100&pageNumber=1
Authorization: Bearer <TOKEN>
Accept: application/json
HTTP/1.1 200 OK
{
"ReviewCount": 1,
"CurrentPage": 1,
"TotalPages": 1,
"Reviews": [
{
"ReviewId": 123,
"CultureCode": "en-us",
"Title": "I love this place!",
"Text": "I have live here for 2 years now and...",
"Rating": 4
}
]
}