GET api/Game

Response Information

Response body formats

application/json, text/json

Sample:
[
  null,
  {
    "gameName": "sample string 1",
    "provider": "sample string 2",
    "subProvider": "sample string 3",
    "gameId": 4,
    "serverGameId": "sample string 5",
    "providerTitle": "sample string 6",
    "mobileServerGameId": "sample string 7",
    "mobileProviderTitle": "sample string 8",
    "gameType": "sample string 9",
    "gameOrder": 10,
    "payout": "% - %",
    "payoutLow": null,
    "payoutHigh": null,
    "volatility": null,
    "wagerPercent": null,
    "infoUrl": null,
    "clientRealUrl": null,
    "clientFunUrl": null,
    "imageUrl": null,
    "demoEnabled": null,
    "isMobile": null,
    "isDesktop": null,
    "lobbySmallImageUrl": null,
    "lobbyBackgroundImageUrl": null,
    "gameFilters": null,
    "hideInLobby": null,
    "excludedCountries": null,
    "excludedJurisdictions": null,
    "id": 4,
    "jackpotContribution": null,
    "demoPlayUrl": null,
    "providerName": "sample string 2",
    "location": 10,
    "image": null,
    "description": null,
    "gameCategory": null,
    "jackpotId": null,
    "liveGameModuleId": null,
    "maxWinPerBet": null,
    "platformSupport": null,
    "providerId": null,
    "moduleId": null,
    "clientId": null,
    "wagerValid": false,
    "ukcompliance": null,
    "disableForFunPlayers": null
  },
  {
    "gameName": "sample string 1",
    "provider": "sample string 2",
    "subProvider": "sample string 3",
    "gameId": 4,
    "serverGameId": "sample string 5",
    "providerTitle": "sample string 6",
    "mobileServerGameId": "sample string 7",
    "mobileProviderTitle": "sample string 8",
    "gameType": "sample string 9",
    "gameOrder": 10,
    "payout": "% - %",
    "payoutLow": null,
    "payoutHigh": null,
    "volatility": null,
    "wagerPercent": null,
    "infoUrl": null,
    "clientRealUrl": null,
    "clientFunUrl": null,
    "imageUrl": null,
    "demoEnabled": null,
    "isMobile": null,
    "isDesktop": null,
    "lobbySmallImageUrl": null,
    "lobbyBackgroundImageUrl": null,
    "gameFilters": null,
    "hideInLobby": null,
    "excludedCountries": null,
    "excludedJurisdictions": null,
    "id": 4,
    "jackpotContribution": null,
    "demoPlayUrl": null,
    "providerName": "sample string 2",
    "location": 10,
    "image": null,
    "description": null,
    "gameCategory": null,
    "jackpotId": null,
    "liveGameModuleId": null,
    "maxWinPerBet": null,
    "platformSupport": null,
    "providerId": null,
    "moduleId": null,
    "clientId": null,
    "wagerValid": false,
    "ukcompliance": null,
    "disableForFunPlayers": null
  }
]

application/xml, text/xml

Sample:
<ArrayOfGame xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayCode.DataContracts.SideGames">
  <Game i:nil="true" />
  <Game>
    <ClientFunUrl i:nil="true" />
    <ClientId i:nil="true" />
    <ClientRealUrl i:nil="true" />
    <DemoEnabled i:nil="true" />
    <DemoPlayUrl i:nil="true" />
    <Description i:nil="true" />
    <DisableForFunPlayers i:nil="true" />
    <ExcludedCountries i:nil="true" />
    <ExcludedJurisdictions i:nil="true" />
    <GameCategory i:nil="true" />
    <GameFilters i:nil="true" />
    <GameId>4</GameId>
    <GameName>sample string 1</GameName>
    <GameOrder>10</GameOrder>
    <GameType>sample string 9</GameType>
    <HideInLobby i:nil="true" />
    <Id>4</Id>
    <Image i:nil="true" />
    <ImageUrl i:nil="true" />
    <InfoUrl i:nil="true" />
    <IsDesktop i:nil="true" />
    <IsMobile i:nil="true" />
    <JackpotContribution i:nil="true" />
    <JackpotId i:nil="true" />
    <LiveGameModuleId i:nil="true" />
    <LobbyBackgroundImageUrl i:nil="true" />
    <LobbySmallImageUrl i:nil="true" />
    <Location>10</Location>
    <MaxWinPerBet i:nil="true" />
    <MobileProviderTitle>sample string 8</MobileProviderTitle>
    <MobileServerGameId>sample string 7</MobileServerGameId>
    <ModuleId i:nil="true" />
    <Payout>% - %</Payout>
    <PayoutHigh i:nil="true" />
    <PayoutLow i:nil="true" />
    <PlatformSupport i:nil="true" />
    <Provider>sample string 2</Provider>
    <ProviderId i:nil="true" />
    <ProviderName>sample string 2</ProviderName>
    <ProviderTitle>sample string 6</ProviderTitle>
    <ServerGameId>sample string 5</ServerGameId>
    <SubProvider>sample string 3</SubProvider>
    <UkCompliance i:nil="true" />
    <UkCompliant i:nil="true" />
    <Volatility i:nil="true" />
    <WagerPercent i:nil="true" />
    <WagerValid>false</WagerValid>
  </Game>
  <Game>
    <ClientFunUrl i:nil="true" />
    <ClientId i:nil="true" />
    <ClientRealUrl i:nil="true" />
    <DemoEnabled i:nil="true" />
    <DemoPlayUrl i:nil="true" />
    <Description i:nil="true" />
    <DisableForFunPlayers i:nil="true" />
    <ExcludedCountries i:nil="true" />
    <ExcludedJurisdictions i:nil="true" />
    <GameCategory i:nil="true" />
    <GameFilters i:nil="true" />
    <GameId>4</GameId>
    <GameName>sample string 1</GameName>
    <GameOrder>10</GameOrder>
    <GameType>sample string 9</GameType>
    <HideInLobby i:nil="true" />
    <Id>4</Id>
    <Image i:nil="true" />
    <ImageUrl i:nil="true" />
    <InfoUrl i:nil="true" />
    <IsDesktop i:nil="true" />
    <IsMobile i:nil="true" />
    <JackpotContribution i:nil="true" />
    <JackpotId i:nil="true" />
    <LiveGameModuleId i:nil="true" />
    <LobbyBackgroundImageUrl i:nil="true" />
    <LobbySmallImageUrl i:nil="true" />
    <Location>10</Location>
    <MaxWinPerBet i:nil="true" />
    <MobileProviderTitle>sample string 8</MobileProviderTitle>
    <MobileServerGameId>sample string 7</MobileServerGameId>
    <ModuleId i:nil="true" />
    <Payout>% - %</Payout>
    <PayoutHigh i:nil="true" />
    <PayoutLow i:nil="true" />
    <PlatformSupport i:nil="true" />
    <Provider>sample string 2</Provider>
    <ProviderId i:nil="true" />
    <ProviderName>sample string 2</ProviderName>
    <ProviderTitle>sample string 6</ProviderTitle>
    <ServerGameId>sample string 5</ServerGameId>
    <SubProvider>sample string 3</SubProvider>
    <UkCompliance i:nil="true" />
    <UkCompliant i:nil="true" />
    <Volatility i:nil="true" />
    <WagerPercent i:nil="true" />
    <WagerValid>false</WagerValid>
  </Game>
</ArrayOfGame>