Method: edits.images.list
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mencantumkan semua gambar. Respons mungkin kosong.
Permintaan HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
packageName |
string
Nama paket aplikasi.
|
editId |
string
ID edit.
|
language |
string
Kode pelokalan bahasa (tag bahasa BCP-47; misalnya, "de-AT" untuk bahasa Jerman Austria). Harus ada listingan Play Store untuk bahasa yang ditentukan.
|
imageType |
enum (AppImageType )
Jenis Gambar. Memberikan jenis gambar yang mengacu pada tidak ada gambar akan menampilkan respons kosong.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Respons mencantumkan semua gambar.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"images": [
{
object (Image )
}
]
} |
Kolom |
images[] |
object (Image )
Semua Gambar yang tercantum.
|
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/androidpublisher
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-05-21 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-05-21 UTC."],[[["Lists all images for a specific app, edit, language, and image type."],["Requires providing package name, edit ID, language code, and image type in the request URL."],["The request body should be empty, and the response contains a list of images (which might be empty)."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This outlines the process of listing images for an Android app using an HTTP GET request. The request URL requires four path parameters: `packageName`, `editId`, `language`, and `imageType`. The request body must be empty. A successful response returns a JSON object containing an array of `images`. Each image's details are found within this array. This action requires the `https://www.googleapis.com/auth/androidpublisher` authorization scope. The documentation contains the types of the variables used.\n"]]