Method: scores.get
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
현재 인증된 플레이어의 리더보드에서 최고점수와 원하는 경우 순위를 가져옵니다. 특정 기간의 경우 leaderboardId
를 ALL
로 설정하여 지정된 기간의 모든 리더보드 데이터를 검색할 수 있습니다. `참고: 동일한 요청에서 'ALL' 리더보드와 'ALL' 시간 범위를 요청할 수 없습니다. 하나의 매개변수만 'ALL'로 설정할 수 있습니다.
HTTP 요청
GET https://games.googleapis.com/games/v1/players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}
경로 매개변수
매개변수 |
playerId |
string
플레이어 ID입니다. 인증된 플레이어의 ID 대신 me 값을 사용할 수 있습니다.
|
leaderboardId |
string
리더보드의 ID입니다. 'ALL'로 설정하여 이 애플리케이션의 모든 리더보드 데이터를 가져올 수 있습니다.
|
timeSpan |
enum (ScoreTimeSpan )
요청하는 점수 및 순위의 기간입니다.
|
쿼리 매개변수
매개변수 |
language |
string
이 메서드에서 반환된 문자열에 사용할 기본 언어입니다.
|
includeRankType |
enum (IncludeRankType )
반환할 순위 유형입니다. 이 매개변수를 생략하면 순위가 반환되지 않습니다.
|
maxResults |
integer
응답에서 반환할 리더보드 점수의 최대 개수입니다. 응답의 경우 반환된 실제 리더보드 점수 수가 지정된 maxResults 보다 적을 수 있습니다.
|
pageToken |
string
이전 요청에서 반환된 토큰입니다.
|
응답 본문
성공하면 응답 본문에 GetLeaderboardScoresResponse
인스턴스가 포함됩니다.
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/games_lite
자세한 내용은 OAuth 2.0 개요를 참고하세요.
ScoreTimeSpan
Enum |
ALL |
모든 기간의 최고 점수를 가져옵니다. 이 옵션을 사용하면 maxResults 값이 무시됩니다. |
ALL_TIME |
역대 최고 점수를 달성합니다. |
WEEKLY |
오늘의 최고 점수를 표시합니다. |
DAILY |
이번 주 최고 점수를 표시합니다. |
IncludeRankType
Enum |
ALL |
지원되는 모든 순위를 검색합니다. HTTP에서는 이 매개변수 값을 ALL 로 지정할 수도 있습니다. |
PUBLIC |
플레이어가 게임플레이 활동을 공개적으로 공유하는 경우 공개 순위를 가져옵니다. |
SOCIAL |
(사용하지 않음) 소셜 순위를 가져옵니다. |
FRIENDS |
친구 컬렉션에서 순위를 가져옵니다. |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Method: scores.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [ScoreTimeSpan](#ScoreTimeSpan)\n- [IncludeRankType](#IncludeRankType)\n- [Try it!](#try-it)\n\nGet high scores, and optionally ranks, in leaderboards for the currently authenticated player. For a specific time span, `leaderboardId` can be set to `ALL` to retrieve data for all leaderboards in a given time span. \\`NOTE: You cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; only one parameter may be set to 'ALL'.\n\n### HTTP request\n\n`GET https://games.googleapis.com/games/v1/players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}`\n\n### Path parameters\n\n| Parameters ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `playerId` | `string` A player ID. A value of `me` may be used in place of the authenticated player's ID. |\n| `leaderboardId` | `string` The ID of the leaderboard. Can be set to 'ALL' to retrieve data for all leaderboards for this application. |\n| `timeSpan` | `enum (`[ScoreTimeSpan](/games/services/web/api/rest/v1/scores/get#ScoreTimeSpan)`)` The time span for the scores and ranks you're requesting. |\n\n### Query parameters\n\n| Parameters ||\n|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `language` | `string` The preferred language to use for strings returned by this method. |\n| `includeRankType` | `enum (`[IncludeRankType](/games/services/web/api/rest/v1/scores/get#IncludeRankType)`)` The types of ranks to return. If the parameter is omitted, no ranks will be returned. |\n| `maxResults` | `integer` The maximum number of leaderboard scores to return in the response. For any response, the actual number of leaderboard scores returned may be less than the specified `maxResults`. |\n| `pageToken` | `string` The token returned by the previous request. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [GetLeaderboardScoresResponse](/games/services/web/api/rest/v1/scores#GetLeaderboardScoresResponse).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/games`\n- `\n https://www.googleapis.com/auth/games_lite`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2).\n\nScoreTimeSpan\n-------------\n\nDefines possible time spans for a score.\n\n| Enums ||\n|------------|---------------------------------------------------------------------------------------------|\n| `ALL` | Get the high scores for all time spans. If this is used, maxResults values will be ignored. |\n| `ALL_TIME` | Get the all time high score. |\n| `WEEKLY` | List the top scores for the current day. |\n| `DAILY` | List the top scores for the current week. |\n\nIncludeRankType\n---------------\n\nPossible values for rank type.\n\n| Enums ||\n|-----------|---------------------------------------------------------------------------------------------|\n| `ALL` | Retrieve all supported ranks. In HTTP, this parameter value can also be specified as `ALL`. |\n| `PUBLIC` | Retrieve public ranks, if the player is sharing their gameplay activity publicly. |\n| `SOCIAL` | (Obsolete) Retrieve the social rank. | This item is deprecated! |\n| `FRIENDS` | Retrieve the rank on the friends collection. |"]]