GET api/CustomerScore/GetGlobalLeaderboardList?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeaderboardDtoName | Description | Type | Additional information |
---|---|---|---|
RankNumber | integer |
None. |
|
Id | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
None. |
|
Username | string |
None. |
|
CustomerImage | string |
None. |
|
Points | integer |
None. |
|
ContestId | globally unique identifier |
None. |
|
Description | string |
None. |
|
DescriptionFr | string |
None. |
|
PrizeImage | string |
None. |
|
IsTieBreakerWinner | boolean |
None. |
|
TieBreakerAnswer | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RankNumber": 1, "Id": "3bc63680-f035-4963-8fb3-90e7ac816fcd", "AccountId": "0e8e4923-20e8-434d-8b21-85e60a58cc4c", "Username": "sample string 3", "CustomerImage": "sample string 4", "Points": 5, "ContestId": "794f1813-23df-48d3-9217-c9385ac92b97", "Description": "sample string 7", "DescriptionFr": "sample string 8", "PrizeImage": "sample string 9", "IsTieBreakerWinner": true, "TieBreakerAnswer": "sample string 10" }, { "RankNumber": 1, "Id": "3bc63680-f035-4963-8fb3-90e7ac816fcd", "AccountId": "0e8e4923-20e8-434d-8b21-85e60a58cc4c", "Username": "sample string 3", "CustomerImage": "sample string 4", "Points": 5, "ContestId": "794f1813-23df-48d3-9217-c9385ac92b97", "Description": "sample string 7", "DescriptionFr": "sample string 8", "PrizeImage": "sample string 9", "IsTieBreakerWinner": true, "TieBreakerAnswer": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfLeaderboardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.CustomerScoreModol.Model"> <LeaderboardDto> <AccountId>0e8e4923-20e8-434d-8b21-85e60a58cc4c</AccountId> <ContestId>794f1813-23df-48d3-9217-c9385ac92b97</ContestId> <CustomerImage>sample string 4</CustomerImage> <Description>sample string 7</Description> <DescriptionFr>sample string 8</DescriptionFr> <Id>3bc63680-f035-4963-8fb3-90e7ac816fcd</Id> <IsTieBreakerWinner>true</IsTieBreakerWinner> <Points>5</Points> <PrizeImage>sample string 9</PrizeImage> <RankNumber>1</RankNumber> <TieBreakerAnswer>sample string 10</TieBreakerAnswer> <Username>sample string 3</Username> </LeaderboardDto> <LeaderboardDto> <AccountId>0e8e4923-20e8-434d-8b21-85e60a58cc4c</AccountId> <ContestId>794f1813-23df-48d3-9217-c9385ac92b97</ContestId> <CustomerImage>sample string 4</CustomerImage> <Description>sample string 7</Description> <DescriptionFr>sample string 8</DescriptionFr> <Id>3bc63680-f035-4963-8fb3-90e7ac816fcd</Id> <IsTieBreakerWinner>true</IsTieBreakerWinner> <Points>5</Points> <PrizeImage>sample string 9</PrizeImage> <RankNumber>1</RankNumber> <TieBreakerAnswer>sample string 10</TieBreakerAnswer> <Username>sample string 3</Username> </LeaderboardDto> </ArrayOfLeaderboardDto>