Method: edits.listings.get
รับข้อมูลผลิตภัณฑ์ใน Store ที่แปลแล้ว
คำขอ HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
language |
string
รหัสการแปลภาษา (แท็กภาษา BCP-47 เช่น "de-AT" สำหรับเยอรมันออสเตรีย)
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Listing
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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"],[[["Retrieves localized store listing details for a specific app, edit, and language."],["Requires package name, edit ID, and language localization code as path parameters."],["Utilizes an empty request body and returns a `Listing` object in the response."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process for retrieving a localized store listing using a `GET` request. The request URL structure is defined, including the required `packageName`, `editId`, and `language` path parameters. The request body must be empty. A successful request returns a `Listing` instance in the response body. The process also needs authorization with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The URL utilizes gRPC Transcoding. The document also references an interactive \"Try it!\" option.\n"]]