GET api/Championship/GetChampionshipList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ChampionshipDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ChampionshipName | string |
None. |
|
DesktopImage | string |
None. |
|
MobileImage | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "85f00970-a329-4c47-a866-bdaa4af7501d", "ChampionshipName": "sample string 2", "DesktopImage": "sample string 3", "MobileImage": "sample string 4" }, { "Id": "85f00970-a329-4c47-a866-bdaa4af7501d", "ChampionshipName": "sample string 2", "DesktopImage": "sample string 3", "MobileImage": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfChampionshipDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.ChampionshipModule.Model"> <ChampionshipDto> <ChampionshipName>sample string 2</ChampionshipName> <DesktopImage>sample string 3</DesktopImage> <Id>85f00970-a329-4c47-a866-bdaa4af7501d</Id> <MobileImage>sample string 4</MobileImage> </ChampionshipDto> <ChampionshipDto> <ChampionshipName>sample string 2</ChampionshipName> <DesktopImage>sample string 3</DesktopImage> <Id>85f00970-a329-4c47-a866-bdaa4af7501d</Id> <MobileImage>sample string 4</MobileImage> </ChampionshipDto> </ArrayOfChampionshipDto>