GET api/Rangliste/Bonus/{mandantId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mandantId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and Collection of BonusRanglisteItem [value]Response Formats
application/json, text/json
Sample:
{
"1": [
{
"$id": "2",
"BonusTyp": 0,
"DeltaMinutes": 1,
"UserId": "f7ec048e-4023-487d-82a5-7ade576a89df",
"Email": "sample string 3",
"DisplayName": "sample string 4",
"UserName": "sample string 5",
"MandantId": "314293fb-0911-4008-866e-a4c7610bff48",
"Points": 7.1
},
{
"$ref": "2"
}
],
"2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}