Download OpenAPI specification:Download
This is a dynamically generated API specification for all endpoints existing on the current project.
List the postgres_public_gameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "date_updated": "string",
- "GameAggregatorRequestId": "string",
- "GameAggregatorTransactionId": "string",
- "WinId": "string",
- "BetId": "string",
- "RoundId": "string",
- "CurrencyCode": "string",
- "IsRollback": true,
- "Extra": "string",
- "WalletTransactionId": "string",
- "AmountWon": 0,
- "AmountSpend": 0,
- "AmountWagered": 0,
- "Created": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "GameId": "string",
- "GameName": "string",
- "GameplayType": "string",
- "MoneyType": "string",
- "RequestFromGameAggregator": "string",
- "ResponseToGameAggregator": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "PreExecutionAmountOfBonusMoney": 0,
- "PreExecutionAmountOfFreeSpins": 0,
- "GameRoundTransactionId": "string",
- "GameProviderName": "string",
- "CryptoAmount": 0,
- "StableCoinAmount": 0,
- "CryptoRatioAgainstStableCoin": 0,
- "StableCoinCurrency": "string",
- "PostExecutionAmountOfRealMoney": 0
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_gameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "date_updated": "string",
- "GameAggregatorRequestId": "string",
- "GameAggregatorTransactionId": "string",
- "WinId": "string",
- "BetId": "string",
- "RoundId": "string",
- "CurrencyCode": "string",
- "IsRollback": true,
- "Extra": "string",
- "WalletTransactionId": "string",
- "AmountWon": 0,
- "AmountSpend": 0,
- "AmountWagered": 0,
- "Created": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "GameId": "string",
- "GameName": "string",
- "GameplayType": "string",
- "MoneyType": "string",
- "RequestFromGameAggregator": "string",
- "ResponseToGameAggregator": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "PreExecutionAmountOfBonusMoney": 0,
- "PreExecutionAmountOfFreeSpins": 0,
- "GameRoundTransactionId": "string",
- "GameProviderName": "string",
- "CryptoAmount": 0,
- "StableCoinAmount": 0,
- "CryptoRatioAgainstStableCoin": 0,
- "StableCoinCurrency": "string",
- "PostExecutionAmountOfRealMoney": 0
}
}
List the postgres_public_gameroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameId": "string",
- "GameName": "string",
- "RoundId": "string",
- "TotalNumberOfOperations": 0,
- "TotalNumberOfBets": 0,
- "TotalNumberOfWins": 0,
- "TotalAmountWon": 0,
- "TotalAmountWagered": 0,
- "Profit": 0,
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "GameRoundOutcomeType": "string",
- "GameplayTransactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_gameroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameId": "string",
- "GameName": "string",
- "RoundId": "string",
- "TotalNumberOfOperations": 0,
- "TotalNumberOfBets": 0,
- "TotalNumberOfWins": 0,
- "TotalAmountWon": 0,
- "TotalAmountWagered": 0,
- "Profit": 0,
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "GameRoundOutcomeType": "string",
- "GameplayTransactions": [
- "string"
]
}
}
List the postgres_public_wallettransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "Amount": 0,
- "SignedAmount": 0,
- "InitialWageredAmount": 0,
- "PendingWageredAmount": 0,
- "IsFulfilled": true,
- "CurrencyCode": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "PaymentMethodSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "DirectionType": "string",
- "TransactionType": "string",
- "StatusType": "string",
- "RequestToPaymentGateway": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "CallbackRequestFromPaymentGateway": "string",
- "ResponseFromPaymentGateway": "string",
- "player_statistics_overview": "string",
- "PromoCode": "string",
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "HasSyncedToGtm": true
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_wallettransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "Amount": 0,
- "SignedAmount": 0,
- "InitialWageredAmount": 0,
- "PendingWageredAmount": 0,
- "IsFulfilled": true,
- "CurrencyCode": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "PaymentMethodSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "DirectionType": "string",
- "TransactionType": "string",
- "StatusType": "string",
- "RequestToPaymentGateway": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "CallbackRequestFromPaymentGateway": "string",
- "ResponseFromPaymentGateway": "string",
- "player_statistics_overview": "string",
- "PromoCode": "string",
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "HasSyncedToGtm": true
}
}
List the postgres_public_wallets items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserId": "string",
- "IsDefault": true,
- "AmountOfRealMoney": 0,
- "AmountOfBonusMoney": 0,
- "WalletSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "WalletCurrency": "string",
- "wallet_transactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_wallets item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserId": "string",
- "IsDefault": true,
- "AmountOfRealMoney": 0,
- "AmountOfBonusMoney": 0,
- "WalletSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "WalletCurrency": "string",
- "wallet_transactions": [
- "string"
]
}
}
List the postgres_public_sportsbookgameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "SportsbookProviderRequestId": "string",
- "SportsbookProviderTransactionId": "string",
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "InitialRequest": "string",
- "SportsbookMoneyType": "string",
- "SportsbookGameplayType": "string",
- "SportsbookGameplayStatusType": "string",
- "SportsbookBetRoundTransactionId": "string",
- "WalletId": "string",
- "SportsbookGameplayDetails": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "SportsbookProviderRequestId": "string",
- "SportsbookProviderTransactionId": "string",
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "InitialRequest": "string",
- "SportsbookMoneyType": "string",
- "SportsbookGameplayType": "string",
- "SportsbookGameplayStatusType": "string",
- "SportsbookBetRoundTransactionId": "string",
- "WalletId": "string",
- "SportsbookGameplayDetails": [
- "string"
]
}
}
List the postgres_public_sportsbookbetroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookProviderTransactionId": "string",
- "InitialBetAmount": 0,
- "TotalNumberOfOperations": 0,
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "TotalAmountOfProfit": 0,
- "PlayerId": "string",
- "TotalStake": 0,
- "TotalOdds": 0,
- "ExpectedBonusMoneyWin": 0,
- "ExpectedRealAndBonusMoneyWin": 0,
- "NumberOfSelections": 0,
- "ActualRealAndBonusMoneyWin": 0,
- "BetSlipType": 0,
- "Agent": "string",
- "IpAddress": "string",
- "SportsbookBetRoundOutcomeType": 0,
- "sportsbookgameplay_transactions": [
- "string"
], - "SportsbookBetRoundSelectionDetails": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookbetroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookProviderTransactionId": "string",
- "InitialBetAmount": 0,
- "TotalNumberOfOperations": 0,
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "TotalAmountOfProfit": 0,
- "PlayerId": "string",
- "TotalStake": 0,
- "TotalOdds": 0,
- "ExpectedBonusMoneyWin": 0,
- "ExpectedRealAndBonusMoneyWin": 0,
- "NumberOfSelections": 0,
- "ActualRealAndBonusMoneyWin": 0,
- "BetSlipType": 0,
- "Agent": "string",
- "IpAddress": "string",
- "SportsbookBetRoundOutcomeType": 0,
- "sportsbookgameplay_transactions": [
- "string"
], - "SportsbookBetRoundSelectionDetails": [
- "string"
]
}
}
List the postgres_public_players items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserName": "string",
- "Email": "string",
- "CpfNumber": "string",
- "Language": "string",
- "IsActive": true,
- "IsPlayerBan": true,
- "IsPlayerDelete": true,
- "DateOfBirth": "2019-08-24T14:15:22Z",
- "is_limit_needed": "string",
- "amount_to_credit": 0,
- "transaction_reference": "string",
- "player_statistics": "string",
- "update_player_profile": true,
- "LastName": "string",
- "FirstName": "string",
- "City": "string",
- "Country": "string",
- "Created": "2019-08-24T14:15:22Z",
- "game_overview": "string",
- "IPAddress": "string",
- "player_validate_kyc_status": true,
- "IsPlayerSuspend": true,
- "AffiliateId": "string",
- "AffiliatePartner": "string",
- "Cid": "string",
- "PhoneNumber": "string",
- "IsPlayerClose": true,
- "IsNewTandCAccepted": true,
- "TandCVersion": "string",
- "Category": "string",
- "IsSubscribedToNewsletter": true,
- "CanWriteToTelegramPrivateChat": true,
- "TelegramId": "string",
- "Web3WalletAccountAddress": "string",
- "IsEmailVerified": true,
- "Flags": 0,
- "IsRegistrationAllowed": true,
- "IsSelfExcluded": true,
- "SubStatus": 0,
- "KycStatus": 0,
- "AccountStateType": 0,
- "player_information": "string",
- "Street": "string",
- "PostalCode": "string",
- "save-kdknlz": "string",
- "HashedId": "string",
- "MarketCode": "string",
- "NationalId": "string",
- "ContactChannelAcceptanceEmail": true,
- "ContactChannelAcceptanceSMS": true,
- "NationalIdDocumentType": "string",
- "player_bonus_engine_promotion": [
- "string"
], - "gameround_transactions": [
- "string"
], - "lottery_game_transactions": [
- "string"
], - "gameplay_transactions": [
- "string"
], - "wallets": [
- "string"
], - "sportsbook_rounds": [
- "string"
], - "global_transactions": [
- "string"
], - "sportsbook_gamplay_transactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_players item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserName": "string",
- "Email": "string",
- "CpfNumber": "string",
- "Language": "string",
- "IsActive": true,
- "IsPlayerBan": true,
- "IsPlayerDelete": true,
- "DateOfBirth": "2019-08-24T14:15:22Z",
- "is_limit_needed": "string",
- "amount_to_credit": 0,
- "transaction_reference": "string",
- "player_statistics": "string",
- "update_player_profile": true,
- "LastName": "string",
- "FirstName": "string",
- "City": "string",
- "Country": "string",
- "Created": "2019-08-24T14:15:22Z",
- "game_overview": "string",
- "IPAddress": "string",
- "player_validate_kyc_status": true,
- "IsPlayerSuspend": true,
- "AffiliateId": "string",
- "AffiliatePartner": "string",
- "Cid": "string",
- "PhoneNumber": "string",
- "IsPlayerClose": true,
- "IsNewTandCAccepted": true,
- "TandCVersion": "string",
- "Category": "string",
- "IsSubscribedToNewsletter": true,
- "CanWriteToTelegramPrivateChat": true,
- "TelegramId": "string",
- "Web3WalletAccountAddress": "string",
- "IsEmailVerified": true,
- "Flags": 0,
- "IsRegistrationAllowed": true,
- "IsSelfExcluded": true,
- "SubStatus": 0,
- "KycStatus": 0,
- "AccountStateType": 0,
- "player_information": "string",
- "Street": "string",
- "PostalCode": "string",
- "save-kdknlz": "string",
- "HashedId": "string",
- "MarketCode": "string",
- "NationalId": "string",
- "ContactChannelAcceptanceEmail": true,
- "ContactChannelAcceptanceSMS": true,
- "NationalIdDocumentType": "string",
- "player_bonus_engine_promotion": [
- "string"
], - "gameround_transactions": [
- "string"
], - "lottery_game_transactions": [
- "string"
], - "gameplay_transactions": [
- "string"
], - "wallets": [
- "string"
], - "sportsbook_rounds": [
- "string"
], - "global_transactions": [
- "string"
], - "sportsbook_gamplay_transactions": [
- "string"
]
}
}
List the postgres_public_lotterygameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "CurrencyCode": "string",
- "LotteryProviderRequestId": "string",
- "LotteryProviderTransactionId": "string",
- "WalletId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "PlayerId": "string",
- "LotteryMoneyType": 0,
- "LotteryGameplayType": 0,
- "LotteryGameplayStatusType": 0,
- "InitialRequest": "string",
- "LotteryAmount": 0,
- "LotteryCurrency": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_lotterygameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "CurrencyCode": "string",
- "LotteryProviderRequestId": "string",
- "LotteryProviderTransactionId": "string",
- "WalletId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "PlayerId": "string",
- "LotteryMoneyType": 0,
- "LotteryGameplayType": 0,
- "LotteryGameplayStatusType": 0,
- "InitialRequest": "string",
- "LotteryAmount": 0,
- "LotteryCurrency": "string"
}
}
List the postgres_public_globaltransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameplayTransactionId": "string",
- "PlayerId": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "DirectionType": 0,
- "TransactionStateType": 0,
- "Amount": 0,
- "SportsbookGameplayTransactionId": "string",
- "WalletTransactionId": "string",
- "RealMoneyBalance": 0,
- "BonusMoneyBalance": 0,
- "Provider": "string",
- "GameName": "string",
- "PerformedBy": "string",
- "TransactionSourceType": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "DirectionTypeFilter": "string",
- "TransactionStateTypeFilter": "string",
- "TransactionSourceTypeFilter": "string",
- "RaffleGameplayTransactionId": "string",
- "TransactionMoneyType": 0,
- "TransactionMoneyTypeFilter": "string",
- "Created": "2019-08-24T14:15:22Z"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_globaltransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameplayTransactionId": "string",
- "PlayerId": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "DirectionType": 0,
- "TransactionStateType": 0,
- "Amount": 0,
- "SportsbookGameplayTransactionId": "string",
- "WalletTransactionId": "string",
- "RealMoneyBalance": 0,
- "BonusMoneyBalance": 0,
- "Provider": "string",
- "GameName": "string",
- "PerformedBy": "string",
- "TransactionSourceType": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "DirectionTypeFilter": "string",
- "TransactionStateTypeFilter": "string",
- "TransactionSourceTypeFilter": "string",
- "RaffleGameplayTransactionId": "string",
- "TransactionMoneyType": 0,
- "TransactionMoneyTypeFilter": "string",
- "Created": "2019-08-24T14:15:22Z"
}
}
List the postgres_public_sportsbookgameplayselectionsdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "SelectionId": "string",
- "SelectionPhase": "string",
- "EventName": "string",
- "EventId": "string",
- "Odds": "string",
- "SportsbookGameplayDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplayselectionsdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "SelectionId": "string",
- "SelectionPhase": "string",
- "EventName": "string",
- "EventId": "string",
- "Odds": "string",
- "SportsbookGameplayDetailId": "string"
}
}
List the postgres_public_sportsbookgameplaymarketdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "MarketName": "string",
- "OutcomeId": "string",
- "OutcomeName": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaymarketdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "MarketName": "string",
- "OutcomeId": "string",
- "OutcomeName": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
}
List the postgres_public_sportsbookgameplaypossiblewinningdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MinWin": 0,
- "MinTotal": 0,
- "MaxWin": 0,
- "MaxTotal": 0
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaypossiblewinningdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MinWin": 0,
- "MinTotal": 0,
- "MaxWin": 0,
- "MaxTotal": 0
}
}
List the postgres_public_sportsbookgameplaydetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookGameplayId": "string",
- "PayinStake": 0,
- "PayinTotal": 0,
- "StatusPhase": "string",
- "StatusResolution": "string",
- "SportsbookGameplayTransactionId": "string",
- "SportsbookGameplayPossibleWinningDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaydetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookGameplayId": "string",
- "PayinStake": 0,
- "PayinTotal": 0,
- "StatusPhase": "string",
- "StatusResolution": "string",
- "SportsbookGameplayTransactionId": "string",
- "SportsbookGameplayPossibleWinningDetailId": "string"
}
}
List the postgres_public_sportsbookgameplayfeeddetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "FeedId": "string",
- "FeedEventType": "string",
- "FeedEventId": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplayfeeddetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "FeedId": "string",
- "FeedEventType": "string",
- "FeedEventId": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
}
List the postgres_public_raffleroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "WalletId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_raffleroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "WalletId": "string"
}
}
List the postgres_public_bonusengineplayerpromotions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "ActivationDate": "2019-08-24T14:15:22Z",
- "ReceivedDate": "2019-08-24T14:15:22Z",
- "InitialBonusMoney": 0,
- "InitialFreeSpins": 0,
- "WageringAmountOfBonusMoney": 0,
- "WageringAmountOfBonusMoneyForFreeSpins": "string",
- "PromotionSlug": "string",
- "CompletionTimeInDays": 0,
- "CurrencyCode": "string",
- "ActivationTimeInDays": 0,
- "CancellationDate": "2019-08-24T14:15:22Z",
- "StartDateOfPromotion": "2019-08-24T14:15:22Z",
- "EndDateOfPromotion": "2019-08-24T14:15:22Z",
- "PlayerPromotionStatusType": 0,
- "CurrentWageringAmountForBonusMoneyFromFreeSpins": 0,
- "CurrentWageringAmountForDirectBonusMoney": 0,
- "FirstWageringOfBonusMoneyDateTimeForBonusMoneyWonFromFreeSpins": "2019-08-24T14:15:22Z",
- "FirstWageringOfBonusMoneyDateTimeForDirectBonusMoney": "2019-08-24T14:15:22Z",
- "PercentageCompletedForBonusMoneyFromFreeSpins": 0,
- "PercentageCompletedForDirectBonusMoney": 0,
- "DirectusBonusEngineId": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "IsDirectAllocation": true,
- "DirectAllocationAdminUserId": "4049c9ef-11fe-4a9f-9fbe-d4024111453b",
- "DirectAllocationCmsId": 0,
- "CompletionDate": "2019-08-24T14:15:22Z"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_bonusengineplayerpromotions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "ActivationDate": "2019-08-24T14:15:22Z",
- "ReceivedDate": "2019-08-24T14:15:22Z",
- "InitialBonusMoney": 0,
- "InitialFreeSpins": 0,
- "WageringAmountOfBonusMoney": 0,
- "WageringAmountOfBonusMoneyForFreeSpins": "string",
- "PromotionSlug": "string",
- "CompletionTimeInDays": 0,
- "CurrencyCode": "string",
- "ActivationTimeInDays": 0,
- "CancellationDate": "2019-08-24T14:15:22Z",
- "StartDateOfPromotion": "2019-08-24T14:15:22Z",
- "EndDateOfPromotion": "2019-08-24T14:15:22Z",
- "PlayerPromotionStatusType": 0,
- "CurrentWageringAmountForBonusMoneyFromFreeSpins": 0,
- "CurrentWageringAmountForDirectBonusMoney": 0,
- "FirstWageringOfBonusMoneyDateTimeForBonusMoneyWonFromFreeSpins": "2019-08-24T14:15:22Z",
- "FirstWageringOfBonusMoneyDateTimeForDirectBonusMoney": "2019-08-24T14:15:22Z",
- "PercentageCompletedForBonusMoneyFromFreeSpins": 0,
- "PercentageCompletedForDirectBonusMoney": 0,
- "DirectusBonusEngineId": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "IsDirectAllocation": true,
- "DirectAllocationAdminUserId": "4049c9ef-11fe-4a9f-9fbe-d4024111453b",
- "DirectAllocationCmsId": 0,
- "CompletionDate": "2019-08-24T14:15:22Z"
}
}
List the postgres_public_sportsbookbetroundselectiondetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SelectionId": "string",
- "EventName": "string",
- "EventId": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "Markets": "string",
- "Outcome": "string",
- "StartDateOfEvent": "2019-08-24T14:15:22Z",
- "Odds": 0,
- "SportsbookBetRoundTransactionId": "string",
- "Phase": "string",
- "BetId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookbetroundselectiondetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SelectionId": "string",
- "EventName": "string",
- "EventId": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "Markets": "string",
- "Outcome": "string",
- "StartDateOfEvent": "2019-08-24T14:15:22Z",
- "Odds": 0,
- "SportsbookBetRoundTransactionId": "string",
- "Phase": "string",
- "BetId": "string"
}
}
List the postgres_public_gameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "date_updated": "string",
- "GameAggregatorRequestId": "string",
- "GameAggregatorTransactionId": "string",
- "WinId": "string",
- "BetId": "string",
- "RoundId": "string",
- "CurrencyCode": "string",
- "IsRollback": true,
- "Extra": "string",
- "WalletTransactionId": "string",
- "AmountWon": 0,
- "AmountSpend": 0,
- "AmountWagered": 0,
- "Created": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "GameId": "string",
- "GameName": "string",
- "GameplayType": "string",
- "MoneyType": "string",
- "RequestFromGameAggregator": "string",
- "ResponseToGameAggregator": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "PreExecutionAmountOfBonusMoney": 0,
- "PreExecutionAmountOfFreeSpins": 0,
- "GameRoundTransactionId": "string",
- "GameProviderName": "string",
- "CryptoAmount": 0,
- "StableCoinAmount": 0,
- "CryptoRatioAgainstStableCoin": 0,
- "StableCoinCurrency": "string",
- "PostExecutionAmountOfRealMoney": 0
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_gameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "date_updated": "string",
- "GameAggregatorRequestId": "string",
- "GameAggregatorTransactionId": "string",
- "WinId": "string",
- "BetId": "string",
- "RoundId": "string",
- "CurrencyCode": "string",
- "IsRollback": true,
- "Extra": "string",
- "WalletTransactionId": "string",
- "AmountWon": 0,
- "AmountSpend": 0,
- "AmountWagered": 0,
- "Created": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "GameId": "string",
- "GameName": "string",
- "GameplayType": "string",
- "MoneyType": "string",
- "RequestFromGameAggregator": "string",
- "ResponseToGameAggregator": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "PreExecutionAmountOfBonusMoney": 0,
- "PreExecutionAmountOfFreeSpins": 0,
- "GameRoundTransactionId": "string",
- "GameProviderName": "string",
- "CryptoAmount": 0,
- "StableCoinAmount": 0,
- "CryptoRatioAgainstStableCoin": 0,
- "StableCoinCurrency": "string",
- "PostExecutionAmountOfRealMoney": 0
}
}
List the postgres_public_gameroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameId": "string",
- "GameName": "string",
- "RoundId": "string",
- "TotalNumberOfOperations": 0,
- "TotalNumberOfBets": 0,
- "TotalNumberOfWins": 0,
- "TotalAmountWon": 0,
- "TotalAmountWagered": 0,
- "Profit": 0,
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "GameRoundOutcomeType": "string",
- "GameplayTransactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_gameroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameId": "string",
- "GameName": "string",
- "RoundId": "string",
- "TotalNumberOfOperations": 0,
- "TotalNumberOfBets": 0,
- "TotalNumberOfWins": 0,
- "TotalAmountWon": 0,
- "TotalAmountWagered": 0,
- "Profit": 0,
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "GameRoundOutcomeType": "string",
- "GameplayTransactions": [
- "string"
]
}
}
List the postgres_public_wallettransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "Amount": 0,
- "SignedAmount": 0,
- "InitialWageredAmount": 0,
- "PendingWageredAmount": 0,
- "IsFulfilled": true,
- "CurrencyCode": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "PaymentMethodSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "DirectionType": "string",
- "TransactionType": "string",
- "StatusType": "string",
- "RequestToPaymentGateway": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "CallbackRequestFromPaymentGateway": "string",
- "ResponseFromPaymentGateway": "string",
- "player_statistics_overview": "string",
- "PromoCode": "string",
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "HasSyncedToGtm": true
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_wallettransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "Amount": 0,
- "SignedAmount": 0,
- "InitialWageredAmount": 0,
- "PendingWageredAmount": 0,
- "IsFulfilled": true,
- "CurrencyCode": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "PaymentMethodSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "UserId": "string",
- "DirectionType": "string",
- "TransactionType": "string",
- "StatusType": "string",
- "RequestToPaymentGateway": "string",
- "PreExecutionAmountOfRealMoney": 0,
- "CallbackRequestFromPaymentGateway": "string",
- "ResponseFromPaymentGateway": "string",
- "player_statistics_overview": "string",
- "PromoCode": "string",
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "HasSyncedToGtm": true
}
}
List the postgres_public_wallets items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserId": "string",
- "IsDefault": true,
- "AmountOfRealMoney": 0,
- "AmountOfBonusMoney": 0,
- "WalletSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "WalletCurrency": "string",
- "wallet_transactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_wallets item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserId": "string",
- "IsDefault": true,
- "AmountOfRealMoney": 0,
- "AmountOfBonusMoney": 0,
- "WalletSlug": "string",
- "Created": "2019-08-24T14:15:22Z",
- "WalletCurrency": "string",
- "wallet_transactions": [
- "string"
]
}
}
List the postgres_public_sportsbookgameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "SportsbookProviderRequestId": "string",
- "SportsbookProviderTransactionId": "string",
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "InitialRequest": "string",
- "SportsbookMoneyType": "string",
- "SportsbookGameplayType": "string",
- "SportsbookGameplayStatusType": "string",
- "SportsbookBetRoundTransactionId": "string",
- "WalletId": "string",
- "SportsbookGameplayDetails": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "SportsbookProviderRequestId": "string",
- "SportsbookProviderTransactionId": "string",
- "PlayerId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "InitialRequest": "string",
- "SportsbookMoneyType": "string",
- "SportsbookGameplayType": "string",
- "SportsbookGameplayStatusType": "string",
- "SportsbookBetRoundTransactionId": "string",
- "WalletId": "string",
- "SportsbookGameplayDetails": [
- "string"
]
}
}
List the postgres_public_sportsbookbetroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookProviderTransactionId": "string",
- "InitialBetAmount": 0,
- "TotalNumberOfOperations": 0,
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "TotalAmountOfProfit": 0,
- "PlayerId": "string",
- "TotalStake": 0,
- "TotalOdds": 0,
- "ExpectedBonusMoneyWin": 0,
- "ExpectedRealAndBonusMoneyWin": 0,
- "NumberOfSelections": 0,
- "ActualRealAndBonusMoneyWin": 0,
- "BetSlipType": 0,
- "Agent": "string",
- "IpAddress": "string",
- "SportsbookBetRoundOutcomeType": 0,
- "sportsbookgameplay_transactions": [
- "string"
], - "SportsbookBetRoundSelectionDetails": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookbetroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookProviderTransactionId": "string",
- "InitialBetAmount": 0,
- "TotalNumberOfOperations": 0,
- "Created": "2019-08-24T14:15:22Z",
- "Modified": "2019-08-24T14:15:22Z",
- "TotalAmountOfProfit": 0,
- "PlayerId": "string",
- "TotalStake": 0,
- "TotalOdds": 0,
- "ExpectedBonusMoneyWin": 0,
- "ExpectedRealAndBonusMoneyWin": 0,
- "NumberOfSelections": 0,
- "ActualRealAndBonusMoneyWin": 0,
- "BetSlipType": 0,
- "Agent": "string",
- "IpAddress": "string",
- "SportsbookBetRoundOutcomeType": 0,
- "sportsbookgameplay_transactions": [
- "string"
], - "SportsbookBetRoundSelectionDetails": [
- "string"
]
}
}
List the postgres_public_players items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserName": "string",
- "Email": "string",
- "CpfNumber": "string",
- "Language": "string",
- "IsActive": true,
- "IsPlayerBan": true,
- "IsPlayerDelete": true,
- "DateOfBirth": "2019-08-24T14:15:22Z",
- "is_limit_needed": "string",
- "amount_to_credit": 0,
- "transaction_reference": "string",
- "player_statistics": "string",
- "update_player_profile": true,
- "LastName": "string",
- "FirstName": "string",
- "City": "string",
- "Country": "string",
- "Created": "2019-08-24T14:15:22Z",
- "game_overview": "string",
- "IPAddress": "string",
- "player_validate_kyc_status": true,
- "IsPlayerSuspend": true,
- "AffiliateId": "string",
- "AffiliatePartner": "string",
- "Cid": "string",
- "PhoneNumber": "string",
- "IsPlayerClose": true,
- "IsNewTandCAccepted": true,
- "TandCVersion": "string",
- "Category": "string",
- "IsSubscribedToNewsletter": true,
- "CanWriteToTelegramPrivateChat": true,
- "TelegramId": "string",
- "Web3WalletAccountAddress": "string",
- "IsEmailVerified": true,
- "Flags": 0,
- "IsRegistrationAllowed": true,
- "IsSelfExcluded": true,
- "SubStatus": 0,
- "KycStatus": 0,
- "AccountStateType": 0,
- "player_information": "string",
- "Street": "string",
- "PostalCode": "string",
- "save-kdknlz": "string",
- "HashedId": "string",
- "MarketCode": "string",
- "NationalId": "string",
- "ContactChannelAcceptanceEmail": true,
- "ContactChannelAcceptanceSMS": true,
- "NationalIdDocumentType": "string",
- "player_bonus_engine_promotion": [
- "string"
], - "gameround_transactions": [
- "string"
], - "lottery_game_transactions": [
- "string"
], - "gameplay_transactions": [
- "string"
], - "wallets": [
- "string"
], - "sportsbook_rounds": [
- "string"
], - "global_transactions": [
- "string"
], - "sportsbook_gamplay_transactions": [
- "string"
]
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_players item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "UserName": "string",
- "Email": "string",
- "CpfNumber": "string",
- "Language": "string",
- "IsActive": true,
- "IsPlayerBan": true,
- "IsPlayerDelete": true,
- "DateOfBirth": "2019-08-24T14:15:22Z",
- "is_limit_needed": "string",
- "amount_to_credit": 0,
- "transaction_reference": "string",
- "player_statistics": "string",
- "update_player_profile": true,
- "LastName": "string",
- "FirstName": "string",
- "City": "string",
- "Country": "string",
- "Created": "2019-08-24T14:15:22Z",
- "game_overview": "string",
- "IPAddress": "string",
- "player_validate_kyc_status": true,
- "IsPlayerSuspend": true,
- "AffiliateId": "string",
- "AffiliatePartner": "string",
- "Cid": "string",
- "PhoneNumber": "string",
- "IsPlayerClose": true,
- "IsNewTandCAccepted": true,
- "TandCVersion": "string",
- "Category": "string",
- "IsSubscribedToNewsletter": true,
- "CanWriteToTelegramPrivateChat": true,
- "TelegramId": "string",
- "Web3WalletAccountAddress": "string",
- "IsEmailVerified": true,
- "Flags": 0,
- "IsRegistrationAllowed": true,
- "IsSelfExcluded": true,
- "SubStatus": 0,
- "KycStatus": 0,
- "AccountStateType": 0,
- "player_information": "string",
- "Street": "string",
- "PostalCode": "string",
- "save-kdknlz": "string",
- "HashedId": "string",
- "MarketCode": "string",
- "NationalId": "string",
- "ContactChannelAcceptanceEmail": true,
- "ContactChannelAcceptanceSMS": true,
- "NationalIdDocumentType": "string",
- "player_bonus_engine_promotion": [
- "string"
], - "gameround_transactions": [
- "string"
], - "lottery_game_transactions": [
- "string"
], - "gameplay_transactions": [
- "string"
], - "wallets": [
- "string"
], - "sportsbook_rounds": [
- "string"
], - "global_transactions": [
- "string"
], - "sportsbook_gamplay_transactions": [
- "string"
]
}
}
List the postgres_public_lotterygameplaytransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "CurrencyCode": "string",
- "LotteryProviderRequestId": "string",
- "LotteryProviderTransactionId": "string",
- "WalletId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "PlayerId": "string",
- "LotteryMoneyType": 0,
- "LotteryGameplayType": 0,
- "LotteryGameplayStatusType": 0,
- "InitialRequest": "string",
- "LotteryAmount": 0,
- "LotteryCurrency": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_lotterygameplaytransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerToken": "string",
- "Amount": 0,
- "CurrencyCode": "string",
- "LotteryProviderRequestId": "string",
- "LotteryProviderTransactionId": "string",
- "WalletId": "string",
- "Created": "2019-08-24T14:15:22Z",
- "PlayerId": "string",
- "LotteryMoneyType": 0,
- "LotteryGameplayType": 0,
- "LotteryGameplayStatusType": 0,
- "InitialRequest": "string",
- "LotteryAmount": 0,
- "LotteryCurrency": "string"
}
}
List the postgres_public_globaltransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameplayTransactionId": "string",
- "PlayerId": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "DirectionType": 0,
- "TransactionStateType": 0,
- "Amount": 0,
- "SportsbookGameplayTransactionId": "string",
- "WalletTransactionId": "string",
- "RealMoneyBalance": 0,
- "BonusMoneyBalance": 0,
- "Provider": "string",
- "GameName": "string",
- "PerformedBy": "string",
- "TransactionSourceType": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "DirectionTypeFilter": "string",
- "TransactionStateTypeFilter": "string",
- "TransactionSourceTypeFilter": "string",
- "RaffleGameplayTransactionId": "string",
- "TransactionMoneyType": 0,
- "TransactionMoneyTypeFilter": "string",
- "Created": "2019-08-24T14:15:22Z"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_globaltransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "GameplayTransactionId": "string",
- "PlayerId": "string",
- "WalletId": "string",
- "TransactionReference": "string",
- "DirectionType": 0,
- "TransactionStateType": 0,
- "Amount": 0,
- "SportsbookGameplayTransactionId": "string",
- "WalletTransactionId": "string",
- "RealMoneyBalance": 0,
- "BonusMoneyBalance": 0,
- "Provider": "string",
- "GameName": "string",
- "PerformedBy": "string",
- "TransactionSourceType": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "DirectionTypeFilter": "string",
- "TransactionStateTypeFilter": "string",
- "TransactionSourceTypeFilter": "string",
- "RaffleGameplayTransactionId": "string",
- "TransactionMoneyType": 0,
- "TransactionMoneyTypeFilter": "string",
- "Created": "2019-08-24T14:15:22Z"
}
}
List the postgres_public_sportsbookgameplayselectionsdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "SelectionId": "string",
- "SelectionPhase": "string",
- "EventName": "string",
- "EventId": "string",
- "Odds": "string",
- "SportsbookGameplayDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplayselectionsdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "SelectionId": "string",
- "SelectionPhase": "string",
- "EventName": "string",
- "EventId": "string",
- "Odds": "string",
- "SportsbookGameplayDetailId": "string"
}
}
List the postgres_public_sportsbookgameplaymarketdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "MarketName": "string",
- "OutcomeId": "string",
- "OutcomeName": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaymarketdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "MarketName": "string",
- "OutcomeId": "string",
- "OutcomeName": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
}
List the postgres_public_sportsbookgameplaypossiblewinningdetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MinWin": 0,
- "MinTotal": 0,
- "MaxWin": 0,
- "MaxTotal": 0
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaypossiblewinningdetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MinWin": 0,
- "MinTotal": 0,
- "MaxWin": 0,
- "MaxTotal": 0
}
}
List the postgres_public_sportsbookgameplaydetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookGameplayId": "string",
- "PayinStake": 0,
- "PayinTotal": 0,
- "StatusPhase": "string",
- "StatusResolution": "string",
- "SportsbookGameplayTransactionId": "string",
- "SportsbookGameplayPossibleWinningDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplaydetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SportsbookGameplayId": "string",
- "PayinStake": 0,
- "PayinTotal": 0,
- "StatusPhase": "string",
- "StatusResolution": "string",
- "SportsbookGameplayTransactionId": "string",
- "SportsbookGameplayPossibleWinningDetailId": "string"
}
}
List the postgres_public_sportsbookgameplayfeeddetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "FeedId": "string",
- "FeedEventType": "string",
- "FeedEventId": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookgameplayfeeddetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "MarketId": "string",
- "FeedId": "string",
- "FeedEventType": "string",
- "FeedEventId": "string",
- "SportsbookGameplaySelectionsDetailId": "string"
}
}
List the postgres_public_raffleroundtransactions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "WalletId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_raffleroundtransactions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "WalletId": "string"
}
}
List the postgres_public_bonusengineplayerpromotions items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "ActivationDate": "2019-08-24T14:15:22Z",
- "ReceivedDate": "2019-08-24T14:15:22Z",
- "InitialBonusMoney": 0,
- "InitialFreeSpins": 0,
- "WageringAmountOfBonusMoney": 0,
- "WageringAmountOfBonusMoneyForFreeSpins": "string",
- "PromotionSlug": "string",
- "CompletionTimeInDays": 0,
- "CurrencyCode": "string",
- "ActivationTimeInDays": 0,
- "CancellationDate": "2019-08-24T14:15:22Z",
- "StartDateOfPromotion": "2019-08-24T14:15:22Z",
- "EndDateOfPromotion": "2019-08-24T14:15:22Z",
- "PlayerPromotionStatusType": 0,
- "CurrentWageringAmountForBonusMoneyFromFreeSpins": 0,
- "CurrentWageringAmountForDirectBonusMoney": 0,
- "FirstWageringOfBonusMoneyDateTimeForBonusMoneyWonFromFreeSpins": "2019-08-24T14:15:22Z",
- "FirstWageringOfBonusMoneyDateTimeForDirectBonusMoney": "2019-08-24T14:15:22Z",
- "PercentageCompletedForBonusMoneyFromFreeSpins": 0,
- "PercentageCompletedForDirectBonusMoney": 0,
- "DirectusBonusEngineId": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "IsDirectAllocation": true,
- "DirectAllocationAdminUserId": "4049c9ef-11fe-4a9f-9fbe-d4024111453b",
- "DirectAllocationCmsId": 0,
- "CompletionDate": "2019-08-24T14:15:22Z"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_bonusengineplayerpromotions item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "PlayerId": "string",
- "ActivationDate": "2019-08-24T14:15:22Z",
- "ReceivedDate": "2019-08-24T14:15:22Z",
- "InitialBonusMoney": 0,
- "InitialFreeSpins": 0,
- "WageringAmountOfBonusMoney": 0,
- "WageringAmountOfBonusMoneyForFreeSpins": "string",
- "PromotionSlug": "string",
- "CompletionTimeInDays": 0,
- "CurrencyCode": "string",
- "ActivationTimeInDays": 0,
- "CancellationDate": "2019-08-24T14:15:22Z",
- "StartDateOfPromotion": "2019-08-24T14:15:22Z",
- "EndDateOfPromotion": "2019-08-24T14:15:22Z",
- "PlayerPromotionStatusType": 0,
- "CurrentWageringAmountForBonusMoneyFromFreeSpins": 0,
- "CurrentWageringAmountForDirectBonusMoney": 0,
- "FirstWageringOfBonusMoneyDateTimeForBonusMoneyWonFromFreeSpins": "2019-08-24T14:15:22Z",
- "FirstWageringOfBonusMoneyDateTimeForDirectBonusMoney": "2019-08-24T14:15:22Z",
- "PercentageCompletedForBonusMoneyFromFreeSpins": 0,
- "PercentageCompletedForDirectBonusMoney": 0,
- "DirectusBonusEngineId": 0,
- "AdminUserId": "74a2b15d-5236-46d8-bb1b-1363855c081d",
- "IsDirectAllocation": true,
- "DirectAllocationAdminUserId": "4049c9ef-11fe-4a9f-9fbe-d4024111453b",
- "DirectAllocationCmsId": 0,
- "CompletionDate": "2019-08-24T14:15:22Z"
}
}
List the postgres_public_sportsbookbetroundselectiondetails items.
fields | Array of strings Control what fields are being returned in the object. |
limit | integer A limit on the number of objects that are returned. |
meta | string What metadata to return in the response. |
offset | integer How many items to skip when fetching data. |
sort | Array of strings How to sort the returned items. |
filter | object Example: filter={"<field>":{"<operator>":"<value>"}} Select items in collection by given conditions. |
search | string Filter by items that contain the given search query in one of their fields. |
{- "data": [
- {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SelectionId": "string",
- "EventName": "string",
- "EventId": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "Markets": "string",
- "Outcome": "string",
- "StartDateOfEvent": "2019-08-24T14:15:22Z",
- "Odds": 0,
- "SportsbookBetRoundTransactionId": "string",
- "Phase": "string",
- "BetId": "string"
}
], - "meta": {
- "total_count": 0,
- "filter_count": 0
}
}
Retrieve a single postgres_public_sportsbookbetroundselectiondetails item by unique identifier.
required | integer or string Index of the item. |
fields | Array of strings Control what fields are being returned in the object. |
meta | string What metadata to return in the response. |
version | string Retrieve an item's state from a specific Content Version. The value corresponds to the "key" of the Content Version. |
{- "data": {
- "Id": "string",
- "status": "string",
- "sort": 0,
- "user_created": "ab6120ca-a162-455c-af0b-743437e6156c",
- "date_created": "string",
- "user_updated": "c26bf67c-3e61-40d1-9cb9-8550c26cadc8",
- "date_updated": "string",
- "SelectionId": "string",
- "EventName": "string",
- "EventId": "string",
- "CategoryId": "string",
- "CategoryName": "string",
- "Markets": "string",
- "Outcome": "string",
- "StartDateOfEvent": "2019-08-24T14:15:22Z",
- "Odds": 0,
- "SportsbookBetRoundTransactionId": "string",
- "Phase": "string",
- "BetId": "string"
}
}