LeaderboardConfigurations: get
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
승인 필요
지정된 ID가 있는 리더보드 구성의 메타데이터를 검색합니다.
요청
HTTP 요청
GET https://www.googleapis.com/games/v1configuration/leaderboards/leaderboardId
매개변수
매개변수 이름 |
값 |
설명 |
경로 매개변수 |
leaderboardId |
string |
리더보드의 ID입니다.
|
승인
이 요청에는 다음 범위의 승인이 필요합니다 (인증 및 승인 자세히 알아보기).
범위 |
https://www.googleapis.com/auth/androidpublisher |
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# LeaderboardConfigurations: get\n\n**Requires [authorization](#auth)**\n\nRetrieves the metadata of the leaderboard configuration with the given ID.\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/games/v1configuration/leaderboards/leaderboardId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|----------------------------|\n| **Path parameters** |||\n| `leaderboardId` | `string` | The ID of the leaderboard. |\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 [LeaderboardConfigurations resource](/games/services/publishing/api/leaderboardConfigurations#resource) in the response body."]]