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": "9fd95f38-dac2-44bc-afe7-3b7522219024",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "16024a5c-499f-406f-9a36-fed81a0115dd",
"Points": 6.1
},
{
"$ref": "1"
}
]