GET venue/Reviews?pVenueID={pVenueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pVenueID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookingComGuestReview| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDate | date |
None. |
|
| DateLastChanged | date |
None. |
|
| Reviewer | BookingComReviewer |
None. |
|
| Scoring | BookingComReviewerScore |
None. |
|
| Content | BookingComReviewerContent |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CreatedDate": "2026-01-22T14:12:30.8496036+02:00",
"DateLastChanged": "2026-01-22T14:12:30.8496036+02:00",
"Reviewer": {
"CountryCode": "sample string 1",
"Name": "sample string 2"
},
"Scoring": {
"Score": 1.1,
"Clean": 2.1,
"Facilities": 3.1,
"Location": 4.1,
"Service": 5.1,
"Staff": 6.1,
"Value": 7.1,
"Comfort": 8.1
},
"Content": {
"LanguageCode": "sample string 1",
"Headline": "sample string 2",
"Positive": "sample string 3",
"Negative": "sample string 4"
}
},
{
"CreatedDate": "2026-01-22T14:12:30.8496036+02:00",
"DateLastChanged": "2026-01-22T14:12:30.8496036+02:00",
"Reviewer": {
"CountryCode": "sample string 1",
"Name": "sample string 2"
},
"Scoring": {
"Score": 1.1,
"Clean": 2.1,
"Facilities": 3.1,
"Location": 4.1,
"Service": 5.1,
"Staff": 6.1,
"Value": 7.1,
"Comfort": 8.1
},
"Content": {
"LanguageCode": "sample string 1",
"Headline": "sample string 2",
"Positive": "sample string 3",
"Negative": "sample string 4"
}
}
]