Method: edits.listings.get
Pobiera zlokalizowane informacje o aplikacji.
Żądanie HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
packageName |
string
Nazwa pakietu aplikacji.
|
editId |
string
Identyfikator zmiany.
|
language |
string
Kod lokalizacji języka (tag języka BCP-47, np. „de-AT” dla języka niemieckiego w Austrii).
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Listing
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/androidpublisher
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]