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": "3e4648b9-8591-4af9-8e31-192cc7fcd169",
"Email": "sample string 3",
"DisplayName": "sample string 4",
"UserName": "sample string 5",
"MandantId": "31851a5c-18fb-4c77-850d-ffd17c0b785c",
"Points": 7.1
},
{
"$ref": "2"
}
],
"2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}