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": "c4b3afb5-ecb0-459e-bef7-d1e976de1e6c",
"Email": "sample string 3",
"DisplayName": "sample string 4",
"UserName": "sample string 5",
"MandantId": "481bd8c6-5d2b-4d11-9335-31a032215fb3",
"Points": 7.1
},
{
"$ref": "2"
}
],
"2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}