Method: accounts.priceCoverageViews.list

Menampilkan seluruh histori cakupan harga.

Permintaan HTTP

GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/priceCoverageViews

URL menggunakan sintaksis gRPC Transcoding.

Parameter jalur

Parameter
parent

string

Nama resource akun yang dikueri. Formatnya adalah accounts/{account_id}.

Isi permintaan

Isi permintaan harus kosong.

Isi respons

Jika berhasil, isi respons memuat data dengan struktur berikut:

Pesan respons untuk PriceCoverageViewService.ListPriceCoverageViews.

Representasi JSON
{
  "priceCoverageViews": [
    {
      object (PriceCoverageView)
    }
  ]
}
Kolom
priceCoverageViews[]

object (PriceCoverageView)

Statistik cakupan harga hotel.

Cakupan Otorisasi

Memerlukan cakupan OAuth berikut ini:

  • https://www.googleapis.com/auth/travelpartner

Untuk informasi selengkapnya, lihat Ringkasan OAuth 2.0.