GET api/Game?gameid={gameid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gameid

GameID

Required

Body Parameters

None.

Response Information

Resource Description

GameModel
NameDescriptionTypeAdditional information
GameID

GameID

Required

GameCode

string

Required

String length: inclusive between 0 and 20

GameName

string

Required

String length: inclusive between 0 and 100

GameTypeID

GameType

Required

GameServerType

GameServerType

Required

JackpotModule

JackpotModule

None.

JackpotGroup

JackpotGroup

None.

MobileJackpotGroup

MobileJackpotGroup

None.

HasJackpot

boolean

None.

DirectClaimJackpot

boolean

None.

MobileIconStatus

string

None.

MobileIconType

IconType

None.

IsProfitContribute

boolean

Required

ImageUrl

string

String length: inclusive between 0 and 250

SequenceNo

integer

None.

IsStakeReturned

boolean

Required

Active

boolean

None.

BetAttribute

string

String length: inclusive between 0 and 2147483647

SpinTypeAttribute

string

String length: inclusive between 0 and 1000

TotalUniqueUser

integer

Required

IsApiGame

boolean

None.

CreditBalType

CreditBalType

Required

WinLosePTType

PositionTakingType

Required

CommPTType

PositionTakingType

Required

CheckWinLimit2

boolean

None.

CheckWinLimitType

WinLimitType

None.

GamePlatform

GamePlatform

None.

CommRate

decimal number

Range: inclusive between 0 and 999.99

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

GameProbabilities

Collection of GameProbabilityModel

None.

GameCurrencies

Collection of GameCurrencyModel

None.

ContentFolderName

string

String length: inclusive between 0 and 100

GameGroup

integer

String length: inclusive between 0 and 100

IsNew

boolean

None.

All

string

None.

Response Formats

application/json, text/json

Sample:
{
  "GameID": 0,
  "GameCode": "sample string 1",
  "GameName": "sample string 2",
  "GameTypeID": 0,
  "GameServerType": 361,
  "JackpotModule": 349,
  "JackpotGroup": 500,
  "MobileJackpotGroup": 0,
  "HasJackpot": true,
  "DirectClaimJackpot": true,
  "MobileIconStatus": "sample string 5",
  "MobileIconType": 291,
  "IsProfitContribute": true,
  "ImageUrl": "sample string 7",
  "SequenceNo": 8,
  "IsStakeReturned": true,
  "Active": true,
  "BetAttribute": "sample string 11",
  "SpinTypeAttribute": "sample string 12",
  "TotalUniqueUser": 13,
  "IsApiGame": true,
  "CreditBalType": 190,
  "WinLosePTType": 0,
  "CommPTType": 0,
  "CheckWinLimit2": true,
  "CheckWinLimitType": 215,
  "GamePlatform": 4500,
  "CommRate": 16.0,
  "CreatedBy": 17,
  "CreatedOn": "2026-03-27T07:44:39.62033+08:00",
  "ModifiedBy": 18,
  "ModifiedOn": "2026-03-27T07:44:39.62033+08:00",
  "GameProbabilities": [
    {
      "GameID": 0,
      "BetMode": 49,
      "RandomProbabilities": "sample string 1",
      "CollectionProbabilities": "sample string 2",
      "PayoutProbabilities": "sample string 3",
      "IsNew": true,
      "All": "sample string 5"
    },
    {
      "GameID": 0,
      "BetMode": 49,
      "RandomProbabilities": "sample string 1",
      "CollectionProbabilities": "sample string 2",
      "PayoutProbabilities": "sample string 3",
      "IsNew": true,
      "All": "sample string 5"
    }
  ],
  "GameCurrencies": [
    {
      "GameId": 1,
      "CurrencyId": 2,
      "BetAmtAttribute": "sample string 3",
      "IsNew": true,
      "All": "sample string 5"
    },
    {
      "GameId": 1,
      "CurrencyId": 2,
      "BetAmtAttribute": "sample string 3",
      "IsNew": true,
      "All": "sample string 5"
    }
  ],
  "ContentFolderName": "sample string 19",
  "GameGroup": 20,
  "IsNew": true,
  "All": "sample string 22"
}