GET api/Player
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dictionary of TippSpielMode [key] and Dictionary of BonusTyp [key] and Collection of Player [value] [value]Response Formats
application/json, text/json
Sample:
{
"SiegerTipp": {
"$id": "2",
"Weltmeister": [
{
"$id": "3",
"PlayerId": "1ba99d5e-b9a2-4a25-8ded-794099a203bb",
"Value": "sample string 2",
"IsCH": true,
"IsWorld": true,
"IsAboSchuetze": true,
"Points": 6
},
{
"$ref": "3"
}
]
}
}