GET api/ContestLeaderboardReward/GetContestLeaderboardSetup?contestId={contestId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contestId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContestLeaderboardRewardDtoName | Description | Type | Additional information |
---|---|---|---|
ContestId | globally unique identifier |
None. |
|
Description | string |
None. |
|
UserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ContestId": "b44f57ea-e7d5-48f7-afbc-02b1e0e563a1", "Description": "sample string 2", "UserId": "2bb96be6-3bd4-441d-826f-33065b4b6fc5" }, { "ContestId": "b44f57ea-e7d5-48f7-afbc-02b1e0e563a1", "Description": "sample string 2", "UserId": "2bb96be6-3bd4-441d-826f-33065b4b6fc5" } ]
application/xml, text/xml
Sample:
<ArrayOfContestLeaderboardRewardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.ContestLeaderboardSetupModule.Model"> <ContestLeaderboardRewardDto> <ContestId>b44f57ea-e7d5-48f7-afbc-02b1e0e563a1</ContestId> <Description>sample string 2</Description> <UserId>2bb96be6-3bd4-441d-826f-33065b4b6fc5</UserId> </ContestLeaderboardRewardDto> <ContestLeaderboardRewardDto> <ContestId>b44f57ea-e7d5-48f7-afbc-02b1e0e563a1</ContestId> <Description>sample string 2</Description> <UserId>2bb96be6-3bd4-441d-826f-33065b4b6fc5</UserId> </ContestLeaderboardRewardDto> </ArrayOfContestLeaderboardRewardDto>