AI-generated Key Takeaways
- 
          The ListPriceAccuracyViewsmethod lists available price accuracy views using an HTTP GET request.
- 
          The URL uses gRPC Transcoding syntax and requires a parentpath parameter specifying the account ID.
- 
          The request body must be empty, and the response body contains a list of PriceAccuracyViewobjects.
- 
          Authorization requires the https://www.googleapis.com/auth/travelpartnerOAuth scope.
Lists the available price accuracy views.
HTTP request
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/priceAccuracyViews
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 The resource name of the account being queried. The format is  | 
Request body
The request body must be empty.
Response body
Response message for PriceAccuracyViewService.ListPriceAccuracyViews.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "priceAccuracyViews": [
    {
      object ( | 
| Fields | |
|---|---|
| priceAccuracyViews[] | 
 The list of rows that match the query. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.