POST v3/leagues/statsranklist
get player rank list for this stat
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"statId": 1,
"leagueId": "sample string 2",
"curUserId": "sample string 3",
"isSSO": true,
"requestHost": "sample string 5",
"applicationPath": "sample string 6",
"secureApplicationPath": "sample string 7",
"absoluteApplicationPath": "sample string 8",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 11",
"clientOS": "sample string 12",
"clientBuild": "sample string 13",
"clientWidth": 14,
"clientHeight": 15,
"timezone": 16
}
application/xml, text/xml
Sample:
<LeagueStatListInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.League"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">15</ClientHeight> <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType> <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">14</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 11</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 3</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 5</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 7</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">16</timezone> <leagueId>sample string 2</leagueId> <StatId>1</StatId> </LeagueStatListInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"statId": 1,
"statName": "sample string 2",
"decimalPlaces": 3,
"percentageDisplay": true,
"statList": [
{
"statId": 1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"memberId": "sample string 4",
"memberName": "sample string 5",
"memberPhoto": "sample string 6",
"isNoPhoto": true,
"avatarBackgroundColor": "sample string 8",
"teamName": "sample string 9",
"perGameValue": 10.1,
"totalValue": 11.1,
"perGameRank": 12,
"totalRank": 13,
"isTeam": true,
"displayStatAs": 15
},
{
"statId": 1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"memberId": "sample string 4",
"memberName": "sample string 5",
"memberPhoto": "sample string 6",
"isNoPhoto": true,
"avatarBackgroundColor": "sample string 8",
"teamName": "sample string 9",
"perGameValue": 10.1,
"totalValue": 11.1,
"perGameRank": 12,
"totalRank": 13,
"isTeam": true,
"displayStatAs": 15
},
{
"statId": 1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"memberId": "sample string 4",
"memberName": "sample string 5",
"memberPhoto": "sample string 6",
"isNoPhoto": true,
"avatarBackgroundColor": "sample string 8",
"teamName": "sample string 9",
"perGameValue": 10.1,
"totalValue": 11.1,
"perGameRank": 12,
"totalRank": 13,
"isTeam": true,
"displayStatAs": 15
}
],
"isListLoaded": true,
"statAcronym": "sample string 6",
"displayStatAs": 7
}
application/xml, text/xml
Sample:
<LeagueStatsRankListOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.League">
<DecimalPlaces>3</DecimalPlaces>
<DisplayStatAs>7</DisplayStatAs>
<IsListLoaded>true</IsListLoaded>
<PercentageDisplay>true</PercentageDisplay>
<StatAcronym>sample string 6</StatAcronym>
<StatId>1</StatId>
<StatList>
<LeagueStatsItemOutVO>
<AvatarBackgroundColor>sample string 8</AvatarBackgroundColor>
<DisplayStatAs>15</DisplayStatAs>
<IsNoPhoto>true</IsNoPhoto>
<IsTeam>true</IsTeam>
<MemberId>sample string 4</MemberId>
<MemberName>sample string 5</MemberName>
<MemberPhoto>sample string 6</MemberPhoto>
<PerGameRank>12</PerGameRank>
<PerGameValue>10.1</PerGameValue>
<StatAcronym>sample string 3</StatAcronym>
<StatId>1</StatId>
<StatName>sample string 2</StatName>
<TeamName>sample string 9</TeamName>
<TotalRank>13</TotalRank>
<TotalValue>11.1</TotalValue>
</LeagueStatsItemOutVO>
<LeagueStatsItemOutVO>
<AvatarBackgroundColor>sample string 8</AvatarBackgroundColor>
<DisplayStatAs>15</DisplayStatAs>
<IsNoPhoto>true</IsNoPhoto>
<IsTeam>true</IsTeam>
<MemberId>sample string 4</MemberId>
<MemberName>sample string 5</MemberName>
<MemberPhoto>sample string 6</MemberPhoto>
<PerGameRank>12</PerGameRank>
<PerGameValue>10.1</PerGameValue>
<StatAcronym>sample string 3</StatAcronym>
<StatId>1</StatId>
<StatName>sample string 2</StatName>
<TeamName>sample string 9</TeamName>
<TotalRank>13</TotalRank>
<TotalValue>11.1</TotalValue>
</LeagueStatsItemOutVO>
<LeagueStatsItemOutVO>
<AvatarBackgroundColor>sample string 8</AvatarBackgroundColor>
<DisplayStatAs>15</DisplayStatAs>
<IsNoPhoto>true</IsNoPhoto>
<IsTeam>true</IsTeam>
<MemberId>sample string 4</MemberId>
<MemberName>sample string 5</MemberName>
<MemberPhoto>sample string 6</MemberPhoto>
<PerGameRank>12</PerGameRank>
<PerGameValue>10.1</PerGameValue>
<StatAcronym>sample string 3</StatAcronym>
<StatId>1</StatId>
<StatName>sample string 2</StatName>
<TeamName>sample string 9</TeamName>
<TotalRank>13</TotalRank>
<TotalValue>11.1</TotalValue>
</LeagueStatsItemOutVO>
</StatList>
<StatName>sample string 2</StatName>
</LeagueStatsRankListOutVO>