{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method GetVersionScoresByTierAsync | Leaderboards | 2.0.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetVersionScoresByTierAsync

    GetVersionScoresByTierAsync(string, string, string, GetVersionScoresByTierOptions)

    Gets a paginated list of entries from the specified leaderboard archive version and within the specified tier.

    Declaration
    Task<LeaderboardVersionTierScoresPage> GetVersionScoresByTierAsync(string leaderboardId, string versionId, string tierId, GetVersionScoresByTierOptions options = null)
    Parameters
    Type Name Description
    string leaderboardId

    ID string of the leaderboard

    string versionId

    ID string of the leaderboard archive version

    string tierId

    ID string of the tier

    GetVersionScoresByTierOptions options

    Options object with "Offset" and "Limit" pagination options, and "IncludeMetadata" options. "Offset" is the number of entries to skip when retrieving the leaderboard scores, defaults to 0. "Limit" is the number of leaderboard scores to return, defaults to 10. "IncludeMetadata" is whether to return stored metadata, defaults to false.

    Returns
    Type Description
    Task<LeaderboardVersionTierScoresPage>

    Task for a Response object containing status code, headers, and Models.LeaderboardVersionTierScoresPage object containing the paginated list of retrieved entries.

    Exceptions
    Type Condition
    LeaderboardsException

    An exception containing a Message, Reason, and ErrorCode that can be used to determine the source of the error.

    LeaderboardsValidationException

    An exception containing a Message, Reason, ErrorCode, and Details that can be used to determine the source of the error.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)