GET api/Rangliste/GroupedLeaderboards/Provida
Request Information
URI Parameters
None.
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": "a5690f44-3851-4e24-afbd-462acb7c3e4a",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "7c25e1cb-b0a5-485d-815b-b6db41fb9c4d",
"Points": 6.1
},
{
"$ref": "1"
}
]