AI-generated Key Takeaways
-
This page details how to retrieve a specific price view in full detail using an HTTP GET request.
-
The request uses a URL with gRPC Transcoding syntax and requires a
name
path parameter in the formataccounts/{account_id}/priceViews/{partnerHotelId}
. -
The request body must be empty, and a successful response contains an instance of
PriceView
. -
Accessing this API requires the
https://www.googleapis.com/auth/travelpartner
OAuth scope.
Returns the requested price view in full detail.
HTTP request
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/priceViews/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The resource name of price view being queried. The format is |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PriceView
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.