Method: accounts.priceAccuracyViews.get

  • This page details how to retrieve a price accuracy view in full detail using an HTTP GET request.

  • The request requires a name path 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 PriceAccuracyView instance.

  • Authorization for this request requires the https://www.googleapis.com/auth/travelpartner OAuth 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

string

The resource name of price accuracy view that is being queried.

Query parameters

Parameters
includeMatchedPrices

boolean

Set to true if matched prices are to be added into the report.

includePixels

boolean

Set to true if pixel signals are to be added into the report.

includeNonScoring

boolean

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.