LeaderboardConfigurations: list
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Cần phải uỷ quyền
Trả về danh sách các cấu hình bảng xếp hạng trong ứng dụng này.
Yêu cầu
Yêu cầu HTTP
GET https://www.googleapis.com/games/v1configuration/applications/applicationId/leaderboards
Tham số
Tên thông số |
Giá trị |
Mô tả |
Tham số đường dẫn |
applicationId |
string |
Mã ứng dụng trên Google Play Console.
|
Tham số truy vấn không bắt buộc |
maxResults |
integer |
Số lượng cấu hình tài nguyên tối đa cần trả về trong phản hồi, dùng để phân trang. Đối với mọi phản hồi, số lượng tài nguyên thực tế được trả về có thể nhỏ hơn maxResults được chỉ định.
Giá trị có thể chấp nhận là từ 1 đến 200 .
|
pageToken |
string |
Mã thông báo do yêu cầu trước đó trả về.
|
Ủy quyền
Yêu cầu này cần có sự cho phép có phạm vi sau (đọc thêm về quy trình xác thực và uỷ quyền).
Phạm vi |
https://www.googleapis.com/auth/androidpublisher |
Nội dung yêu cầu
Đừng cung cấp nội dung yêu cầu bằng phương thức này.
Phản hồi
Nếu thành công, phương thức này sẽ trả về nội dung phản hồi có cấu trúc như sau:
{
"kind": "gamesConfiguration#leaderboardConfigurationListResponse",
"nextPageToken": string,
"items": [
leaderboardConfigurations Resource
]
}
Tên tài sản |
Giá trị |
Mô tả |
Ghi chú |
kind |
string |
Xác định duy nhất loại tài nguyên này. Giá trị luôn là chuỗi games#leaderboardConfigurationListResponse cố định. |
|
nextPageToken |
string |
Mã phân trang cho trang kết quả tiếp theo. |
|
items[] |
list |
Cấu hình bảng xếp hạng. |
|
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. | |"]]