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": "033c7e9c-ac84-42b0-897c-5986c27931f3",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "76edb9dd-5294-4a9c-8dfb-7d69f2bf1fb9",
"Points": 6.1
},
{
"$ref": "1"
}
]