LeaderboardConfigurations: list
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Autorisierung erforderlich
Gibt eine Liste der Bestenlistenkonfigurationen in dieser Anwendung zurück.
Anfrage
HTTP-Anfrage
GET https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards
Parameter
Parametername |
Wert |
Beschreibung |
Pfadparameter |
applicationId |
string |
Die App-ID aus der Google Play Console.
|
Optionale Abfrageparameter |
maxResults |
integer |
Die maximale Anzahl von Ressourcenkonfigurationen, die in der Antwort zurückgegeben werden sollen; wird für die Seitenordnung verwendet. Bei jeder Antwort kann die tatsächliche Anzahl der zurückgegebenen Ressourcen unter dem angegebenen maxResults liegen.
Zulässige Werte sind 1 bis 200 (einschließlich).
|
pageToken |
string |
Das von der vorherigen Anfrage zurückgegebene Token.
|
Autorisierung
Für diese Anfrage ist eine Autorisierung in folgendem Bereich erforderlich. Weitere Informationen zur Authentifizierung und Autorisierung
Umfang |
https://www.googleapis.com/auth/androidpublisher |
Anfragetext
Mit dieser Methode keinen Anfragetext bereitstellen.
Antwort
Bei Erfolg gibt diese Methode einen Antworttext mit der folgenden Struktur zurück:
{
"kind": "gamesConfiguration#leaderboardConfigurationListResponse",
"nextPageToken": string,
"items": [
leaderboardConfigurations Resource
]
}
Name der Eigenschaft |
Wert |
Beschreibung |
Hinweise |
kind |
string |
Kennzeichnet den Typ dieser Ressource eindeutig. Der Wert ist immer der feste String games#leaderboardConfigurationListResponse . |
|
nextPageToken |
string |
Das Paginierungstoken für die nächste Ergebnisseite. |
|
items[] |
list |
Die Konfigurationen der Bestenliste |
|
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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. | |"]]