Method: accounts.priceCoverageViews.getLatest

  • Retrieves the latest price coverage view for a specified account with full details.

  • Uses a GET request with the parent parameter indicating the account ID.

  • Requires an empty request body and returns a PriceCoverageView object in the response.

  • Needs authorization with the https://www.googleapis.com/auth/travelpartner scope.

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

string

The resource name of the account being queried. The format is accounts/{account_id}.

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.