Method: edits.listings.list
Zawiera wszystkie zlokalizowane strony aplikacji.
Żądanie HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
packageName |
string
Nazwa pakietu aplikacji.
|
editId |
string
Identyfikator zmiany.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź z listą wszystkich zlokalizowanych wizytówek
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"kind": string,
"listings": [
{
object (Listing )
}
]
} |
Pola |
kind |
string
Rodzaj tej odpowiedzi („androidpublisher#listingsListResponse”).
|
listings[] |
object (Listing )
Wszystkie zlokalizowane wizytówki.
|
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-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["Retrieves all localized store listings for a specific app and edit using an HTTP GET request."],["Requires providing the package name and edit ID as path parameters in the URL."],["The response includes a list of localized listings in JSON format, each containing details about the store listing."],["Utilizes the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization."]]],["This document outlines the process for retrieving localized store listings via the Android Publisher API. A `GET` request is made to a specific URL, incorporating the app's package name and edit ID as path parameters. The request body must be empty. A successful response returns a JSON object containing a list of localized listings, each with its data structure, and the type of response. The operation requires `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]