GET api/Rangliste/GroupedLeaderboards/TechData
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": "b9b73238-8d7e-41b9-9a51-9d2080bb7f34",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "4b814e82-851a-4636-aaf6-e38750f77152",
"Points": 6.1
},
{
"$ref": "1"
}
]