Method: edits.listings.get
Ruft einen lokalisierten Store-Eintrag ab.
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
packageName |
string
Paketname der App.
|
editId |
string
Kennung der Änderung.
|
language |
string
Code für die Sprachlokalisierung (ein BCP-47-Sprach-Tag, z. B. „de-AT“ für Deutsch (Österreich)).
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Listing
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidpublisher
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]