GET api/Rangliste/{mandantId}/{tournamentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mandantId | globally unique identifier |
Required |
|
| tournamentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RanglisteItem| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| string |
None. |
||
| DisplayName | string |
None. |
|
| UserName | string |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Points | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserId": "1cd66775-4f91-4a04-b883-692017b7abad",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "3dced4f6-c60f-401e-8da8-300d63533fb4",
"Points": 6.1
},
{
"$ref": "1"
}
]