GET api/Bonus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BonusTipp| Name | Description | Type | Additional information |
|---|---|---|---|
| TippBonusId | globally unique identifier |
None. |
|
| BonusId | globally unique identifier |
Required |
|
| GameId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Value | string |
Required |
|
| Type | BonusTyp |
None. |
|
| Result | string |
None. |
|
| Points | string |
None. |
|
| ActiveUntil | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"TippBonusId": "c051e4e6-190b-4605-b7cb-4c6d60a2e67d",
"BonusId": "214b22a9-948e-467c-8cda-b2fa1e92a1dc",
"GameId": "855eb263-7585-4c2a-bd5a-86e5edfcd107",
"UserId": "cb13bf36-73ab-4c0e-9d15-d89717403068",
"Value": "sample string 4",
"Type": 0,
"Result": "sample string 5",
"Points": "sample string 6",
"ActiveUntil": "2026-01-14T05:03:47.9133651+00:00"
},
{
"$ref": "1"
}
]