GET api/v1/points/leaderboard/member/{memberId}

Get leaderboard data by leaderboard grouping. Return first 20 per category. Added beta 8/24

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id

integer

Required

Body Parameters

None.

Response Information

Resource Description

LeaderboardMemberDetailViewModel
NameDescriptionTypeAdditional information
MostCorrect2s

integer

None.

TotalCorrect2s

integer

None.

Correct2sPercentage

decimal number

None.

MostWins

integer

None.

TotalWins

integer

None.

WinsPercentage

decimal number

None.

Performance

Collection of MemberGamePerformance

None.

Response Formats

application/json, text/json

Sample:
{
  "mostCorrect2s": 1,
  "totalCorrect2s": 2,
  "correct2sPercentage": 3.0,
  "mostWins": 4,
  "totalWins": 5,
  "winsPercentage": 6.0,
  "performance": [
    {
      "memberId": 1,
      "memberAliasId": 2,
      "id": 3,
      "gameId": 4,
      "gameTypeId": 64,
      "isPrivate": true,
      "memberGameName": "sample string 7",
      "gameName": "sample string 8",
      "iconUrl": "sample string 9",
      "wallpaperUrl": "sample string 10",
      "totalPlayers": 11,
      "isCompleted": true,
      "winner": true,
      "isCorrect2": true,
      "rank": 1,
      "doneDate": "2026-01-13T03:03:18.6847852+00:00",
      "masterDeadline": "2026-01-13T03:03:18.6847852+00:00"
    },
    {
      "memberId": 1,
      "memberAliasId": 2,
      "id": 3,
      "gameId": 4,
      "gameTypeId": 64,
      "isPrivate": true,
      "memberGameName": "sample string 7",
      "gameName": "sample string 8",
      "iconUrl": "sample string 9",
      "wallpaperUrl": "sample string 10",
      "totalPlayers": 11,
      "isCompleted": true,
      "winner": true,
      "isCorrect2": true,
      "rank": 1,
      "doneDate": "2026-01-13T03:03:18.6847852+00:00",
      "masterDeadline": "2026-01-13T03:03:18.6847852+00:00"
    }
  ]
}

text/html, text/plain

Sample:
{"mostCorrect2s":1,"totalCorrect2s":2,"correct2sPercentage":3.0,"mostWins":4,"totalWins":5,"winsPercentage":6.0,"performance":[{"memberId":1,"memberAliasId":2,"id":3,"gameId":4,"gameTypeId":64,"isPrivate":true,"memberGameName":"sample string 7","gameName":"sample string 8","iconUrl":"sample string 9","wallpaperUrl":"sample string 10","totalPlayers":11,"isCompleted":true,"winner":true,"isCorrect2":true,"rank":1,"doneDate":"2026-01-13T03:03:18.6847852+00:00","masterDeadline":"2026-01-13T03:03:18.6847852+00:00"},{"memberId":1,"memberAliasId":2,"id":3,"gameId":4,"gameTypeId":64,"isPrivate":true,"memberGameName":"sample string 7","gameName":"sample string 8","iconUrl":"sample string 9","wallpaperUrl":"sample string 10","totalPlayers":11,"isCompleted":true,"winner":true,"isCorrect2":true,"rank":1,"doneDate":"2026-01-13T03:03:18.6847852+00:00","masterDeadline":"2026-01-13T03:03:18.6847852+00:00"}]}

application/xml, text/xml

Sample:
<LeaderboardMemberDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Last2Left.WebApi.ViewModels">
  <Correct2sPercentage>3</Correct2sPercentage>
  <MostCorrect2s>1</MostCorrect2s>
  <MostWins>4</MostWins>
  <Performance xmlns:d2p1="http://schemas.datacontract.org/2004/07/Last2Left.Services.DTOs">
    <d2p1:MemberGamePerformance>
      <d2p1:DoneDate>2026-01-13T03:03:18.6847852+00:00</d2p1:DoneDate>
      <d2p1:GameId>4</d2p1:GameId>
      <d2p1:GameName>sample string 8</d2p1:GameName>
      <d2p1:GameTypeId>64</d2p1:GameTypeId>
      <d2p1:IconUrl>sample string 9</d2p1:IconUrl>
      <d2p1:Id>3</d2p1:Id>
      <d2p1:IsCompleted>true</d2p1:IsCompleted>
      <d2p1:IsCorrect2>true</d2p1:IsCorrect2>
      <d2p1:IsPrivate>true</d2p1:IsPrivate>
      <d2p1:MasterDeadline>2026-01-13T03:03:18.6847852+00:00</d2p1:MasterDeadline>
      <d2p1:MemberAliasId>2</d2p1:MemberAliasId>
      <d2p1:MemberGameName>sample string 7</d2p1:MemberGameName>
      <d2p1:MemberId>1</d2p1:MemberId>
      <d2p1:Rank>1</d2p1:Rank>
      <d2p1:TotalPlayers>11</d2p1:TotalPlayers>
      <d2p1:WallpaperUrl>sample string 10</d2p1:WallpaperUrl>
      <d2p1:Winner>true</d2p1:Winner>
    </d2p1:MemberGamePerformance>
    <d2p1:MemberGamePerformance>
      <d2p1:DoneDate>2026-01-13T03:03:18.6847852+00:00</d2p1:DoneDate>
      <d2p1:GameId>4</d2p1:GameId>
      <d2p1:GameName>sample string 8</d2p1:GameName>
      <d2p1:GameTypeId>64</d2p1:GameTypeId>
      <d2p1:IconUrl>sample string 9</d2p1:IconUrl>
      <d2p1:Id>3</d2p1:Id>
      <d2p1:IsCompleted>true</d2p1:IsCompleted>
      <d2p1:IsCorrect2>true</d2p1:IsCorrect2>
      <d2p1:IsPrivate>true</d2p1:IsPrivate>
      <d2p1:MasterDeadline>2026-01-13T03:03:18.6847852+00:00</d2p1:MasterDeadline>
      <d2p1:MemberAliasId>2</d2p1:MemberAliasId>
      <d2p1:MemberGameName>sample string 7</d2p1:MemberGameName>
      <d2p1:MemberId>1</d2p1:MemberId>
      <d2p1:Rank>1</d2p1:Rank>
      <d2p1:TotalPlayers>11</d2p1:TotalPlayers>
      <d2p1:WallpaperUrl>sample string 10</d2p1:WallpaperUrl>
      <d2p1:Winner>true</d2p1:Winner>
    </d2p1:MemberGamePerformance>
  </Performance>
  <TotalCorrect2s>2</TotalCorrect2s>
  <TotalWins>5</TotalWins>
  <WinsPercentage>6</WinsPercentage>
</LeaderboardMemberDetailViewModel>