Download OpenAPI specification:
| userId | string |
| gameSessionId | string |
| includeProcessed | boolean |
| createdBefore | string <date-time> |
| createdAfter | string <date-time> |
| limit | integer <int32> |
{- "bets": [
- {
- "userId": "string",
- "gameSessionId": "string",
- "gameType": "unknown_game",
- "fieldName": "unknown_field",
- "amount": "string",
- "payout": "string",
- "createTxId": "string",
- "settleTxId": "string",
- "created": "2019-08-24T14:15:22Z",
- "settled": "2019-08-24T14:15:22Z"
}
]
}required | Array of objects (Bet) |
{- "bets": [
- {
- "userId": "string",
- "gameSessionId": "string",
- "gameType": "unknown_game",
- "fieldName": "unknown_field",
- "amount": "string",
- "payout": "string",
- "createTxId": "string",
- "settleTxId": "string",
- "created": "2019-08-24T14:15:22Z",
- "settled": "2019-08-24T14:15:22Z"
}
]
}{- "failedBets": [
- {
- "userId": "string",
- "gameSessionId": "string",
- "gameType": "unknown_game",
- "fieldName": "unknown_field",
- "amount": "string",
- "payout": "string",
- "createTxId": "string",
- "settleTxId": "string",
- "created": "2019-08-24T14:15:22Z",
- "settled": "2019-08-24T14:15:22Z"
}
], - "error": [
- "string"
]
}| userIds | Array of strings |
| labels | Array of strings |
| beforeTxId | string |
| createdBefore | string <date-time> |
| createdAfter | string <date-time> |
| limit | integer <int32> |
{- "creditTransactions": [
- {
- "id": "string",
- "correspondingId": "string",
- "accountId": "string",
- "debitAmount": "string",
- "creditAmount": "string",
- "closingBalance": "string",
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "correspondingUsername": "string"
}
]
}| fromUserId required | string |
| toUserId required | string |
| amount required | string |
| reference | string |
{- "fromUserId": "string",
- "toUserId": "string",
- "amount": "string",
- "reference": "string"
}{- "success": true,
- "message": "string"
}| sessionIds | Array of strings |
| createdAfter | string <date-time> |
| createdBefore | string <date-time> |
| limit | integer <int32> |
| excludeSettled | boolean |
| excludeUnsettled | boolean |
{- "sessions": [
- {
- "id": "string",
- "startedAt": "2019-08-24T14:15:22Z",
- "closedAt": "2019-08-24T14:15:22Z",
- "endedAt": "2019-08-24T14:15:22Z",
- "results": {
- "roulette": {
- "field": 0,
- "colour": "string",
- "multipliers": {
- "property1": 0.1,
- "property2": 0.1
}
}, - "baccarat": {
- "playerCards": [
- {
- "suit": "string",
- "figure": "string",
- "value": 0
}
], - "playerTotal": 0,
- "bankerCards": [
- {
- "suit": "string",
- "figure": "string",
- "value": 0
}
], - "bankerTotal": 0,
- "winner": "string",
- "multipliers": {
- "property1": 0.1,
- "property2": 0.1
}
}, - "sicbo": {
- "dice": [
- 0
], - "multipliers": {
- "property1": 0.1,
- "property2": 0.1
}
}
}
}
], - "serverTime": "2019-08-24T14:15:22Z"
}{- "failedBets": [
- {
- "userId": "string",
- "gameSessionId": "string",
- "gameType": "unknown_game",
- "fieldName": "unknown_field",
- "amount": "string",
- "payout": "string",
- "createTxId": "string",
- "settleTxId": "string",
- "created": "2019-08-24T14:15:22Z",
- "settled": "2019-08-24T14:15:22Z"
}
], - "sessionsProcessed": [
- {
- "userId": "string",
- "gameSessionId": "string",
- "gameType": "unknown_game",
- "fieldName": "unknown_field",
- "amount": "string",
- "payout": "string",
- "createTxId": "string",
- "settleTxId": "string",
- "created": "2019-08-24T14:15:22Z",
- "settled": "2019-08-24T14:15:22Z"
}
]
}{- "baccarat": {
- "history": [
- {
- "values": [
- "string"
]
}
], - "playerPair": 0,
- "bankerPair": 0,
- "player": 0,
- "tie": 0,
- "banker": 0,
- "playerPercentage": 0.1,
- "bankerPercentage": 0.1,
- "playerFavour": 0.1,
- "bankerFavour": 0.1
}, - "sicbo": {
- "bigSmallHistory": [
- {
- "values": [
- "string"
]
}
], - "bigPercentage": 0.1,
- "smallPercentage": 0.1,
- "triplePercentage": 0.1,
- "sumHistory": [
- 0
], - "occurrences": [
- 0.1
]
}, - "roulette": {
- "hotNumbers": [
- 0
], - "coldNumbers": [
- 0
], - "redPercentage": 0.1,
- "blackPercentage": 0.1,
- "smallPercentage": 0.1,
- "bigPercentage": 0.1,
- "evenPercentage": 0.1,
- "oddPercentage": 0.1
}
}| sessionId required | string |
| gameType | string Default: "unknown_game" Enum: "unknown_game" "baccarat_1" "roulette_1" "sicbo_1" |
{- "players": [
- {
- "playerDisplayName": "string",
- "betAmount": "string"
}
]
}| sessionId required | string |
| gameType | string Default: "unknown_game" Enum: "unknown_game" "baccarat_1" "roulette_1" "sicbo_1" |
{- "results": [
- {
- "playerDisplayName": "string",
- "amount": "string"
}
]
}| recipientId required | string |
| senderId required | string |
| createdBefore | string <date-time> |
| createdAfter | string <date-time> |
| maxItems | integer <int32> |
{- "messages": [
- {
- "messageId": "string",
- "senderId": "string",
- "recipientId": "string",
- "subject": "string",
- "body": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "readAt": "2019-08-24T14:15:22Z"
}
]
}| messageId | string |
| senderId required | string |
| recipientId required | string |
| subject | string |
| body required | string |
| createdAt | string <date-time> |
| readAt | string <date-time> |
{- "messageId": "string",
- "senderId": "string",
- "recipientId": "string",
- "subject": "string",
- "body": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "readAt": "2019-08-24T14:15:22Z"
}{ }| name required | string |
| details | string |
| password | string |
| displayName | string |
| labels | Array of strings |
{- "name": "string",
- "details": "string",
- "password": "string",
- "displayName": "string",
- "labels": [
- "string"
]
}{- "user": {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "role": 0,
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "parentDisplayName": "string"
}
}| filter.role | integer <int32> |
| filter.name | string |
| filter.labels | Array of strings |
| filter.createdBefore | string <date-time> |
| filter.createdAfter | string <date-time> |
| filter.limit | integer <int32> |
{- "users": [
- {
- "user": {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "role": 0,
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "parentDisplayName": "string"
}, - "balance": "string"
}
]
}| bookmakerBalance | string |
| managerBalance | string |
| managerName | string |
| managerPassword | string |
{- "bookmakerBalance": "string",
- "managerBalance": "string",
- "managerName": "string",
- "managerPassword": "string"
}{ }| filter.role | integer <int32> |
| filter.name | string |
| filter.labels | Array of strings |
| filter.createdBefore | string <date-time> |
| filter.createdAfter | string <date-time> |
| filter.limit | integer <int32> |
{- "users": [
- {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "role": 0,
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "parentDisplayName": "string"
}
]
}| name required | string |
| password required | string |
{- "name": "string",
- "password": "string"
}{- "accessToken": "string"
}| name | string |
| details | string |
| displayName | string |
| labels | Array of strings |
{- "name": "string",
- "details": "string",
- "displayName": "string",
- "labels": [
- "string"
]
}{- "user": {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "role": 0,
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "parentDisplayName": "string"
}, - "magicLink": {
- "code": "string",
- "expiresAt": "2019-08-24T14:15:22Z"
}
}| name | string |
{- "name": "string"
}{- "magicLink": {
- "code": "string",
- "expiresAt": "2019-08-24T14:15:22Z"
}
}| name required | string |
| details required | string |
| displayName | string |
| labels | Array of strings |
{- "details": "string",
- "displayName": "string",
- "labels": [
- "string"
]
}{- "user": {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "role": 0,
- "details": "string",
- "created": "2019-08-24T14:15:22Z",
- "labels": [
- "string"
], - "parentDisplayName": "string"
}
}| name required | string |
| oldPassword required | string |
| newPassword required | string |
{- "oldPassword": "string",
- "newPassword": "string"
}{ }| name required | string |
{- "name": "string",
- "password": "string"
}| playerId required | string |
| reason | string |
{- "reason": "string"
}{- "success": true,
- "message": "string",
- "transactionId": "string",
- "creditsReturned": "string"
}