GET api/Rangliste/Bonus/{mandantId}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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": "c4ea188f-6063-4352-babf-102fcf7a677f",
      "Email": "sample string 3",
      "DisplayName": "sample string 4",
      "UserName": "sample string 5",
      "MandantId": "008ae66f-260c-4b2a-9aff-6c80b5bf8578",
      "Points": 7.1
    },
    {
      "$ref": "2"
    }
  ],
  "2": [
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body