- Shopping
- Authorization
- Flights
- (Scenario)Basic Flight Booking flow
- Flight Booking
- Flight Inspiration
- Flight Schedule
- Airport
- Airlines
- Destination experiences
- Car and Transfers
- Market insights
- Hotels
- Itinerary management
- STARGAME
- Common errors
- InitialGetBalance
- InitialGetBalance
- GetBalanceBadHash
- GetBalanceBadHash
- InvalidCommand
- InvalidCommand
- InvalidUserName
- InvalidUserName
- PlayerBetMissingTransactionId
- PlayerBetMissingTransactionId
- PlayerWinEmptyTransactionId
- PlayerWinEmptyTransactionId
- PlayerBetNegativeAmount
- PlayerBetNegativeAmount
- PlayerWinNegativeAmount
- PlayerWinNegativeAmount
- PlayerBetInsufficientBalance
- PlayerBetInsufficientBalance
- CheckBalance
- CheckBalance
- Workflow
- OpenSession
- OpenSession
- OpenSessionAlreadyOpened
- OpenSessionAlreadyOpened
- GetBalance
- GetBalance
- PlayerBet #1 (-50)
- PlayerBet #1 (-50)
- PlayerWin (+150)
- PlayerWin (+150)
- PlayerBet #2 (-50)
- PlayerBet #2 (-50)
- PlayerWinZeroAmount (+0)
- PlayerWinZeroAmount (+0)
- PlayerBet #3 (-50)
- PlayerBet #3 (-50)
- PlayerWin (+200)
- PlayerWin (+200)
- PlayerWinTransactionAlreadyExist
- PlayerWinTransactionAlreadyExist
- PlayerBet #4 (-200)
- PlayerBet #4 (-200)
- PlayerBetTransactionAlreadyExist
- PlayerBetTransactionAlreadyExist
- PlayerBetBadHash
- PlayerBetBadHash
- PlayerWinBadHash
- PlayerWinBadHash
- CancelBet #4 (+200)
- CancelBet #4 (+200)
- CancelBetAlreadyCancelled
- CancelBetAlreadyCancelled
- CancelBetDoesNotExist
- CancelBetDoesNotExist
- PlayerBet #5 (-50)
- PlayerBet #5 (-50)
- CloseSession
- CloseSession
- PlayerBet #6 (-250)
- PlayerBet #6 (-250)
- PlayerWin (+50)
- PlayerWin (+50)
- CancelBet #5 (+50)
- CancelBet #5 (+50)
- PlayerBet #7 (-100)
- PlayerBet #7 (-100)
- PlayerBet #8 (-50)
- PlayerBet #8 (-50)
- PlayerBet #9 (-25)
- PlayerBet #9 (-25)
- PlayerBet #10 (-25)
- PlayerBet #10 (-25)
- PlayerBet #11 (-50)
- PlayerBet #11 (-50)
- CancelBet #7 (+100)
- CancelBet #7 (+100)
- CancelBet #9 (+25)
- CancelBet #9 (+25)
- CancelBet #11 (+50)
- CancelBet #11 (+50)
- PlayerWin (+75)
- PlayerWin (+75)
- CloseSessionAlreadyClosed
- CloseSessionAlreadyClosed
- FinalCheckBalance
- FinalCheckBalance
- RemoteSession
- Common errors
- IMEI
- GPK
- SUPERSET
- Menu
- Queries
- Annotation Layers
- /annotation_layer/
- /annotation_layer/
- /annotation_layer/
- /annotation_layer/_info
- /annotation_layer/related/{column_name}
- /annotation_layer/{pk}
- /annotation_layer/{pk}
- /annotation_layer/{pk}
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/
- /annotation_layer/{pk}/annotation/{annotation_id}
- /annotation_layer/{pk}/annotation/{annotation_id}
- /annotation_layer/{pk}/annotation/{annotation_id}
- AsyncEventsRestApi
- CacheRestApi
- Charts
- CSS Templates
- Dashboards
- Database
- /database/
- /database/
- /database/_info
- /database/export/
- /database/import/
- /database/test_connection
- /database/{pk}
- /database/{pk}
- /database/{pk}
- /database/{pk}/function_names/
- /database/{pk}/related_objects/
- /database/{pk}/schemas/
- /database/{pk}/select_star/{table_name}/
- /database/{pk}/select_star/{table_name}/{schema_name}/
- /database/{pk}/table/{table_name}/{schema_name}/
- Datasets
- LogRestApi
- OpenApi
- Security
- VEGAS
- BI
- vl
- Client API v2.0
- Authentication API v2.0
- Seamless Wallet API v2.0
- Transfer Wallet API v2.0
- Report API
- isonlineGET
- Vegaslounge
- VL
- VegasloungeAPI
Get Detailed Betting Report
GET
/operator/vl/{clientId}/replay/transfer
Report API
Request
Path Params
clientId
string
required
<= 40 characters
Query Params
startDate
integer
required
endDate
integer
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/operator/vl//replay/transfer?startDate&endDate'
Responses
🟢200Successful Response
application/json
Body
array of:
gameUid
string
optional
gameReferenceCode
string
optional
gameType
string
optional
gameResultType
string
optional
gameplay
object
optional
.BaccaratGameplay
object
optional
dealerName
string | null
optional
startDate
integer
optional
endDate
integer
optional
gameRecordingUrl
string | null
optional
playersBets
array [object {6}]
optional
playerId
string
optional
playerName
string
optional
currency
string
optional
totalBetAmount
number
optional
totalPayoffAmount
number
optional
bets
array [object {10}]
optional
Example
[
{
"gameUid": "string",
"gameReferenceCode": "string",
"gameType": "string",
"gameResultType": "string",
"gameplay": {
".BaccaratGameplay": {
"betEndDate": 0,
"bankerHand": {
"cards": {
"property1": "string",
"property2": "string"
},
"cancelledCards": [
"string"
]
},
"playerHand": {
"cards": {
"property1": "string",
"property2": "string"
},
"cancelledCards": [
"string"
]
},
"burnCards": {
"property1": "string",
"property2": "string"
},
"betTypeToResultType": {
"property1": "string",
"property2": "string"
}
}
},
"dealerName": "string",
"startDate": 0,
"endDate": 0,
"gameRecordingUrl": "string",
"playersBets": [
{
"playerId": "string",
"playerName": "string",
"currency": "string",
"totalBetAmount": 0,
"totalPayoffAmount": 0,
"bets": [
{
"txId": "string",
"betAmount": 0,
"payoffAmount": 0,
"theoreticalWin": 0,
"rejectionCode": 0,
"playerBetStatus": "string",
"resultType": "string",
"seatId": 0,
"betType": "string",
"handId": 0
}
]
}
]
}
]
🟠403Unauthorized