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": "43c30f39-fe46-4309-8cd6-9d75d44939d3",
"Value": "sample string 2",
"IsCH": true,
"IsWorld": true,
"IsAboSchuetze": true,
"Points": 6
},
{
"$ref": "3"
}
]
}
}