AI-generated Key Takeaways
- 
          This page details how to retrieve a price accuracy view in full detail using an HTTP GET request. 
- 
          The request requires a namepath parameter to specify the price accuracy view being queried.
- 
          Optional query parameters allow for the inclusion of matched prices, pixel signals, and non-scoring rows in the report. 
- 
          The request body must be empty, and a successful response will contain a PriceAccuracyViewinstance.
- 
          Authorization for this request requires the https://www.googleapis.com/auth/travelpartnerOAuth scope.
Returns the requested price accuracy view in full detail.
HTTP request
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/priceAccuracyViews/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 The resource name of price accuracy view that is being queried. | 
Query parameters
| Parameters | |
|---|---|
| includeMatchedPrices | 
 Set to true if matched prices are to be added into the report. | 
| includePixels | 
 Set to true if pixel signals are to be added into the report. | 
| includeNonScoring | 
 Set to true if non-scoring rows are to be added into the report. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PriceAccuracyView.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.