Method: edits.apks.list
แสดงรายการ APK ทั้งหมดปัจจุบันของแอปและแก้ไข
คำขอ HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
การตอบกลับที่แสดง APK ทั้งหมด
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"kind": string,
"apks": [
{
object (Apk )
}
]
} |
ช่อง |
kind |
string
ประเภทของคำตอบนี้ ("androidpublisher#apksListResponse")
|
apks[] |
object (Apk )
APK ทั้งหมด
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 2024-12-17 UTC"],[[["Lists all current APKs for a specific app edit and allows for modifications."],["Utilizes an HTTP GET request with path parameters for package name and edit ID."],["Requires an empty request body and returns a JSON response containing APK details."],["Authentication is necessary using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This document details retrieving an app's APKs via an HTTP GET request to a specific URL, including necessary `packageName` and `editId` path parameters. The request body must be empty. A successful response includes a JSON structure with a `kind` field and an `apks` array, containing all APKs. This action needs the `https://www.googleapis.com/auth/androidpublisher` authorization scope. The URL follows gRPC Transcoding syntax, allowing for a listing of all current APKs.\n"]]