LeaderboardConfigurations: list
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yetkilendirme gerektiriyor
Bu uygulamadaki leaderboard yapılandırmalarının bir listesini döndürür.
İstek
HTTP isteği
GET https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards
Parametreler
Parametre adı |
Değer |
Açıklama |
Yol parametreleri |
applicationId |
string |
Google Play Console'daki uygulama kimliği.
|
İsteğe bağlı sorgu parametreleri |
maxResults |
integer |
Sayfalara ayırma için kullanılan, yanıtta döndürülecek maksimum kaynak yapılandırması sayısı. Herhangi bir yanıt için döndürülen gerçek kaynak sayısı, belirtilen maxResults değerinden az olabilir.
Kabul edilebilir değerler: 1 - 200 (bu değerler dahil).
|
pageToken |
string |
Önceki istek tarafından döndürülen jeton.
|
Yetkilendirme
Bu istek, aşağıdaki kapsamla yetkilendirme gerektiriyor (kimlik doğrulama ve yetkilendirme hakkında daha fazla bilgi edinin).
Kapsam |
https://www.googleapis.com/auth/androidpublisher |
İstek içeriği
Bu yöntemle istek gövdesi sağlamayın.
Yanıt
Başarılı olursa bu yöntem, aşağıdaki yapıya sahip bir yanıt gövdesi döndürür:
{
"kind": "gamesConfiguration#leaderboardConfigurationListResponse",
"nextPageToken": string,
"items": [
leaderboardConfigurations Resource
]
}
Mülk adı |
Değer |
Açıklama |
Notlar |
kind |
string |
Bu kaynağın türünü benzersiz bir şekilde tanımlar. Değer her zaman sabit games#leaderboardConfigurationListResponse dizesidir. |
|
nextPageToken |
string |
Sonraki sonuç sayfası için sayfalara ayırma jetonu. |
|
items[] |
list |
Skor tablosu yapılandırmaları. |
|
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[],[],null,["# LeaderboardConfigurations: list\n\n**Requires [authorization](#auth)**\n\nReturns a list of the leaderboard configurations in this application.\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `applicationId` | `string` | The application ID from the Google Play Console. |\n| **Optional query parameters** |||\n| `maxResults` | `integer` | The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified `maxResults`. Acceptable values are `1` to `200`, inclusive. |\n| `pageToken` | `string` | The token returned by the previous request. |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidpublisher` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"gamesConfiguration#leaderboardConfigurationListResponse\",\n \"nextPageToken\": string,\n \"items\": [\n leaderboardConfigurations Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------|----------|-------------------------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Uniquely identifies the type of this resource. Value is always the fixed string `games#leaderboardConfigurationListResponse`. | |\n| `nextPageToken` | `string` | The pagination token for the next page of results. | |\n| `items[]` | `list` | The leaderboard configurations. | |"]]