GET api/Rangliste/RadioPilatus
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": "e2b08fc0-105b-4325-8ba1-c7ce3c8ac62c",
"Email": "sample string 2",
"DisplayName": "sample string 3",
"UserName": "sample string 4",
"MandantId": "95c6c1a7-3d34-4307-811c-3ecb5e19b8d6",
"Points": 6.1
},
{
"$ref": "1"
}
]