Returns the list of hotel views.
HTTP request
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/hotelViews
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the account being queried. The format is |
Query parameters
Parameters | |
---|---|
pageSize |
Number of elements to retrieve in a single page. |
pageToken |
Token of the page to retrieve. |
filter |
Optional. The Examples of valid conditions and their syntax are as follows:
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for HotelViewService.ListHotelViews
.
JSON representation | |
---|---|
{
"hotelViews": [
{
object ( |
Fields | |
---|---|
hotelViews[] |
The list of rows that match the query. |
nextPageToken |
Pagination token used to retrieve the next page of results. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.