AI-generated Key Takeaways
- 
          
The
getLatestmethod returns the latest price coverage view in full detail. - 
          
The HTTP request method is
GETand the URL uses gRPC Transcoding syntax. - 
          
A
parentpath parameter specifying the account being queried is required. - 
          
The request body must be empty, while the response body contains a
PriceCoverageViewinstance. - 
          
The method requires the
https://www.googleapis.com/auth/travelpartnerOAuth scope for authorization. 
Returns the latest price coverage view in full detail.
HTTP request
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/priceCoverageViews:latest
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
If successful, the response body contains an instance of PriceCoverageView.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.